Releases: DE-IBH/apt-dater-host
Releases · DE-IBH/apt-dater-host
1.0.1
ChangeLog:
- Features:
- Add support for Alpine Linux.
(Contributed by Henrik Riomar @HRio) - Add RPM spec file.
(Pull Request #15 by Mike Gerber @neingeist)
- Add support for Alpine Linux.
- Changes/Fixes:
1.0.0
- 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 <[email protected]>) - Cleanup source tree:
- drop automake stuff
- rename debian/ to dpkg/
0.9.0
- 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.