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 031aeee..74b6eac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+ver 0.11:
+ Fix issue with unclean shutdown when disabling proxy.
+ Add support for building against SpiderMonkey 38.
+ Add support for Duktape 2.1.0 engine release.
+
ver 0.10:
Fix issue with domain lookups and host matching.
Fix issue with handling wrongly-formatted hostname.
diff --git a/configure.ac b/configure.ac
index bf76fbb..c68adae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(pacrunner, 0.10)
+AC_INIT(pacrunner, 0.11)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AC_CONFIG_HEADERS(config.h)