diff options
author | Roger Dingledine <arma@torproject.org> | 2006-03-11 18:44:11 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-03-11 18:44:11 +0000 |
commit | 44ca1a997dbfb687a1760f7898528df9d796597e (patch) | |
tree | b8b30a66c2f37586c6c59ffd266fba36d2f69eeb /ChangeLog | |
parent | 0bd46086c3e33567d7d486fd471f8faf271f0884 (diff) | |
download | tor-44ca1a997dbfb687a1760f7898528df9d796597e.tar.gz tor-44ca1a997dbfb687a1760f7898528df9d796597e.zip |
bump to 0.1.1.15-rc
svn:r6126
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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. |