[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] bump stable to 0.0.9.9
Update of /home2/or/cvsroot/tor
In directory moria.mit.edu:/home2/arma/work/onion/0091/tor
Modified Files:
Tag: tor-0_0_9-patches
ChangeLog configure.in
Log Message:
bump stable to 0.0.9.9
give it a cursory changelog
Index: ChangeLog
===================================================================
RCS file: /home2/or/cvsroot/tor/ChangeLog,v
retrieving revision 1.64.2.17
retrieving revision 1.64.2.18
diff -u -d -r1.64.2.17 -r1.64.2.18
--- ChangeLog 7 Apr 2005 23:26:54 -0000 1.64.2.17
+++ ChangeLog 23 Apr 2005 18:23:34 -0000 1.64.2.18
@@ -1,3 +1,10 @@
+Changes in version 0.0.9.9 - 2005-04-23
+ o Bugfixes on 0.0.9.x:
+ - If unofficial Tor clients connect and send weird TLS certs, our
+ Tor server triggers an assert. This release contains a minimal
+ backport from the broader fix that we put into 0.1.0.4-rc.
+
+
Changes in version 0.0.9.8 - 2005-04-07
o Bugfixes on 0.0.9.x:
- We have a bug that I haven't found yet. Sometimes, very rarely,
Index: configure.in
===================================================================
RCS file: /home2/or/cvsroot/tor/configure.in,v
retrieving revision 1.156.2.10
retrieving revision 1.156.2.11
diff -u -d -r1.156.2.10 -r1.156.2.11
--- configure.in 7 Apr 2005 22:00:24 -0000 1.156.2.10
+++ configure.in 23 Apr 2005 18:23:34 -0000 1.156.2.11
@@ -1,6 +1,6 @@
AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.0.9.8)
+AM_INIT_AUTOMAKE(tor, 0.0.9.9)
AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST