diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-08-07 20:06:40 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-08-07 20:06:40 +0000 |
commit | 5ab6fe00514a86cfa6d680ecf83e76e2367803ed (patch) | |
tree | 254774b80c158f17dbfd20ca2cf09aa95c53afbc /ChangeLog | |
parent | b81d70addb30985ca40f52a9ea53a5a002826861 (diff) | |
download | tor-5ab6fe00514a86cfa6d680ecf83e76e2367803ed.tar.gz tor-5ab6fe00514a86cfa6d680ecf83e76e2367803ed.zip |
r17680@tombo: nickm | 2008-08-07 16:06:30 -0400
Add a missing safe_str for a debug_log_message. Fix the bad part of bug 674.
svn:r16462
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ Changes in version 0.2.1.5-alpha - 2008-08-?? Christopher Davis. Bugfix on 0.1.2.1-alpha. - Correctly detect the presence of the linux/netfilter_ipv4.h header when building against recent kernels. Bugfix on 0.1.2.1-alpha. + - Add a missing safe_str() call for a debug log message. Changes in version 0.2.1.4-alpha - 2008-08-04 |