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

[or-cvs] bump to 0.1.1.4-alpha in preparation for new release



Update of /home2/or/cvsroot/tor
In directory moria:/home/arma/work/onion/cvs/tor

Modified Files:
	ChangeLog configure.in 
Log Message:
bump to 0.1.1.4-alpha in preparation for new release


Index: ChangeLog
===================================================================
RCS file: /home2/or/cvsroot/tor/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- ChangeLog	25 Jul 2005 09:11:03 -0000	1.103
+++ ChangeLog	4 Aug 2005 22:45:52 -0000	1.104
@@ -1,3 +1,13 @@
+Changes in version 0.1.1.4-alpha - 2005-08-04
+  o Bugfixes included in 0.1.0.13.
+
+  o Features:
+    - Improve tor_gettimeofday() granularity on windows.
+    - Make clients regenerate their keys when their IP address changes.
+    - Implement some more GETINFO goodness: expose helper nodes, config
+      options, getinfo keys.
+
+
 Changes in version 0.1.1.3-alpha - 2005-07-25
   o Bugfixes on 0.1.1.2-alpha:
     - Fix a bug in handling the controller's "post descriptor"
@@ -88,6 +98,16 @@
       test this?
 
 
+Changes in version 0.1.0.13 - 2005-08-04
+  o Bugfixes on 0.1.0.x:
+    - Fix a critical bug in the security of our crypto handshakes.
+    - Fix a size_t underflow in smartlist_join_strings2() that made
+      it do bad things when you hand it an empty smartlist.
+    - Fix Windows installer to ship Tor license (thanks to Aphex for
+      pointing out this oversight) and put a link to the doc directory
+      in the start menu.
+
+
 Changes in version 0.1.0.12 - 2005-07-18
   o New directory servers:
       - tor26 has changed IP address.

Index: configure.in
===================================================================
RCS file: /home2/or/cvsroot/tor/configure.in,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -d -r1.223 -r1.224
--- configure.in	25 Jul 2005 18:10:08 -0000	1.223
+++ configure.in	4 Aug 2005 22:45:52 -0000	1.224
@@ -4,7 +4,7 @@
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.1.1.3-alpha)
+AM_INIT_AUTOMAKE(tor, 0.1.1.4-alpha)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST