Skip to content

Commit

Permalink
Release v4.0.0 (#223)
Browse files Browse the repository at this point in the history
Co-authored-by: XhmikosR <[email protected]>
  • Loading branch information
LeoColomb and XhmikosR authored Apr 14, 2020
1 parent 3fd234b commit 5f5b9cc
Show file tree
Hide file tree
Showing 3 changed files with 322 additions and 285 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
### 4.0.0 (April 14, 2020)

* 🎉 Server-level config! Support httpd configuration at main server level.
Add `httpd.conf` file, vhost management, secure HTTP tweaking, etc. See the [README](https://github.com/h5bp/server-configs-apache)
[[b50205a...c302596](https://github.com/h5bp/server-configs-apache/compare/df7857d...c302596)]
* ⚠️ **Breaking**: End of support for Apache httpd version 2.4.9 and below
[[baa9cdd](https://github.com/h5bp/server-configs-apache/commit/baa9cdd5567b25d9434b06937a436ceccadb6b4c)]
* ⚠️ **Breaking**: File paths changes for the `.htaccess` build system
[[478ceab](https://github.com/h5bp/server-configs-apache/commit/478ceab3a28786856a1ffcdf6a943ee43907caf0)]
[[9cb2763](https://github.com/h5bp/server-configs-apache/commit/9cb2763d7f5e3fce984bfdea903e9df61cdf4bcd)]
* Rewrite, improve and update a large part of the documentation
[[5dc823c](https://github.com/h5bp/server-configs-apache/commit/5dc823c18e4a0ee163c2ee3b772060bce7d782e6)]
[[5748d26](https://github.com/h5bp/server-configs-apache/commit/5748d26258394005b4d6dbb2f8474b58ed276e95)]
[[d8553ee](https://github.com/h5bp/server-configs-apache/commit/d8553ee58f307419d9ec39ab8c60fc6a6e1135cb)]
[[6862ac1](https://github.com/h5bp/server-configs-apache/commit/6862ac17ed60042c4eb47b56c8da055e99ad4dac)]
[[ade3659](https://github.com/h5bp/server-configs-apache/commit/ade3659f49b5e23c93695b6888f92bfda3b3f2ed)]
* Default to HSTS only over secure connections
[[5bbc0a1](https://github.com/h5bp/server-configs-apache/commit/5bbc0a1ded8b306ca900338136a50d17eb304b94)]
* Stricter default for Referrer Policy `strict-origin-when-cross-origin`
[[43bcb83](https://github.com/h5bp/server-configs-apache/commit/43bcb833eb0539800e0d3e8a19ad3ef1d6944592)]
* Add APNG (`.apng`) MIME type
[[ad25d31](https://github.com/h5bp/server-configs-apache/commit/ad25d3185fb28971a83e8c721567d7ce08b76f38)]
* Ensure the presence of security headings where expected
[[d656422](https://github.com/h5bp/server-configs-apache/commit/d65642225cf080c15ace94816bed9f15080471b1)]
[[43bcb83](https://github.com/h5bp/server-configs-apache/commit/43bcb833eb0539800e0d3e8a19ad3ef1d6944592)]
[[d84d94c](https://github.com/h5bp/server-configs-apache/commit/d84d94c7e1e3e647a6ff3b0d29a780481a0638d8)]
* Make disabling TRACE method usable in a `.htaccess` file
[[9ae931c](https://github.com/h5bp/server-configs-apache/commit/9ae931cfe5bc4fe8af0fca21094ad93d4437cfaa)]
* Improve inline comments.

### 3.2.1 (May 8, 2019)

* Fix npm releasing
Expand Down
Loading

0 comments on commit 5f5b9cc

Please sign in to comment.