No, not mine. (the bibtex lib sounds worth including to me)<br><br>On Monday, August 1, 2011, Eli Barzilay &lt;<a href="mailto:eli@barzilay.org">eli@barzilay.org</a>&gt; wrote:<br>&gt; The release announcement sketch that I have so far is below.  Please<br>
&gt; mail me new items and/or edits.<br>&gt;<br>&gt; Robby and Jay -- two pending items:<br>&gt;<br>&gt; ? New racket/contract/combinator library and some contract module<br>&gt;  reorganization (this is in 21cbd9ad)<br>&gt;<br>
&gt; ? New `scriblib/bibtex&#39; that can read bibliographic databases in<br>&gt;  bibtex format.<br>&gt;<br>&gt; ----------------------------------------------------------------------<br>&gt; * The download page includes 64-bit installers for Windows, Mac OS<br>
&gt;  X, and two Debian flavors.<br>&gt;<br>&gt; * Racket now includes a new `racket/place&#39; library to support<br>&gt;  parallelism, complementing `racket/future&#39;.  Racket&#39;s parallel<br>&gt;  build process is now based on places instead of multiple OS<br>
&gt;  processes.<br>&gt;<br>&gt;  Places support share-nothing parallelism and message-passing<br>&gt;  communication.  Compared to futures, places are heavyweight, but<br>&gt;  they have a simpler performance model.<br>&gt;<br>
&gt; * The syntax-certificate system has been replaced by a syntax-taint<br>&gt;  system.  Both certificates and taints were designed to protect<br>&gt;  otherwise inaccessible bindings from abuse when they appear in<br>&gt;  macro expansions.  Taints are simpler and lighter, and the switch<br>
&gt;  closes known holes in the certificate system.  Macros that are not<br>&gt;  implemented with `syntax-rules&#39; or `define-syntax-rule&#39;, however,<br>&gt;  must explicitly use `syntax-protect&#39; to protect their expansions<br>
&gt;  from abuse.<br>&gt;<br>&gt; * The `net/url&#39; library supports HTTPS connections, but beware that<br>&gt;  by default all sites are accepted (equivalent to ignoring a<br>&gt;  browser&#39;s warnings about untrusted certificates).<br>
&gt;<br>&gt; * The `for&#39; forms now support an `#:unless&#39; clause, and a<br>&gt;  nonnegative integer can be used as a sequence.  The new `compose1&#39;<br>&gt;  function creates single-valued composition functions.  The<br>
&gt;  `racket/function&#39; library now provides `identity&#39;, `thunk&#39;, and<br>&gt;  `thunk*&#39;.<br>&gt;<br>&gt; * Error messages in the student languages use a smaller vocabulary<br>&gt;  and consistent phrasings.  If you maintain curriculum material or<br>
&gt;  teachpacks then please consider updating.  See the &quot;Error Message<br>&gt;  Composition Guidelines&quot; section in the documentation for details.<br>&gt;<br>&gt; * Typed Racket: almost all core Racket data structures and<br>
&gt;  operations are now accessible in Typed Racket (most of this work<br>&gt;  is due to prolific contributor Eric Dobson).  The performance of<br>&gt;  the typechecker has been significantly improved.<br>&gt;<br>&gt; * The license has been clarified: we now use LGPLv2.1 uniformly.<br>
&gt;  (The license file used to specify LGPLv2, contrary to the download<br>&gt;  pages.)<br>&gt; ----------------------------------------------------------------------<br>&gt; --<br>&gt;          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:<br>
&gt;                    <a href="http://barzilay.org/">http://barzilay.org/</a>                   Maze is Life!<br>&gt; _________________________________________________<br>&gt;  For list-related administrative tasks:<br>
&gt;  <a href="http://lists.racket-lang.org/listinfo/dev">http://lists.racket-lang.org/listinfo/dev</a><br>&gt;