2 Versioning Policy
Diego Viola edited this page 2024-03-24 21:16:44 -03:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

since release of 2.1.0 (includes 2.1.0)

Format: X.Y.Z X: major version; increased when incompatible change which cant be released in MINOR Y: minor version; increased every christmas, may be API incompatible (always ABI incompatible) Z: teeny; security or bug fix which maintains API compatibility

before 2.1.0

Format: X.Y.ZpP X: major version; may increment in the future Y: minor version; incremented with large improvement Z: teeny; incremented with each release P: patch level; incremented with each patch for the release

Glossary

  • preview: It is alpha or beta release. Feedback is welcome, it can be reflect to the final release.
  • rc: Release Candidate; The feature of the final release is already frozen (feature freeze). Bug reports are still welcome. Feedback for newly added feature is also welcome.
  • RTM: Release to Manufacture; p0 (patch level 0); GM (Golden Master); the final release.