]> the.earth.li Git - onak.git/commitdiff
0.4.5 release onak-0.4.5
authorJonathan McDowell <noodles@earth.li>
Fri, 3 Oct 2014 16:30:51 +0000 (17:30 +0100)
committerJonathan McDowell <noodles@earth.li>
Fri, 3 Oct 2014 16:30:51 +0000 (17:30 +0100)
Release; update version string in configure.ac, README, Doxyfile.
Update HISTORY and debian/changelog.

Doxyfile
HISTORY
README
configure.ac
debian/changelog

index ac534288a95550bb77c0f776fa9c43d0950d812b..07558d8fc4e5b77cbb5c8169e82ac749030dff90 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -32,7 +32,7 @@ PROJECT_NAME           = onak
 # This could be handy for archiving the generated documentation or
 # if some version control system is used.
 
-PROJECT_NUMBER         = 0.4.4
+PROJECT_NUMBER         = 0.4.5
 
 # Using the PROJECT_BRIEF tag one can provide an optional one line description
 # for a project that appears at the top of each page and should give viewer
diff --git a/HISTORY b/HISTORY
index b7512636ad7c74c4ac624977bb99837a2b525106..7226cff7cca876d037bda8b6d1af1e516cef5466 100644 (file)
--- a/HISTORY
+++ b/HISTORY
 0.4.4 - 30th September 2014
 
 * Fix key ID lookups using onak CLI tool on 32 bit platforms
+
+0.4.5 - 3rd October 2014
+
+* Fix for detecting systemd socket support with more recent versions of systemd
diff --git a/README b/README
index 0c09076c9285704482c8d2deea97dc669e4ea048..7e37f054288178f4850848a199e160f3bf9a9a2f 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-onak 0.4.4
+onak 0.4.5
 Copyright 2003-2014 Jonathan McDowell
 http://www.earth.li/projectpurple/progs/onak.html
 
index bdfeb8aa9f62c5800396430cd5b67dabd2a39b65..55b3dafad0e8fc5c8d15a1313396e2d1f5cdbc73 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.50)
-AC_INIT([onak],[0.4.4],[noodles-onak@earth.li])
+AC_INIT([onak],[0.4.5],[noodles-onak@earth.li])
 AC_CONFIG_SRCDIR(onak.c)
 AC_CONFIG_HEADER(config.h)
 
index e9332cf80ece367950126fd62f7df2d74f72e31d..d022ade2c264876ef5881b97aa48ad2e08eae3e4 100644 (file)
@@ -1,3 +1,10 @@
+onak (0.4.5-1) unstable; urgency=low
+
+  * New upstream release
+    * Fix detection of systemd support with new versions of systemd.
+
+ -- Jonathan McDowell <noodles@earth.li>  Fri, 03 Oct 2014 17:30:00 +0100
+
 onak (0.4.4-1) unstable; urgency=low
 
   * New upstream release