Browse Source

prepare for the 0.2.1.2-alpha release. we will tag
sometime today. get your fixes in soon. :)


svn:r15371

Roger Dingledine 17 years ago
parent
commit
a2a3d1e329
4 changed files with 19 additions and 18 deletions
  1. 16 15
      ChangeLog
  2. 1 1
      configure.in
  3. 1 1
      contrib/tor-mingw.nsi.in
  4. 1 1
      src/win32/orconfig.h

+ 16 - 15
ChangeLog

@@ -1,24 +1,24 @@
-Changes in version 0.2.1.2-alpha - 2008-06-??
+Changes in version 0.2.1.2-alpha - 2008-06-20
   o Major features:
   o Major features:
-    - New TestingTorNetwork option to allow adjustment of previously constant
+    - New TestingTorNetwork option to allow adjustment of previously
-      values that, while reasonable, could slow bootstrapping.  Implements
+      constant values that, while reasonable, could slow bootstrapping.
-      proposal 135.  Patch from Karsten.
+      Implements proposal 135. Patch from Karsten.
 
 
   o Major bugfixes:
   o Major bugfixes:
-    - If you have more than one bridge but don't know their keys,
+    - If you have more than one bridge but don't know their digests,
       you would only learn a request for the descriptor of the first one
       you would only learn a request for the descriptor of the first one
       on your list. (Tor considered launching requests for the others, but
       on your list. (Tor considered launching requests for the others, but
       found that it already had a connection on the way for $0000...0000
       found that it already had a connection on the way for $0000...0000
       so it didn't open another.)
       so it didn't open another.)
-    - If you have more than one bridge but don't know their keys, and the
+    - If you have more than one bridge but don't know their digests,
-      connection to one of the bridges failed, you would cancel all
+      and the connection to one of the bridges failed, you would cancel
-      pending bridge connections. (After all, they all have the same
+      all pending bridge connections. (After all, they all have the
-      digest.)
+      same digest.)
 
 
   o Minor features:
   o Minor features:
     - Allow OpenSSL to use dynamic locks if it wants.
     - Allow OpenSSL to use dynamic locks if it wants.
-    - When building a consensus do not include routers that are down.
+    - When building a consensus, do not include routers that are down.
-      This will cut down 30% to 40% on consensus size.  Implements
+      This will cut down 30% to 40% on consensus size. Implements
       proposal 138.
       proposal 138.
     - In directory authorities' approved-routers files, allow
     - In directory authorities' approved-routers files, allow
       fingerprints with or without space.
       fingerprints with or without space.
@@ -33,10 +33,11 @@ Changes in version 0.2.1.2-alpha - 2008-06-??
       would crash a dirserver if it did not already have a consensus.
       would crash a dirserver if it did not already have a consensus.
     - Clean up some macro/CPP interactions: some GCC versions don't like
     - Clean up some macro/CPP interactions: some GCC versions don't like
       #if/#endif pairs inside macro arguments.  Fixes bug 707.
       #if/#endif pairs inside macro arguments.  Fixes bug 707.
-    - When establishing a hidden service, introduction points that originate
+    - When establishing a hidden service, introduction points that
-      from cannibalized circuits are completely ignored and not included in
+      originate from cannibalized circuits are completely ignored and not
-      rendezvous service descriptors. This might be another reason for delay
+      included in rendezvous service descriptors. This might be another
-      in making a hidden service available. Bugfix on 0.2.0.14-alpha.
+      reason for delay in making a hidden service available. Bugfix
+      from long ago (0.0.9.x?)
 
 
   o Bootstrapping bugfixes:
   o Bootstrapping bugfixes:
     - Directory authorities shouldn't complain about bootstrapping
     - Directory authorities shouldn't complain about bootstrapping

+ 1 - 1
configure.in

@@ -5,7 +5,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 dnl See LICENSE for licensing information
 
 
 AC_INIT
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.1.1-alpha-dev)
+AM_INIT_AUTOMAKE(tor, 0.2.1.2-alpha)
 AM_CONFIG_HEADER(orconfig.h)
 AM_CONFIG_HEADER(orconfig.h)
 
 
 AC_CANONICAL_HOST
 AC_CANONICAL_HOST

+ 1 - 1
contrib/tor-mingw.nsi.in

@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
 !insertmacro GetParameters
   
   
-!define VERSION "0.2.1.1-alpha-dev"
+!define VERSION "0.2.1.2-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
 !define LICENSE "LICENSE"

+ 1 - 1
src/win32/orconfig.h

@@ -227,6 +227,6 @@
 #define USING_TWOS_COMPLEMENT
 #define USING_TWOS_COMPLEMENT
 
 
 /* Version number of package */
 /* Version number of package */
-#define VERSION "0.2.1.1-alpha-dev"
+#define VERSION "0.2.1.2-alpha"