]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.2.2-alpha
authorRoger Dingledine <arma@torproject.org>
Mon, 21 Sep 2009 05:31:39 +0000 (01:31 -0400)
committerRoger Dingledine <arma@torproject.org>
Mon, 21 Sep 2009 05:31:39 +0000 (01:31 -0400)
ChangeLog
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index c6bfd4c5f2403b957c115685362289d83506e9c2..6aef77b27f598630566080ff7cf417ed023939e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in version 0.2.2.2-alpha - 2009-09-2?
+Changes in version 0.2.2.2-alpha - 2009-09-21
   o Major features:
     - Tor now tracks how long it takes to build client-side circuits
       over time, and adapts its timeout to local network performance.
@@ -49,10 +49,8 @@ Changes in version 0.2.2.2-alpha - 2009-09-2?
       by SwissTorExit.
     - Don't warn when we're using a circuit that ends with a node
       excluded in ExcludeExitNodes, but the circuit is not used to access
-      the outside world. This should help fix bug 1090. Bugfix on
-      0.2.1.6-alpha.
-    - Teach connection_ap_can_use_exit to respect the Exclude*Nodes config
-      options. Should fix bug 1090. Bugfix on 0.0.2-pre16.
+      the outside world. This should help fix bug 1090, but more problems
+      remain. Bugfix on 0.2.1.6-alpha.
     - Work around a small memory leak in some versions of OpenSSL that
       stopped the memory used by the hostname TLS extension from being
       freed.
index 6731f0559fddc7b1a71ec47a0f0d6da7d5bfebb4..1edb672ab3334131329cb601f928f40f7e7a3fbb 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.2.1-alpha-dev)
+AM_INIT_AUTOMAKE(tor, 0.2.2.2-alpha)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 0fceb051564abc769d31b2dec5f1583aece1e7c8..120d23392dca048158117b63ee88065aea1c68fa 100644 (file)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.2.1-alpha-dev"
+!define VERSION "0.2.2.2-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 205aafc3bc4109344c2f2a65cbef4661eaea3031..c2ccfa7be8bca1038080c33c3f3de5318e87bea6 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.2.1-alpha-dev"
+#define VERSION "0.2.2.2-alpha"