commit a05e1f343398108a8ff4ba4a929f7e48444568f3 Author: David Fifield david@bamsoftware.com Date: Thu Feb 20 09:51:24 2014 -0800
ChangeLog for NamedTemporaryFile fix. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/ChangeLog b/ChangeLog index 3aa37c6..5c8e54d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,10 @@ Changes in version 1.6 host part. A specification of ":9000", for example, would try to register "[]:9000".
+ o Fixed registration on Windows with flashproxy-reg-appspot and + flashproxy-reg-email. The certificate pinning code used a Python + NamedTemporaryFile, which is not reopenable on Windows. + Changes in version 1.5 o Add manpages for the facilitator and nodejs proxy, automatically generated by help2man.