mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 05:29:10 +02:00
Page:
Versioning Policy
Pages
Assumptions JA
Assumptions
C99 Usage Guidelines
CI Servers
CI用Savings Planの購入
Committer How To JA
Committer How To
Developer How To JA
Developer How To
Developers Meeting
Donation
General Maintenance Policy
Git Migration FAQ JA
Home
How To Backport
How To Contribute
How To Maintain RubyCI Servers
How To Manage Redmine
How To Release JA
How To Report JA
How To Report
How To Request Backport
How To Request Features
Machine Instructions Trace with GDB
Node Position Memo JA
Refinements Spec
Release Engineering 2.1
Release Engineering 2.2
Release Engineering 2.3
Release Engineering 2.4
Release Engineering 2.5
Release Engineering 2.6
Release Engineering 2.7
Release Engineering 3.0
Release Engineering 3.1
Release Engineering 3.2
Release Engineering
Ruby 1.8 Branch Policy JA
Ruby 1.8 Branch Policy
Ruby 1.8 Release Plan JA
Ruby 1.8 Release Plan
Security
Server Resources
Versioning Policy
No results
Table of Contents
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 can’t 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.
Policies
Development
For developers
- Developer How To, Developer How To JA
- How To Contribute
- How To Report, How To Report JA
- How To Request Backport
- How To Request Features
- Developers Meeting
For committers
- Committer How To, Committer How To JA
- Git Migration FAQ JA
- How To Backport
- How To Manage Redmine
- How To Release JA
- How To Maintain RubyCI Servers