summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--libproxy/CMakeLists.txt2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fdd4cad..2960232 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
New in version 0.4.9
==============================
+* Fix http chunk encoded PAC that was broken in previous release
+* Add HTTP client unit test
+* Fix more coding style issues
+
+New in version 0.4.9
+==============================
* CVE-2012-4504 Fixed buffer overflow when downloading PAC
* Fix infinit loop uppon network errors
diff --git a/libproxy/CMakeLists.txt b/libproxy/CMakeLists.txt
index 182320c..0a62a86 100644
--- a/libproxy/CMakeLists.txt
+++ b/libproxy/CMakeLists.txt
@@ -1,6 +1,6 @@
### Project info
project(libproxy)
-set_project_version(0 4 9)
+set_project_version(0 4 10)
### Add a global compilation stuff
if (WIN32)