Browse Source

a blurb for 0.2.0.20-rc

svn:r13732
Roger Dingledine 17 years ago
parent
commit
f24b7a3f8f
1 changed files with 14 additions and 4 deletions
  1. 14 4
      ChangeLog

+ 14 - 4
ChangeLog

@@ -1,4 +1,14 @@
+Changes in version 0.2.0.21-rc - 2008-0?-??
+
+
 Changes in version 0.2.0.20-rc - 2008-02-24
 Changes in version 0.2.0.20-rc - 2008-02-24
+  Tor 0.2.0.20-rc is the first release candidate for the 0.2.0 series. It
+  makes more progress towards normalizing Tor's TLS handshake, makes
+  hidden services work better again, helps relays bootstrap if they don't
+  know their IP address, adds optional support for linking in openbsd's
+  allocator or tcmalloc, allows really fast relays to scale past 15000
+  sockets, and fixes a bunch of minor bugs reported by Veracode.
+
   o Major features:
   o Major features:
     - Enable the revised TLS handshake based on the one designed by
     - Enable the revised TLS handshake based on the one designed by
       Steven Murdoch in proposal 124, as revised in proposal 130. It
       Steven Murdoch in proposal 124, as revised in proposal 130. It
@@ -50,7 +60,7 @@ Changes in version 0.2.0.20-rc - 2008-02-24
       with Tor's memory allocation patterns. Pass
       with Tor's memory allocation patterns. Pass
       --enable-openbsd-malloc to get the replacement malloc code.
       --enable-openbsd-malloc to get the replacement malloc code.
     - Add a --with-tcmalloc option to the configure script to link
     - Add a --with-tcmalloc option to the configure script to link
-      against tcmalloc (if present).  Does not yet search for
+      against tcmalloc (if present). Does not yet search for
       non-system include paths.
       non-system include paths.
     - Stop imposing an arbitrary maximum on the number of file descriptors
     - Stop imposing an arbitrary maximum on the number of file descriptors
       used for busy servers. Bug reported by Olaf Selke; patch from
       used for busy servers. Bug reported by Olaf Selke; patch from
@@ -67,7 +77,7 @@ Changes in version 0.2.0.20-rc - 2008-02-24
   o Minor bugfixes (memory leaks and code problems):
   o Minor bugfixes (memory leaks and code problems):
     - We were leaking a file descriptor if Tor started with a zero-length
     - We were leaking a file descriptor if Tor started with a zero-length
       cached-descriptors file. Patch by freddy77; bugfix on 0.1.2.
       cached-descriptors file. Patch by freddy77; bugfix on 0.1.2.
-    - Detect size overflow in zlib code.
+    - Detect size overflow in zlib code. Reported by Dan Kaminsky.
     - We were comparing the raw BridgePassword entry with a base64'ed
     - We were comparing the raw BridgePassword entry with a base64'ed
       version of it, when handling a "/tor/networkstatus-bridges"
       version of it, when handling a "/tor/networkstatus-bridges"
       directory request. Now compare correctly. Noticed by Veracode.
       directory request. Now compare correctly. Noticed by Veracode.
@@ -75,7 +85,7 @@ Changes in version 0.2.0.20-rc - 2008-02-24
       Should fix bug 537.
       Should fix bug 537.
     - Alter the code that tries to recover from unhandled write
     - Alter the code that tries to recover from unhandled write
       errors, to not try to flush onto a socket that's given us
       errors, to not try to flush onto a socket that's given us
-      unhandled errors.  Bugfix on 0.1.2.x.
+      unhandled errors. Bugfix on 0.1.2.x.
     - Make Unix controlsockets work correctly on OpenBSD. Patch from
     - Make Unix controlsockets work correctly on OpenBSD. Patch from
       tup. Bugfix on 0.2.0.3-alpha.
       tup. Bugfix on 0.2.0.3-alpha.
 
 
@@ -88,7 +98,7 @@ Changes in version 0.2.0.20-rc - 2008-02-24
       address if the connection appears to be coming from the same /24
       address if the connection appears to be coming from the same /24
       network; it was producing too many wrong guesses.
       network; it was producing too many wrong guesses.
     - Make the new hidden service code respect the SafeLogging setting.
     - Make the new hidden service code respect the SafeLogging setting.
-      Bugfix on 0.2.0.x.  Patch from Karsten.
+      Bugfix on 0.2.0.x. Patch from Karsten.
     - When starting as an authority, do not overwrite all certificates
     - When starting as an authority, do not overwrite all certificates
       cached from other authorities. Bugfix on 0.2.0.x. Fixes bug 606.
       cached from other authorities. Bugfix on 0.2.0.x. Fixes bug 606.
     - If we're trying to flush the last bytes on a connection (for
     - If we're trying to flush the last bytes on a connection (for