From bb4bde4152e4caf8bb4103d843cea25994ef3c12 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 12 Mar 2011 22:09:14 +0000 Subject: Prep for 5.19 release git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3373 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index 499c81950..3359e5e8f 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -1481,7 +1481,7 @@ * Added a new 'kill' command to NSH that will support sending signals to running NuttX tasks. -5.19 2011-xx-xx Gregory Nutt +5.19 2011-03-12 Gregory Nutt * arch/arm/stm32/stm32_idle.c -- During idle times, the STM32 now uses the WFI instruction to sleep in a reduced power mode until the next interrupt @@ -1503,7 +1503,7 @@ nsh> cat test.txt This is a test - * drivers/pipes/pipe_common.c: Driver open method eas not returning an EINTR + * drivers/pipes/pipe_common.c: Driver open method was not returning an EINTR error when it received a signal. Instead, it just re-started the wait. This makes it impossible to kill a background pipe operation from NSH. * include/stdint.h -- Correct some errors in conditional compilation (submitted @@ -1553,3 +1553,5 @@ * configs/olimex-lpc1766stk/slip-httpd - An example that uses SLIP to provide a serial-port based THTTPD web server. +5.20 2011-xx-xx Gregory Nutt + -- cgit v1.2.3