aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKarsten Loesing <karsten.loesing@gmx.net>2008-07-10 21:02:01 +0000
committerKarsten Loesing <karsten.loesing@gmx.net>2008-07-10 21:02:01 +0000
commit9231858ff54d9c8eda671bf9fe69f019b136f35d (patch)
tree7ff1c5a3d33fbc2e109748d7337ad721a934a0b7 /ChangeLog
parentcb7cc9e12d66907343e1522e7128de206c0dc86f (diff)
downloadtor-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d6eb6c2fe..204e853142 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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