At Mon, 25 Jan 2016 12:24:15 -0600, Vincent St-Amour wrote:
> mflatt:
> - incremental GC (ba8103bbde441e38df8dce16e6cbfd36f72c1ce0)

 * Incremental garbage-collection mode can eliminate long pauses in a
   program. For example, incremental mode is useful for avoiding pauses
   in games and animations.

   Programs must specifically request incremental mode with
   `(collect-garbage 'incremental)`, but libraries such as
   `2htdp/universe` include the request as part of the library's
   implementation.

> - add `internal-definition-context-{binding-identifier,track}` (0e16ce4be)
> - deterministic bytecode generation (2743ea06bbc and others)
> - `procedure-specialize` (db0a6de1d2d5d3059ec971275b287860c5bda6e2)

I don't think these need an entry.


> - openssl 'secure protocol (92f1bfa4d23e0a691778b814a5956c849bb3af83)
> - libssl on Mac (273bc4ea4914cbe73bbb343015cc4fdeb3a1c6a4)

 * The default package catalog is an HTTPS address instead of HTTP, and
   package operations properly validate server certificates when using
   HTTPS.


> - windows code signing (666c5f1557703ed24272387f9272321ded2ecf7f)

Nothing to mention here. (Version 6.3 was signed for Windows, and that
change just adapts the build infrastructure to better automate signing.)


> scribble:
> - mflatt: scribble/examples (50f835c)

This seems too small for the release announcement.


> htdp:
> - mflatt: performance improvements for world from incremental GC?

Covered above.


> gui:
> - avoid using high-power GPU on Mac?
> - scrolling speed improvements?

The former is a bug fix, and Robby has covered the latter.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-dev/56a777df.0d41420a.42018.fffffacbSMTPIN_ADDED_MISSING%40mx.google.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to