From 842921a2eb1784224d4ca6011dded9ef46f54318 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 29 Sep 2012 15:58:41 +0000 Subject: [PATCH] Prep for NxWidgets 1.3 release git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5205 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 526c8a3350..438d89a918 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3177,7 +3177,7 @@ * arch/arm/src/stm32/stm32_otgfshost.c: This driver now appears to be functional (although more testing is necesary). -6.22 2012-xx-xx Gregory Nutt +6.22 2012-09-29 Gregory Nutt * include/semaphore.h, sched/sem_holders.c, and lib/semaphore/sem_init.c: Fix some strange (and probably wrong) list handling when @@ -3453,3 +3453,4 @@ * net/uip/uip_icmpping.c: Fix problem that prevented ping from going outside of local network. Submitted by Darcy Gong +6.23 2012-09-29 Gregory Nutt