[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] bump to 0.1.0.11



Update of /home/or/cvsroot/tor
In directory moria:/home/arma/work/onion/tor-010x/tor

Modified Files:
      Tag: tor-0_1_0-patches
	ChangeLog configure.in 
Log Message:
bump to 0.1.0.11


Index: ChangeLog
===================================================================
RCS file: /home/or/cvsroot/tor/ChangeLog,v
retrieving revision 1.93.2.6
retrieving revision 1.93.2.7
diff -u -d -r1.93.2.6 -r1.93.2.7
--- ChangeLog	13 Jun 2005 01:30:31 -0000	1.93.2.6
+++ ChangeLog	1 Jul 2005 01:56:04 -0000	1.93.2.7
@@ -1,4 +1,14 @@
-Changes in version 0.1.0.10 (first stable release of 0.1.0.x)
+Changes in version 0.1.0.11 - 2005-07-xx
+  o Bugfixes on 0.1.0.x:
+    - Fix major security bug: servers were disregarding their
+      exit policies if clients behaved unexpectedly.
+    - Make OS X init script check for missing argument, so we don't
+      confuse users who invoke it incorrectly.
+    - Fix a seg fault in "tor --hash-password foo".
+    - The MAPADDRESS control command was broken.
+
+
+Changes in version 0.1.0.10 - 2005-06-14
   o Fixes on Win32:
     - Make NT services work and start on startup on Win32 (based on
       patch by Matt Edman). See the FAQ entry for details.

Index: configure.in
===================================================================
RCS file: /home/or/cvsroot/tor/configure.in,v
retrieving revision 1.212.2.4
retrieving revision 1.212.2.5
diff -u -d -r1.212.2.4 -r1.212.2.5
--- configure.in	13 Jun 2005 01:32:05 -0000	1.212.2.4
+++ configure.in	1 Jul 2005 01:56:04 -0000	1.212.2.5
@@ -4,7 +4,7 @@
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.1.0.10)
+AM_INIT_AUTOMAKE(tor, 0.1.0.11)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST