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
This commit is contained in:
parent
398309fc37
commit
291c47eb06
2 changed files with 14 additions and 1 deletions
13
CHANGELOG
13
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:
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue