Re: [racket-dev] Release Announcement for v5.3.4

2013-04-23 Thread Juan Francisco Cantero Hurtado

On 04/23/13 05:16, Ryan Culpepper wrote:

The release announcement sketch that I have so far is below.  Please
mail me new items and/or edits.
--

mflatt:
  - added file-truncate (48e05093)
  - mach-o: handle some new load commands (a229f292)
  - mach-o: code signing fixes (1744a787)
  - scribble/latex-properties: add command-extras (17865bfa)
  - ffi/com: improve handling of type-described (79266fcf)
  - added scribble/book and scribble/report langs (09d4aa3d)
  - add _size, _ssize, _ptrdiff, etc (d46411d3)
  - add phaseless modules (899a3279)
  - improve complexity of hash-iterate-{key-value} (7a8c2ff0)
  - add 'so-mode to system-type (cdf0f6b9)
  - add interactive to slideshow (454f4c3f)
  - ffi/com repairs, including mysterx compat (6e40caa7)

robby:
  - added union-find (33747ec9)
  - 2d (bb216d14)
  - improved jump-to-def (39e4ac15)

jay:
  - various pkg (39ae7a83, 9d3a42f1, 6bf03c12)

dyoo:
  - parser-tools (9e0fce22, ???)
  - fixed readline (f1e70516)

eli:
  - add links to old documentation (250880d2)
  - add {take,drop}f, splitf-at, etc (bb17b6a8, 2cdfe18b, 3af72eca)
  - make configure install docs in standard place (59b18eec)

ryanc:
  - added #:datum-literals (d5fe6021)
  - added unstable/macro-testing (1ef38458)
  - added unstable/socket (b3afbdd4)
  - added #:grammar to defform, etc (293b208a)

sstrickl:
  - with-contract improvements (539c25bb)

chrdimo:
  - support for multiple blame parties (17e419e7)
  - added option contracts (5808b0c4)

bfetscher:
  - redex-generator: determine bound order automatically (2a9d4221)

stamourv:
  - move optimization coach to planet2 (2c8e5f9a)

asumu:
  - make srfi/19 compat with date* (d406e2db)
  - separate in/out contracts for parameters (3ddde6a7)

Michael Filonenko:
  - extflonums (17b80926)
  - extflounum unboxing (840fc9c6)

Eric Dobson:
  - AnyValues type (aac25b42)

Tobias Hamer:
  - readline improvements (0f6a5833)
  - support multiple values in wrap-evt and handle-evt (7e2b443f)

Patrick Mahoney:
  - move eopl language to racket (b265e260)

Chris Jester-Young:
  - fix srfi/61 use of =, else (9e93ee26)

Juan Francisco Cantero Hurtado:
  - fix configure for openbsd (292c81a8)


fix configure for GCC 4.7 on OpenBSD is a better description.

Add also Change the default stack size to safe values on OpenBSD 
(592d762).




William Bowman:
  - changed define-union-language to merge nts (b0db8798, 42847ea5)



_
 Racket Developers list:
 http://lists.racket-lang.org/dev


Re: [racket-dev] Pre-Release Checklist for v5.3.4, Second Call

2013-04-23 Thread Kathy Gray

On 23 Apr 2013, at 04:29:42, Ryan Culpepper wrote:

 * Kathy Gray kathryn.g...@cl.cam.ac.uk
  - Test Engine Tests

Done
-Kathy
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


Re: [racket-dev] Release Announcement for v5.3.4

2013-04-23 Thread Robby Findler
* Tally Maze: a new game based an enumeration of 2d mazes.

Robby


