Browse Source

bump to 0.2.2.11-alpha

Roger Dingledine 15 years ago
parent
commit
9cde5a4629
4 changed files with 8 additions and 8 deletions
  1. 5 5
      ChangeLog
  2. 1 1
      configure.in
  3. 1 1
      contrib/tor-mingw.nsi.in
  4. 1 1
      src/win32/orconfig.h

+ 5 - 5
ChangeLog

@@ -9,10 +9,10 @@ Changes in version 0.2.2.11-alpha - 2010-04-15
       on 0.2.2.7-alpha. Rename CircPriorityHalflifeMsec to
       on 0.2.2.7-alpha. Rename CircPriorityHalflifeMsec to
       CircuitPriorityHalflifeMsec, so authorities can tell newer relays
       CircuitPriorityHalflifeMsec, so authorities can tell newer relays
       about the option without breaking older ones.
       about the option without breaking older ones.
-    - Fix SSL renegotiation behavior on OpenSSL versions that claim to
-      be earlier than 0.9.8m, but which have in reality backported huge
-      swaths of 0.9.8m or 0.9.8n renegotiation behavior. Possible fix
-      for some cases of bug 1346.
+    - Fix SSL renegotiation behavior on OpenSSL versions like on Centos
+      that claim to be earlier than 0.9.8m, but which have in reality
+      backported huge swaths of 0.9.8m or 0.9.8n renegotiation
+      behavior. Possible fix for some cases of bug 1346.
 
 
   o Minor features:
   o Minor features:
     - Experiment with a more aggressive approach to preventing clients
     - Experiment with a more aggressive approach to preventing clients
@@ -22,7 +22,7 @@ Changes in version 0.2.2.11-alpha - 2010-04-15
       how it goes!
       how it goes!
     - Add support for statically linking zlib by specifying
     - Add support for statically linking zlib by specifying
       --enable-static-zlib, to go with our support for statically linking
       --enable-static-zlib, to go with our support for statically linking
-      openssl/libevent. Resolves bug 1358.
+      openssl and libevent. Resolves bug 1358.
 
 
   o Minor bugfixes:
   o Minor bugfixes:
     - Fix a segfault that happens whenever a Tor client that is using
     - Fix a segfault that happens whenever a Tor client that is using

+ 1 - 1
configure.in

@@ -4,7 +4,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.2.10-alpha-dev)
+AM_INIT_AUTOMAKE(tor, 0.2.2.11-alpha)
 AM_CONFIG_HEADER(orconfig.h)
 AM_CONFIG_HEADER(orconfig.h)
 
 
 AC_CANONICAL_HOST
 AC_CANONICAL_HOST

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

@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
 !insertmacro GetParameters
-!define VERSION "0.2.2.10-alpha-dev"
+!define VERSION "0.2.2.11-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

@@ -226,5 +226,5 @@
 #define USING_TWOS_COMPLEMENT
 #define USING_TWOS_COMPLEMENT
 
 
 /* Version number of package */
 /* Version number of package */
-#define VERSION "0.2.2.10-alpha-dev"
+#define VERSION "0.2.2.11-alpha"