From a6653611976d4e0f195dd8acfa42f3314c6870d3 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 14 Apr 2015 14:17:55 -0600 Subject: [PATCH] Prep for 7.9 release --- ChangeLog.txt | 3 ++- system/zoneinfo/Kconfig | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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.