]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.2.32, prepare for release
authorRoger Dingledine <arma@torproject.org>
Fri, 26 Aug 2011 20:57:27 +0000 (16:57 -0400)
committerRoger Dingledine <arma@torproject.org>
Fri, 26 Aug 2011 20:57:27 +0000 (16:57 -0400)
ChangeLog
ReleaseNotes
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 99a42590e1f9d6aadf13f8746e2c66b4a4ead2a5..0f7111dd5b50aac81de0201320120147ba96ae3a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+Changes in version 0.2.2.32 - 2011-08-26
+  Tor 0.2.2.32, the first stable release in the 0.2.2 branch, is finally
+  ready. More than two years in the making, this release features
+  improved client performance and hidden service reliability, better
+  compatibility for Android and Windows CE, correct behavior for bridges
+  that listen on more than one address, more extensible and flexible
+  directory object handling, better reporting of network statistics,
+  improved code security, and many many other features and bugfixes.
+
+  The Tor 0.2.2 release series is dedicated to the memory of Andreas
+  Pfitzmann (1958-2010), a pioneer in anonymity and privacy research,
+  a founder of the PETS community, a leader in our field, a mentor,
+  and a friend. He will be sorely missed.
+
+
 Changes in version 0.2.2.31-rc - 2011-08-17
   Tor 0.2.2.31-rc is the second and hopefully final release candidate
   for the Tor 0.2.2.x series.
index b0e7a9f8d8c59858ecf40d60bda8272f7e59a599..336c1f11d343113ad94e3a4e6923b20dfe8d12c3 100644 (file)
@@ -3,7 +3,7 @@ This document summarizes new features and bugfixes in each stable release
 of Tor. If you want to see more detailed descriptions of the changes in
 each development snapshot, see the ChangeLog file.
 
-Changes in version 0.2.2.32 - 2011-08-xx
+Changes in version 0.2.2.32 - 2011-08-26
   Tor 0.2.2.32, the first stable release in the 0.2.2 branch, is finally
   ready. More than two years in the making, this release features
   improved client performance and hidden service reliability, better
index 299e80a72335afb465116f8e14b7aac3a0220693..d8aeb417f0240bf55c907bbc397a7fa762a55f29 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.31-rc)
+AM_INIT_AUTOMAKE(tor, 0.2.2.32)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index e817fd1e6fbc453fcd4f2487ebf6bceaeb501925..063dd92e63602ba17db246ecf4fc1ec6e9f0f48f 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.2.31-rc"
+!define VERSION "0.2.2.32"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 1c10b8e518b899f435fc54b5c95c9b7a6b6bedc6..5b0867fd1411d55d8f09b5fb5ad0ccd8edbd1e8a 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.2.31-rc"
+#define VERSION "0.2.2.32"