diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Changes in version 0.2.2.10-alpha - ?? +Changes in version 0.2.2.10-alpha - 2010-??-?? o Major features (performance): - Alter the client path selection to use new consensus-generated weightings to alter bandwidths when selecting Guard, Middle, Exit, @@ -13,6 +13,20 @@ Changes in version 0.2.2.10-alpha - ?? circuits now only differ from fast ones in that they can use nodes not marked with the Fast flag. + o Minor bugfixes: + - Fix a memleak in the EXTENDCIRCUIT logic. Spotted by coverity. + Bugfix on 0.2.2.9-alpha. + - Fix a dereference-then-NULL-check sequence when publishing + descriptors. Bugfix on tor-0.2.1.5-alpha. Discovered by ekir, + fixes bug 1255. + - Disallow values larger than INT32_MAX for PerConnBWRate|Burst + config option. Bugfix on 0.2.2.7-alpha. + + o Code simplifications and refactoring: + - Fix some urls in the exit notice file and make it XHTML1.1 strict + compliant. Based on a patch from Christian Kujau. + + Changes in version 0.2.2.9-alpha - 2010-02-22 o Directory authority changes: - Change IP address for dannenberg (v3 directory authority), and |