I updated the animated-canvas collection to the new Racket conventions. It seems to build and upload to PLaneT fine. The URL for the collection on PLaneT is <a href="http://planet.plt-scheme.org/package-source/williams/animated-canvas.plt/2/1/">http://planet.plt-scheme.org/package-source/williams/animated-canvas.plt/2/1/</a>. The new files are there - including the update info.rkt. [It is now Version 2.1 because I forgot to put (define required-core-version &quot;5.0&quot;) the first time. However, the Current Version table information is incorrect. The blurb is from the old info.ss; the Docs, Req. PLT, To Load info, and release notes are all hosed. And, it shows it as being available for the 3.xx repository. [It&#39;s almost as though PLaneT didn&#39;t see the information in the info.rkt file.]<br>
<br>Here is the contents of the new info.rkt file - you can also see it by browsing the files in PLaneT.<br><pre>#lang setup/infotab<br>(define name &quot;Animated Canvas&quot;)<br>(define blurb<br>  (list &quot;This library provides an animated-canvas% class that specializes the GRacket &quot;<br>
        &quot;canvas% class to provide a simple double-buffered animation capability in Racket. &quot;<br>        &quot;Two simple demonstration programs are also provided.&quot;))<br>(define release-notes<br>  (list &quot;Updated for Racket naming conventions.&quot;))<br>
(define primary-file &quot;animated-canvas.rkt&quot;)<br>(define categories &#39;(ui))<br>(define version &quot;2.0&quot;)<br>(define repositories &#39;(&quot;4.x&quot;))<br>(define scribblings &#39;((&quot;animated-canvas.scrbl&quot; ())))<br>
(define url &quot;<a href="http://schematics.sourceforge.net/">http://schematics.sourceforge.net/</a>&quot;)<br>(define required-core-version &quot;5.0&quot;)</pre>Any ideas as to what is happening?<br><br>Doug<br>