diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-10 03:01:26 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-10 03:01:26 +0000 |
commit | 7aa7d1a3e7f8b39b5c4f036beeb92f23c5d39e5d (patch) | |
tree | e57875edcfbaeca2079dab1a026b2463e2af0c4f /ChangeLog | |
parent | d7bf7e0b3211c3a47f41fbbd519d56a9958d76d1 (diff) | |
download | tor-7aa7d1a3e7f8b39b5c4f036beeb92f23c5d39e5d.tar.gz tor-7aa7d1a3e7f8b39b5c4f036beeb92f23c5d39e5d.zip |
Give a better error when something has changed our descriptor cache out from under us. Based on patch from Karsten. Addresses bug 885.
svn:r17550
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ Changes in version 0.2.1.9-alpha - 200?-??-?? been fetched and validated. - Finally remove deprecated "EXTENEDED_FORMAT" feature. It has been called EXTENDED_EVENTS since 0.1.2.4-alpha. + - When we realize that another process has modified our cached + descriptors, print out a more useful error message rather than + triggering an assertion. Fixes bug 885. o Minor bugfixes: - Resume using the correct "REASON=" stream when telling the |