]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.1.1.10-alpha
authorRoger Dingledine <arma@torproject.org>
Sat, 10 Dec 2005 21:15:18 +0000 (21:15 +0000)
committerRoger Dingledine <arma@torproject.org>
Sat, 10 Dec 2005 21:15:18 +0000 (21:15 +0000)
svn:r5553

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

index 46c82b87148f469a4c2600f76a6c6ab4e2341fd9..226ced158c5fe457a799bab99d7e353b395aa13c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,7 @@ Changes in version 0.1.1.10-alpha - 2005-12-xx
       build with -ldl.
     - Give a useful message when people run Tor as the wrong user,
       rather than telling them to start chowning random directories.
+    - We were failing to inform the controller about new .onion streams.
 
   o Security bugfixes on 0.1.0.x:
     - Refuse server descriptors if the fingerprint line doesn't match
index 0f1406e9f5ec1a66c1e2a6e2f4a78aed093de239..46d5df488231994773bec0c5597bf0314705f772 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2005 Nick Mathewson
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.1.1.9-alpha-cvs)
+AM_INIT_AUTOMAKE(tor, 0.1.1.10-alpha)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index ea67fec41a3d9a85bccdd68f518a34fe39835c8b..ac239fcc583bf4c40724453fbc99a1447e45856d 100644 (file)
@@ -31,7 +31,7 @@
 
 !include "MUI.nsh"
 
-!define VERSION "0.1.1.9-alpha-cvs"
+!define VERSION "0.1.1.10-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "http://tor.eff.org/"
 
index 8de9c5aa5248a692d7b086c0958f816451f77421..f85c54dd92ee8b16e8dd7a0133fb74ace599b435 100644 (file)
 #define HAVE_EVENT_H
 
 /* Version number of package */
-#define VERSION "0.1.1.9-alpha-cvs"
+#define VERSION "0.1.1.10-alpha"
+