diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-03-26 21:08:39 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-03-26 21:08:39 +0000 |
commit | 944bd3dbed3de47aaa6fc98a121d66643e611af7 (patch) | |
tree | 4c69708ce2cd029d8dd9d36d2ab71d63427cd0ba /ChangeLog | |
parent | e9221f4a0d01bd6fb7761cdb76af9870575c002a (diff) | |
download | tor-944bd3dbed3de47aaa6fc98a121d66643e611af7.tar.gz tor-944bd3dbed3de47aaa6fc98a121d66643e611af7.zip |
r19074@catbus: nickm | 2008-03-26 17:08:32 -0400
Start new address policies with refcount of 1, not 2. Backport candidate once tested more.
svn:r14204
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ Changes in version 0.2.1.1-alpha - 2008-??-?? Fixes the other part of bug 617. Bugfix on 0.2.0.1-alpha. - Initialize log mutex before initializing dmalloc. Otherwise, running with dmalloc would crash. Bugfix on 0.2.0.x-alpha. + - Keep address policies from leaking: start their refcount at 1, not + 2. Bugfix on 0.2.0.16-alpha. o Minor features: - Allow separate log levels to be configured for different logging |