summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornicolas.dufresne <nicolas.dufresne@c587cffe-e639-0410-9787-d7902ae8ed56>2010-06-07 15:57:19 +0000
committernicolas.dufresne <nicolas.dufresne@c587cffe-e639-0410-9787-d7902ae8ed56>2010-06-07 15:57:19 +0000
commit519713791a9218a9ff912376489809c1f5fc4a87 (patch)
tree8d08fadc7bf1e80fc86f10a98760599319264c26 /ChangeLog
parent846c3ba9b812fd55994b8f0ffd77a2c80345d4c8 (diff)
downloadlibproxy-519713791a9218a9ff912376489809c1f5fc4a87.tar.gz
Update for version 0.4.3
git-svn-id: http://libproxy.googlecode.com/svn/trunk@691 c587cffe-e639-0410-9787-d7902ae8ed56
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92d9929..5842359 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+Mon Jun 7 11:37:00 2010 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+ * === Released 0.4.3 ===
+ * Test can now be out-compiled using BUILD_TESTING=OFF
+ * Fixed python binding not handling NULL pointer
+ * Pyhton binding now support Python version 3
+ * Implented URL unit test
+ * Rewrote URL parser to comply with unit test
+ * Username and password are now URL encoded
+ * Scheme comparison is now non-case sensitive
+ * Fixed deadlock using WebKit has PAC runner
+ * Fixed OS X compilation of Perl bindings
+ * Complete list of bug fixes:
+ + 123, 122, 121, 117, 116, 112, 109
+
Tue May 18 11:54:00 2010 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
* === Released 0.4.2 ===
* Fixed python binding that failed on missing px_free symbole