diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-09-05 21:21:18 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-09-05 21:21:18 +0000 |
commit | cd5d0f389045af1aefce305065b1da16dc4a94af (patch) | |
tree | 31d7fc1b15c18426e20794221a22d2f3618fc97d | |
parent | 339f09405608ac5277fc0f43f459352967e7803d (diff) | |
download | tor-cd5d0f389045af1aefce305065b1da16dc4a94af.tar.gz tor-cd5d0f389045af1aefce305065b1da16dc4a94af.zip |
Add changelog for scanner-based stuff.
svn:r16784
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ Changes in version 0.2.1.6-alpha - 2008-09-xx - When parsing ports in tor_addr_port_parse(), yield the port if the port variable is provided, not just if it's nonzero. Fixes bug 809. Bugfix on 0.2.1.5-alpha. + - Fixed some memory leaks --some quite frequent, some almost impossible + to trigger-- based on results of a static analysis tool. (XXX Can we + say which? -NM) o Minor features: - Use a lockfile to make sure that two Tor processes are not |