]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
(#14221) update CHANGELOG for release
authorBranan Purvine-Riley <branan@puppetlabs.com>
Fri, 4 May 2012 21:05:57 +0000 (14:05 -0700)
committerBranan Purvine-Riley <branan@puppetlabs.com>
Fri, 4 May 2012 21:05:57 +0000 (14:05 -0700)
CHANGELOG

index dcd1f93efc397f40f8ed8dc8b736aa04c47d4eb7..1dc4b61cc91b655fbd8ade3c30901edc06948455 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,15 @@
+2012-05-04 Puppet Labs <info@puppetlabs.com> - 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 <info@puppetlabs.com> - 0.0.2
 41cedbb (#13261) Add real examples to smoke tests.
 d159a78 (#13261) Add key.pp smoke test