aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-09-15 17:59:33 +0200
committerMarcel Holtmann <marcel@holtmann.org>2014-09-15 17:59:33 +0200
commit9b34009de79ed99335c8b6dc5197407e3cf0c2b3 (patch)
tree3da8bd32d40fc70cc493e93afc8341e6f1b02368
parente43d56291c5b16bb63a10da798033eeb5e7a2c35 (diff)
downloadpacrunner-9b34009de79ed99335c8b6dc5197407e3cf0c2b3.tar.gz
Release 0.90.9
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c16b90..fe7a097 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ver 0.9:
+ Fix issue with detaching threads that are never joined.
+ Fix issue with resolving wrongly formatted hostnames.
+
ver 0.8:
Fix issue with autostart configuration.
Fix issue with GLib mutex handling.
diff --git a/configure.ac b/configure.ac
index 1b6bf91..c788c7f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(pacrunner, 0.8)
+AC_INIT(pacrunner, 0.9)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AC_CONFIG_HEADERS(config.h)