diff --git a/info.rkt b/info.rkt index cb199de..5d2e641 100644 --- a/info.rkt +++ b/info.rkt @@ -2,7 +2,7 @@ (define name "Whalesong") (define blurb '("A Racket to JavaScript compiler")) -(define release-notes '((p ""))) +(define release-notes '((p "Some improved error trapping on the view-navigation methods. Bug fix on appcache manifest to allow network communication. Replaced 'not a closure' messages with the application error instead."))) (define version "1.8") (define categories '(devtools)) (define repositories '("4.x")) diff --git a/make-planet-archive.sh b/make-planet-archive.sh index d6c2977..9796fb5 100755 --- a/make-planet-archive.sh +++ b/make-planet-archive.sh @@ -1,6 +1,6 @@ #!/bin/bash MAJOR=1 -MINOR=7 +MINOR=8 PROJNAME=whalesong diff --git a/scribblings/cs019.scrbl b/scribblings/cs019.scrbl index 27f1675..aaee53b 100644 --- a/scribblings/cs019.scrbl +++ b/scribblings/cs019.scrbl @@ -995,9 +995,6 @@ may be useful when deploying a finished program. @itemize[ -@item{@racket[image-url] doesn't currently work with offline app -support. Use @racket[define-resource] instead.} - @item{Whalesong's compiler doesn't know how to compile programs with embedded image snips. You can work around this by using @racket[define-resource], and save an image file in the same directory diff --git a/version.rkt b/version.rkt index e7851c3..b22d90f 100644 --- a/version.rkt +++ b/version.rkt @@ -7,4 +7,4 @@ (provide version) (: version String) -(define version "1.89") +(define version "1.90")