[plt-scheme] Re: PLT Scheme v4.1.3

From: skc (shimoco at gmail.com)
Date: Sat Dec 6 00:16:46 EST 2008

Hi

Now plt-web-server ignore the configuration table pointed by the -f
command line option.

regards,
Shimon.

On Nov 21, 5:54 pm, Eli Barzilay <e... at 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!
> _________________________________________________
>   For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme


Posted on the users mailing list.