summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-09-03 13:53:22 -0400
committerNick Mathewson <nickm@torproject.org>2014-09-03 13:53:22 -0400
commit32c5806e1c4cb4c096ae7c2f73c0a92183779656 (patch)
treee4afba2d14c53bfde540a38bdae967e87de6f983
parent37516391bee0700d01478ed5fbda71096ec16599 (diff)
downloadtor-32c5806e1c4cb4c096ae7c2f73c0a92183779656.tar.gz
tor-32c5806e1c4cb4c096ae7c2f73c0a92183779656.zip
Recategorize a couple of items in the changelogs
-rw-r--r--ChangeLog14
1 files changed, 8 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index aac5a82c2f..392b8c2081 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,12 +17,6 @@ Changes in version 0.2.5.7-beta - 2014-09-??
- Avoid queuing or sending destroy cells for circuit ID zero when we
fail to send a CREATE cell. Fixes bug 12848; bugfix on 0.0.8pre1.
Found and fixed by "cypherpunks".
- - Downgrade "Unexpected onionskin length after decryption" warning
- to a protocol-warn, since there's nothing relay operators can do
- about a client that sends them a malformed create cell. Resolves
- bug 12996; bugfix on 0.0.6rc1.
- - Log more specific warnings when we get an ESTABLISH_RENDEZVOUS
- cell on a cannibalized or non-OR circuit. Resolves ticket 12997.
o Minor features (bridge):
- Add an ExtORPortCookieAuthFileGroupReadable option to make the
@@ -32,6 +26,14 @@ Changes in version 0.2.5.7-beta - 2014-09-??
- Update geoip and geoip6 to the August 7 2014 Maxmind GeoLite2
Country database.
+ o Minor bugfixes (relay):
+ - Downgrade "Unexpected onionskin length after decryption" warning
+ to a protocol-warn, since there's nothing relay operators can do
+ about a client that sends them a malformed create cell. Resolves
+ bug 12996; bugfix on 0.0.6rc1.
+ - Log more specific warnings when we get an ESTABLISH_RENDEZVOUS
+ cell on a cannibalized or non-OR circuit. Resolves ticket 12997.
+
o Minor bugfixes (controller):
- Restore the functionality of CookieAuthFileGroupReadable. Fixes
bug 12864; bugfix on 0.2.5.1-alpha.