diff --git a/CHANGELOG.md b/CHANGELOG.md index dcfb256a..45a17430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 3.2.1 + * Fixed default `yum_repo` key in `php::repo::redhat` + * On Ubuntu precise we now use the ondrej/php5-oldstable ppa. This can be + manually enabled with by setting `$php::repo::ubuntu::oldstable` to + `true`. + * `$php::ensure` now defaults to `present` instead of `latest`. Though, + strictly speaking, this represents a functional change, we consider this + to be a bugfix because automatic updates should be enabled explicitely. + * `$php::ensure` is not anymore passed to `php::extension` resources as + default ensure parameter because this doesn't make sense. + ## 3.2.0 * Support for FreeBSD added by Frank Wall * RedHat now uses remi-php56 yum repo by default diff --git a/metadata.json b/metadata.json index 627ca7d0..29fd8d3c 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "mayflower-php", - "version": "3.2.0", + "version": "3.2.1", "author": "mayflower", "summary": "Generic PHP module that supports many platforms", "license": "MIT",