aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-09-05 09:24:58 -0700
committerMarcel Holtmann <marcel@holtmann.org>2013-09-05 09:24:58 -0700
commit5ebe1e4b067237e440b7739e3fb1d2602f08f094 (patch)
treee9c5f61ebc3cbed56d54060304ca39b46c67b971
parent453cfc030573b8ddf387bfddc4651aab5a0fe2eb (diff)
downloadpacrunner-5ebe1e4b067237e440b7739e3fb1d2602f08f094.tar.gz
Release 0.80.8
-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)