Procházet zdrojové kódy

move us to 0.0.9.1

svn:r3150
Roger Dingledine před 19 roky
rodič
revize
29cf8a0a45
4 změnil soubory, kde provedl 10 přidání a 3 odebrání
  1. 7 0
      ChangeLog
  2. 1 1
      configure.in
  3. 1 1
      contrib/tor.nsi
  4. 1 1
      src/win32/orconfig.h

+ 7 - 0
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):

+ 1 - 1
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

+ 1 - 1
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/"
 

+ 1 - 1
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"