[Mono-devel-list] Preparing the release notes.

Ben Maurer bmaurer at ximian.com
Sat Jun 11 23:40:26 EDT 2005


On Sat, 2005-06-11 at 23:35 -0400, Brian Ritchie wrote:
> On 6/8/05, Miguel de Icaza <miguel at novell.com> wrote:
> >     Am preparing the release notes for a new release of Mono, please
> > send any important updates that should go into the release notes to me.
> > 
> Subset of XSP changes (I'm sure Gonzalo has many more..)
>   - Mono.WebServer.dll: The core of XSP has been moved into a 
>     seperate assembly.  xsp.exe now just handle configuration options.
>   - SSL support: Provides HTTPS access using SslServerStream.  Includes 
>     bug fix to SslCipherSuite in SslServerStream allowing multi-fragment 
>     transfers to work.
> 
> Example of xsp running with SSL enabled:
>    mono xsp.exe --https --cert server.cer --pkfile server.pvk 
>       --pkpwd pass --root ~/samples
> 
> To generate a server certificate & private key:
> makecert -r -eku 1.3.6.1.5.5.7.3.1 -n "CN=server" -sv server.pvk server.cer
>    ( from Sebastien Pouliot's blog:
>     http://pages.infinit.net/ctech/20041129-0607.html )

On Miguel's suggestion, we aren't doing XSP from head yet...

-- Ben




More information about the Mono-devel-list mailing list