From 67b490adb162fe9c471a46963630a0767efba7d2 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 18 Apr 2011 14:44:05 -0600 Subject: [PATCH] adjust Racket release notes for 5.1.1 Merge to v5.1.1 (cherry picked from commit 4e576a8ac90b0e84e60d3c553a449ef9b086327a) --- doc/release-notes/racket/HISTORY.txt | 34 ++++++++++++---------------- 1 file changed, 14 insertions(+), 20 deletions(-) diff --git a/doc/release-notes/racket/HISTORY.txt b/doc/release-notes/racket/HISTORY.txt index 6c74f37990..19dbae47b5 100644 --- a/doc/release-notes/racket/HISTORY.txt +++ b/doc/release-notes/racket/HISTORY.txt @@ -1,7 +1,19 @@ -Version 5.1.0.6 +Version 5.1.1, May 2011 +Enabled single-precision floats by default +Added single-flonum? +Changed eqv? so that inexacts are equivalent only when they + have the same precision +Changed file-or-directory-permission to add 'bits mode + and permission-setting mode +Added special treatment of void as an 'inferred-name property Removed the "MrEd" compatability executable under Windows and Mac OS X, but the "mred" compatibility script remains -Removed the following (undocumented) exports from racket/contract: +racket/gui: added multi-column support to list-box% +racket/gui: added scrollbar support to panel%, vertical-panel%, + and horizontal-panel% +racket/gui: added 'wheel-left and 'wheel-right events +racket/file: add user-read-bit, etc. +racket/contract: removed the following (undocumented) exports: build-flat-contract chaperone-contract-struct? contract-struct-first-order @@ -37,24 +49,6 @@ Removed the following (undocumented) exports from racket/contract: synthesized-value unknown? -Version 5.1.0.5 -racket/gui: added 'wheel-left and 'wheel-right events - -Version 5.1.0.4 -Change file-or-directory-permission to add 'bits mode - and permission-setting mode -racket/file: add user-read-bit, etc. -Added special treatment of void as an 'inferred-name property - -Version 5.1.0.2 -Enabled single-precision floats by default -Added single-flonum? -Changed eqv? so that inexacts are equivalent only when they - have the same precision -racket/gui: added multi-column support to list-box% -racket/gui: added scrollbar support to panel%, vertical-panel%, - and horizontal-panel% - Version 5.1, February 2011 Renamed "proxy" to "impersonator" Added current-get-interaction-input-port, which enables