NetBSD/dist/ntp/README.versions

28 lines
817 B
Plaintext
Raw Normal View History

2003-12-04 19:05:14 +03:00
NTP uses A.B.C - style release numbers.
At the moment:
A is 4, for ntp V4.
2006-06-11 18:57:12 +04:00
B is the major release number.
C is the minor release number. Even numbers are 'stable' releases and
odd numbers are "development" releases.
2003-12-04 19:05:14 +03:00
2006-06-11 18:57:12 +04:00
Following the release number may be the letter 'p' followed by a number.
This indicates a point (or patch) release.
2003-12-04 19:05:14 +03:00
2006-06-11 18:57:12 +04:00
Release candidates have -RC in the release number.
2003-12-04 19:05:14 +03:00
Here are some recent versions numbers as an example:
2006-06-11 18:57:12 +04:00
4.2.2 A production release (from the ntp-stable repository)
4.2.2p2 A production release (from the ntp-stable repository)
4.2.3p12 A development release
4.2.3p15-rc1 A release candidate for 4.2.4
2003-12-04 19:05:14 +03:00
Note that after the ntp-dev repo produces a production release it will
be copied into the ntp-stable and the cycle will repeat.
Feel free to suggest improvements...