diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-10 18:16:58 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-10 18:16:58 +0000 |
commit | 426b53d85a246a31e7c2da3a591f6b70ece3a8c6 (patch) | |
tree | 2fd74b4aea9ef35f0d1be96931b47caee61ac8e6 /ChangeLog | |
parent | c24627fa6ffb09de364d92be9135ef3c4e7f620b (diff) | |
download | tor-426b53d85a246a31e7c2da3a591f6b70ece3a8c6.tar.gz tor-426b53d85a246a31e7c2da3a591f6b70ece3a8c6.zip |
Apply patch from Karsten to fix bug 879. Backport candidate.
svn:r17562
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -20,6 +20,11 @@ Changes in version 0.2.1.9-alpha - 200?-??-?? - Resume using the correct "REASON=" stream when telling the controller why we closed a stream. Bugfix in 0.2.1.1-alpha. + o Minor bugfixes (hidden services): + - Do not throw away existing introduction points on SIGHUP; do not + stall hidden services because of introduction points thrown away. + Patch by Karsten. Fixes bug 879. + Changes in version 0.2.1.8-alpha - 2008-12-08 o Major features: |