summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog14
-rw-r--r--NEWS11
3 files changed, 26 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 527b192..78a1fe2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@ INCLUDE(CTest)
### Enable packaging
set(CPACK_PACKAGE_VERSION_MAJOR 0)
set(CPACK_PACKAGE_VERSION_MINOR 4)
-set(CPACK_PACKAGE_VERSION_PATCH 2)
+set(CPACK_PACKAGE_VERSION_PATCH 3)
set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
set(CPACK_IGNORE_FILES "CMakeCache.txt;install_manifest.txt;utils/proxy$;/Testing/;/Makefile$;\\\\.cmake$;\\\\.tar.gz$;\\\\.so[.0-9]*$;/build/;/_CPack_Packages/;/CMakeFiles/;/CVS/;/\\\\.svn/;/\\\\.git/;\\\\.swp$;\\\\.#;/#")
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
diff --git a/NEWS b/NEWS
index 9b6e254..adff624 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+New in version 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
+* 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
+
New in version 0.4.2
===============================
* Fixed python binding that failed on missing px_free symbole