allegroserve 1.2.24
John Foderaro <[email protected]> Fri, 09 Aug 2002 15:32:03 -0700
| Newsgroups | gmane.lisp.open-source.franz |
|---|---|
| Message-ID | <[email protected]> |
I've fixed a number of the AllegroServe issues bought up on this mailing list recently and put the result on the ftp site ftp://ftp.franz.com/pub/aserve as aserve-1.2.24.tgz [it may take up to a half hour after I send this message for the aserve tgz file to make it to our external ftp server] Here are the changes since 1.2.23: 2002-08-09 John Foderaro <[email protected]> 1.2.24 * change #\newline to #\linefeed in the source for portability * fix :comment in htmlgen * put aserve package definitions and exports in new file: packages.cl 2002-04-10 John Foderaro <[email protected]> * main.cl - fix bug in get-multipart-sequence when used in an International Lisp with multibyte character input. In certain rare cases it could get stuck decoding the last bits of a buffer. - add :ssl-password argument to net.aserve:start to specify the password for decrypting the private key in the file with the ssl certificate. [requires acl feature introduced in acl 6.2] * client.cl - if the content passed to do-http-request is a list of vectors, each vector in the list will be sent to the server.