Initial Chef repository
This commit is contained in:
139
cookbooks/php/CHANGELOG.md
Normal file
139
cookbooks/php/CHANGELOG.md
Normal file
@@ -0,0 +1,139 @@
|
||||
php Cookbook CHANGELOG
|
||||
======================
|
||||
This file is used to list changes made in each version of the php cookbook.
|
||||
|
||||
v1.5.0 (2014-10-06)
|
||||
-------------------
|
||||
- Adding package_options attribute, utilizing in package resource
|
||||
|
||||
v1.4.6 (2014-03-19)
|
||||
-------------------
|
||||
- [COOK-4436] - Test this cookbook, not yum. Also test Fedora 20.
|
||||
- [COOK-4427] - Add oracle as supported operating system
|
||||
|
||||
|
||||
v1.4.4 (2014-03-12)
|
||||
-------------------
|
||||
- [COOK-4393] - Fix convergence bug in source install
|
||||
|
||||
|
||||
v1.4.2 (2014-02-27)
|
||||
-------------------
|
||||
[COOK-4300] - Simplified and fixed pear/pecl logic. [Fixes #56 / #57]
|
||||
|
||||
|
||||
v1.4.0 (2014-02-27)
|
||||
-------------------
|
||||
[COOK-3639] - Allow users to specify php.ini source template
|
||||
|
||||
|
||||
v1.3.14 (2014-02-21)
|
||||
--------------------
|
||||
### Bug
|
||||
- **[COOK-4186](https://tickets.opscode.com/browse/COOK-4186)** - Upgrade_package concatenates an empty version string when version is not set or is empty.
|
||||
|
||||
|
||||
v1.3.12 (2014-01-28)
|
||||
--------------------
|
||||
Fix github issue 'Cannot find a resource for preferred_state'
|
||||
|
||||
|
||||
v1.3.10
|
||||
-------
|
||||
Fixing my stove
|
||||
|
||||
|
||||
v1.3.8
|
||||
------
|
||||
Version bump to ensure artifact sanity
|
||||
|
||||
|
||||
v1.3.6
|
||||
------
|
||||
Version bump for toolchain
|
||||
|
||||
|
||||
v1.3.4
|
||||
------
|
||||
Adding platform_family check to include_recipe in source.rb
|
||||
|
||||
|
||||
v1.3.2
|
||||
------
|
||||
Fixing style cops. Updating test harness
|
||||
|
||||
|
||||
v1.3.0
|
||||
------
|
||||
### Bug
|
||||
- **[COOK-3479](https://tickets.opscode.com/browse/COOK-3479)** - Added Windows support to PHP
|
||||
- **[COOK-2909](https://tickets.opscode.com/browse/COOK-2909)** - Warnings about Chef::Exceptions::ShellCommandFailed is deprecated
|
||||
|
||||
|
||||
v1.2.6
|
||||
------
|
||||
### Bug
|
||||
- **[COOK-3628](https://tickets.opscode.com/browse/COOK-3628)** - Fix PHP download URL
|
||||
- **[COOK-3568](https://tickets.opscode.com/browse/COOK-3568)** - Fix Test Kitchen tests
|
||||
- **[COOK-3402](https://tickets.opscode.com/browse/COOK-3402)** - When the `ext_dir` setting is present, configure php properly for the source recipe
|
||||
- **[COOK-2926](https://tickets.opscode.com/browse/COOK-2926)** - Fix pear package detection when installing specific version
|
||||
|
||||
|
||||
v1.2.4
|
||||
------
|
||||
### Improvement
|
||||
- **[COOK-3047](https://tickets.opscode.com/browse/COOK-3047)** - Sort directives in `php.ini`
|
||||
- **[COOK-2928](https://tickets.opscode.com/browse/COOK-2928)** - Abstract `php.ini` directives into variables
|
||||
|
||||
### Bug
|
||||
- **[COOK-2378](https://tickets.opscode.com/browse/COOK-2378)** - Fix `php_pear` for libevent
|
||||
|
||||
v1.2.2
|
||||
------
|
||||
### Bug
|
||||
- [COOK-3050]: `lib_dir` declared in wrong place for redhat
|
||||
- [COOK-3102]: remove fileinfo recipe from php cookbook
|
||||
|
||||
### Improvement
|
||||
- [COOK-3101]: use a method to abstract range of "el 5" versions in php recipes
|
||||
|
||||
v1.2.0
|
||||
------
|
||||
### Improvement
|
||||
- [COOK-2516]: Better support for SUSE distribution for php cookbook
|
||||
- [COOK-3035]: update php::source to install 5.4.15 by default
|
||||
|
||||
### Bug
|
||||
- [COOK-2463]: PHP PEAR Provider Installs Most Recent Version, Without Respect to Preferred State
|
||||
- [COOK-2514]: php_pear: does not handle more exotic version strings
|
||||
|
||||
v1.1.8
|
||||
------
|
||||
- [COOK-1998] - Enable override of PHP packages in attributes
|
||||
|
||||
v1.1.6
|
||||
------
|
||||
- [COOK-2324] - adds Oracle linux support
|
||||
|
||||
v1.1.4
|
||||
------
|
||||
- [COOK-2106] - `php_pear` cannot find available packages
|
||||
|
||||
v1.1.2
|
||||
------
|
||||
- [COOK-1803] - use better regexp to match package name
|
||||
- [COOK-1926] - support Amazon linux
|
||||
|
||||
v1.1.0
|
||||
------
|
||||
- [COOK-543] - php.ini template should be configurable
|
||||
- [COOK-1067] - support for PECL zend extensions
|
||||
- [COOK-1193] - update package names for EPEL 6
|
||||
- [COOK-1348] - rescue Mixlib::ShellOut::ShellCommandFailed (chef 0.10.10)
|
||||
- [COOK-1465] - fix pear extension template
|
||||
|
||||
v1.0.2
|
||||
------
|
||||
- [COOK-993] Add mhash-devel to centos php source libs
|
||||
- [COOK-989] - bump version of php to 5.3.10
|
||||
- Also download the .tar.gz instead of .tar.bz2 as bzip2 may not be in the base OS (e.g., CentOS 6 minimal)
|
||||
Reference in New Issue
Block a user