From: Hunter Haugen Date: Fri, 14 Feb 2014 01:16:37 +0000 (-0800) Subject: Release 1.4.1 X-Git-Tag: 1.4.1^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=291c47eb060948f5743e50ef6ce6bb6e939e8961;p=puppet-modules%2Fpuppetlabs-apt.git Release 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 --- diff --git a/CHANGELOG b/CHANGELOG index b6ec7cf..6ded6ea 100644 --- 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: diff --git a/Modulefile b/Modulefile index 72aa142..e44c275 100644 --- a/Modulefile +++ b/Modulefile @@ -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'