From: Ashley Penney Date: Tue, 8 Oct 2013 18:10:08 +0000 (-0700) Subject: Prepare 1.4.0 release. X-Git-Tag: 1.4.0^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=547d7ad96a802022e3f0c156b7e103da763ece0d;p=puppet-modules%2Fpuppetlabs-apt.git Prepare 1.4.0 release. --- diff --git a/CHANGELOG b/CHANGELOG index 25b0ec2..0d321bc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,16 @@ -## 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 ===== diff --git a/Modulefile b/Modulefile index a73f20b..72aa142 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-apt' -version '1.3.0' +version '1.4.0' source 'https://github.com/puppetlabs/puppetlabs-apt' author 'Evolving Web / Puppet Labs' license 'Apache License 2.0'