Browse Source

Merge changes into changelog

Nick Mathewson 10 years ago
parent
commit
0cdc321ae9
3 changed files with 6 additions and 9 deletions
  1. 6 0
      ChangeLog
  2. 0 4
      changes/bug12844_macros
  3. 0 5
      changes/bug13762_quiet

+ 6 - 0
ChangeLog

@@ -214,6 +214,9 @@ Changes in version 0.2.6.3-alpha - 2015-02-2?
     - Build without warnings with the stock OpenSSL srtp.h header, which
     - Build without warnings with the stock OpenSSL srtp.h header, which
       has a duplicate declaration of SSL_get_selected_srtp_profile().
       has a duplicate declaration of SSL_get_selected_srtp_profile().
       Fixes bug 14220; this is OpenSSL's bug, not ours.
       Fixes bug 14220; this is OpenSSL's bug, not ours.
+    - Do not compile any code related to Tor2Web mode when Tor2Web mode
+      is not enabled at compile time. Previously, this code was included
+      in a disabled state. See discussion on ticket 12844.
     - Remove the --disable-threads configure option again. It was
     - Remove the --disable-threads configure option again. It was
       accidentally partially reintroduced in 29ac883606d6d. Fixes bug
       accidentally partially reintroduced in 29ac883606d6d. Fixes bug
       14819; bugfix on 0.2.6.2-alpha.
       14819; bugfix on 0.2.6.2-alpha.
@@ -232,6 +235,9 @@ Changes in version 0.2.6.3-alpha - 2015-02-2?
       they find themselves missing lots of votes. Previously, they had
       they find themselves missing lots of votes. Previously, they had
       been bumping against the 10 MB queued data limit. Fixes bug 14261;
       been bumping against the 10 MB queued data limit. Fixes bug 14261;
       bugfix on 0.1.2.5-alpha.
       bugfix on 0.1.2.5-alpha.
+    - Do not attempt to download extrainfo documents which we will be
+      unable to validate with a matching server descriptor. Fixes bug
+      13762; bugfix on 0.2.0.1-alpha.
     - Enlarge the buffer to read bwauth generated files to avoid an
     - Enlarge the buffer to read bwauth generated files to avoid an
       issue when parsing the file in dirserv_read_measured_bandwidths().
       issue when parsing the file in dirserv_read_measured_bandwidths().
       Fixes bug 14125; bugfix on 0.2.2.1-alpha.
       Fixes bug 14125; bugfix on 0.2.2.1-alpha.

+ 0 - 4
changes/bug12844_macros

@@ -1,4 +0,0 @@
-  o Minor features (compilation):
-    - Do not compile any code related to Tor2Web mode when Tor2Web mode
-      is not enabled at compile time. Previously, this code was included
-      in a disabled state. See discussion on ticket 12844.

+ 0 - 5
changes/bug13762_quiet

@@ -1,5 +0,0 @@
-  o Minor bugfixes (directory authority):
-    - Do not attempt to download extrainfo documents which we will be
-      unable to validate with a matching server descriptor. Fixes bug
-      13762; bugfix on 0.2.0.1-alpha.
-