From: Branan Purvine-Riley Date: Fri, 25 May 2012 18:42:17 +0000 (-0700) Subject: Update Modulefile and CHANGELOG for 0.0.4 X-Git-Tag: 0.0.4~2^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=16bb92da3601216bb322965fd3295e6219d3bf83;p=puppet-modules%2Fpuppetlabs-apt.git Update Modulefile and CHANGELOG for 0.0.4 --- diff --git a/CHANGELOG b/CHANGELOG index 1dc4b61..da4072f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +2012-05-25 Puppet Labs - 0.0.4 + * Fix ppa list filename when there is a period in the PPA name + * Add .pref extension to apt preferences files + * Allow preferences to be purged + * Extend pin support + 2012-05-04 Puppet Labs - 0.0.3 * only invoke apt-get update once * only install python-software-properties if a ppa is added diff --git a/Modulefile b/Modulefile index ac081cb..9c988af 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-apt' -version '0.0.3' +version '0.0.4' source 'https://github.com/puppetlabs/puppet-apt' author 'Evolving Web / Puppet Labs' license 'Apache License 2.0'