summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 48f2e15..8a94cde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+ver 0.3:
+ Fix issue with wrong libproxy soname.
+ Fix issue with usage of JS_GetStringBytes.
+ Fix issue with usage of JS_NewCompartmentAndGlobalObject.
+
ver 0.2:
Fix issue with use-after-free in CURL plugin.
Fix issue with recurring timeouts from CURL.
diff --git a/configure.ac b/configure.ac
index 12593c9..eabdcc9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(pacrunner, 0.2)
+AC_INIT(pacrunner, 0.3)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)