general changelog cleanups

svn:r19273
This commit is contained in:
Roger Dingledine 2009-04-11 04:31:46 +00:00
parent 7e32f0d5c8
commit ebadf2b068
1 changed files with 9 additions and 11 deletions

View File

@ -1,4 +1,4 @@
Changes in version 0.2.1.14-rc - 2009-04-10
Changes in version 0.2.1.14-rc - 2009-04-11
o Security fixes:
- Avoid crashing in the presence of certain malformed descriptors.
Found by lark, and by automated fuzzing.
@ -12,6 +12,10 @@ Changes in version 0.2.1.14-rc - 2009-04-10
patch by Sebastian.
o Minor features:
- When generating circuit events with verbose nicknames for
controllers, try harder to look up nicknames for routers on a
circuit. (Previously, we would look in the router descriptors we had
for nicknames, but not in the consensus.) Partial fix for bug 941.
- If the bridge config line doesn't specify a port, assume 443.
This makes bridge lines a bit smaller and easier for users to
understand.
@ -41,12 +45,6 @@ Changes in version 0.2.1.14-rc - 2009-04-10
requests for votes or keys. Bugfix on 0.2.0.8-alpha; exposed by
bug 959.
o Minor features (controller):
- Try harder to look up nicknames for routers on a circuit when
generating circuit events with verbose nicknames. (Previously, we
would look in the router descriptors we had for nicknames, but not
in the consensus.) Partial fix for bug 941.
Changes in version 0.2.1.13-alpha - 2009-03-09
Tor 0.2.1.13-alpha includes another big pile of minor bugfixes and