summaryrefslogtreecommitdiff
path: root/external/bsd/ntp/dist/README.versions
blob: 018d59d69bad51075a152756246773beef744466 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

NTP uses A.B.C - style release numbers.

At the moment:

 A is 4, for ntp V4.
 B is the major release number.
 C is the minor release number.  Even numbers are 'stable' releases and
 odd numbers are "development" releases.

Following the release number may be the letter 'p' followed by a number.
This indicates a point (or patch) release.

Release candidates have -RC in the release number.

Here are some recent versions numbers as an example:

 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

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...

M9161,DM9161A,DM9161B and DM9601 support.msaitoh 2019-02-25 Fix previos to not to duplicate DM9101 entry. One is DAVICOM and anothermsaitoh 2019-02-24use a macro to tidy up the phydesc array initialization, from FreeBSDchristos 2019-02-18 Fix typo in comment.msaitoh 2019-01-22 Change MII PHY read/write API from:msaitoh 2016-07-07KNF. Remove extra spaces. No functional change.msaitoh 2014-06-16 IFM_FDX and IFM_HDX use different bit, so set IFM_HDX bit if it's not fullmsaitoh 2009-10-19Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsenbouyer 2008-11-17Reduce code duplication: most PHY drivers call mii_phy_add_media()dyoung 2008-05-04device_t/softc split for all mii(4) devices, and other relatedxtraeme 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2008-04-08use aprint_*_dev and device_xnamecegger 2007-12-29Remove the device_is_active() check from each individual PHY'sdyoung 2007-12-09Merge jmcneill-pm branch.jmcneill 2006-11-16- don't hardcode 5, 10 define and use MII_ANEGTICKS{,_GIGE}christos 2006-11-16__unused removal on arguments; approved by core.christos 2006-10-12- sprinkle __unused on function decls.christos 2006-03-29Use device_private().thorpej 2006-02-20Use device_is_active() rather than testing dv_flags for DVF_ACTIVEthorpej 2005-12-11merge ktrace-lwp.christos 2005-08-28Add DAVICOM DM9102.kiyohara 2005-02-27nuke trailing whitespaceperry 2004-08-23Make use of static.thorpej 2003-04-29Use aprint*().thorpej 2002-10-02Add trailing ; to CFATTACH_DECL.thorpej 2002-09-30Use CFATTACH_DECL().thorpej 2002-09-27Declare all cfattach structures const.thorpej 2002-07-03Don't include <malloc.h> - no memory management style functions are usesimonb 2002-03-25Get flags passed down to PHY drivers correctly. This was done onthorpej 2001-11-13add RCSIDlukem 2001-08-25ANSI'ify.thorpej 2001-06-02Make PHY matching all table-driven.thorpej 2001-05-31Make the number of ticks between auto-negotiation tries PHY-specific,thorpej 2000-07-04Restructure the PHY entry points to use a structure of entry pointsthorpej 2000-04-02Make to match also MII_OUI_DAVICOM.tsutsui 2000-03-06Factor out the tick handling code into a common function, and sendthorpej 2000-02-02Let mii_phy_setmedia() handle the IFM_AUTO case, too.thorpej 2000-02-02Make PHY drivers provide a pointer to their status routine, and addthorpej 2000-02-02Don't dry to diving MIIF_NOISOLATE in the PHY drivers. Instead, passthorpej 2000-02-02Bring some order to the chaos which was the MII code function namingthorpej 2000-02-02Driver for the Davicom DM9101 10/100 Ethernet PHY. This PHY is foundthorpej