From 22c8680dc95d90770dba23ebda93d20371e01d57 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 20 Jul 2010 09:24:58 -0600 Subject: [PATCH] Racket & GRacket relesae notes for 5.0.1 Merge to 5.0.1 (cherry picked from commit e49f05a5cbb3e78e0ff051a7a6e35f2c35ab3a12) --- doc/release-notes/gracket/HISTORY.txt | 6 ++++++ doc/release-notes/racket/HISTORY.txt | 26 +++++--------------------- 2 files changed, 11 insertions(+), 21 deletions(-) diff --git a/doc/release-notes/gracket/HISTORY.txt b/doc/release-notes/gracket/HISTORY.txt index 96d440e962..ccd6fb4f81 100644 --- a/doc/release-notes/gracket/HISTORY.txt +++ b/doc/release-notes/gracket/HISTORY.txt @@ -1,3 +1,9 @@ +Version 5.0.1, July 2010 + +Minor bug fixes + +---------------------------------------------------------------------- + Version 5.0, May 2010 Changed the executable from MrEd to GRacket diff --git a/doc/release-notes/racket/HISTORY.txt b/doc/release-notes/racket/HISTORY.txt index 2310bc7ff1..ee8ce71a63 100644 --- a/doc/release-notes/racket/HISTORY.txt +++ b/doc/release-notes/racket/HISTORY.txt @@ -1,35 +1,19 @@ -Version 5.0.0.9 +Version 5.0.1, July 2010 Continuation barriers now block only downward continuation jumps and allow escapes through full continuations -Added #:async-apply option to _fun -Upgraded to libffi 3.0.9+ - -Version 5.0.0.8 Changed internal-definition handling to allow expressions mixed with definitions - -Version 5.0.0.7 Added support for subprocesses as new process groups - -Version 5.0.0.6 Added support for best-effort termination of subprocess by a custodian - -Version 5.0.0.5 Added flreal-part, flimag-part, make-flrectangular, and unsafe variants - -Version 5.0.0.4 -Added chaperone-evt - -Version 5.0.0.3 -identifier-prune-to-source-module - -Version 5.0.0.2 Added fl->eact-integer, fl->fx, and unsafe-fl->fx - -Version 5.0.0.1 +Added #:async-apply option to _fun +Added chaperone-evt +Added identifier-prune-to-source-module Changed apply binding to enable lower-level optimizations +Upgraded to libffi 3.0.9+ Version 5.0, May 2010 Changed the core executable from mzscheme to racket