summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c07af3d..6c16b90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ver 0.8:
+ Fix issue with autostart configuration.
+ Fix issue with GLib mutex handling.
+
ver 0.7:
Fix issue with manual proxy configuration.
Fix issue with parsing of libproxy results.
diff --git a/configure.ac b/configure.ac
index 3b7e0a8..1b6bf91 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(pacrunner, 0.7)
+AC_INIT(pacrunner, 0.8)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AC_CONFIG_HEADERS(config.h)