commit 26842f15b65c570acca1c0fe1afa73ac06e30c3f Author: David Fifield david@bamsoftware.com Date: Sun Oct 21 00:01:48 2012 -0700
ChangeLog for #7147. --- ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog index ce583e0..4f2de05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,3 +3,7 @@ Changes in version 0.8 parameter. "0", "false", and other values are now interpreted as false and do not activate debug mode. Formerly any non-empty value was interpreted as true. Fixes bug 7110. Patch by Alexandre Allaire. + + 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.
tor-commits@lists.torproject.org