From 291c47eb060948f5743e50ef6ce6bb6e939e8961 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Thu, 13 Feb 2014 17:16:37 -0800 Subject: [PATCH] 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 --- CHANGELOG | 13 +++++++++++++ Modulefile | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) 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' -- 2.32.3