[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] a preliminary changelog for rc7
Update of /home2/or/cvsroot/tor
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor
Modified Files:
ChangeLog
Log Message:
a preliminary changelog for rc7
Index: ChangeLog
===================================================================
RCS file: /home2/or/cvsroot/tor/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- ChangeLog 6 Dec 2004 06:27:37 -0000 1.59
+++ ChangeLog 7 Dec 2004 23:42:32 -0000 1.60
@@ -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.