diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-01-21 03:51:14 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-01-21 03:51:14 +0000 |
commit | 3f8ab367c1c7f6822376e357f3437fdec21ce257 (patch) | |
tree | 97da36d284154b8783112f7052d7c6a01a24fbcf /ChangeLog | |
parent | 62203d1d5bde7f5e5bd22d64e0c96f6f1edafe48 (diff) | |
download | tor-3f8ab367c1c7f6822376e357f3437fdec21ce257.tar.gz tor-3f8ab367c1c7f6822376e357f3437fdec21ce257.zip |
Fix warning on panther compile, and bug 913. Backport candidate.
svn:r18203
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ Changes in version 0.2.1.12-alpha - 2009-01-?? o Minor bugfixes: - Let controllers actually ask for the "clients_seen" event. Bugfix on 0.2.1.10-alpha; reported by Matt Edman. + - Fix a compile warning on OSX Panther. Fixes bug 913; bugfix against + 0.2.1.11-alpha. Changes in version 0.2.1.11-alpha - 2009-01-20 |