Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Feb 27, 2015
1 parent 6ef3b5a commit 21ff298
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 3.1.0
* New parameter `pool_purge` for `php::extension` to remove files not
managed by puppet from the pool directory.
* The `pecl_source` parameter for `php::extension` was renamend to
`source` because it is also useful for PEAR extensions.
`pecl_source` can still be used but is deprecated and will be
removed in the next major release.
* Parameters referring to time in `php::fpm::config` can now be
specified with units (i.e. `'60s'`, `'1d'`):
* `emergency_restart_threshold`
* `emergency_restart_interval`
* `process_control_timeout`
* The PEAR version is not independant of `$php::ensure` and can be
configured with `$php::pear_ensure`
* Give special thanks to the contributors of this release:
* Petr Sedlacek
* Sherlan Moriah

## 3.0.1
* Fix typo in package suffix for php-fpm on RHEL in params.pp

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mayflower-php",
"version": "3.0.1",
"version": "3.1.0",
"author": "Mayflower",
"summary": "Puppet module to manage PHP",
"license": "MIT",
Expand Down

0 comments on commit 21ff298

Please sign in to comment.