[tor-commits] [tor/master] Final(?) tweaks to 0.2.6.1-alpha changelog

nickm at torproject.org nickm at torproject.org
Thu Oct 30 12:58:51 UTC 2014


commit ffe10d01d16041ea6d159fe156668c71d7ca8a7a
Author: Nick Mathewson <nickm at torproject.org>
Date:   Thu Oct 30 08:54:44 2014 -0400

    Final(?) tweaks to 0.2.6.1-alpha changelog
---
 ChangeLog |   16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 381d2a6..f7537f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in version 0.2.6.1-alpha - 2014-??-??
+Changes in version 0.2.6.1-alpha - 2014-10-30
   Tor 0.2.6.1-alpha is the first release in the Tor 0.2.6.x series. It
   includes numerous code cleanups and new tests, and fixes a large
   number of annoying bugs. Out-of-memory conditions are handled better
@@ -8,6 +8,10 @@ Changes in version 0.2.6.1-alpha - 2014-??-??
   directory object, so that tightening restrictions does not have a risk
   of introducing infinite download loops.
 
+  This is the first alpha release in a new series, so expect there to be
+  bugs. Users who would rather test out a more stable branch should stay
+  with 0.2.5.x for now.
+
   o New compiler and system requirements:
     - Tor 0.2.6.x requires that your compiler support more of the C99
       language standard than before. The 'configure' script now detects
@@ -17,7 +21,6 @@ Changes in version 0.2.6.1-alpha - 2014-??-??
       We may revisit this requirement if it turns out that a significant
       number of people need to build Tor with compilers that don't
       bother implementing a 15-year-old standard. Closes ticket 13233.
-
     - Tor no longer supports systems without threading support. When we
       began working on Tor, there were several systems that didn't have
       threads, or where the thread support wasn't able to run the
@@ -32,8 +35,9 @@ Changes in version 0.2.6.1-alpha - 2014-??-??
 
   o Major features (bridges):
     - Expose the outgoing upstream HTTP/SOCKS proxy to pluggable
-      transports if they are configured via the "TOR_PT_PROXY" environment
-      variable. Implements proposal 232. Resolves ticket 8402.
+      transports if they are configured via the "TOR_PT_PROXY"
+      environment variable. Implements proposal 232. Resolves
+      ticket 8402.
 
   o Major features (client performance, hidden services):
     - Allow clients to use optimistic data when connecting to a hidden
@@ -79,8 +83,8 @@ Changes in version 0.2.6.1-alpha - 2014-??-??
 
   o Minor features:
     - When identity keypair is generated for first time, log a
-      congratulatory message that points to the new relay lifecycle
-      document on the wiki. Implements feature 10427.
+      congratulatory message that links to the new relay lifecycle
+      document. Implements feature 10427.
 
   o Minor features (client):
     - Clients are now willing to send optimistic data (before they





More information about the tor-commits mailing list