sinatra/MAINTENANCE.md

34 lines
1.2 KiB
Markdown
Raw Normal View History

# Sinatra maintenance
## Versions
### Unstable release
The next major version of Sinatra will be released from the master branch.
### Stable release
2020-09-23 13:41:14 +00:00
The current stable version of Sinatra is released from the stable branch.
## Issues
### New features
New features will only be added to the master branch and will not be made available in point releases.
### Bug fixes
Only the latest release series will receive bug fixes. When enough bugs are fixed and its deemed worthy to release a new gem, this is the branch it happens from.
### Security issues
The current release series will receive patches and new versions in case of a security issue.
### Severe security issues
For severe security issues we will provide new versions as above, and also the last major release series will receive patches and new versions. The classification of the security issue is judged by the core team.
### Unsupported Release Series
When a release series is no longer supported, its your own responsibility to deal with bugs and security issues. We may provide back-ports of the fixes and publish them to git, however there will be no new versions released. If you are not comfortable maintaining your own versions, you should upgrade to a supported version.