]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
RC12 NEWS updates
authorHarlan Stenn <stenn@ntp.org>
Sat, 25 Dec 2010 09:14:17 +0000 (04:14 -0500)
committerHarlan Stenn <stenn@ntp.org>
Sat, 25 Dec 2010 09:14:17 +0000 (04:14 -0500)
bk: 4d15b5e9lCEt9U1r29q34IZlGaLMiQ

NEWS

diff --git a/NEWS b/NEWS
index e7e7caa5ff9fcc3742aab30c185af818d4bab049..ecabdd8eb54237504509b62515ffebc8e7d20ab0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-NTP 4.2.6p3 (Harlan Stenn <stenn@ntp.org>, 2010/11/14, RC11)
+NTP 4.2.6p3 (Harlan Stenn <stenn@ntp.org>, 2010/11/14, RC12)
 
 Focus: Bug fixes and portability improvements
 
@@ -10,8 +10,8 @@ This release includes build infrastructure updates, code
 clean-ups, minor bug fixes, fixes for a number of minor
 ref-clock issues, and documentation revisions.
 
-Portability improvements in this release affect AIX, Linux and
-Microsoft Windows.
+Portability improvements in this release affect AIX, Atari FreeMiNT,
+FreeBSD4, Linux and Microsoft Windows.
 
 New features / changes in this release:
 
@@ -22,11 +22,21 @@ Build system
 * Source certain build files with ./filename for systems without . in PATH.
 * IRIX portability fix.
 * Use a single copy of the "libopts" code.
+* autogen/libopts upgrade.
+* configure.ac m4 quoting cleanup.
 
 ntpd
 * Do not bind to IN6_IFF_ANYCAST addresses.
 * Log the reason for exiting under Windows.
+* Multicast fixes for Windows.
+* Interpolation fixes for Windows.
+* multicast fixes.
+* IPv6 Multicast fixes.
+* Manycast solicitation fixes and  general repairs.
+* JJY refclock cleanup.
 * NMEA refclock improvements.
+* Oncore debug message cleanup.
+* Give RAWDCF more baudrates.
 * Support Truetime Satellite clocks under Windows.
 * Support Arbiter 1093C Satellite clocks under Windows.
 * Make sure that the "filegen" configuration command defaults to "enable".
@@ -34,10 +44,16 @@ ntpd
 * Prohibit 'includefile' directive in remote configuration command.
 * Fix 'nic' interface bindings.
 * Fix 'nic' interface handling where an address is on lo1.
-* multicast fixes.
 * Fix the way we link with openssl if openssl is installed in the base
   system.
 
+ntp-keygen
+* Fix -V coredump.
+* OpenSSL version display cleanup.
+
+ntpdc
+* Many counters hsould be treated as unsigned.
+
 ntpdate
 * Do not ignore replies with equal receive and transmit timestamps.
 
@@ -49,11 +65,14 @@ ntpsnmpd
 * Update the MIB from the draft version to RFC-5907.
 
 sntp
+* Display timezone offset when showing time for sntp in the local
+  timezone.
 * Pay proper attention to RATE KoD packets.
 * Fix a miscalculation of the offset.
 * Properly parse empty lines in the key file.
 * Logging cleanup.
 * Use tv_usec correctly in set_time().
+* Documentation cleanup.
 
 ---
 NTP 4.2.6p2 (Harlan Stenn <stenn@ntp.org>, 2010/07/08)