+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.
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
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
!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"