diff options
author | Roger Dingledine <arma@torproject.org> | 2005-06-29 20:10:51 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-06-29 20:10:51 +0000 |
commit | df56eea8f3f6c67191ecf5832674cb4c65797066 (patch) | |
tree | 1ade9938429854706ea943e86cbe5e57d46b9ffe | |
parent | 6b21c8e74fea5184b106f24e739418421167d4d5 (diff) | |
download | tor-df56eea8f3f6c67191ecf5832674cb4c65797066.tar.gz tor-df56eea8f3f6c67191ecf5832674cb4c65797066.zip |
a changelog for 0.1.1.1-alphator-0.1.1.1-alpha
svn:r4502
-rw-r--r-- | ChangeLog | 25 |
1 files changed, 24 insertions, 1 deletions
@@ -1,4 +1,27 @@ -Changes in version 0.1.0.10 (first stable release of 0.1.0.x) +Changes in version 0.1.1.1-alpha - 2005-06-29 + o Bugfixes: + - Make OSX 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" + - Fix a possible way to DoS dirservers. + - When we complain that your exit policy implicitly allows local or + private address spaces, name them explicitly so operators can + fix it. + - Make the log message less scary when all the dirservers are + temporarily unreachable + - We were printing the number of idle dns workers incorrectly when + culling them. + + o Features: + - Revised controller protocol (version 1) that uses ascii rather + than binary. Add supporting libraries in python and java so you + can use the controller from your applications without caring how + our protocol works. + - Spiffy new support for crypto hardware accelerators. Can somebody + test this? + + +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 patch by Matt Edman). See the FAQ entry for details. |