Skip to content

Commit

Permalink
Prepare apt-dater 1.0.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
liske committed Oct 3, 2024
1 parent c43565e commit 113ea9b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>

apt-dater (1.0.4) unstable; urgency=low

* tmux
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
PACKAGE=apt-dater

AC_PREREQ([2.71])
AC_INIT([apt-dater],[1.0.4],[[email protected]])
AC_INIT([apt-dater],[1.0.5],[[email protected]])

# include local macros
m4_include([m4lib/adl_recursive_eval.m4])
Expand Down

0 comments on commit 113ea9b

Please sign in to comment.