Skip to content

Commit

Permalink
Release v2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb committed Oct 8, 2017
1 parent 8ab23cd commit b60cefc
Show file tree
Hide file tree
Showing 5 changed files with 178 additions and 175 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
### 2.15.0 (October 8, 2017)

* Serve `.md` and `.markdown` files as `text/markdown`
[[bfcafd3](https://github.com/h5bp/server-configs-apache/commit/bfcafd36b42f8118306ce3f9c17d6463692b4be0)].
* Add font MIME types per RFC 8081
[[20b446e](https://github.com/h5bp/server-configs-apache/commit/20b446e2ad6e1eec68b50277a894876e41395403)].
* Mark `.mjs` files as JavaScript
[[c00975c](https://github.com/h5bp/server-configs-apache/commit/c00975c74bde80175684314c883c09ab04b5bccc)].
* Add calendar filetype (`.ics`)
[[002a110](https://github.com/h5bp/server-configs-apache/commit/002a110bf35c25af66ab09ef1bd724ece5fd8266)].
* Block Mercurial `.orig` files
[[4c13648](https://github.com/h5bp/server-configs-apache/commit/4c1364885477e836fec24a6d8330cba69cf3d3a0)].
* Fix enforcing www/no-www with HTTPS
[[fc747bb](https://github.com/h5bp/server-configs-apache/commit/fc747bbdf0a0c224ec08d8b925f33671e4d5046d)].
* Drop Bower support
[[ee6cd75](https://github.com/h5bp/server-configs-apache/commit/ee6cd751f0b907239a032ec5477ee3bfbc2bc570)].
* Fix HTTPS enforcement rule
[[11e523d](https://github.com/h5bp/server-configs-apache/commit/11e523d10ad8bb604fe692ec8d1fd40adc0010fa)].
* Improve inline comments.

### 2.14.0 (April 4, 2015)

* Update the web app manifest file related configs
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ even cross-domain.

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

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

Expand Down
2 changes: 1 addition & 1 deletion dist/.htaccess
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Apache Server Configs v2.14.0 | MIT License
# Apache Server Configs v2.15.0 | MIT License
# https://github.com/h5bp/server-configs-apache

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

0 comments on commit b60cefc

Please sign in to comment.