From: Morgan Haskel Date: Fri, 8 Aug 2014 13:42:35 +0000 (-0400) Subject: 1.5.3 prep X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=0465512164f44ff52ecef25fcae60509f4395de7;p=puppet-modules%2Fpuppetlabs-apt.git 1.5.3 prep --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 011c41d..792d045 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +##2014-08-13 - Supported Release 1.5.3 +###Summary + +This is a bugfix releases. It addresses a bad regex, failures with unicode +characters, and issues with the $proxy_host handling in apt::ppa. + +####Features +- Synced files from Modulesync + +####Bugfixes +- Fix regex to follow APT requirements in apt::pin +- Fix for unicode characters +- Fix inconsistent $proxy_host handling in apt and apt::ppa +- Fix typo in README +- Fix broken acceptance tests + ##2014-07-15 - Supported Release 1.5.2 ###Summary diff --git a/metadata.json b/metadata.json index f1c18a5..8845161 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-apt", - "version": "1.5.2", + "version": "1.5.3", "author": "Puppet Labs", "summary": "Puppet Labs Apt Module", "license": "Apache-2.0",