summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-03-18 02:30:32 +0000
committerRoger Dingledine <arma@torproject.org>2008-03-18 02:30:32 +0000
commit2d179e35ab05c58eb67ea870c634555243976160 (patch)
treeb28ef2d2e250c9b7118045f46b2cd8a137edec29
parent5109f64107b1ca1c45da0d01494d9b818c3d5340 (diff)
downloadtor-2d179e35ab05c58eb67ea870c634555243976160.tar.gz
tor-2d179e35ab05c58eb67ea870c634555243976160.zip
bump to 0.2.0.22-rc
svn:r14085
-rw-r--r--ChangeLog10
-rw-r--r--configure.in2
-rw-r--r--contrib/tor-mingw.nsi.in2
-rw-r--r--src/win32/orconfig.h2
4 files changed, 8 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 185cf6c97b..716a5a27f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,11 +32,11 @@ Changes in version 0.2.0.22-rc - 2008-03-17
get_interface_address6().
- When using a nonstandard malloc, do not use the platform values for
HAVE_MALLOC_GOOD_SIZE or HAVE_MALLOC_USABLE_SIZE.
- - Make the openbsd malloc code use 8k pages on alpha CPUs and 16k pages
- on ia64.
+ - Make the openbsd malloc code use 8k pages on alpha CPUs and
+ 16k pages on ia64.
- Detect mismatched page sizes when using --enable-openbsd-malloc.
- Avoid double-marked-for-close warning when certain kinds of invalid
- .in-addr.arpa addresses are passed to the DNSPort. Part of a fix
+ .in-addr.arpa addresses are passed to the DNSPort. Part of a fix
for bug 617. Bugfix on 0.2.0.1-alpha.
- Make sure that the "NULL-means-reject *:*" convention is followed by
all the policy manipulation functions, avoiding some possible crash
@@ -44,8 +44,8 @@ Changes in version 0.2.0.22-rc - 2008-03-17
o Minor features:
- Only log guard node status when guard node status has changed.
- - Downgrade the 3 most common "INFO" messages to "DEBUG". This will make
- "INFO" 75% less verbose.
+ - Downgrade the 3 most common "INFO" messages to "DEBUG". This will
+ make "INFO" 75% less verbose.
Changes in version 0.2.0.21-rc - 2008-03-02
diff --git a/configure.in b/configure.in
index da377776d5..9d15b34b33 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc.
dnl See LICENSE for licensing information
AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.0.21-rc)
+AM_INIT_AUTOMAKE(tor, 0.2.0.22-rc)
AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST
diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in
index 6550cb9a9c..8fcb46935a 100644
--- a/contrib/tor-mingw.nsi.in
+++ b/contrib/tor-mingw.nsi.in
@@ -9,7 +9,7 @@
!include "FileFunc.nsh"
!insertmacro GetParameters
-!define VERSION "0.2.0.21-rc"
+!define VERSION "0.2.0.22-rc"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE"
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index 56ee55bf70..f4a92ee7de 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -227,6 +227,6 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
-#define VERSION "0.2.0.21-rc"
+#define VERSION "0.2.0.22-rc"