From 113ea9b72d318f316ea7cac8ddad5be004787a22 Mon Sep 17 00:00:00 2001 From: Thomas Liske Date: Thu, 3 Oct 2024 21:45:17 +0200 Subject: [PATCH] Prepare apt-dater 1.0.5 release. --- ChangeLog | 21 +++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 32a45aa..fdd22a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +apt-dater (1.0.5) unstable; urgency=low + + * Update err pattern to ignore fail2ban string. + (github pull request #151 by Herman van Rink @helmo) + * Clean up whitespace and indenting. + (github pull request #170 by Mike Beattie @mjbnz) + * Update README.autoref link to *Attacks on Package Managers* article. + (github issue request #171 by Jakob Haufe @sur5r) + * Fix attribute hasupdate in report.dtd. + (github pull request #172 by Juri Grabowski @gratuxri) + * Fix quoting of examples in apt-dater.xml. + (github pull request #174 by Juri Grabowski @gratuxri) + * Cleanup and update autotools. + (github pull request #180 by Stefan Bühler @stbuehler) + * Fix various memory handling issues. + (github pull request #182 by Stefan Bühler @stbuehler) + * Fix _GNU_SOURCE redefinition warning. + (@alpinelinux aports patch by Henrik Riomar @HRio) + + -- Thomas Liske + apt-dater (1.0.4) unstable; urgency=low * tmux diff --git a/configure.ac b/configure.ac index 291498e..6676714 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ PACKAGE=apt-dater AC_PREREQ([2.71]) -AC_INIT([apt-dater],[1.0.4],[apt-dater@ibh.de]) +AC_INIT([apt-dater],[1.0.5],[apt-dater@ibh.de]) # include local macros m4_include([m4lib/adl_recursive_eval.m4])