Prep for 7.9 release

This commit is contained in:
Gregory Nutt 2015-04-14 14:17:55 -06:00
parent 9eb5a877ae
commit a665361197
2 changed files with 3 additions and 2 deletions

View File

@ -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 <gnutt@nuttx.org>
7.9 2015-04-14 Gregory Nutt <gnutt@nuttx.org>
* 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 <gnutt@nuttx.org>

View File

@ -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.