forked from cloudfoundry/php-buildpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
222 lines (156 loc) · 6.77 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
v4.0.0 Jul 20, 2015
====================
* upgrade PHP 5.6.11, 5.5.27, and 5.4.43
(https://www.pivotaltracker.com/story/show/98855368)
* Package all PHP modules in a single tarball
Instead of downloading PHP modules individually, include all modules in a
single tarball to make the manifest more manageable.
(https://www.pivotaltracker.com/story/show/95473520)
* Package all httpd modules in a single tarball
Instead of downloading httpd modules individually, include all modules
in a single tarball to make the manifest more manageable.
(https://www.pivotaltracker.com/story/show/95473520)
* Add nginx 1.9.2, upgrade to 1.6.3; drop 1.7.x
(https://www.pivotaltracker.com/story/show/98855608)
* Include current stack in unsupported stack message
(https://www.pivotaltracker.com/story/show/98579464)
v3.3.1 Jul 08, 2015
====================
* Include php versions 5.6.10, 5.5.26, 5.4.42
Remove support for 5.4.39, 5.5.23, 5.6.7
Change the default PHP version to 5.5.26
(https://www.pivotaltracker.com/story/show/98547428)
* Support nginx 1.8
(https://www.pivotaltracker.com/story/show/96911902)
* Fix boolean values in options.json
(https://www.pivotaltracker.com/story/show/98199628)
v3.3.0 Jun 24, 2015
====================
* Fail with helpful error message for incompatible stack
(https://www.pivotaltracker.com/story/show/96590154)
* Remove lucid-specific binaries from manifest.yml
(https://www.pivotaltracker.com/story/show/96135874)
* Add PHP 5.6.8, 5.5.24, 5.4.40 to unsupported manifest
(https://www.pivotaltracker.com/story/show/94988124)
v3.2.2 Jun 03, 2015
====================
* Update buildpack with newest php interpreters and modules
(https://www.pivotaltracker.com/story/show/93652226)
* Exclude PHP version on generated pages by default
(https://www.pivotaltracker.com/story/show/95368312)
* Merge upstream changes
* Add support for using the lastest version of composer
(https://www.pivotaltracker.com/story/show/92519522)
v3.2.1 May 07, 2015
====================
* Update default PHP version to latest 5.4 release
(https://www.pivotaltracker.com/story/show/92540904)
* Bump buildpack-packager to support custom buildpack manifests.
(https://www.pivotaltracker.com/story/show/93717296)
v3.2.0 Apr 24, 2015
====================
* Updated supported PHP versions. Currently supported versions:
(https://www.pivotaltracker.com/story/show/90697202)
* 5.6.7
* 5.6.6
* 5.5.23
* 5.5.22
* 5.4.39
* 5.4.38
* Updated supported HHVM versions. Currently supported versions:
(https://www.pivotaltracker.com/story/show/90697204)
* lucid64 stack
* 3.2.0
* cflinuxfs2 stack
* 3.5.0
* 3.5.1
* 3.6.0
* 3.6.1
* Updated supported HTTPD versions. Currently supported versions:
(https://www.pivotaltracker.com/story/show/90697208)
* 2.4.12
* Updated supported Nginx versions. Currently supported versions:
(https://www.pivotaltracker.com/story/show/90697210)
* 1.7.10
* 1.6.2
* 1.5.13
v3.1.1 Apr 22, 2015
====================
* Updated to New Relic 4.20.2.95
(https://www.pivotaltracker.com/story/show/92462510)
* Updated to composer 1.0.0-alpha10
(https://www.pivotaltracker.com/story/show/92504742)
* Fix bug that supports PHP 5.6 being specified in `composer.json`
(https://github.com/cloudfoundry/php-buildpack/commit/c173c129466f48bb4a571f3983799e156658d000)
* Composer fallback to checking out Github source via HTTPS
(https://www.pivotaltracker.com/story/show/88515170)
* Add support for PHP 5.4.39, 5.5.23 & 5.6.7
* Drop support for PHP 5.4.36, 5.5.20 & 5.6.4
v3.1.0 Mar 18, 2015
====================
* Support cflinuxfs2 stack.
(https://www.pivotaltracker.com/story/show/90196104)
(https://www.pivotaltracker.com/story/show/88174348)
* Reference git repos by https in cf.Gemfile
(https://www.pivotaltracker.com/story/show/90365848)
* Support HHVM 3.6.0 on cflinuxfs2 only
(https://www.pivotaltracker.com/story/show/89029952)
* Added config for PHP 5.4.38, 5.5.22 and 5.6.6.
* Removed old versions of PHP: 5.4.35, 5.5.19 & 5.6.3.
* Added protobuf extensions
* Upgraded the version of NewRelic to 4.18.0.89.
v3.0.4 Feb 12, 2015
====================
This is the first official release of the new PHP buildpack, as approved
by [Cloud Foundry CAB in December
2014](http://www.activestate.com/blog/2014/12/cloud-foundry-advisory-board-meeting-2014-december).
This release completely replaces the [legacy
buildpack](https://github.com/cloudfoundry/php-buildpack-legacy).
* Removed Apache HTTPD 2.4.7 and 2.4.9 because 2.4.10 is the minimum version
that supports our new configuration
(https://www.pivotaltracker.com/story/show/84393328)
* Introduce support for .htaccess files in Apache
(https://www.pivotaltracker.com/story/show/84393328)
* Binaries are now served directly from S3
(https://www.pivotaltracker.com/story/show/84419046)
* Environment variables provided by set-env or manifest.yml are visible to
apps
(https://www.pivotaltracker.com/story/show/86043094)
(https://www.pivotaltracker.com/story/show/86800222)
* Add XSL to extensions
(https://github.com/cloudfoundry/php-buildpack/commit/0860ba1390c9b7e47c19b24fbb634e859d057125)
* Users can provide a Github OAuth token for Composer
(https://www.pivotaltracker.com/story/show/86670590)
* Staging fails on Composer errors
(https://www.pivotaltracker.com/story/show/85465540)
* Codizy module is not bundled for licensing reasons
(https://www.pivotaltracker.com/story/show/85122672)
v3.0.3 Jan 05, 2015
====================
* Select HHVM when specified in composer.json
(https://www.pivotaltracker.com/story/show/84396680)
* Run Composer with HHVM
(https://www.pivotaltracker.com/story/show/84395366)
* Print buildpack version
(https://www.pivotaltracker.com/story/show/84397250)
v3.0.2 Dec 29, 2014
====================
* Fixed online buildpack to include full directories
(https://www.pivotaltracker.com/story/show/84415126)
v3.0.1 Dec 23, 2014
====================
* Switch from Dropbox to S3 as resource store for buildpack
(https://www.pivotaltracker.com/story/show/84419046)
* Temporarily disables Codizy extension
* Add PHP 5.4.36, 5.5.20 & 5.6.4.
(https://github.com/cloudfoundry/php-buildpack/commit/33990ba60ba90918d607c450af92dddcc620463a)
* Remove PHP PHP 5.4.33, 5.5.17 & 5.6.1.
(https://github.com/cloudfoundry/php-buildpack/commit/551ee812becf32dfe3234230374ba240b967d216)
v3.0.0 Dec 18, 2014
====================
* Migrated [dmikusa-pivotal/cf-php-build-pack](https://github.com/dmikusa-pivotal/cf-php-build-pack) to [cloudfoundry/php-buildpack](https://github.com/cloudfoundry/php-buildpack)
(https://www.pivotaltracker.com/story/show/83101106)
* Updated README with Cloud Foundry contribution instructions
(https://www.pivotaltracker.com/story/show/83101106)
* Changed zip file name to be CF release compliant
(https://www.pivotaltracker.com/story/show/84419616)