[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] bump to 0.1.1.15-rc
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.15-rc
Index: ChangeLog
===================================================================
RCS file: /home2/or/cvsroot/tor/ChangeLog,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -p -d -r1.145 -r1.146
--- ChangeLog 9 Mar 2006 01:42:42 -0000 1.145
+++ ChangeLog 11 Mar 2006 18:44:09 -0000 1.146
@@ -1,5 +1,5 @@
-Changes in version 0.1.1.15-rc - 2006-03-09
- o Bugfixes and cleanups on 0.1.1.x:
+Changes in version 0.1.1.15-rc - 2006-03-11
+ o Bugfixes and cleanups:
- When we're printing strings from the network, don't try to print
non-printable characters. This protects us against shell escape
sequence exploits, and also against attacks to fool humans into
@@ -12,6 +12,9 @@ Changes in version 0.1.1.15-rc - 2006-03
- Fix a seg fault in the controller's "getinfo orconn-status" command
while listing status on incoming handshaking connections. Introduce
a status name "NEW" for these connections.
+ - If we get a linelist or linelist_s config option from the torrc
+ (e.g. ExitPolicy) and it has no value, warn and skip rather than
+ silently resetting it to its default.
- Don't abandon entry guards until they've been down or gone for
a whole month.
- Cleaner and quieter log messages.
Index: configure.in
===================================================================
RCS file: /home2/or/cvsroot/tor/configure.in,v
retrieving revision 1.265
retrieving revision 1.266
diff -u -p -d -r1.265 -r1.266
--- configure.in 21 Feb 2006 04:13:47 -0000 1.265
+++ configure.in 11 Mar 2006 18:44:09 -0000 1.266
@@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2006, Roger Dingl
dnl See LICENSE for licensing information
AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.1.1.14-alpha-cvs)
+AM_INIT_AUTOMAKE(tor, 0.1.1.15-rc)
AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST