diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-09-04 20:42:02 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-09-04 20:42:02 +0000 |
commit | fa2f72ded752689fc0ece225b9d8279ddd13b88d (patch) | |
tree | ecfdc506b93bddd2184d1062daeb87d5fb9f8c8e /ChangeLog | |
parent | 3f2b7078d224431b38528074a17c800f518264d4 (diff) | |
download | tor-fa2f72ded752689fc0ece225b9d8279ddd13b88d.tar.gz tor-fa2f72ded752689fc0ece225b9d8279ddd13b88d.zip |
An asterisk makes a difference sometimes. Fixes bug 809.
svn:r16758
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ Changes in version 0.2.1.6-alpha - 2008-09-xx o Minor bugfixes: - Fix compile on OpenBSD 4.4-current. Bugfix on 0.2.1.5-alpha. Reported by Tas. + - 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. o Minor features: - Use a lockfile to make sure that two Tor processes are not |