summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-06-10 14:09:26 -0400
committerNick Mathewson <nickm@torproject.org>2015-06-10 14:09:26 -0400
commitd41ab97294ec69c748566f4cb610f899d9976572 (patch)
tree4eae9f7c86ead4e5400b553a93114a50d60e44ed
parent5bf688ee0f91369db9459178102ec68ecd6579a4 (diff)
downloadtor-0.2.6.9.tar.gz
tor-0.2.6.9.zip
Spell occurred righttor-0.2.6.9
-rw-r--r--ChangeLog2
-rw-r--r--ReleaseNotes2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9780c493f0..6ed406a11d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,7 +6,7 @@ Changes in version 0.2.6.9 - 2015-06-11
o Major bugfixes (client-side privacy):
- Properly separate out each SOCKSPort when applying stream
- isolation. The error occured because each port's session group was
+ isolation. The error occurred because each port's session group was
being overwritten by a default value when the listener connection
was initialized. Fixes bug 16247; bugfix on 0.2.6.3-alpha. Patch
by "jojelino".
diff --git a/ReleaseNotes b/ReleaseNotes
index 734461407e..c30fca0e07 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -11,7 +11,7 @@ Changes in version 0.2.6.9 - 2015-06-11
o Major bugfixes (client-side privacy):
- Properly separate out each SOCKSPort when applying stream
- isolation. The error occured because each port's session group was
+ isolation. The error occurred because each port's session group was
being overwritten by a default value when the listener connection
was initialized. Fixes bug 16247; bugfix on 0.2.6.3-alpha. Patch
by "jojelino".