Browse Source

r15262@catbus: nickm | 2007-09-21 15:58:48 -0400
Mark most bugfixes with version introducing bug.


svn:r11561

Nick Mathewson 18 years ago
parent
commit
05b027f4c0
1 changed files with 11 additions and 9 deletions
  1. 11 9
      ChangeLog

+ 11 - 9
ChangeLog

@@ -48,17 +48,21 @@ Changes in version 0.2.0.7-alpha - 2007-09-21
      - Drop support for v1 rendezvous descriptors, since we never used
      - Drop support for v1 rendezvous descriptors, since we never used
        them anyway, and the code has probably rotted by now. Based on
        them anyway, and the code has probably rotted by now. Based on
        patch from Karsten Loesing.
        patch from Karsten Loesing.
+     - On OSX, stop warning the user that kqueue support in libevent is
+      "experimental", since it seems to have worked fine for ages.
 
 
   o Major bugfixes:
   o Major bugfixes:
     - Fix possible segfaults in functions called from
     - Fix possible segfaults in functions called from
-      rend_process_relay_cell().
+      rend_process_relay_cell().  Bugfix on 0.1.2.x.
     - Hidden services were choosing introduction points uniquely by
     - Hidden services were choosing introduction points uniquely by
       hexdigest, but when constructing the hidden service descriptor
       hexdigest, but when constructing the hidden service descriptor
       they merely wrote the (potentially ambiguous) nickname.
       they merely wrote the (potentially ambiguous) nickname.
+      Bugfix on 0.1.2.x.
     - Clients now use the v2 intro format for hidden service
     - Clients now use the v2 intro format for hidden service
       connections: they specify their chosen rendezvous point by identity
       connections: they specify their chosen rendezvous point by identity
       digest rather than by (potentially ambiguous) nickname. These
       digest rather than by (potentially ambiguous) nickname. These
       changes could speed up hidden service connections dramatically.
       changes could speed up hidden service connections dramatically.
+      Bugfix on 0.1.2.x.
     - Fix a bug that made servers send a "404 Not found" in response to
     - Fix a bug that made servers send a "404 Not found" in response to
       attempts to fetch their server descriptor. This caused Tor servers
       attempts to fetch their server descriptor. This caused Tor servers
       to take many minutes to establish reachability for their DirPort,
       to take many minutes to establish reachability for their DirPort,
@@ -67,24 +71,22 @@ Changes in version 0.2.0.7-alpha - 2007-09-21
   o Minor bugfixes:
   o Minor bugfixes:
     - When generating information telling us how to extend to a given
     - When generating information telling us how to extend to a given
       router, do not try to include the nickname if it is absent.  Fixes
       router, do not try to include the nickname if it is absent.  Fixes
-      bug 467.
+      bug 467.  Bugfix on 0.2.0.3-alpha
-    - On OSX, stop warning the user that kqueue support in libevent is
-      "experimental", since it seems to have worked fine for ages.
     - Fix a user-triggerable segfault in expand_filename().  (There isn't
     - Fix a user-triggerable segfault in expand_filename().  (There isn't
-      a way to trigger this remotely.)
+      a way to trigger this remotely.) Bugfix on 0.1.2.x.
     - Fix a memory leak when freeing incomplete requests from DNSPort.
     - Fix a memory leak when freeing incomplete requests from DNSPort.
-      (Found by Niels Provos with valgrind.)
+      (Found by Niels Provos with valgrind.)  Bugfix on 0.2.0.1-alpha
     - Don't try to access (or alter) the state file when running
     - Don't try to access (or alter) the state file when running
       --list-fingerprint or --verify-config or --hash-password. (Resolves
       --list-fingerprint or --verify-config or --hash-password. (Resolves
-      bug 499.)
+      bug 499.)  Bugfix on 0.1.2.x
     - Servers used to decline to publish their DirPort if their
     - Servers used to decline to publish their DirPort if their
       BandwidthRate, RelayBandwidthRate, or MaxAdvertisedBandwidth
       BandwidthRate, RelayBandwidthRate, or MaxAdvertisedBandwidth
       were below a threshold. Now they only look at BandwidthRate and
       were below a threshold. Now they only look at BandwidthRate and
-      RelayBandwidthRate.
+      RelayBandwidthRate.  Bugfix on ????
     - Remove an optimization in the AES counter-mode code that assumed that
     - Remove an optimization in the AES counter-mode code that assumed that
       the counter never exceeded 2^68.  When the counter can be set
       the counter never exceeded 2^68.  When the counter can be set
       arbitrarily as an IV (as it is by Karsten's new hidden services code),
       arbitrarily as an IV (as it is by Karsten's new hidden services code),
-      this assumption no longer holds.
+      this assumption no longer holds.  Bugfix on 0.1.2.x.
     - Resume listing "AUTHORITY" flag for authorities in network status.
     - Resume listing "AUTHORITY" flag for authorities in network status.
       Bugfix on 0.2.0.3-alpha; reported by Alex de Joode.
       Bugfix on 0.2.0.3-alpha; reported by Alex de Joode.