summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-12-07 23:42:32 +0000
committerRoger Dingledine <arma@torproject.org>2004-12-07 23:42:32 +0000
commitd7dbfd3644dac410cb4ee558f31b514ca3689afc (patch)
tree08e6fc522a7e06513e41f8a3d2abc97d8f41c4f6
parentfc8a2596e189ad8913d81b0c626d9dc3c4906f15 (diff)
downloadtor-d7dbfd3644dac410cb4ee558f31b514ca3689afc.tar.gz
tor-d7dbfd3644dac410cb4ee558f31b514ca3689afc.zip
a preliminary changelog for rc7
svn:r3119
-rw-r--r--ChangeLog20
1 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ce458e1e2..08c81e25a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,24 @@
Changes so far in 0.0.9:
+rc7:
+ o Bugfixes on 0.0.9rc:
+ - Fix a stack-trashing crash when an exit node begins hibernating.
+ - Avoid looking at unallocated memory while considering which
+ ports we need to build circuits to cover.
+ - Stop a sigpipe: when an 'end' cell races with eof from the app,
+ we shouldn't hold-open-until-flush if the eof arrived first.
+ - Fix a bug with init_cookie_authentication() in the controller.
+ - When recommending new-format log lines, if the upper bound is
+ LOG_ERR, leave it implicit.
+
+ o Bugfixes on 0.0.8.1:
+ - Fix a whole slew of memory leaks.
+ - Fix parse_iso_time on platforms without strptime (eg win32).
+ - win32: tolerate extra "readable" events better.
+ - win32: when being multithreaded, leave parent fdarray open.
+ - Make unit tests work on win32.
+
rc6:
- o Bugfixes on 0.0.9pre:
+ o Bugfixes on 0.0.9rc:
- Clean up some more integer underflow opportunities (not exploitable
we think).
- While hibernating, hup should not regrow our listeners.