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

arma at seul.org arma at seul.org
Wed Apr 23 21:10:52 UTC 2008


Author: arma
Date: 2008-04-23 17:10:52 -0400 (Wed, 23 Apr 2008)
New Revision: 14433

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.25-rc


Modified: tor/branches/tor-0_2_0-patches/ChangeLog
===================================================================
--- tor/branches/tor-0_2_0-patches/ChangeLog	2008-04-23 20:48:14 UTC (rev 14432)
+++ tor/branches/tor-0_2_0-patches/ChangeLog	2008-04-23 21:10:52 UTC (rev 14433)
@@ -2,11 +2,11 @@
   o Major bugfixes:
     - Remember to initialize threading before initializing logging.
       Otherwise, many BSD-family implementations will crash hard on
-      startup.  Fixes bug 671.  Bugfix on 0.2.0.24-rc.
+      startup. Fixes bug 671. Bugfix on 0.2.0.24-rc.
 
-  o Minor bugfixes
+  o Minor bugfixes:
     - Authorities correctly free policies on bad servers on
-      exit. Fixes bug 672.
+      exit. Fixes bug 672. Bugfix on 0.2.0.x.
 
 
 Changes in version 0.2.0.24-rc - 2008-04-22

Modified: tor/branches/tor-0_2_0-patches/configure.in
===================================================================
--- tor/branches/tor-0_2_0-patches/configure.in	2008-04-23 20:48:14 UTC (rev 14432)
+++ tor/branches/tor-0_2_0-patches/configure.in	2008-04-23 21:10:52 UTC (rev 14433)
@@ -5,7 +5,7 @@
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.0.24-rc)
+AM_INIT_AUTOMAKE(tor, 0.2.0.25-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-04-23 20:48:14 UTC (rev 14432)
+++ tor/branches/tor-0_2_0-patches/contrib/tor-mingw.nsi.in	2008-04-23 21:10:52 UTC (rev 14433)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.0.24-rc"
+!define VERSION "0.2.0.25-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-04-23 20:48:14 UTC (rev 14432)
+++ tor/branches/tor-0_2_0-patches/src/win32/orconfig.h	2008-04-23 21:10:52 UTC (rev 14433)
@@ -227,6 +227,6 @@
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.0.24-rc"
+#define VERSION "0.2.0.25-rc"
 
 



More information about the tor-commits mailing list