commit a6cf556eb0c5216c467c4e81bcb66437e3f76dc6 Author: David Fifield david@bamsoftware.com Date: Tue Nov 6 19:45:43 2012 -0800
ChangeLog for #7271. --- ChangeLog | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 4f2de05..e1ee6a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,3 +7,8 @@ Changes in version 0.8 o Fixed a runtime error in flashproxy-client on Windows: AttributeError: 'module' object has no attribute 'IPPROTO_IPV6' Fixes bug 7147. Patch by Alexandre Allaire. + + o Fixed an exception that happened in Windows in flashproxy-reg-email + in reading the trusted CA list. The exception message was: + Failed to register: [Errno 185090050] _ssl.c:340: error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib + Fixes bug 7271. Patch by Alexandre Allaire.