[or-cvs] r8900: clean up changelog, bump to 0.1.1.25. i won't package and ta (in tor/branches/tor-0_1_1-patches: . contrib src/win32)

arma at seul.org arma at seul.org
Sat Nov 4 05:30:53 UTC 2006


Author: arma
Date: 2006-11-04 00:30:44 -0500 (Sat, 04 Nov 2006)
New Revision: 8900

Modified:
   tor/branches/tor-0_1_1-patches/ChangeLog
   tor/branches/tor-0_1_1-patches/configure.in
   tor/branches/tor-0_1_1-patches/contrib/tor.nsi.in
   tor/branches/tor-0_1_1-patches/src/win32/orconfig.h
Log:
clean up changelog, bump to 0.1.1.25.
i won't package and tag for another 24 hours or so, so there's
still time to realize it's not ready. let me know.


Modified: tor/branches/tor-0_1_1-patches/ChangeLog
===================================================================
--- tor/branches/tor-0_1_1-patches/ChangeLog	2006-11-04 04:29:04 UTC (rev 8899)
+++ tor/branches/tor-0_1_1-patches/ChangeLog	2006-11-04 05:30:44 UTC (rev 8900)
@@ -1,8 +1,8 @@
-Changes in version 0.1.1.25 - 2006-11-?? [ongoing]
+Changes in version 0.1.1.25 - 2006-11-04
   o Major bugfixes:
-    - When a client asks us to resolve (not connect to) an address,
-      and we have a cached answer, give them the cached answer.
-      Previously, we would give them no answer at all.
+    - When a client asks us to resolve (rather than connect to)
+      an address, and we have a cached answer, give them the cached
+      answer. Previously, we would give them no answer at all.
     - We were building exactly the wrong circuits when we predict
       hidden service requirements, meaning Tor would have to build all
       its circuits on demand.
@@ -27,6 +27,8 @@
     - Avoid infinite loop on unexpected controller input.
     - Don't log spurious warnings when we see a circuit close reason we
       don't recognize; it's probably just from a newer version of Tor.
+    - Add Vidalia to the OS X uninstaller script, so when we uninstall
+      Tor/Privoxy we also uninstall Vidalia.
 
 
 Changes in version 0.1.1.24 - 2006-09-29

Modified: tor/branches/tor-0_1_1-patches/configure.in
===================================================================
--- tor/branches/tor-0_1_1-patches/configure.in	2006-11-04 04:29:04 UTC (rev 8899)
+++ tor/branches/tor-0_1_1-patches/configure.in	2006-11-04 05:30:44 UTC (rev 8900)
@@ -4,7 +4,7 @@
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.1.1.24)
+AM_INIT_AUTOMAKE(tor, 0.1.1.25)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST

Modified: tor/branches/tor-0_1_1-patches/contrib/tor.nsi.in
===================================================================
--- tor/branches/tor-0_1_1-patches/contrib/tor.nsi.in	2006-11-04 04:29:04 UTC (rev 8899)
+++ tor/branches/tor-0_1_1-patches/contrib/tor.nsi.in	2006-11-04 05:30:44 UTC (rev 8900)
@@ -31,7 +31,7 @@
 
 !include "MUI.nsh"
 
-!define VERSION "0.1.1.24"
+!define VERSION "0.1.1.25"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "http://tor.eff.org/"
 

Modified: tor/branches/tor-0_1_1-patches/src/win32/orconfig.h
===================================================================
--- tor/branches/tor-0_1_1-patches/src/win32/orconfig.h	2006-11-04 04:29:04 UTC (rev 8899)
+++ tor/branches/tor-0_1_1-patches/src/win32/orconfig.h	2006-11-04 05:30:44 UTC (rev 8900)
@@ -221,5 +221,5 @@
 #define HAVE_EVENT_H
 
 /* Version number of package */
-#define VERSION "0.1.1.24"
+#define VERSION "0.1.1.25"
 



More information about the tor-commits mailing list