From 2d179e35ab05c58eb67ea870c634555243976160 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 18 Mar 2008 02:30:32 +0000 Subject: [PATCH] bump to 0.2.0.22-rc svn:r14085 --- ChangeLog | 10 +++++----- configure.in | 2 +- contrib/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 185cf6c97..716a5a27f 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 da377776d..9d15b34b3 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 6550cb9a9..8fcb46935 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 56ee55bf7..f4a92ee7d 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"