diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | timezone/README | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 4cc920d255..993e7f21bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-03-14 Carlos O'Donell <carlos@redhat.com> + + * timezone/README: Remove mention of checktab.awk. Mention wiki + SharedSourceFiles. + 2016-03-13 Samuel Thibault <samuel.thibault@ens-lyon.org * sysdeps/posix/waitid.c (OUR_WAITID): Test against WSTOPPED instead of diff --git a/timezone/README b/timezone/README index 3251b12a81..fc50f1399f 100644 --- a/timezone/README +++ b/timezone/README @@ -1,6 +1,5 @@ The files - zic.c zdump.c tzfile.h - private.h tzselect.ksh checktab.awk + zic.c zdump.c tzfile.h private.h tzselect.ksh come from the tzcode package by Arthur David Olson et.al. The files @@ -13,6 +12,8 @@ come from the tzdata package by Arthur David Olson et.al. Please check the ChangeLog files in the top level directory for the version of the tzcode and tzdata packages. +Please also see: https://sourceware.org/glibc/wiki/SharedSourceFiles + These packages may be found at ftp://ftp.iana.org/tz/releases/. Commentary should be addressed to tz@iana.org. |