]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.0.9rc4 tor-0.0.9rc4
authorRoger Dingledine <arma@torproject.org>
Sun, 28 Nov 2004 06:44:08 +0000 (06:44 +0000)
committerRoger Dingledine <arma@torproject.org>
Sun, 28 Nov 2004 06:44:08 +0000 (06:44 +0000)
svn:r3001

ChangeLog
configure.in
contrib/tor.nsi
src/win32/orconfig.h

index 4533ce13b60529e4758f01aa567583f414ff8e08..42468ce7a89c077217e2b74d9ae3bc79dfc10a83 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
 Changes so far in 0.0.9:
+rc4:
+  o Bugfixes on 0.0.8.1:
+    - Make windows sockets actually non-blocking (oops), and handle
+      win32 socket errors better.
+
+  o Bugfixes on 0.0.9rc1:
+    - Actually catch the -USR2 signal.
+
 rc3:
   o Bugfixes on 0.0.8.1:
     - Flush the log file descriptor after we print "Tor opening log file",
index 1d441446cd2cfb4d141ae099d83ef46bf2af2f05..86e2b80e1b1f3899c014c38ebbc7ab7fc02bc64f 100644 (file)
@@ -1,6 +1,6 @@
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.0.9rc4-cvs)
+AM_INIT_AUTOMAKE(tor, 0.0.9rc4)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 88a5ed980ac71b0aa29b8c8bffc3cf23cc541e06..c05dabfbbde73f00d0968e6d40eec4cbe273d8f6 100644 (file)
@@ -31,7 +31,7 @@
 
 !include "MUI.nsh"
 
-!define VERSION "0.0.9rc4-cvs"
+!define VERSION "0.0.9rc4"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "http://freehaven.net/tor/"
 
index a51ae13a2dc710a508efa3c9c1e2411ed5d8f2f4..5956ff033cdb3ad038c9a2cb319dd466e798a86b 100644 (file)
 #define UNALIGNED_INT_ACCESS_OK
 
 /* Version number of package */
-#define VERSION "0.0.9rc4-cvs"
+#define VERSION "0.0.9rc4"