[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] forward-port the 0.1.0.17 changelog
Update of /home2/or/cvsroot/tor
In directory moria:/home/arma/work/onion/cvs/tor
Modified Files:
ChangeLog
Log Message:
forward-port the 0.1.0.17 changelog
Index: ChangeLog
===================================================================
RCS file: /home2/or/cvsroot/tor/ChangeLog,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -p -d -r1.143 -r1.144
--- ChangeLog 21 Feb 2006 03:46:49 -0000 1.143
+++ ChangeLog 8 Mar 2006 06:56:28 -0000 1.144
@@ -16,7 +16,7 @@ Changes in version 0.1.1.14-alpha - 2006
meaning we were willing to pick trivial-bandwidth nodes for "fast"
connections.
- If the controller's SAVECONF command fails (e.g. due to file
- permissions), let it know that it failed.
+ permissions), let the controller know that it failed.
o Features:
- If we're trying to be a Tor server and running Windows 95/98/ME
@@ -816,6 +816,32 @@ Changes in version 0.1.1.1-alpha - 2005-
test this?
+Changes in version 0.1.0.17 - 2006-02-17
+ o Crash bugfixes on 0.1.0.x:
+ - When servers with a non-zero DirPort came out of hibernation,
+ sometimes they would trigger an assert.
+
+ o Other important bugfixes:
+ - On platforms that don't have getrlimit (like Windows), we were
+ artificially constraining ourselves to a max of 1024
+ connections. Now just assume that we can handle as many as 15000
+ connections. Hopefully this won't cause other problems.
+
+ o Backported features:
+ - When we're a server, a client asks for an old-style directory,
+ and our write bucket is empty, don't give it to him. This way
+ small servers can continue to serve the directory *sometimes*,
+ without getting overloaded.
+ - Whenever you get a 503 in response to a directory fetch, try
+ once more. This will become important once servers start sending
+ 503's whenever they feel busy.
+ - Fetch a new directory every 120 minutes, not every 40 minutes.
+ Now that we have hundreds of thousands of users running the old
+ directory algorithm, it's starting to hurt a lot.
+ - Bump up the period for forcing a hidden service descriptor upload
+ from 20 minutes to 1 hour.
+
+
Changes in version 0.1.0.16 - 2006-01-02
o Crash bugfixes on 0.1.0.x:
- On Windows, build with a libevent patch from "I-M Weasel" to avoid