diff --git a/ChangeLog.md b/ChangeLog.md index 7b70253..f4b2284 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,7 +4,7 @@ Change Log All relevant changes to the project are documented in this file. -[v2.2.2][UNRELEASED] +[v2.2.2][] - 2021-03-08 ----------------------- Bug fix release. diff --git a/configure.ac b/configure.ac index c9e881f..02390aa 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. -AC_INIT([sysklogd], [2.2.2-rc1], [https://github.com/troglobit/sysklogd/issues],, +AC_INIT([sysklogd], [2.2.2], [https://github.com/troglobit/sysklogd/issues],, [https://github.com/troglobit/sysklogd]) AC_CONFIG_AUX_DIR(aux) AM_INIT_AUTOMAKE([1.11 foreign subdir-objects]) diff --git a/debian/changelog b/debian/changelog index 7920f42..65cd233 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,4 +5,4 @@ sysklogd (2.2.2) stable; urgency=low * Fix spelling issues in syslogd and man pages, found by lintian * Load and reload timezone, with tzset(), on init/SIGHUP. - -- Joachim Wiberg Sun, 21 Feb 2021 13:43:49 +0100 + -- Joachim Wiberg Mon, 08 Mar 2021 11:36:46 +0100