From da89b9cbe6cec4765366d004a45b6f3d61108bee Mon Sep 17 00:00:00 2001 From: "Zane U. Ji" Date: Mon, 21 Apr 2014 21:52:36 +0800 Subject: [PATCH] Supported HTTPS on validation Don't change working directory so that curl-ca-bundle.crt can be found. --- ChangeLog | 1 + src/.cproject | 127 +++++++++++++++++++++------------------- src/associatedialog.cpp | 11 +++- src/associatedialog.h | 2 + src/xmlcopyeditor.cpp | 23 +++++--- src/xmlcopyeditor.h | 1 + src/xmlcopyeditor.iss | 7 +++ 7 files changed, 103 insertions(+), 69 deletions(-) diff --git a/ChangeLog b/ChangeLog index 25c6c2b..30230c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 1.2.1.1 + Feature #25 Fast commenting + x64 installation package + + Supported HTTPS on validation * Fixed tab order * Fixed encoding problems * Fixed invisible captions in high contrast mode (Windows only, http://trac.wxwidgets.org/ticket/16186) diff --git a/src/.cproject b/src/.cproject index cc15926..64db941 100644 --- a/src/.cproject +++ b/src/.cproject @@ -50,12 +50,6 @@