forked from cloudfoundry/staticfile-buildpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
60 lines (43 loc) · 1.81 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
v1.2.1 Jul 16, 2015
====================
* Adding helpful message for unsupported stack
(https://www.pivotaltracker.com/story/show/98579464)
* Compress nginx response body for more MIME types
(https://www.pivotaltracker.com/story/show/98128132)
* Update nginx to version 1.8.0
(https://www.pivotaltracker.com/story/show/97663450)
v1.2.0 Jun 24, 2015
====================
* Remove nginx version display
(https://www.pivotaltracker.com/story/show/94542440)
* Remove lucid-specific binaries from manifest.yml
(https://www.pivotaltracker.com/story/show/96135874)
* Give helpful message on unsupported stacks
(https://www.pivotaltracker.com/story/show/96590146)
v1.1.1 Jun 15, 2015
====================
* Bump compile extensions
(https://www.pivotaltracker.com/story/show/96957294)
v1.1.0 Jun 05, 2015
====================
* Use compile-extensions to pull in nginx
* This nginx is dynamically linked to pcre.
(https://www.pivotaltracker.com/story/show/96283548)
v1.0.0 Apr 29, 2015
====================
- Add Machete rspec integration tests
(https://www.pivotaltracker.com/story/show/89505182)
v0.5.2
====================
- Respond with `Content-Type: application/json` for `.json` files. #30 [Thanks, @danielsiwiec!]
v0.5.1
====================
- Include gzip static module in nginx [thanks @ljfranklin]
- Allow alternate root to be `public` folder
v0.5.0
====================
- Support for `cflinuxfs2` trusty stack (and continued support for `lucid64` stack) [thanks @simonjohansson]
- Remove trailing whitespace from Staticfile 'root:' value [thanks @edmorley]
- Use rsync rather than mv to ensure correct files present in public/ [thanks @edmorley]
- add text/cache-manifest mime type for .manifest files [thanks @hairmare]
- Ensure that trailing slash redirects don't include `ENV[PORT]` [thanks @mrdavidlaing]