commit 894e35e4d0c16d737d061118efdcb63d8a7cc25f Author: Isis Lovecruft isis@torproject.org Date: Wed Apr 2 11:12:44 2014 +0000
Add CHANGELOG entry for #11377. --- CHANGELOG | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG index 7dc867b..2a043a0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,16 +2,19 @@ Changes in version 0.1.7 - * FIXES #5232 Perform long running and blocking transactions in background threads. Primarily this moves bridge descriptor reparsing into another thread and - significantly increased the availability of bridgedb, + significantly increased the availability of BridgeDB, as a result. * FIXES #11370 We were using an old (and deprecated) module when we created our email responses. Now we use the newer version. This should only affect internal functionality - and should not result in any noticable user-visible changes. + And should not result in any noticable user-visible changes. + * FIXES #11377 CAPTCHAs on BridgeDB's HTTPS interface are now + case-insensitive. Patch thanks to Kostas Jakeliunas.
And includes the following general changes: * BUMPS leekspin version to 0.1.3
+ Changes in version 0.1.6 - 2014-03-26 BridgeDB 0.1.6 includes fixes for the following bugs: * FIXES #11196 BridgeDB should use leekspin