On Mon, Apr 22, 2013 at 10:16 PM, Ryan Culpepper ry...@ccs.neu.edu wrote:

 The release announcement sketch that I have so far is below.  Please
 mail me new items and/or edits.
 --**--**--

 mflatt:
  - added file-truncate (48e05093)
  - mach-o: handle some new load commands (a229f292)
  - mach-o: code signing fixes (1744a787)
  - scribble/latex-properties: add command-extras (17865bfa)
  - ffi/com: improve handling of type-described (79266fcf)
  - added scribble/book and scribble/report langs (09d4aa3d)
  - add _size, _ssize, _ptrdiff, etc (d46411d3)
  - add phaseless modules (899a3279)
  - improve complexity of hash-iterate-{key-value} (7a8c2ff0)
  - add 'so-mode to system-type (cdf0f6b9)
  - add interactive to slideshow (454f4c3f)
  - ffi/com repairs, including mysterx compat (6e40caa7)

 robby:
  - added union-find (33747ec9)
  - 2d (bb216d14)
  - improved jump-to-def (39e4ac15)

 jay:
  - various pkg (39ae7a83, 9d3a42f1, 6bf03c12)

 dyoo:
  - parser-tools (9e0fce22, ???)
  - fixed readline (f1e70516)

 eli:
  - add links to old documentation (250880d2)
  - add {take,drop}f, splitf-at, etc (bb17b6a8, 2cdfe18b, 3af72eca)
  - make configure install docs in standard place (59b18eec)

 ryanc:
  - added #:datum-literals (d5fe6021)
  - added unstable/macro-testing (1ef38458)
  - added unstable/socket (b3afbdd4)
  - added #:grammar to defform, etc (293b208a)

 sstrickl:
  - with-contract improvements (539c25bb)

 chrdimo:
  - support for multiple blame parties (17e419e7)
  - added option contracts (5808b0c4)

 bfetscher:
  - redex-generator: determine bound order automatically (2a9d4221)

 stamourv:
  - move optimization coach to planet2 (2c8e5f9a)

 asumu:
  - make srfi/19 compat with date* (d406e2db)
  - separate in/out contracts for parameters (3ddde6a7)

 Michael Filonenko:
  - extflonums (17b80926)
  - extflounum unboxing (840fc9c6)

 Eric Dobson:
  - AnyValues type (aac25b42)

 Tobias Hamer:
  - readline improvements (0f6a5833)
  - support multiple values in wrap-evt and handle-evt (7e2b443f)

 Patrick Mahoney:
  - move eopl language to racket (b265e260)

 Chris Jester-Young:
  - fix srfi/61 use of =, else (9e93ee26)

 Juan Francisco Cantero Hurtado:
  - fix configure for openbsd (292c81a8)

 William Bowman:
  - changed define-union-language to merge nts (b0db8798, 42847ea5)

 --**--**--
 _
  Racket Developers list:
  http://lists.racket-lang.org/**dev http://lists.racket-lang.org/dev

_
  Racket Developers list:
  http://lists.racket-lang.org/dev


Re: [racket-dev] Release Announcement for v5.3.4

2013-04-23 Thread Matthew Flatt
At Mon, 22 Apr 2013 23:16:07 -0400, Ryan Culpepper wrote:
 mflatt:
   - added file-truncate (48e05093)
   - mach-o: handle some new load commands (a229f292)
   - mach-o: code signing fixes (1744a787)
   - scribble/latex-properties: add command-extras (17865bfa)
   - ffi/com: improve handling of type-described (79266fcf)
   - added scribble/book and scribble/report langs (09d4aa3d)
   - add _size, _ssize, _ptrdiff, etc (d46411d3)
   - add phaseless modules (899a3279)
   - improve complexity of hash-iterate-{key-value} (7a8c2ff0)
   - add 'so-mode to system-type (cdf0f6b9)
   - add interactive to slideshow (454f4c3f)
   - ffi/com repairs, including mysterx compat (6e40caa7)

I think these are all too minor to mention.

(Cross-phase persistent modules may be worth announcing in the future,
when they work better.)

 Michael Filonenko:
   - extflonums (17b80926)
   - extflounum unboxing (840fc9c6)

 * Extflonums, which are 80-bit floating-point numbers, are supported
   on some x86/x86_64 platforms --- including Windows, and including
   platforms where Racket is compiled to use SSE instructions for
   flonum arithmetic. Thanks to Michael Filonenko.

_
  Racket Developers list:
  http://lists.racket-lang.org/dev


Re: [racket-dev] Pre-Release Checklist for v5.3.4, Second Call

2013-04-23 Thread John Clements

On Apr 22, 2013, at 8:29 PM, Ryan Culpepper wrote:

 Checklist items for the v5.3.4 release
  (using the v5.3.3.900 release candidate build)
 
 * John Clements cleme...@brinckerhoff.org
  - Stepper Tests

Done.

  Updates:
  - Stepper Updates: update HISTORY
  (updates should show v5.3.4 as the most current version; email me
  to pick the changes when they're done, or tell me if there are no such
  changes.)

Done. relevant commit is flagged as merge to 5.3.4

John 

_
  Racket Developers list:
  http://lists.racket-lang.org/dev