|
| 1 | +### 4.0.0 (April 14, 2020) |
| 2 | + |
| 3 | +* 🎉 Server-level config! Support httpd configuration at main server level. |
| 4 | + Add `httpd.conf` file, vhost management, secure HTTP tweaking, etc. See the [README](https://github.com/h5bp/server-configs-apache) |
| 5 | + [[b50205a...c302596](https://github.com/h5bp/server-configs-apache/compare/df7857d...c302596)] |
| 6 | +* ⚠️ **Breaking**: End of support for Apache httpd version 2.4.9 and below |
| 7 | + [[baa9cdd](https://github.com/h5bp/server-configs-apache/commit/baa9cdd5567b25d9434b06937a436ceccadb6b4c)] |
| 8 | +* ⚠️ **Breaking**: File paths changes for the `.htaccess` build system |
| 9 | + [[478ceab](https://github.com/h5bp/server-configs-apache/commit/478ceab3a28786856a1ffcdf6a943ee43907caf0)] |
| 10 | + [[9cb2763](https://github.com/h5bp/server-configs-apache/commit/9cb2763d7f5e3fce984bfdea903e9df61cdf4bcd)] |
| 11 | +* Rewrite, improve and update a large part of the documentation |
| 12 | + [[5dc823c](https://github.com/h5bp/server-configs-apache/commit/5dc823c18e4a0ee163c2ee3b772060bce7d782e6)] |
| 13 | + [[5748d26](https://github.com/h5bp/server-configs-apache/commit/5748d26258394005b4d6dbb2f8474b58ed276e95)] |
| 14 | + [[d8553ee](https://github.com/h5bp/server-configs-apache/commit/d8553ee58f307419d9ec39ab8c60fc6a6e1135cb)] |
| 15 | + [[6862ac1](https://github.com/h5bp/server-configs-apache/commit/6862ac17ed60042c4eb47b56c8da055e99ad4dac)] |
| 16 | + [[ade3659](https://github.com/h5bp/server-configs-apache/commit/ade3659f49b5e23c93695b6888f92bfda3b3f2ed)] |
| 17 | +* Default to HSTS only over secure connections |
| 18 | + [[5bbc0a1](https://github.com/h5bp/server-configs-apache/commit/5bbc0a1ded8b306ca900338136a50d17eb304b94)] |
| 19 | +* Stricter default for Referrer Policy `strict-origin-when-cross-origin` |
| 20 | + [[43bcb83](https://github.com/h5bp/server-configs-apache/commit/43bcb833eb0539800e0d3e8a19ad3ef1d6944592)] |
| 21 | +* Add APNG (`.apng`) MIME type |
| 22 | + [[ad25d31](https://github.com/h5bp/server-configs-apache/commit/ad25d3185fb28971a83e8c721567d7ce08b76f38)] |
| 23 | +* Ensure the presence of security headings where expected |
| 24 | + [[d656422](https://github.com/h5bp/server-configs-apache/commit/d65642225cf080c15ace94816bed9f15080471b1)] |
| 25 | + [[43bcb83](https://github.com/h5bp/server-configs-apache/commit/43bcb833eb0539800e0d3e8a19ad3ef1d6944592)] |
| 26 | + [[d84d94c](https://github.com/h5bp/server-configs-apache/commit/d84d94c7e1e3e647a6ff3b0d29a780481a0638d8)] |
| 27 | +* Make disabling TRACE method usable in a `.htaccess` file |
| 28 | + [[9ae931c](https://github.com/h5bp/server-configs-apache/commit/9ae931cfe5bc4fe8af0fca21094ad93d4437cfaa)] |
| 29 | +* Improve inline comments. |
| 30 | + |
1 | 31 | ### 3.2.1 (May 8, 2019)
|
2 | 32 |
|
3 | 33 | * Fix npm releasing
|
|
0 commit comments