mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-07-09 08:45:42 +08:00
Prep for 7.9 release
This commit is contained in:
parent
9eb5a877ae
commit
a665361197
@ -1217,7 +1217,7 @@
|
|||||||
standard post-pended prefix value, rather than the full 128-bit netmask
|
standard post-pended prefix value, rather than the full 128-bit netmask
|
||||||
(2015-02-06).
|
(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()
|
* apps/examples/ostest: Improved error checking for sem_timedwait()
|
||||||
from Juha Niskanen (2015-02-20).
|
from Juha Niskanen (2015-02-20).
|
||||||
@ -1264,3 +1264,4 @@
|
|||||||
* apps/system/zoneinfo: All logic to build timezone info. Does not do
|
* apps/system/zoneinfo: All logic to build timezone info. Does not do
|
||||||
much else yet (2015-04-14).
|
much else yet (2015-04-14).
|
||||||
|
|
||||||
|
7.10 2015-xx-xx Gregory Nutt <gnutt@nuttx.org>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
config SYSTEM_ZONEINFO
|
config SYSTEM_ZONEINFO
|
||||||
bool "TZ database"
|
bool "TZ database"
|
||||||
default n
|
default n
|
||||||
depends on LIBC_LOCALTIME && EXPERIMENTAL
|
depends on LIBC_LOCALTIME
|
||||||
---help---
|
---help---
|
||||||
Build the TZ/Olson database.
|
Build the TZ/Olson database.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user