[tor-commits] [tor/release-0.2.4] fold in one more

arma at torproject.org arma at torproject.org
Mon Jun 10 19:02:41 UTC 2013


commit e86f12226540ea058defc892cc55cfed744c33d8
Author: Roger Dingledine <arma at torproject.org>
Date:   Mon Jun 10 15:02:30 2013 -0400

    fold in one more
---
 ChangeLog       |   12 ++++++++----
 changes/bug9017 |    6 ------
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 621f426..9bf0c3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,10 +9,6 @@ Changes in version 0.2.4.13-alpha - 2013-06-1?
       the list of freelists if it somehow gets an unrecognized
       allocation. Fixes bug 8844; bugfix on 0.2.0.16-alpha. Reported by
       eugenis.
-    - Follow the socks5 protocol when offering username/password
-      authentication. The fix for bug 8117 exposed this bug, and it
-      turns out real-world applications like Pidgin do care. Bugfix on
-      0.2.3.2-alpha; fixes bug 8879.
     - We used to always request authority certificates by identity digest,
       meaning we'd get the newest one even when we wanted one with a
       different signing key. Then we would complain about being given
@@ -20,6 +16,14 @@ Changes in version 0.2.4.13-alpha - 2013-06-1?
       wanted. Now we use the "fp-sk/" resource as well as the "fp/"
       resource to request the one we want. Fixes bug 5595; bugfix on
       0.2.0.8-alpha.
+    - Avoid an assertion failure on OpenBSD (and perhaps other BSDs)
+      when an exit connection with optimistic data succeeds immediately
+      rather than returning EINPROGRESS. Fixes bug 9017; bugfix on
+      0.2.3.1-alpha.
+    - Follow the socks5 protocol when offering username/password
+      authentication. The fix for bug 8117 exposed this bug, and it
+      turns out real-world applications like Pidgin do care. Bugfix on
+      0.2.3.2-alpha; fixes bug 8879.
     - Fix a directory authority crash bug when building a consensus
       using an older consensus as its basis. Fixes bug 8833. Bugfix
       on 0.2.4.12-alpha.
diff --git a/changes/bug9017 b/changes/bug9017
deleted file mode 100644
index 359c526..0000000
--- a/changes/bug9017
+++ /dev/null
@@ -1,6 +0,0 @@
-  o Major bugfixes:
-    - Avoid an assertion failure on OpenBSD (and perhaps other BSDs)
-      when an exit connection with optimistic data succeeds immediately
-      rather than returning EINPROGRESS. Fixes bug 9017; bugfix on
-      0.2.3.1-alpha.
-



More information about the tor-commits mailing list