summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-12-15 19:51:35 +0000
committerRoger Dingledine <arma@torproject.org>2004-12-15 19:51:35 +0000
commit29cf8a0a457dcdba7e019357e4324a130699b9a5 (patch)
treef6717c751914949398f88aa283041e2c10b2ce9b
parent98079e503770e63c8a2740e2306105e720bab5d0 (diff)
downloadtor-29cf8a0a457dcdba7e019357e4324a130699b9a5.tar.gz
tor-29cf8a0a457dcdba7e019357e4324a130699b9a5.zip
move us to 0.0.9.1
svn:r3150
-rw-r--r--ChangeLog7
-rw-r--r--configure.in2
-rw-r--r--contrib/tor.nsi2
-rw-r--r--src/win32/orconfig.h2
4 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e8b4e4cff..ca2057a08d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Changes in version 0.0.9.1 - 2004-12-15
+ o Bugfixes on 0.0.9:
+ - Make hibernation actually work.
+ - Make HashedControlPassword config option work.
+ - When we're reporting event circuit status to a controller,
+ don't use the stream status code.
+
Changes in version 0.0.9 - 2004-12-12
o Bugfixes on 0.0.8.1 (Crashes and asserts):
diff --git a/configure.in b/configure.in
index 9a245dc079..e1c051c2a5 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.0.9)
+AM_INIT_AUTOMAKE(tor, 0.0.9.1)
AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST
diff --git a/contrib/tor.nsi b/contrib/tor.nsi
index 46cea40788..1876c3f0d8 100644
--- a/contrib/tor.nsi
+++ b/contrib/tor.nsi
@@ -31,7 +31,7 @@
!include "MUI.nsh"
-!define VERSION "0.0.9"
+!define VERSION "0.0.9.1"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "http://freehaven.net/tor/"
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index bfb27bb42b..d7c6fe9823 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -199,4 +199,4 @@
#define UNALIGNED_INT_ACCESS_OK
/* Version number of package */
-#define VERSION "0.0.9"
+#define VERSION "0.0.9.1"