X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=CHANGELOG;h=da4072f2528acfbb620f2ad307e6b43766f352a0;hb=142b72bbe21fcfa6bbd713f94c337ff3cda23b40;hp=823e5e013e90c433627ec4de42047d70d7cfbe97;hpb=3dd2d1f2270791cc50c8c9634fc0e2e1e19a74d3;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/CHANGELOG b/CHANGELOG index 823e5e0..da4072f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,33 @@ +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 + * support 'ensure => absent' for all defined types + * add apt::conf + * add apt::backports + * fixed Modulefile for module tool dependency resolution + * configure proxy before doing apt-get update + * use apt-get update instead of aptitude for apt::ppa + * add support to pin release + + +2012-03-26 Puppet Labs - 0.0.2 +41cedbb (#13261) Add real examples to smoke tests. +d159a78 (#13261) Add key.pp smoke test +7116c7a (#13261) Replace foo source with puppetlabs source +1ead0bf Ignore pkg directory. +9c13872 (#13289) Fix some more style violations +0ea4ffa (#13289) Change test scaffolding to use a module & manifest dir fixture path +a758247 (#13289) Clean up style violations and fix corresponding tests +99c3fd3 (#13289) Add puppet lint tests to Rakefile +5148cbf (#13125) Apt keys should be case insensitive +b9607a4 Convert apt::key to use anchors + 2012-03-07 Puppet Labs - 0.0.1 d4fec56 Modify apt::source release parameter test 1132a07 (#12917) Add contributors to README