summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-05-20 14:34:47 -0700
committerMarcel Holtmann <marcel@holtmann.org>2011-05-20 14:34:47 -0700
commitafafa380f11312e06a7e9e976f2ce66d7f3f9132 (patch)
tree7dcfd8e4e41f0377d94abcf748937af5f8c96575
parentc0ccedecc2ea348d4eb5ccdb40560c30ae2675af (diff)
downloadpacrunner-afafa380f11312e06a7e9e976f2ce66d7f3f9132.tar.gz
Release 0.30.3
-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)