diff options
author | Roger Dingledine <arma@torproject.org> | 2006-11-04 05:30:44 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-11-04 05:30:44 +0000 |
commit | 23110622c77b77f036cfacf29cfe8454f91dc9f1 (patch) | |
tree | 7588a50c40b21a4ecb94935969bf33570361db7d | |
parent | d20ad9e46db844c90bcd9a0161706361601a54cf (diff) | |
download | tor-23110622c77b77f036cfacf29cfe8454f91dc9f1.tar.gz tor-23110622c77b77f036cfacf29cfe8454f91dc9f1.zip |
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.
svn:r8900
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | contrib/tor.nsi.in | 2 | ||||
-rw-r--r-- | src/win32/orconfig.h | 2 |
4 files changed, 9 insertions, 7 deletions
@@ -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 @@ Changes in version 0.1.1.25 - 2006-11-?? [ongoing] - 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 diff --git a/configure.in b/configure.in index b4d02d8e0c..fb9ff45ece 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson 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 diff --git a/contrib/tor.nsi.in b/contrib/tor.nsi.in index f6c539168a..be8f4ecf49 100644 --- a/contrib/tor.nsi.in +++ b/contrib/tor.nsi.in @@ -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/" diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index af15699376..608e133a50 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -221,5 +221,5 @@ #define HAVE_EVENT_H /* Version number of package */ -#define VERSION "0.1.1.24" +#define VERSION "0.1.1.25" |