]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
Release 1.4.1
authorHunter Haugen <hunter@puppetlabs.com>
Fri, 14 Feb 2014 01:16:37 +0000 (17:16 -0800)
committerHunter Haugen <hunter@puppetlabs.com>
Fri, 14 Feb 2014 22:36:03 +0000 (14:36 -0800)
Summary:
This is a bugfix release.

Bugfixes:
- Fix apt::force unable to upgrade packages from releases other than its original
- Removed a few refeneces to aptitude instead of apt-get for portability
- Removed call to getparam() due to stdlib dependency
- Correct apt::source template when architecture is provided
- Retry package installs if apt is locked
- Use root to exec in apt::ppa
- Updated tests and converted acceptance tests to beaker

CHANGELOG
Modulefile

index b6ec7cf7e4abcfbc83830b8c00f0f25ed0c5cc51..6ded6ea5a3ab65dd8d7eafba508d6b8238220fb5 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,16 @@
+2014-02-13 1.4.1
+Summary:
+This is a bugfix release.
+
+Bugfixes:
+- Fix apt::force unable to upgrade packages from releases other than its original
+- Removed a few refeneces to aptitude instead of apt-get for portability
+- Removed call to getparam() due to stdlib dependency
+- Correct apt::source template when architecture is provided
+- Retry package installs if apt is locked
+- Use root to exec in apt::ppa
+- Updated tests and converted acceptance tests to beaker
+
 2013-10-08 1.4.0
 
 Summary:
index 72aa142e5fe41018acadb8b312d6c9dccf52ae70..e44c27597ef33d83e7f0ad9a5923242abbccca59 100644 (file)
@@ -1,5 +1,5 @@
 name    'puppetlabs-apt'
-version '1.4.0'
+version '1.4.1'
 source  'https://github.com/puppetlabs/puppetlabs-apt'
 author  'Evolving Web / Puppet Labs'
 license 'Apache License 2.0'