aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-06-28 11:35:14 -0700
committerMarcel Holtmann <marcel@holtmann.org>2013-06-28 11:35:14 -0700
commit1f622bb6c76ced21d40344c98eadb8057dc31923 (patch)
treed58eb77d786949b999711a6a71187ba06ac76f6d
parent5448fe78b4c868f8e45512f578ea5d6a7d35f966 (diff)
downloadpacrunner-1f622bb6c76ced21d40344c98eadb8057dc31923.tar.gz
Release 0.70.7
-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)