summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-12-21 15:38:41 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-12-21 15:38:41 +0000
commit108233307ee1677ef22d65e9ab71fff36c5b877c (patch)
tree9269e42abec301575aa1dce5915237a27497fbeb /misc
parenta688e072611dbe04799cb0ab5d549bb8c6aaa660 (diff)
Prep for 2.0 release
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2404 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'misc')
-rw-r--r--misc/pascal/ChangeLog6
-rw-r--r--misc/pascal/ReleaseNotes5
2 files changed, 9 insertions, 2 deletions
diff --git a/misc/pascal/ChangeLog b/misc/pascal/ChangeLog
index a5572f6d9d..e1d44f610e 100644
--- a/misc/pascal/ChangeLog
+++ b/misc/pascal/ChangeLog
@@ -16,8 +16,10 @@ pascal-0.1.2 2008-02-10 Gregory Nutt <spudmonkey@racsa.co.cr>
and eliminate a compiler bug
* Changes so that runtime compiles with SDCC.
-pascal-2.0 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+pascal-2.0 2009-12-21 Gregory Nutt <spudmonkey@racsa.co.cr>
* 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 <spudmonkey@racsa.co.cr>
diff --git a/misc/pascal/ReleaseNotes b/misc/pascal/ReleaseNotes
index d5c0ab3336..ec7a7e26f5 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.