From: Harlan Stenn Date: Thu, 28 Dec 2006 01:50:07 +0000 (-0500) Subject: ntp-4.2.4 X-Git-Tag: NTP_4_2_4~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9886e1e9fcc6746c3e86b65a708043eade2e431;p=thirdparty%2Fntp.git ntp-4.2.4 bk: 459322cf44_LlgSUnu9wfZu6ZzzwGw --- diff --git a/NEWS b/NEWS index 6706118f8..368453d41 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +(4.2.4) Released by Harlan Stenn * monopt.html fixes from Dave Mills. * [Bug 452] Do not report kernel PLL/FLL flips. * [Bug 746] Expert mouseCLOCK USB v2.0 support added.' @@ -64,11 +65,11 @@ * [Bug 637, 51?] Dynamic interface scanning can now be done. * Options processing now uses GNU AutoGen. -(4.2.2p4) Released by Harlan Stenn +(4.2.2p4) Released by Harlan Stenn * [Bug 710] compat getnameinfo() has off-by-one error * [Bug 690] Buffer overflow in Windows when doing DNS Lookups -(4.2.2p3) Released by Harlan Stenn +(4.2.2p3) Released by Harlan Stenn * Make the ChangeLog file cleaner and easier to read * [Bug 601] ntpq's decodeint uses an extra level of indirection * [Bug 657] Different OSes need different sized args for IP_MULTICAST_LOOP diff --git a/packageinfo.sh b/packageinfo.sh index 8d300f4b2..4adb5477b 100644 --- a/packageinfo.sh +++ b/packageinfo.sh @@ -3,19 +3,19 @@ repotype=dev # odd minor numbers are for -dev, even minor numbers are for -stable proto=4 major=2 -minor=3 +minor=4 version=${proto}.${major}.${minor} # Point. 3 cases: # - Numeric values increment # - empty 'increments' to 1 # - NEW 'increments' to empty -point=70 +point=NEW # Special. Normally unused. A suffix. #special=ag special= # ReleaseCandidate. 'yes' or 'no'. -releasecandidate=yes -#releasecandidate=no +#releasecandidate=yes +releasecandidate=no # ChangeLog tag CLTAG=NTP_4_2_0 ### @@ -24,4 +24,6 @@ CLTAG=NTP_4_2_0 # - GO triggers a release # - - rcpoint gets set to 0 # - - releasecandidate gets set to no -rcpoint=GRONK +# - GRONK is for -dev +rcpoint=GO +#rcpoint=GRONK