summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-21 15:38:41 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-21 15:38:41 +0000
commit0ac1128489d419afa834bdae31aa3a5dced8ee7b (patch)
tree9269e42abec301575aa1dce5915237a27497fbeb /misc
parentf42be1c2468d7dea04f5e4c5267ca9b65d4ffc3f (diff)
downloadnuttx-0ac1128489d419afa834bdae31aa3a5dced8ee7b.tar.gz
nuttx-0ac1128489d419afa834bdae31aa3a5dced8ee7b.tar.bz2
nuttx-0ac1128489d419afa834bdae31aa3a5dced8ee7b.zip
Prep for 2.0 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2404 42af7a65-404d-4744-a932-0658087f49c3
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 a5572f6d9..e1d44f610 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 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.