Release; update version string in configure.ac, README, Doxyfile.
Update HISTORY and debian/changelog.
# 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
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
-onak 0.4.4
+onak 0.4.5
Copyright 2003-2014 Jonathan McDowell
http://www.earth.li/projectpurple/progs/onak.html
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)
+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