/contrib/ntp/README.versions

https://bitbucket.org/freebsd/freebsd-head/ · Unknown · 27 lines · 17 code · 10 blank · 0 comment · 0 complexity · 60074971d75e56f099efbc5ac773b7c8 MD5 · raw file

  1. NTP uses A.B.C - style release numbers.
  2. At the moment:
  3. A is 4, for ntp V4.
  4. B is the major release number.
  5. C is the minor release number. Even numbers are 'stable' releases and
  6. odd numbers are "development" releases.
  7. Following the release number may be the letter 'p' followed by a number.
  8. This indicates a point (or patch) release.
  9. Release candidates have -RC in the release number.
  10. Here are some recent versions numbers as an example:
  11. 4.2.2 A production release (from the ntp-stable repository)
  12. 4.2.2p2 A production release (from the ntp-stable repository)
  13. 4.2.3p12 A development release
  14. 4.2.3p15-rc1 A release candidate for 4.2.4
  15. Note that after the ntp-dev repo produces a production release it will
  16. be copied into the ntp-stable and the cycle will repeat.
  17. Feel free to suggest improvements...