-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]) | ||
|