aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-03-11 18:44:11 +0000
committerRoger Dingledine <arma@torproject.org>2006-03-11 18:44:11 +0000
commit44ca1a997dbfb687a1760f7898528df9d796597e (patch)
treeb8b30a66c2f37586c6c59ffd266fba36d2f69eeb /ChangeLog
parent0bd46086c3e33567d7d486fd471f8faf271f0884 (diff)
downloadtor-44ca1a997dbfb687a1760f7898528df9d796597e.tar
tor-44ca1a997dbfb687a1760f7898528df9d796597e.tar.gz
bump to 0.1.1.15-rc
svn:r6126
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e41334321..26ced172b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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-09
- 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.