Changes between Version 4 and Version 5 of VersionNumbers
- Timestamp:
- 05/09/09 21:29:37 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VersionNumbers
v4 v5 7 7 * Minor releases are API compatible 8 8 * We have testing pre-releases for each major release 9 10 The Haskell Platform concept calls for major and minor releases. 11 12 * The point of major releases is to update the set of common packages we all use. That is, to specify which packages and which versions (corresponding to APIs). The target is to have major releases every 6 months. 13 14 * The point of minor releases is to support a major release across a range of operating systems over time and respond to bugs that are discovered in a library or tool subsequent to their release. The target is to have 2-3 minor releases after major releases at intervals on the order of 4-6 weeks. 9 15 10 16 == Examples ==
