diff options
author | Roger Dingledine <arma@torproject.org> | 2007-03-01 05:04:54 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-03-01 05:04:54 +0000 |
commit | 284437756bff628f54322c6c923e8bdf6f0aa3d8 (patch) | |
tree | 2a7a9d0635f3b11529bc5888058b80567caf97ae /ChangeLog | |
parent | 6b191f854ce379094d63262af9868ad566fc98c6 (diff) | |
download | tor-284437756bff628f54322c6c923e8bdf6f0aa3d8.tar.gz tor-284437756bff628f54322c6c923e8bdf6f0aa3d8.zip |
a clearer changelog, and a future todo item
svn:r9702
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -1,4 +1,12 @@ -Changes in version 0.1.2.9-??? - 2007-??-?? +Changes in version 0.1.2.9-rc - 2007-03-?? + o Major bugfixes (Windows): + - On MinGW, use "%I64u" to printf/scanf 64-bit integers, instead + of the usual GCC "%llu". This prevents a bug when saving 64-bit + int configuration values: the high-order 32 bits would get + truncated. In particular, we were being bitten by the default + MaxAdvertisedBandwidth of 128 TB turning into 0. (Fixes bug 400 + and maybe also bug 397.) + o Minor bugfixes (performance): - Use OpenSSL's AES implementation on platforms where it's faster. This could save us as much as 10% CPU usage. @@ -7,7 +15,7 @@ Changes in version 0.1.2.9-??? - 2007-??-?? - Do not rotate onion key immediately after setting it for the first time. - o Minor bugfixes (directory servers): + o Minor bugfixes (directory authorities): - Stop calling servers that have been hibernating for a long time "stable". Also, stop letting hibernating or obsolete servers affect uptime and bandwidth cutoffs. @@ -28,11 +36,6 @@ Changes in version 0.1.2.9-??? - 2007-??-?? of 2 as indicating that the server is completely bad; it sometimes means that the server is just bad for the request in question. (may fix the last of bug 326.) - - On mingw, use "%I64u" to printf/scanf 64-bit integers, instead of the - usual GCC "%llu". This prevents a bug when saving 64-bit int - configuration values on mingw; the high-order 32 bits would get - truncated. If the value was then reloaded, disaster would - occur. (Fixes bug 400 and maybe also bug 397.) - Disable encrypted directory connections when we don't have a server descriptor for the destination. We'll get this working again in the 0.2.0 branch. |