summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-03-28 07:34:44 +0000
committerRoger Dingledine <arma@torproject.org>2006-03-28 07:34:44 +0000
commit0a11032f5937957125aca137482630cf13ddf4e7 (patch)
treecd224387c1eebf6b4eb6d1cd86b4070d4e3cd846
parent81ffbda2a132119ebc4d191bbc9d26ca872c4ec5 (diff)
downloadtor-0a11032f5937957125aca137482630cf13ddf4e7.tar.gz
tor-0a11032f5937957125aca137482630cf13ddf4e7.zip
a final changelog for 0.1.1.17-rc
svn:r6258
-rw-r--r--ChangeLog10
1 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e793468f2..369ca400cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in version 0.1.1.17-rc - 2006-03-xx
+Changes in version 0.1.1.17-rc - 2006-03-28
o Major fixes:
- Clients and servers since 0.1.1.10-alpha have been expiring
connections whenever they are idle for 5 minutes and they *do*
@@ -13,11 +13,13 @@ Changes in version 0.1.1.17-rc - 2006-03-xx
o Minor fixes:
- Resume building on irix64, netbsd 2.0, etc.
- - On non-gcc compilers (e.g. solaris), use "-g -O" instead of
- "-Wall -g -O2".
+ - On non-gcc compilers (e.g. solaris), use "-g -O" instead of
+ "-Wall -g -O2".
- Stop writing the "router.desc" file, ever. Nothing uses it anymore,
and it is confusing some users.
- - Stop caching the v1 directory so often.
+ - Mirrors stop caching the v1 directory so often.
+ - Make the max number of old descriptors that a cache will hold
+ rise with the number of directory authorities, so we can scale.
- Change our win32 uname() hack to be more forgiving about what
win32 versions it thinks it's found.