Skip to content

Releases: DE-IBH/apt-dater-host

1.0.1

09 Jan 21:21
Compare
Choose a tag to compare

ChangeLog:

  • 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)

1.0.0

24 Sep 21:16
Compare
Choose a tag to compare
  • 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

24 Sep 21:18
Compare
Choose a tag to compare
  • 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.