summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ba27052..48f2e15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,2 +1,13 @@
+ver 0.2:
+ Fix issue with use-after-free in CURL plugin.
+ Fix issue with recurring timeouts from CURL.
+ Fix issue with unhandled POLLHUP from CURL.
+ Fix issue with lifetime of proxy lookup result.
+ Fix issue with parallel invocation of Javascript engine.
+ Fix issue with initial proxy configuration during startup.
+ Fix issue with missing client delay during PAC download.
+ Fix issue with libproxy result and requested URL scheme.
+ Add support for V8 Javascript engine.
+
ver 0.1:
Initial public release.
diff --git a/configure.ac b/configure.ac
index 53da781..f643b8d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(pacrunner, 0.1)
+AC_INIT(pacrunner, 0.2)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)