From 2503ae7e1a48400c277c2559dfdb417a57489eae Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Fri, 3 Oct 2014 17:30:51 +0100 Subject: [PATCH] 0.4.5 release Release; update version string in configure.ac, README, Doxyfile. Update HISTORY and debian/changelog. --- Doxyfile | 2 +- HISTORY | 4 ++++ README | 2 +- configure.ac | 2 +- debian/changelog | 7 +++++++ 5 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Doxyfile b/Doxyfile index ac53428..07558d8 100644 --- 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 b751263..7226cff 100644 --- a/HISTORY +++ b/HISTORY @@ -321,3 +321,7 @@ 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 0c09076..7e37f05 100644 --- 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 diff --git a/configure.ac b/configure.ac index bdfeb8a..55b3daf 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/debian/changelog b/debian/changelog index e9332cf..d022ade 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 03 Oct 2014 17:30:00 +0100 + onak (0.4.4-1) unstable; urgency=low * New upstream release -- 2.39.2