[or-cvs] r15769: bump to 0.2.0.29-rc (in tor/branches/tor-0_2_0-patches: . contrib src/win32)

arma at seul.org arma at seul.org
Tue Jul 8 14:17:06 UTC 2008


Author: arma
Date: 2008-07-08 10:17:06 -0400 (Tue, 08 Jul 2008)
New Revision: 15769

Modified:
   tor/branches/tor-0_2_0-patches/ChangeLog
   tor/branches/tor-0_2_0-patches/configure.in
   tor/branches/tor-0_2_0-patches/contrib/tor-mingw.nsi.in
   tor/branches/tor-0_2_0-patches/src/win32/orconfig.h
Log:
bump to 0.2.0.29-rc


Modified: tor/branches/tor-0_2_0-patches/ChangeLog
===================================================================
--- tor/branches/tor-0_2_0-patches/ChangeLog	2008-07-08 13:51:08 UTC (rev 15768)
+++ tor/branches/tor-0_2_0-patches/ChangeLog	2008-07-08 14:17:06 UTC (rev 15769)
@@ -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 @@
     - 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.

Modified: tor/branches/tor-0_2_0-patches/configure.in
===================================================================
--- tor/branches/tor-0_2_0-patches/configure.in	2008-07-08 13:51:08 UTC (rev 15768)
+++ tor/branches/tor-0_2_0-patches/configure.in	2008-07-08 14:17:06 UTC (rev 15769)
@@ -5,7 +5,7 @@
 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

Modified: tor/branches/tor-0_2_0-patches/contrib/tor-mingw.nsi.in
===================================================================
--- tor/branches/tor-0_2_0-patches/contrib/tor-mingw.nsi.in	2008-07-08 13:51:08 UTC (rev 15768)
+++ tor/branches/tor-0_2_0-patches/contrib/tor-mingw.nsi.in	2008-07-08 14:17:06 UTC (rev 15769)
@@ -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"

Modified: tor/branches/tor-0_2_0-patches/src/win32/orconfig.h
===================================================================
--- tor/branches/tor-0_2_0-patches/src/win32/orconfig.h	2008-07-08 13:51:08 UTC (rev 15768)
+++ tor/branches/tor-0_2_0-patches/src/win32/orconfig.h	2008-07-08 14:17:06 UTC (rev 15769)
@@ -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"
 
 



More information about the tor-commits mailing list