diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -5,7 +5,9 @@ Changes in version 0.2.2.10-alpha - 2010-??-?? and Guard+Exit flagged nodes for entry, middle, and exit positions. This should more evenly distribute the network load across these different types of nodes, and give us the flexibility to globally - alter our node selection algorithms in the future. + alter our node selection algorithms in the future. Extra thanks + to "outofwords" for finding some nasty security bugs in the + first implementation of this. o Minor features (performance): - Always perform router selections using weighted node bandwidth, @@ -108,6 +110,21 @@ Changes in version 0.2.2.9-alpha - 2010-02-22 open() without checking it. +Changes in version 0.2.1.25 - 2010-??-?? + o Major bugfixes: + - When freeing a cipher, zero it out completely. We only zeroed + the first ptrsize bytes. Bugfix on tor-0.0.2pre8. Discovered + and patched by ekir. Fixes bug 1254. + o Minor bugfixes: + - Fix a dereference-then-NULL-check sequence when publishing + descriptors. Bugfix on tor-0.2.1.5-alpha. Discovered by ekir, + fixes bug 1255. + - Fix another dereference-then-NULL-check sequence. Bugfix on + 0.2.1.14-rc. Discovered by ekir, fixes bug 1256. + - Make sure we treat potentially not NUL-terminated strings correctly. + Bugfix on 0.1.1.13-alpha. Discovered by rieo, fixes bug 1257. + + Changes in version 0.2.1.24 - 2010-02-21 Tor 0.2.1.24 makes Tor work again on the latest OS X -- this time for sure! |