From dfed25cfe1cbf7f886836c18611201fb8c6d9f29 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Wed, 6 Feb 2013 15:04:07 -0600 Subject: [PATCH] add v5.3.3 notes --- doc/release-notes/drracket/HISTORY.txt | 7 +++++++ doc/release-notes/racket/HISTORY.txt | 21 ++------------------- doc/release-notes/redex/HISTORY.txt | 4 ++++ doc/release-notes/stepper/HISTORY.txt | 4 ++++ doc/release-notes/teachpack/HISTORY.txt | 5 +++++ doc/release-notes/typed-racket/HISTORY.txt | 2 ++ 6 files changed, 24 insertions(+), 19 deletions(-) diff --git a/doc/release-notes/drracket/HISTORY.txt b/doc/release-notes/drracket/HISTORY.txt index fa84ec3909..033ff0cad9 100644 --- a/doc/release-notes/drracket/HISTORY.txt +++ b/doc/release-notes/drracket/HISTORY.txt @@ -1,3 +1,10 @@ +------------------------------ + Version 5.3.2 +------------------------------ + + . fixed a flaw in interactions between + the contour window and highlighting + ------------------------------ Version 5.3.2 ------------------------------ diff --git a/doc/release-notes/racket/HISTORY.txt b/doc/release-notes/racket/HISTORY.txt index 9cca565186..74ed99d0b5 100644 --- a/doc/release-notes/racket/HISTORY.txt +++ b/doc/release-notes/racket/HISTORY.txt @@ -1,22 +1,5 @@ -Version 5.3.2.3 -Added extflonums -racket/extflonum: added -racket/unsafe/ops: added extflonum operations -racket/date: changed current-date to provide nanoseconds, - added date*->seconds -racket/gui/base: changed menu-bar% get-frame method to - return 'root for root menu bar -syntax-color/racket-lexer: added 'hash-colon-keyword - (which also affects syntax-color/scheme-lexer, - syntax-color/module-lexer, and syntax-color/scribble-lexer) - -Version 5.3.2.2 -Added file-truncate -scribble/latex-properties: added command-extras - -Version 5.3.2.1 -srfi/19: made compatible with date* structs, produces - lax-date struct for backwards compatibility +Version 5.3.3, February 2013 +No changes Version 5.3.2, January 2013 Changed case to use equal? instead of eqv? diff --git a/doc/release-notes/redex/HISTORY.txt b/doc/release-notes/redex/HISTORY.txt index 1a17bc3a96..ba10bef654 100644 --- a/doc/release-notes/redex/HISTORY.txt +++ b/doc/release-notes/redex/HISTORY.txt @@ -1,3 +1,7 @@ +v5.3.3 + +No changes + v5.3.2 * added random-generation based on define-judgment-form diff --git a/doc/release-notes/stepper/HISTORY.txt b/doc/release-notes/stepper/HISTORY.txt index 3343eeb75c..706de576c8 100644 --- a/doc/release-notes/stepper/HISTORY.txt +++ b/doc/release-notes/stepper/HISTORY.txt @@ -1,6 +1,10 @@ Stepper ------- +Changes for 5.3.3: + +None. + Changes for 5.3.2: None. diff --git a/doc/release-notes/teachpack/HISTORY.txt b/doc/release-notes/teachpack/HISTORY.txt index 4a82bf748b..0d297677bd 100644 --- a/doc/release-notes/teachpack/HISTORY.txt +++ b/doc/release-notes/teachpack/HISTORY.txt @@ -1,3 +1,8 @@ +------------------------------------------------------------------------ +Version 5.3.3 + +No changes. + ------------------------------------------------------------------------ Version 5.3.2 [Tue Jan 22 10:30:15 EST 2013] diff --git a/doc/release-notes/typed-racket/HISTORY.txt b/doc/release-notes/typed-racket/HISTORY.txt index aa0fdf03bd..da78ee9bee 100644 --- a/doc/release-notes/typed-racket/HISTORY.txt +++ b/doc/release-notes/typed-racket/HISTORY.txt @@ -1,3 +1,5 @@ +5.3.3 + No changes 5.3.2 - Added types for control operators - Added `typed/untyped-utils`