[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] bump to 0.1.0.13 in preparation for new release
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.13 in preparation for new release
Index: ChangeLog
===================================================================
RCS file: /home/or/cvsroot/tor/ChangeLog,v
retrieving revision 1.93.2.11
retrieving revision 1.93.2.12
diff -u -d -r1.93.2.11 -r1.93.2.12
--- ChangeLog 18 Jul 2005 19:09:03 -0000 1.93.2.11
+++ ChangeLog 4 Aug 2005 22:44:59 -0000 1.93.2.12
@@ -1,3 +1,13 @@
+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: /home/or/cvsroot/tor/configure.in,v
retrieving revision 1.212.2.7
retrieving revision 1.212.2.8
diff -u -d -r1.212.2.7 -r1.212.2.8
--- configure.in 18 Jul 2005 06:07:25 -0000 1.212.2.7
+++ configure.in 4 Aug 2005 22:44:59 -0000 1.212.2.8
@@ -4,7 +4,7 @@
dnl See LICENSE for licensing information
AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.1.0.12)
+AM_INIT_AUTOMAKE(tor, 0.1.0.13)
AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST