From: Eli Barzilay
Subject: PLT Scheme v4.1.3
Date: 
Message-ID: <200811211554.mALFss0E005744@winooski.ccs.neu.edu>
PLT Scheme version 4.1.3 is now available from

  http://plt-scheme.org/

This is mostly a bug-fix release.

Notable changes:

* Web Server:
  - Documentation rewritten to separate servlet APIs and server
    extension APIs
  - HTTPS supported on the "plt-web-server" command-line with "--ssl"
    option
  - Stateless servlets supported in default configuration through
    'stateless interface-version
  - `web-server/servlet-env' supports top-level servlets through
    #:servlet-path
  - Servlets are served from anywhere in the htdocs directory by
    default
  - A template system based on the Scribble syntax has been added, see
    web-server/templates in the documentation
  And many other internal modifications to make extension easier!

[Note that mirror sites can take a while to catch up with the new
downloads.]

Feedback Welcome,
-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!
From: Slobodan Blazeski
Subject: Re: PLT Scheme v4.1.3
Date: 
Message-ID: <dbb02ccd-c4d7-412f-b849-006b50b6b890@q9g2000yqc.googlegroups.com>
On Nov 21, 4:54 pm, Eli Barzilay <····@barzilay.org> wrote:
> PLT Scheme version 4.1.3 is now available from
>
>  http://plt-scheme.org/
>
> This is mostly a bug-fix release.
>
> Notable changes:
>
> * Web Server:
>   - Documentation rewritten to separate servlet APIs and server
>     extension APIs
>   - HTTPS supported on the "plt-web-server" command-line with "--ssl"
>     option
>   - Stateless servlets supported in default configuration through
>     'stateless interface-version
>   - `web-server/servlet-env' supports top-level servlets through
>     #:servlet-path
>   - Servlets are served from anywhere in the htdocs directory by
>     default
>   - A template system based on the Scribble syntax has been added, see
>     web-server/templates in the documentation
>   And many other internal modifications to make extension easier!
>
> [Note that mirror sites can take a while to catch up with the new
> downloads.]
>
> Feedback Welcome,
> --
>           ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
>                  http://www.barzilay.org/                Maze is Life!

Again? Do you people ever rest, go on vacation or get drunk. Because
to me it looks like that you're working on pl around the clock.
Anyway keep the good work.

bobi