diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2008-07-10 21:02:01 +0000 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2008-07-10 21:02:01 +0000 |
commit | 9231858ff54d9c8eda671bf9fe69f019b136f35d (patch) | |
tree | 7ff1c5a3d33fbc2e109748d7337ad721a934a0b7 /ChangeLog | |
parent | cb7cc9e12d66907343e1522e7128de206c0dc86f (diff) | |
download | tor-9231858ff54d9c8eda671bf9fe69f019b136f35d.tar.gz tor-9231858ff54d9c8eda671bf9fe69f019b136f35d.zip |
Fix bug 763. When a hidden service is giving up on an introduction point candidate that was not included in the last published rendezvous descriptor, don't reschedule publication of the next descriptor.
svn:r15825
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -16,6 +16,10 @@ Changes in version 0.2.1.3-alpha - 2008-07-xx - Stop using __attribute__((nonnull)) with GCC: it can give us useful warnings (occasionally), but it can also cause the compiler to eliminate error-checking code. Suggested by Peter Gutmann. + - When a hidden service is giving up on an introduction point candidate + that was not included in the last published rendezvous descriptor, + don't reschedule publication of the next descriptor. Fixes bug 763. + Bugfix on 0.0.9.3. Changes in version 0.2.0.29-rc - 2008-07-08 |