diff --git a/ChangeLog.txt b/ChangeLog.txt index a1317246c..5312e78ef 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1217,7 +1217,7 @@ standard post-pended prefix value, rather than the full 128-bit netmask (2015-02-06). -7.9 2015-xx-xx Gregory Nutt +7.9 2015-04-14 Gregory Nutt * apps/examples/ostest: Improved error checking for sem_timedwait() from Juha Niskanen (2015-02-20). @@ -1264,3 +1264,4 @@ * apps/system/zoneinfo: All logic to build timezone info. Does not do much else yet (2015-04-14). +7.10 2015-xx-xx Gregory Nutt diff --git a/system/zoneinfo/Kconfig b/system/zoneinfo/Kconfig index fbbe4b00a..bece2d31f 100644 --- a/system/zoneinfo/Kconfig +++ b/system/zoneinfo/Kconfig @@ -6,7 +6,7 @@ config SYSTEM_ZONEINFO bool "TZ database" default n - depends on LIBC_LOCALTIME && EXPERIMENTAL + depends on LIBC_LOCALTIME ---help--- Build the TZ/Olson database.