]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - packages/net/sntp/v2_0/ChangeLog
df6ccdfbadf82a14b26e15a45ff2848554cbcb73
[karo-tx-redboot.git] / packages / net / sntp / v2_0 / ChangeLog
1 2005-07-30  Andrew Lunn  <andrew.lunn@ascom.ch>
2
3         * src/sntp.c: Compiler warning fixes.
4
5 2004-02-26 Yuxin Jiang <yjiang@matrics.com>
6
7         * src/sntp.c: When a new server is added to the list of unicast
8         servers don't wait 30 minutes before querying it for the first
9         time.
10
11 2003-10-15  Dan Jakubiec  <djakubiec@yahoo.com>
12             Andrew Lunn   <andrew.lunn@ascom.ch>
13
14         * src/sntp.c: Added DHCP support for SNTP unicast mode.
15         * src/sntp.cdl: Added DHCP support for SNTP unicast mode.
16         * src/sntp.h: Removed UDP port constant.
17         * src/sntp1.c: Added test code for SNTP unicast mode.
18         * src/sntp.sgml: Added documentation for SNTP unicast mode.
19
20 2003-09-29  Dan Jakubiec  <firstname.lastname@systech.com>
21
22         * src/sntp.c: Added support for SNTP unicast mode.
23         * src/sntp.h: Added support for SNTP unicast mode.
24         * src/sntp.cdl: Added support for SNTP unicast mode.
25
26 2003-05-19  Andrew Lunn  <andrew.lunn@ascom.ch>
27
28         * src/sntp.c: Added support for IPv6 multicast NTP packets.
29
30 2003-04-09  Michael Checky  <Michael_Checky@Thermoking.com>
31
32         * src/sntp.c: In function sntp_fn() changed 'version' to
33         'new_srv.version' in the CYG_TRACE1() call.
34
35 2003-02-25  Jonathan Larmour  <jifl@eCosCentric.com>
36
37         * include/sntp.h: Include <cyg/infra/cyg_type.h> for __externC.
38
39 2003-02-25  Gary Thomas  <gary@mlbassoc.com>
40
41         * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
42           readable.
43         
44 2003-02-25  Andrew Lunn  <andrew.lunn@ascom.ch>
45
46         * doc/sntp.sgml: Added license banner and added missing </para>
47         * include/sntp.h (cyg_sntp_start): C++ safe
48         * cdl/sntp.cdl: Stricture requirements and same description as in
49           ecos.db.  Only build the test if CYGPKH_NET_BUILD_HW_TESTS
50         * tests/sntp1.c (net_test): Check we have the required
51           packages. Require the time to be within 90 days of the build
52           date of the test
53                 
54         
55 2003-02-16  Andrew Lunn  <andrew.lunn@ascom.ch>
56
57         * src/sntp.c: First import of SNTP client code.
58         * include/sntp.c: Ditto
59         * test/sntp1.c: Ditto
60         * cdl/sntp.cdl: Ditto
61         * doc/sntp.sgml: Ditto
62
63 //===========================================================================
64 //####ECOSGPLCOPYRIGHTBEGIN####
65 // -------------------------------------------
66 // This file is part of eCos, the Embedded Configurable Operating System.
67 // Copyright (C) 2003 Andrew Lunn
68 //
69 // eCos is free software; you can redistribute it and/or modify it under
70 // the terms of the GNU General Public License as published by the Free
71 // Software Foundation; either version 2 or (at your option) any later version.
72 //
73 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
74 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
75 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
76 // for more details.
77 //
78 // You should have received a copy of the GNU General Public License along
79 // with eCos; if not, write to the Free Software Foundation, Inc.,
80 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
81 //
82 // As a special exception, if other files instantiate templates or use macros
83 // or inline functions from this file, or you compile this file and link it
84 // with other works to produce a work based on this file, this file does not
85 // by itself cause the resulting work to be covered by the GNU General Public
86 // License. However the source code for this file must still be made available
87 // in accordance with section (3) of the GNU General Public License.
88 //
89 // This exception does not invalidate any other reasons why a work based on
90 // this file might be covered by the GNU General Public License.
91 //
92 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
93 // at http://sources.redhat.com/ecos/ecos-license/
94 // -------------------------------------------
95 //####ECOSGPLCOPYRIGHTEND####
96 //===========================================================================