1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
apt-dater-host (1.0.1-adp0.7) unstable; urgency=low
* Features:
- Add support for Alpine Linux.
(Contributed by Henrik Riomar @HRio)
- Add RPM spec file.
(Pull Request #15 by Mike Gerber @neingeist)
* Changes/Fixes:
- Fix aptitude on Jessie support.
(Pull Request #18 by @drousseau)
- Add ASSUME_YES support for yum.
(Pull Request #14 by @megabert)
- Move README to Markdown.
(Pull Request #20 by Lukas Kallies @kallies)
-- Thomas Liske <liske@ibh.de> Tue, 09 Jan 2018 22:00:49 +0100
apt-dater-host (1.0.0-adp0.7) unstable; urgency=low
* Detect new Debian distro kernels correctly.
(Closes Debian Bug#697330 by Time Weingärtner)
* Debian: apt-dater-host should use apt-get as default.
(Contributed by Simon Deziel)
* yum: Fix apt-dater-host with newlines in yum.
(Closes issue #15 reported by Jonas; fix contributed
by Sebastian Schmidt)
* Integrate needrestart(1): kernel version detection stuff will
be removed - needrestart does contain a more advanced approach
including kFreeBSD support.
* Disable --assume-yes if any packages are scheduled for removal.
(Fixes issue DE-IBH/apt-dater#28)
* Debian: detect upgrades of foreign arch packages.
(Closes Debian Bug#757329 by Patrick Matthäi <pmatthaei@debian.org>)
* Cleanup source tree:
- drop automake stuff
- rename debian/ to dpkg/
-- Thomas Liske <liske@ibh.de> Wed, 24 Sep 2014 23:04:39 +0200
apt-dater-host (0.9.0-adp0.6) unstable; urgency=low
* Some pedantic stuff (use long options for aptitude and apt-get to
ease code reading). Don't fail on untrusted/unauthenticated packages
when checking for upgrades (still check for the upgrade itself).
(Contributed by Mathieu PARENT due SF Bug#3158198)
* Check for updates (refresh) using dist-upgrade. This show
ABI-incompatible upgrades (like the recent bind9 one:
http://www.debian.org/security/2010/dsa-2130.en.html).
(Contributed by Mathieu PARENT due SF Bug#3158198)
* Make upgrade method customizable and change default to dist-upgrade.
(Inspired by Mathieu PARENT due SF Bug#3158198)
* Allow apt-dater-host to be used with ssh keys.
(Inspired by 'Chromosom' due SF Bug#2862139)
* Implement multiple cluster support (debian, rug, yum, zypper).
* zypper:
- Fixed: zypper did not report any updates (reported by Ivan De Masi).
- Use 'zypper refresh' for refreshing package repositories.
* Add RELEASE header to version string on RPM queries.
* Use apt-get as default package manager.
(Closes Debian Bug#635048 by Felix Bartels)
* Add dummy man page apt-dater-host.1 (contributed by Pattrik Matthäi).
* Enable apt's update download cronjob.
* Track kernel updates using /etc/kernel/postinst.d.
* Catch and report config file errors.
* Use ImVirt.pm instead of the legacy imvirt binary on Debian.
-- Thomas Liske <liske@ibh.de> Tue, 29 May 2012 14:17:14 +0200
apt-dater-host (0.8.x-adp0.6) unstable; urgency=low
* apt-dater-host split-off
* ADP 0.6:
- cluster support
- archive source support
* Don't fail if apt-dater-host could not get the installed kernel packages;
fallback to unknown reboot status.
(Closes SF Bug#2991717 by Karoly Molnar)
* Use $DPKGTOOL to detect packages with updates.
(Contributed by Alexandre Anriot)
* Fix unknown yum based hosts (reported on Fedora) due bad package status
interpretation.
(Reported by Patrick Matthäi)
-- Thomas Liske <liske@ibh.de> Mon, 22 Mar 2010 19:58:59 +0100
|