From 23110622c77b77f036cfacf29cfe8454f91dc9f1 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sat, 4 Nov 2006 05:30:44 +0000 Subject: 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 --- ChangeLog | 10 ++++++---- configure.in | 2 +- contrib/tor.nsi.in | 2 +- src/win32/orconfig.h | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 73d522ac28..c08c4333cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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" -- cgit v1.2.3-54-g00ecf