[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] commit an interim 0.0.9.2 changelog so we don"t lose track ...
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] commit an interim 0.0.9.2 changelog so we don"t lose track ...
- From: arma@xxxxxxxx (Roger Dingledine)
- Date: Wed, 22 Dec 2004 04:57:45 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Wed, 22 Dec 2004 04:58:05 -0500
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Update of /home2/or/cvsroot/tor
In directory moria.mit.edu:/home2/arma/work/onion/0091/tor
Modified Files:
Tag: tor-0_0_9-patches
ChangeLog
Log Message:
commit an interim 0.0.9.2 changelog so we don't lose track of changes
Index: ChangeLog
===================================================================
RCS file: /home2/or/cvsroot/tor/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.64.2.1
diff -u -d -r1.64 -r1.64.2.1
--- ChangeLog 15 Dec 2004 19:51:33 -0000 1.64
+++ ChangeLog 22 Dec 2004 09:57:41 -0000 1.64.2.1
@@ -1,3 +1,20 @@
+Changes so far in version 0.0.9.2
+ o Bugfixes on 0.0.9:
+ - Due to a fencepost error, we were blowing away the \n when reporting
+ confvalue items in the controller. So asking for multiple config
+ values at once couldn't work.
+ - Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's
+ name out of the warning/assert messages.
+ - Make tor-resolve.c work on win32 by calling network_init().
+ - Fix an assert on startup when the disk is full and you're logging
+ to a file.
+ - If you do socks4 with an IP of 0.0.0.x but *don't* provide a socks4a
+ style address, then we'd crash.
+ - When listing circuits that are pending on an opening OR connection,
+ if we're an OR we were listing circuits that *end* at us as
+ being pending on every listener, dns/cpu worker, etc. Stop that.
+
+
Changes in version 0.0.9.1 - 2004-12-15
o Bugfixes on 0.0.9:
- Make hibernation actually work.