Browse Source

fold in even more changelog entries

Roger Dingledine 15 years ago
parent
commit
f6734103e1
6 changed files with 18 additions and 24 deletions
  1. 18 1
      ChangeLog
  2. 0 6
      changes/bridge-geoip-delay
  3. 0 5
      changes/bug1141
  4. 0 4
      changes/bugfoundin1790
  5. 0 5
      changes/enhancement1790
  6. 0 3
      changes/headercleanup

+ 18 - 1
ChangeLog

@@ -1,4 +1,4 @@
-Changes in version 0.2.2.15-alpha - 2010-08-1?
+Changes in version 0.2.2.15-alpha - 2010-08-18
   o Major bugfixes:
   o Major bugfixes:
     - Stop assigning the HSDir flag to relays that disable their
     - Stop assigning the HSDir flag to relays that disable their
       DirPort (and thus will refuse to answer directory requests). This
       DirPort (and thus will refuse to answer directory requests). This
@@ -47,6 +47,9 @@ Changes in version 0.2.2.15-alpha - 2010-08-1?
       structures and defines in or.h for now.
       structures and defines in or.h for now.
     - New unit tests for exit-port history statistics; refactored exit
     - New unit tests for exit-port history statistics; refactored exit
       statistics code to be more easily tested.
       statistics code to be more easily tested.
+    - Relays report the number of bytes spent on answering directory
+      requests in extra-info descriptors similar to {read,write}-history.
+      Implements enhancement 1790.
 
 
   o Minor bugfixes (on 0.2.1.x and earlier):
   o Minor bugfixes (on 0.2.1.x and earlier):
     - Complain if PublishServerDescriptor is given multiple arguments that
     - Complain if PublishServerDescriptor is given multiple arguments that
@@ -78,9 +81,17 @@ Changes in version 0.2.2.15-alpha - 2010-08-1?
       Servers can start sending this code when enough clients recognize
       Servers can start sending this code when enough clients recognize
       it. Also update the spec to reflect this new reason. Bugfix on
       it. Also update the spec to reflect this new reason. Bugfix on
       0.1.0.1-rc; fixes bug 1793.
       0.1.0.1-rc; fixes bug 1793.
+    - Delay geoip stats collection by bridges for 6 hours, not 2 hours,
+      when we switch from being a public relay to a bridge. Otherwise
+      there will still be clients that see the relay in their consensus,
+      and the stats will end up wrong. Bugfix on 0.2.1.15-rc; fixes bug
+      932 even more.
     - Instead of giving an assertion failure on an internal mismatch
     - Instead of giving an assertion failure on an internal mismatch
       on estimated freelist size, just log a BUG warning and try later.
       on estimated freelist size, just log a BUG warning and try later.
       Mitigates but does not fix bug 1125.
       Mitigates but does not fix bug 1125.
+    - Fix an assertion failure that could occur in caches or bridge users
+      when using a very short voting interval on a testing network.
+      Diagnosed by Robert Hogan. Fixes bug 1141; bugfix on 0.2.0.8-alpha.
 
 
   o Minor bugfixes (on 0.2.2.x):
   o Minor bugfixes (on 0.2.2.x):
     - Alter directory authorities to always consider Exit-flagged nodes
     - Alter directory authorities to always consider Exit-flagged nodes
@@ -105,11 +116,17 @@ Changes in version 0.2.2.15-alpha - 2010-08-1?
       bug 1741.
       bug 1741.
     - Fix compilation with --with-dmalloc set. Bugfix on 0.2.2.6-alpha;
     - Fix compilation with --with-dmalloc set. Bugfix on 0.2.2.6-alpha;
       fixes bug 1832.
       fixes bug 1832.
+    - Correctly report written bytes on linked connections. Found while
+      implementing 1790. Bugfix on 0.2.2.4-alpha.
     - Fix three memory leaks: one in circuit_build_times_parse_state(),
     - Fix three memory leaks: one in circuit_build_times_parse_state(),
       one in dirvote_add_signatures_to_pending_consensus(), and one every
       one in dirvote_add_signatures_to_pending_consensus(), and one every
       time we parse a v3 network consensus. Bugfixes on 0.2.2.14-alpha,
       time we parse a v3 network consensus. Bugfixes on 0.2.2.14-alpha,
       0.2.2.6-alpha, and 0.2.2.10-alpha respectively; fixes bug 1831.
       0.2.2.6-alpha, and 0.2.2.10-alpha respectively; fixes bug 1831.
 
 
+  o Code simplifications and refactoring:
+    - Remove a bunch of unused function declarations as well as a block of
+      #if 0'd code from the unit tests. Closes bug 1824.
+
 
 
 Changes in version 0.2.2.14-alpha - 2010-07-12
 Changes in version 0.2.2.14-alpha - 2010-07-12
   Tor 0.2.2.14-alpha greatly improves client-side handling of
   Tor 0.2.2.14-alpha greatly improves client-side handling of

+ 0 - 6
changes/bridge-geoip-delay

@@ -1,6 +0,0 @@
-  o Minor bugfixes:
-    - Delay geoip stats collection by bridges for 6 hours, not 2 hours,
-      when we switch from being a public relay to a bridge. Otherwise
-      there will still be clients that see the relay in their consensus,
-      and the stats will end up wrong. Bugfix on 0.2.1.15-rc; fixes bug
-      932 even more.

+ 0 - 5
changes/bug1141

@@ -1,5 +0,0 @@
-  o Minor bugfixes:
-    - Fix an assertion failure that could occur in caches or bridge users
-      when using a very short voting interval on a testing network.
-      Diagnosed by Robert Hogan.  Fixes bug 1141; bugfix on 0.2.0.8-alpha.
-

+ 0 - 4
changes/bugfoundin1790

@@ -1,4 +0,0 @@
-  o Minor bugfixes:
-    - Correctly report written bytes on linked connections. Found while
-      implementing 1790. Bugfix on 0.2.2.4-alpha.
-

+ 0 - 5
changes/enhancement1790

@@ -1,5 +0,0 @@
-  o Minor features:
-    - Relays report the number of bytes spent on answering directory
-      requests in extra-info descriptors similar to {read,write}-history.
-      Implements enhancement 1790.
-

+ 0 - 3
changes/headercleanup

@@ -1,3 +0,0 @@
-  o Code simplifications and refactoring:
-    - Remove a bunch of unused function declarations as well as a block of
-      #if 0'd code from the unit tests. Closes bug 1824.