From 0ac1128489d419afa834bdae31aa3a5dced8ee7b Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 21 Dec 2009 15:38:41 +0000 Subject: Prep for 2.0 release git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2404 42af7a65-404d-4744-a932-0658087f49c3 --- misc/pascal/ChangeLog | 6 ++++-- misc/pascal/ReleaseNotes | 5 +++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/misc/pascal/ChangeLog b/misc/pascal/ChangeLog index a5572f6d9..e1d44f610 100644 --- a/misc/pascal/ChangeLog +++ b/misc/pascal/ChangeLog @@ -16,8 +16,10 @@ pascal-0.1.2 2008-02-10 Gregory Nutt and eliminate a compiler bug * Changes so that runtime compiles with SDCC. -pascal-2.0 2009-xx-xx Gregory Nutt +pascal-2.0 2009-12-21 Gregory Nutt * Updated to use standard C99 types in stdint.h and stdbool.h. This change was necessary for compatibility - with NuttX-5.0. + with NuttX-5.0 (any beyond). + +pascal-2.1 2010-xx-xx Gregory Nutt diff --git a/misc/pascal/ReleaseNotes b/misc/pascal/ReleaseNotes index d5c0ab333..ec7a7e26f 100644 --- a/misc/pascal/ReleaseNotes +++ b/misc/pascal/ReleaseNotes @@ -20,3 +20,8 @@ pascal-2.0 This release updates all of the code to use the standard types defined in the C99 files stdint.h and stdbool.h. This change was necessary for compatibility with NuttX-5.0. No functional changes were made. + +The release version was bumped to 2.0 because these changes introduce +typing incompatibilies with earlier versions. + +This tarball contains a complete CVS snapshot from December 21, 2009. -- cgit v1.2.3