Add doc about release scheduling and versioning scheme

This commit is contained in:
Tatsuhiro Tsujikawa 2016-01-29 12:35:09 +09:00
parent 686a303cb5
commit a06af3fa85
1 changed files with 13 additions and 0 deletions

View File

@ -1462,3 +1462,16 @@ full real name when contributing!
See `Contribution Guidelines
<https://nghttp2.org/documentation/contribute.html>`_ for more
details.
Release schedule
----------------
In general, we follow [Semantic Versioning](http://semver.org/). We
release MINOR version update every month, and usually we ship it
around 25th day of every month.
We may release PATCH releases between the regular releases, mainly for
severe security bug fixes.
We have no plan to break API compatibility changes involving soname
bump, so MAJOR version will stay 1 for the foreseeable future.