fold in more changes entries

This commit is contained in:
Roger Dingledine
2011-01-15 19:33:29 -05:00
parent 34d457ea7d
commit 54777960ce
9 changed files with 55 additions and 61 deletions
-4
View File
@@ -1,4 +0,0 @@
o Minor features
- Make sure to disable DirPort if running as a bridge. DirPorts aren't
used on bridges, and it makes bridge scanning way too easy.
-4
View File
@@ -1,4 +0,0 @@
o Minor bugfixes:
- Fix a bunch of compile warnings revealed by mingw with gcc 4.5. Fixes
bug 2314.
-7
View File
@@ -1,7 +0,0 @@
o Minor bugfixes
- Handle SOCKS messages longer than 128 bytes long correctly, rather
than waiting forever for them to finish. Fixes bug 2330. Bugfix on
0.2.0.16-alpha. Found by doorss.
-7
View File
@@ -1,7 +0,0 @@
o Minor bugfixes:
- Add assertions to check for overflow in arguments to
base32_encode and base32_decode; fix a signed-unsigned
comparison there too. These bugs are not actually reachable in
Tor, but it's good to prevent future errors too. Found by
doorss.
-3
View File
@@ -1,3 +0,0 @@
o Minor bugfixes
- Detect broken platforms with a signed size_t, and refuse to
build there. Found and analyzed by doorss and rransom.
-6
View File
@@ -1,6 +0,0 @@
o Minor features
- If writing the state file to disk fails, wait up to an hour
before retrying again. (Our old code would retry the write
immediately.) Fixes bug 2346. Bugfix on Tor 0.1.1.3-alpha.
-6
View File
@@ -1,6 +0,0 @@
o Minor bugfixes
- Correctly detect failures to create DNS requests when using Libevent
versions before v2. (Before Libevent 2, we used our own evdns
implementation. Its return values for Libevent's evdns_resolve_*()
functions are not consistent with those from Libevent.) Found by
Lodger; fixes bug 2363; bugfix on 0.2.2.6-alpha.
-4
View File
@@ -1,4 +0,0 @@
o Documentation
- Document the default socks host and port (127.0.0.1:9050) for
tor-resolve.