X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=CHANGELOG;h=0d321bc2990ea0ad1b7c4fbc5a1ca91242ed8365;hb=b549f7b8488646a7e65b12fbd4564c6a6a3cc2c9;hp=34b8fb5819a8426a63bc362b0aec37bad27ee07a;hpb=0e374f0ee6b5c6b7cc34dc4d8de4d6f318e63c62;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/CHANGELOG b/CHANGELOG index 34b8fb5..0d321bc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,40 @@ -## puppetlabs-apt changelog +2013-10-08 1.4.0 -Release notes for the puppetlabs-apt module. +Summary: + +Minor bugfix and allow the timeout to be adjusted. + +Features: +- Add an `updates_timeout` to apt::params + +Fixes: +- Ensure apt::ppa can readd a ppa removed by hand. + +Summary + +1.3.0 +===== + +Summary: + +This major feature in this release is the new apt::unattended_upgrades class, +allowing you to handle Ubuntu's unattended feature. This allows you to select +specific packages to automatically upgrade without any further user +involvement. + +In addition we extend our Wheezy support, add proxy support to apt:ppa and do +various cleanups and tweaks. + +Features: +- Add apt::unattended_upgrades support for Ubuntu. +- Add wheezy backports support. +- Use the geoDNS http.debian.net instead of the main debian ftp server. +- Add `options` parameter to apt::ppa in order to pass options to apt-add-repository command. +- Add proxy support for apt::ppa (uses proxy_host and proxy_port from apt). + +Bugfixes: +- Fix regsubst() calls to quote single letters (for future parser). +- Fix lint warnings and other misc cleanup. 1.2.0 =====