diff options
author | Jason Unovitch <junovitch@FreeBSD.org> | 2016-06-05 22:38:48 +0000 |
---|---|---|
committer | Jason Unovitch <junovitch@FreeBSD.org> | 2016-06-05 22:38:48 +0000 |
commit | 3493baca6a614369e42a2c7228b55933e8526279 (patch) | |
tree | 55a278f7d19a10338b311a7669bb963d8a9741a2 /UPDATING | |
parent | 92755fd3d7533cbbc94800c61717675538f76235 (diff) |
www/h2o: update 1.7.3 -> 2.0.0
- explicitly set H2O_PERL via rc.d script
Summary of major changes:
- support for Brotli compression
- directives for file-level resource mapping
- addition of the status handler
- reverse proxying using HTTPS
Changes: https://github.com/h2o/h2o/releases/tag/v2.0.0
PR: 209927
Submitted by: Dave Cottlehuber <dch@skunkwerks.at> (maintainer)
Notes
Notes:
svn path=/head/; revision=416438
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -5,6 +5,15 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20160605 + AFFECTS: Users of www/h2o + AUTHOR: junovitch@FreeBSD.org + + File paths no longer have a trailing / appended to them. This enables + directing specific paths to a file but may break existing configurations. + Refer to https://h2o.examp1e.net/configure/file_directives.html and + revise your yaml config appropriately. + 20160601 AFFECTS: users of security/libressl-devel AUTHOR: brnrd@FreeBSD.org @@ -34,7 +43,6 @@ you update your ports collection, before attempting any port upgrades. Portupgrade users: portupgrade -fr security/libressl-devel - 20160527 AFFECTS: Users of mail/opensmtpd-extras (any of them) AUTHOR: adamw@FreeBSD.org |