No mention of server push, so I assume it's not supported?
Apache 2.4.17 with HTTP/2 support
11–20 of 29 posts
Re: Apache 2.4.17 with HTTP/2 support
#12They added a significant new protocol in a minor upgrade. Is that right?
Seems valid: MAJOR.MINOR.PATCH, with the minimum changes being increment "patch" for backwards compatible bug fixes, "minor" for new/improved functionality that does not break backwards compatibility, and "major" for any API/feature change that is not backwards compatible. They could of course chosen to increment MAJOR instead, but they don't have to in this case. (I'm assuming they are following "standard" semver ru…
Re: Apache 2.4.17 with HTTP/2 support
#13They added a significant new protocol in a minor upgrade. Is that right?
Seems valid: MAJOR.MINOR.PATCH, with the minimum changes being increment "patch" for backwards compatible bug fixes, "minor" for new/improved functionality that does not break backwards compatibility, and "major" for any API/feature change that is not backwards compatible. They could of course chosen to increment MAJOR instead, but they don't have to in this case. (I'm assuming they are following "standard" semver ru…
Re: Apache 2.4.17 with HTTP/2 support
#14They added a significant new protocol in a minor upgrade. Is that right?
Re: Apache 2.4.17 with HTTP/2 support
#15Earlier quoted context omitted.
Seems valid: MAJOR.MINOR.PATCH, with the minimum changes being increment "patch" for backwards compatible bug fixes, "minor" for new/improved functionality that does not break backwards compatibility, and "major" for any API/feature change that is not backwards compatible. They could of course chosen to increment MAJOR instead, but they don't have to in this case. (I'm assuming they are following "standard" semver ru…
In your example MAJOR.MINOR.PATCH they actually only increased PATCH, Apache 2.4.0 was released in early 2012.
Re: Apache 2.4.17 with HTTP/2 support
#16They added a significant new protocol in a minor upgrade. Is that right?
Re: Apache 2.4.17 with HTTP/2 support
#17They added a significant new protocol in a minor upgrade. Is that right?
Re: Apache 2.4.17 with HTTP/2 support
#18No mention of server push, so I assume it's not supported?
Re: Apache 2.4.17 with HTTP/2 support
#19They added a significant new protocol in a minor upgrade. Is that right?
Seems valid: MAJOR.MINOR.PATCH, with the minimum changes being increment "patch" for backwards compatible bug fixes, "minor" for new/improved functionality that does not break backwards compatibility, and "major" for any API/feature change that is not backwards compatible. They could of course chosen to increment MAJOR instead, but they don't have to in this case. (I'm assuming they are following "standard" semver ru…
Re: Apache 2.4.17 with HTTP/2 support
#20Earlier quoted context omitted.
Seems valid: MAJOR.MINOR.PATCH, with the minimum changes being increment "patch" for backwards compatible bug fixes, "minor" for new/improved functionality that does not break backwards compatibility, and "major" for any API/feature change that is not backwards compatible. They could of course chosen to increment MAJOR instead, but they don't have to in this case. (I'm assuming they are following "standard" semver ru…
"backwards compatible bug fixes" don't exist: fixing a bug changes the program's behavior.