summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.