summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fe7a097..031aeee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+ver 0.10:
+ Fix issue with domain lookups and host matching.
+ Fix issue with handling wrongly-formatted hostname.
+ Add support for proxy specific Javascript contexts.
+ Add support for browser only proxy option.
+ Add support for Duktape Javescript engine.
+
ver 0.9:
Fix issue with detaching threads that are never joined.
Fix issue with resolving wrongly formatted hostnames.
diff --git a/configure.ac b/configure.ac
index 42a64a9..888c873 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(pacrunner, 0.9)
+AC_INIT(pacrunner, 0.10)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AC_CONFIG_HEADERS(config.h)