summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-07-08 14:17:06 +0000
committerRoger Dingledine <arma@torproject.org>2008-07-08 14:17:06 +0000
commit59b5df9b4e7c16e0a79fdf0c3cd4b6f502490f15 (patch)
tree12b79854606f2c2565916d1c45136a4b24f1d5ea
parent2eda750489196757e1aefff6b2920e8bbace4f2e (diff)
downloadtor-59b5df9b4e7c16e0a79fdf0c3cd4b6f502490f15.tar.gz
tor-59b5df9b4e7c16e0a79fdf0c3cd4b6f502490f15.zip
bump to 0.2.0.29-rctor-0.2.0.29-rc
svn:r15769
-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 face8a63ca..b8b9b66602 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,14 @@
-Changes in version 0.2.0.29 - 2008-06-xx
+Changes in version 0.2.0.29-rc - 2008-07-08
o Major bugfixes:
- If you have more than one bridge but don't know their keys,
you would only launch a request for the descriptor of the first one
on your list. (Tor considered launching requests for the others, but
found that it already had a connection on the way for $0000...0000
- so it didn't open another.)
+ so it didn't open another.) Bugfix on 0.2.0.x.
- If you have more than one bridge but don't know their keys, and the
connection to one of the bridges failed, you would cancel all
pending bridge connections. (After all, they all have the same
- digest.)
+ digest.) Bugfix on 0.2.0.x.
- When a hidden service was trying to establish an introduction point,
and Tor had built circuits preemptively for such purposes, we
were ignoring all the preemptive circuits and launching a new one
@@ -31,8 +31,8 @@ Changes in version 0.2.0.29 - 2008-06-xx
- Fix macro collision between OpenSSL 0.9.8h and Windows headers.
Fixes bug 704; fix from Steven Murdoch.
- When opening /dev/null in finish_daemonize(), do not pass the
- O_CREAT flag. Fortify was complaining, and correctly so. Fixes
- bug 742; fix from Michael Scherer. Bugfix on 0.0.2pre19.
+ O_CREAT flag. Fortify was complaining, and correctly so. Fixes
+ bug 742; fix from Michael Scherer. Bugfix on 0.0.2pre19.
- Correctly detect transparent proxy support on Linux hosts that
require in.h to be included before netfilter_ipv4.h. Patch
from coderman.
diff --git a/configure.in b/configure.in
index b4a84328b1..99a06d8c93 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.28-rc-dev)
+AM_INIT_AUTOMAKE(tor, 0.2.0.29-rc)
AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST
diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in
index 222b4ee25c..2f7f25ebc5 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.28-rc-dev"
+!define VERSION "0.2.0.29-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 7a6c1516a9..c1750a2fd5 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.28-rc-dev"
+#define VERSION "0.2.0.29-rc"