diff options
author | Roger Dingledine <arma@torproject.org> | 2005-07-01 02:01:21 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-07-01 02:01:21 +0000 |
commit | 3bb756b93b89b474fce9cef8c5e11f07df8a66a3 (patch) | |
tree | cbf6291f4e05a9c10b2097bef1f14ca35a8d1483 /ChangeLog | |
parent | 055477f121ae94614db22597946e68886ee5cad0 (diff) | |
download | tor-3bb756b93b89b474fce9cef8c5e11f07df8a66a3.tar.gz tor-3bb756b93b89b474fce9cef8c5e11f07df8a66a3.zip |
forward-port the 0.1.0.11 stuff
svn:r4515
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -21,6 +21,16 @@ Changes in version 0.1.1.1-alpha - 2005-06-29 test this? +Changes in version 0.1.0.11 - 2005-06-30 + o Bugfixes on 0.1.0.x: + - Fix major security bug: servers were disregarding their + exit policies if clients behaved unexpectedly. + - Make OS X init script check for missing argument, so we don't + confuse users who invoke it incorrectly. + - Fix a seg fault in "tor --hash-password foo". + - The MAPADDRESS control command was broken. + + Changes in version 0.1.0.10 - 2005-06-14 o Fixes on Win32: - Make NT services work and start on startup on Win32 (based on |