~ubuntu-branches/debian/squeeze/ntp/squeeze

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2010-05-24 11:09:51 UTC
  • mfrom: (1.2.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100524110951-1o7gh469ygochf4n
Tags: 1:4.2.6.p1+dfsg-1
* New upstream version
  - They no longer ship arlib, adjust dfsg.patch.
  - Drop kfreebsd.patch, applied upstream
  - Update patches for upstream changes.
* Remove the obsolete config files:

  for ntp:
  - /etc/logcheck/ignore.d.server/ntp, removed in 1:4.2.6+dfsg-1
  - /etc/dhcp3/dhclient-enter-hooks.d/ntp, replaced by exit hooks in
    1:4.2.4p4+dfsg-3
  - /etc/network/if-up.d/ntp, removed in 1:4.2.4p0+dfsg-1

  for ntpdate:
  - /etc/dhcp3/dhclient-enter-hooks.d/ntpdate, replaced by exit hooks in
    1:4.2.4p4+dfsg-3

  Use dpkg 1.15.7.2's dpkg-maintscript-helper.  This needs
  a Pre-Depends to work, else it's never going to be removed.
  (Closes: #569530)
* Add "Depends: ${misc:Depends}" to ntp-doc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
---
 
2
(4.2.6p1) 2010/04/09 Released by Harlan Stenn <stenn@ntp.org>
 
3
(4.2.6p1-RC6) 2010/03/31 Released by Harlan Stenn <stenn@ntp.org>
 
4
 
 
5
* [Bug 1514] Typo in ntp_proto.c: fabs(foo < .4) should be fabs(foo) < .4.
 
6
* [Bug 1464] synchronization source wrong for refclocks ARCRON_MSF (27)
 
7
  and SHM (28).
 
8
* Correct Windows port's refclock_open() to return 0 on failure not -1.
 
9
* Correct CHU, dumbclock, and WWVB drivers to check for 0 returned from
 
10
  refclock_open() on failure.
 
11
* Correct "SIMUL=4 ./flock-build -1" to prioritize -1/--one.
 
12
 
 
13
---
 
14
(4.2.6p1-RC5) 2010/02/09 Released by Harlan Stenn <stenn@ntp.org>
 
15
 
 
16
* [Bug 1140] Clean up debug.html, decode.html, and ntpq.html.
 
17
* [Bug 1438] Remove dead code from sntp/networking.c.
 
18
* [Bug 1477] 1st non-gmake make in clone w/VPATH can't make COPYRIGHT.
 
19
* [Bug 1478] linking fails with undefined reference EVP_MD_pkey_type.
 
20
* [Bug 1479] Compilation fails because of not finding readline headers.
 
21
* [Bug 1480] snprintf() cleanup caused unterminated refclock IDs.
 
22
* [Bug 1484] ushort is not defined in QNX6.
 
23
 
 
24
---
 
25
(4.2.6p1-RC4) 2010/02/04 Released by Harlan Stenn <stenn@ntp.org>
 
26
 
 
27
* [Bug 1455] ntpd does not try /etc/ntp.audio as documented.
 
28
* [Bug 1467] Fix bogus rebuild of sntp/sntp.html
 
29
* [Bug 1470] "make distdir" in $srcdir builds keyword-gen, libntp.a.
 
30
* [Bug 1473] "make distcheck" before build can't make sntp/version.m4.
 
31
* [Bug 1474] ntp_keygen needs LCRYPTO after libntp.a.
 
32
* Convert many sprintf() calls to snprintf(), also strcpy(), strcat().
 
33
* Fix widely cut-n-pasted bug in refclock shutdown after failed start.
 
34
* Remove some dead code checking for emalloc() returning NULL.
 
35
* Remove arlib.
 
36
 
 
37
---
 
38
(4.2.6p1-RC3) 2010/01/24 Released by Harlan Stenn <stenn@ntp.org>
 
39
 
 
40
* Use TZ=UTC instead of TZ= when calling date in scripts/mkver.in .
 
41
* [Bug 1448] Some macros not correctly conditionally or absolutely defined
 
42
  on Windows.
 
43
* [Bug 1449] ntpsim.h in ntp_config.c should be used conditionally.
 
44
* [Bug 1450] Option to exclude warnings not unconditionally defined on Windows.
 
45
* [Bug 1127] Properly check the return of X590_verify() - missed one.
 
46
* [Bug 1439] .texi generation must wait until after binary is linked.
 
47
* [Bug 1440] Update configure.ac to support kfreebsd.
 
48
* [Bug 1445] IRIX does not have -lcap or support linux capabilities.
 
49
* [Bug 1451] CID 115: sntp leaks KoD entry when updating existing.
 
50
* [Bug 1453] Use $CC in config.cache filename in ./build script.
 
51
 
 
52
---
 
53
(4.2.6p1-RC2) 2009/12/25 Released by Harlan Stenn <stenn@ntp.org>
 
54
 
 
55
* [Bug 1411] Fix status messages in refclock_oncore.c.
 
56
* [Bug 1416] MAXDNAME undefined on Solaris 2.6.
 
57
* [Bug 1419] ntpdate, ntpdc, sntp, ntpd ignore configure --bindir.
 
58
* [Bug 1424] Fix check for rtattr (rtnetlink.h).
 
59
* [Bug 1425] unpeer by association ID sets up for duplicate free().
 
60
* [Bug 1426] scripts/VersionName needs . on the search path.
 
61
* [Bug 1427] quote missing in ./build - shows up on NetBSD.
 
62
* [Bug 1428] Use AC_HEADER_RESOLV to fix breaks from resolv.h
 
63
* [Bug 1429] ntpd -4 option does not reliably force IPv4 resolution.
 
64
* [Bug 1431] System headers must come before ntp headers in ntp_intres.c .
 
65
* [Bug 1434] HP-UX 11 ip_mreq undeclared, _HPUX_SOURCE helps some.
 
66
* [Bug 1435] sntp: Test for -lresolv using the same tests as in ntp.
 
67
 
 
68
---
 
69
(4.2.6p1-RC1) 2009/12/20 Released by Harlan Stenn <stenn@ntp.org>
 
70
 
 
71
* [Bug 1409] Put refclock_neoclock4x.c under the NTP COPYRIGHT notice.
 
72
  This should allow debian and other distros to add this refclock driver
 
73
  in further distro releases.
 
74
  Detect R2 hardware releases.
 
75
* [Bug 1412] m4/os_cflags.m4 caches results that depend on $CC.
 
76
* [Bug 1413] test OpenSSL headers regarding -Wno-strict-prototypes.
 
77
* [Bug 1414] Enable "make distcheck" success with BSD make.
 
78
* [Bug 1415] Fix Mac OS X link problem.
 
79
* [Bug 1418] building ntpd/ntpdc/ntpq statically with ssl fails.
 
80
* Build infrastructure updates to enable beta releases of ntp-stable.
 
81
 
 
82
---
2
83
(4.2.6) 2009/12/09 Released by Harlan Stenn <stenn@ntp.org>
3
84
* Include (4.2.4p8) - [Sec 1331] DoS with mode 7 packets - CVE-2009-3563.
4
85
* [Bug 508] Fixed leap second handling for Windows.