DateTimeDaemon V1.0.12 release note.
Date: 2014/05/15

[Modified]
1. fix day light saving bug in NTP mode
[Subversion]
   revision : 16180
##########################################################################
##########################################################################
DateTimeDaemon V1.0.11 release note.
Date: 2014/03/31

[Modified]
1. Per EE, Jim, the clock source of RTC does not have thermal compensation
   design. Therefore, the RTC is not good for the system clock source in
   runtime. So, I disable the RTC to system time design in this version.
   refer to include/DateTime.h.
[Subversion]
   revision : 15620
##########################################################################
##########################################################################
DateTimeDaemon V1.0.10 release note.
Date: 2014/03/26

[Modified]
1. read then set the RTC date/time to trigger ticking in RTC device. The RTC
   device does not tick by default (after loss power). Enable the RTC does
   not trigger it ticking.
2. Use RTC time to system time when the difference between RTC time and
   system time is longer than 1 second.
3. change the polling time to 1 sec in the ManualDateLoop() and NtpLoop();
[Subversion]
   revision : 15551
##########################################################################
##########################################################################
DateTimeDaemon V1.0.09 release note.
Date: 2014/03/24
[New Feature]

[Bug Fixed]

[Modified]
1. change the NTP polling time form 250 msec to 500msec. Not using the
   NTP received packet routine (select()) for NTP polling.
2. Not update system time from RTC if the RTC time is the same as system
   time.
[Subversion]
	revision: 15515
##########################################################################
##########################################################################
DateTimeDaemon V1.0.08 release note.
Date: 2014/03/18
[New Feature]

[Bug Fixed]

[Modified]
1. update the system date/time by RTP every NTP sysc time interval in the
   manual data/time mode and NTP sync fails if the device has RTC. That could
   have more precise system data/time because the PLL in RTC is better than
   SoC PLL.
[Subversion]
   revision : 15477
##########################################################################
##########################################################################
DateTimeDaemon V1.0.07 release note.
Date: 2012/02/22

[Modified]
1. update the rtc driver for PlatformW plarform used in router firmware in
   multiple channel video encoders.

[Subversion]
    revision: 8230
##########################################################################
##########################################################################
DateTimeDaemon V1.0.06 release note.
Date: 2012/02/15

[Modified]
1. Add PlatformA RTC driver to this package. Refer to the RtcDriver/RtcEPL/
   the RTC driver version is 3.01.01.
2. Add PlatformW RTC drvice to this package. Refer to the  RtcDriver/RtcWIS/
   This driver is used in the multiple channel router firmware.

[Subversion]
   revision: 8150
##########################################################################
##########################################################################
DateTimeDaemon V1.0.05 release note.
Date: 2010/10/11
[New Feature]

[Bug Fixed]

[Modified]
1. back of DateTimeDaemon V1.0.03. (svn revision r2887). The version 1.0.04 
   has to be dropped off.
2. Change the version to v1.0.05 in include/DateTime.h

[Removed]

[Limitation]
1. In Config Lib, the include/DateTime.h and Config/DateTime.c have to
   be modified for this change.

[Subversion]
revision : r2468
##########################################################################
##########################################################################
DateTimeDaemon V1.0.04 release note.
Date: 2010/10/08
[New Feature]
1. Change the DateTime message format to support duplex access between
   applications and DateTimeDaemon
2. Add get local time message for event handler.

[Bug Fixed]

[Modified]

[Removed]

[Limitation]
1. In Config Lib, the include/DateTime.h and Config/DateTime.c have to
   be modified for this change.
2. Becasue the event handler need local time very frequently, the message
   quese should not be created when application sends every message. So,
   this message queue should be created at the application initial stage.
[Subversion]
revision : r4252
##########################################################################
##########################################################################
DateTimeDaemon V1.0.03 release note.
Date: 2010/02/08
[New Feature]
1. add the RTC testing code, test/RtcTester
2. add the VERSION file

[Bug Fixed]

[Modified]

[Removed]

[Limitation]
##########################################################################
##########################################################################
DateTimeDaemon V1.0.02 release note.
Date: 2009/09/30
[New Feature]

[Bug Fixed]
1. fix the message tx and rx. The length in msgrcv() and msgsnd() does not
   include the type (long int) in the tDateTimeMsg data structure. This 
   correcting is change the DATE_MSG_LEN from sizeof(tDateTimeMsg) to
   sizeof(tDateTimeConf) in DateTime.h
2. The maximun length of host in tDateTimeConf is 40. So, the sscanf for it
   has to use %39. This correcting includes the main() in DateTimeDaemon.c
   and DateTimeMsgSend.c
3. extend the char hour[6]; to char hour[12]; in the DaylightSavingConfGet()
   in func.c to protect system from sscanf() corruption.
[Modified]

[Removed]

[Limitation]
##########################################################################
##########################################################################
DateTimeDaemon V1.0.01 release note.
Date: 2008/11/27
[New Feature]
1.  add the release note

[Bug Fixed]
1.  Fixed the daylight saving time offest calculation in manual date/time mode

[Modified]

[Removed]

[Limitation]
##########################################################################
##########################################################################
teTimeDaemon V1.0.00
Date: 2008/11/25

[New Feature]
1.  daemon was built
[Bug Fixed]
1.  fix the blocking access of message in manual date/time mode when daylight
    saving was enabled

[Modified]

[Removed]

[Limitation]
