From 547cd4c5ad3c355ccf2d83a29687bc3193fe1c0e Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 15 May 2008 10:51:14 +0000 Subject: Prepare for 0.9.10 release git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@751 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 6 +++++- nuttx/Documentation/NuttX.html | 43 +++++++++++++++++++----------------------- nuttx/ReleaseNotes | 12 ++++++++++++ 3 files changed, 36 insertions(+), 25 deletions(-) diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index d99b180f5..993b71c92 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -347,8 +347,12 @@ Ubuntu where /bin/sh is a link to dash. * Z8Encore! port verified on ZDS-II instruction set/chip simulator. -0.3.10 2008-xx-xx Gregory Nutt +0.3.10 2008-05-15 Gregory Nutt * Add support for the ZiLOG EZ80Acclaim microcontrooler (EZ80F91 chip). * Add configuration for the ZiLOG z8f64200100kit development kit, Z8F6423 part. * Add configuration for the ZiLOG ez80f0910200kitg development kit, EZ80F091 part. + * Correct critical list handling errors in task shutdown logic: One in timer + deletion logic (timer_delete.c) and one in stream logic (lib_init.c). + +0.3.11 2008-xx-xx Gregory Nutt diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html index 75e784361..a0f552e8d 100644 --- a/nuttx/Documentation/NuttX.html +++ b/nuttx/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: March 15, 2008

+

Last Updated: May 15, 2008

@@ -456,7 +456,7 @@

- The 21st release of NuttX (nuttx-0.3.9) is available for download + The 22nd release of NuttX (nuttx-0.3.11) is available for download from the SourceForge website. The change log associated with the release is available here. @@ -464,13 +464,17 @@ These unreleased changes are listed here.

- nuttx-0.3.9 is a minor feature enhancement release. - This release includes support for the ZiLOG Z8Encore! microcontroller. - Also included is the initial framework for support for the Z80, - XTRS platform. + nuttx-0.3.10 is an important bug fix release. + This release incorporates fixes to correct critical list handling errors + in task shutdown logic: One in timer deletion logic (timer_delete.c) and one + in stream logic (lib_init.c). +

+

+ Additional, minor enhancements includes support to ZiLOG EZ80Acclaim + microcontrooler (EZ80F91 chip) and configurations fot the ZiLOG z8f64200100kit (Z8F6423) + and ez80f0910200kitg (EZ80F091) development kit.

- This released has been verified only on the ZiLOG ZDS-II Z8Encore! chip simulation. As usual, any feedback about bugs or suggestions for improvement would be greatly appreciated.

@@ -969,18 +973,13 @@ Other memory:
    -nuttx-0.3.9 2008-03-09 Gregory Nutt <spudmonkey@racsa.co.cr> - - * Began adding support for the ZiLOG Z8Encore! microcontroller for the Z8Encore000ZCO - development board and the Z8F6403 part. - * Fix broken 'clean' target on z80sim configurations - * Re-structure arch/z80 to provide support for all ZiLOG 8-bit microcontrollers (ez8 - in particular for now). - * Add support for TRS80-Model 3 based on the xtrs emulation (http://www.tim-mann.org/xtrs.html) - Per patch from Jacques Pelletier. - * In all shell scripts, change #!/bin/sh to #!/bin/bash to resolve problems in - Ubuntu where /bin/sh is a link to dash. - * Z8Encore! port verified on ZDS-II instruction set/chip simulator. +nuttx-0.3.10 2008-05-15 Gregory Nutt <spudmonkey@racsa.co.cr> + + * Add support for the ZiLOG EZ80Acclaim microcontrooler (EZ80F91 chip). + * Add configuration for the ZiLOG z8f64200100kit development kit, Z8F6423 part. + * Add configuration for the ZiLOG ez80f0910200kitg development kit, EZ80F091 part. + * Correct critical list handling errors in task shutdown logic: One in timer + deletion logic (timer_delete.c) and one in stream logic (lib_init.c). pascal-0.1.2 2008-02-10 Gregory Nutt @@ -1006,11 +1005,7 @@ buildroot-0.1.0 2007-03-09 <spudmonkey@racsa.co.cr>
      -nuttx-0.3.10 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> - - * Add support for the ZiLOG EZ80Acclaim microcontrooler (EZ80F91 chip). - * Add configuration for the ZiLOG z8f64200100kit development kit, Z8F6423 part. - * Add configuration for the ZiLOG ez80f0910200kitg development kit, EZ80F091 part. +nuttx-0.3.11 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes index f18f65864..a1859cb3c 100644 --- a/nuttx/ReleaseNotes +++ b/nuttx/ReleaseNotes @@ -441,3 +441,15 @@ This released has been verified only on the ZiLOG ZDS-II Z8Encore! chip simulation. This tarball contains a complete CVS snapshot from March 9, 2008. + +nuttx-0.3.10 +^^^^^^^^^^^^ + +This is the 22nd release of NuttX. This is an important bug fix release. +This release incorporates fixes to correct critical list handling errors +in task shutdown logic: One in timer deletion logic (timer_delete.c) and one +in stream logic (lib_init.c). This release also includes support to ZiLOG EZ80Acclaim +microcontrooler (EZ80F91 chip) and configurations fot the ZiLOG z8f64200100kit (Z8F6423) +and ez80f0910200kitg (EZ80F091) development kit. + + -- cgit v1.2.3