aboutsummaryrefslogtreecommitdiffstats
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 3f1c783..c07af3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+ver 0.7:
+ Fix issue with manual proxy configuration.
+ Fix issue with parsing of libproxy results.
+ Fix issue with non-Mozilla Javascript interpreters.
+ Fix issue with GLib thread management handling.
+ Fix issue with GLib atomic access handling.
+
ver 0.6:
Add support for SpiderMonkey JavaScript engine.
diff --git a/configure.ac b/configure.ac
index e4446a4..3b7e0a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(pacrunner, 0.6)
+AC_INIT(pacrunner, 0.7)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AC_CONFIG_HEADERS(config.h)