summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-09-18 04:32:08 +0000
committerRoger Dingledine <arma@torproject.org>2006-09-18 04:32:08 +0000
commitaef0c26cb125f69113fc8ae37d4c3a8c062525e9 (patch)
tree17eb1979d71a24c99cff0d87f047f3aaa8875c5d
parent83eb9f98dda8440565133633088ffdedbbc4a5e6 (diff)
downloadtor-aef0c26cb125f69113fc8ae37d4c3a8c062525e9.tar.gz
tor-aef0c26cb125f69113fc8ae37d4c3a8c062525e9.zip
and update the changelog for the backport (and other fixes)
svn:r8414
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bc4a729a1c..8fe89f007e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,12 +9,15 @@ Changes in version 0.1.1.24 - 2006-09-xx [ongoing]
o Minor bugfixes:
- Allow Tor to start when RunAsDaemon is set but no logs are set.
+ - Don't crash when the controller receives a third argument to an
+ "extendcircuit" request.
- Fix configure.in to not produce broken configure files with
more recent versions of autoconf. Thanks to Clint for his auto*
voodoo.
- Fix NetBSD bug that could allow someone to force uninitialized RAM
- to be sent to a server's DNS resolver. This only effects NetBSD and
- other platforms that that do not bounds-check tolower().
+ to be sent to a server's DNS resolver. This only affects NetBSD and
+ other platforms that do not bounds-check tolower().
+
Changes in version 0.1.1.23 - 2006-07-30
o Major bugfixes: