From 8aeaa902c938a4b1b94ba768abcacf21a69a6f2a Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Sun, 4 Dec 2011 20:53:31 -0500 Subject: [PATCH] updating info.rkt --- info.rkt | 4 ++-- version.rkt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/info.rkt b/info.rkt index 1176610..015ce73 100644 --- a/info.rkt +++ b/info.rkt @@ -2,8 +2,8 @@ (define name "Whalesong") (define blurb '("A Racket to JavaScript compiler")) -(define release-notes '((p "Identified an issue with the inliner that causes generated code to be much larger than expected. Inlining is now off until I identify ths issue."))) -(define version "1.10") +(define release-notes '((p "Bug patch: under rare situations, the scheduler can incorrectly allow multiple computations to run. For now, Whalesong's will not release control to the browser during long-running computations. Program output may be a little bit more delayed as a result."))) +(define version "1.11") (define categories '(devtools)) (define repositories '("4.x")) (define required-core-version "5.1.1") diff --git a/version.rkt b/version.rkt index 96261f3..10e1aaf 100644 --- a/version.rkt +++ b/version.rkt @@ -7,4 +7,4 @@ (provide version) (: version String) -(define version "1.97") +(define version "1.98")