Skip to content

Commit b60cefc

Browse files
committed
Release v2.15.0
1 parent 8ab23cd commit b60cefc

File tree

5 files changed

+178
-175
lines changed

5 files changed

+178
-175
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
### 2.15.0 (October 8, 2017)
2+
3+
* Serve `.md` and `.markdown` files as `text/markdown`
4+
[[bfcafd3](https://github.com/h5bp/server-configs-apache/commit/bfcafd36b42f8118306ce3f9c17d6463692b4be0)].
5+
* Add font MIME types per RFC 8081
6+
[[20b446e](https://github.com/h5bp/server-configs-apache/commit/20b446e2ad6e1eec68b50277a894876e41395403)].
7+
* Mark `.mjs` files as JavaScript
8+
[[c00975c](https://github.com/h5bp/server-configs-apache/commit/c00975c74bde80175684314c883c09ab04b5bccc)].
9+
* Add calendar filetype (`.ics`)
10+
[[002a110](https://github.com/h5bp/server-configs-apache/commit/002a110bf35c25af66ab09ef1bd724ece5fd8266)].
11+
* Block Mercurial `.orig` files
12+
[[4c13648](https://github.com/h5bp/server-configs-apache/commit/4c1364885477e836fec24a6d8330cba69cf3d3a0)].
13+
* Fix enforcing www/no-www with HTTPS
14+
[[fc747bb](https://github.com/h5bp/server-configs-apache/commit/fc747bbdf0a0c224ec08d8b925f33671e4d5046d)].
15+
* Drop Bower support
16+
[[ee6cd75](https://github.com/h5bp/server-configs-apache/commit/ee6cd751f0b907239a032ec5477ee3bfbc2bc570)].
17+
* Fix HTTPS enforcement rule
18+
[[11e523d](https://github.com/h5bp/server-configs-apache/commit/11e523d10ad8bb604fe692ec8d1fd40adc0010fa)].
19+
* Improve inline comments.
20+
121
### 2.14.0 (April 4, 2015)
222

323
* Update the web app manifest file related configs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ even cross-domain.
1313

1414
There are a few options for getting the Apache server configs:
1515

16-
* Download the [zip archive](https://github.com/h5bp/server-configs-apache/archive/2.14.0.zip)
16+
* Download the [zip archive](https://github.com/h5bp/server-configs-apache/archive/2.15.0.zip)
1717
* Install them via [npm](https://www.npmjs.com/):
1818
`npm install --save-dev apache-server-configs`
1919

dist/.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Apache Server Configs v2.14.0 | MIT License
1+
# Apache Server Configs v2.15.0 | MIT License
22
# https://github.com/h5bp/server-configs-apache
33

44
# (!) Using `.htaccess` files slows down Apache, therefore, if you have

0 commit comments

Comments
 (0)