From edi at agharta.de Tue Nov 9 08:49:33 2004 From: edi at agharta.de (Edi Weitz) Date: Tue, 09 Nov 2004 09:49:33 +0100 Subject: [tbnl-announce] New version 0.3.0 (Was: multipart/form-data forms, RFC2388, File Uploads) In-Reply-To: <20041027210417.GA2668@roadkill.foldr.org> (Michael Weber's message of "Wed, 27 Oct 2004 23:04:17 +0200") References: <20041027210417.GA2668@roadkill.foldr.org> Message-ID: On Wed, 27 Oct 2004 23:04:17 +0200, Michael Weber wrote: > Attached is a patch with my stab at file upload capabilities for > TBNL. :) Thanks again and sorry for the delay. I've uploaded a new version which implements file upload capabilities based on your suggestions and code. I've changed it such that it doesn't load the uploaded files into RAM but rather streams them to temporary files. The little test suite now also has a file upload page. Here's the Changelog entry Version 0.3.0 2004-11-09 Initial support for multipart/form-data (thanks to Michael Weber and Janis Dzerins) Fixed bug in CREATE-STATIC-FILE-DISPATCHER-AND-HANDLER (caught by Bill Clementson) Note that the new download link is (it's .tar.gz instead of .tgz). Some of you might also be interested in Bill Clementson's blog entry about using TBNL on Windows: I agree that it probably wouldn't be a good idea to use this as a production environment but it might be handy for development and/or demoing. The new code has been tested with CMUCL 19a on Linux, Allegro 7.0 pro on Linux, Allegro 6.2 trial on Windows, and LispWorks 4.3.7 pro on Windows. Cheers, Edi. From edi at agharta.de Tue Nov 9 21:16:11 2004 From: edi at agharta.de (Edi Weitz) Date: Tue, 09 Nov 2004 22:16:11 +0100 Subject: [tbnl-announce] New version 0.3.1 Message-ID: Changelog entry: Version 0.3.1 2004-11-09 Slight changes to support Chris Hanson's mod_lisp2 Changed GET-BACKTRACE for newer SBCL versions (thanks to Nikodemus Siivola) Download from See for Apache 2 support. Cheers, Edi. From edi at agharta.de Mon Nov 29 09:11:05 2004 From: edi at agharta.de (Edi Weitz) Date: Mon, 29 Nov 2004 10:11:05 +0100 Subject: [tbnl-announce] New release 0.3.4 (Was: backtraces in openMCL) In-Reply-To: =?iso-8859-1?q?=28Tiarn=E1n_=D3=2E_Corr=E1in's?= message of "Sat, 27 Nov 2004 02:26:10 +0000") References: Message-ID: On Sat, 27 Nov 2004 02:26:10 +0000, ocorrain at yahoo.com (Tiarn?n ? Corr?in) wrote: > this piece implements backtraces in OpenMCL, though there may be a > more beautiful way. Setting "detailed-p" to t results in a cranial > overflow in my case :-) Thanks, I've made a new release with this code added. Changelog: Version 0.3.4 2004-11-29 Added backtrace code for OpenMCL (provided by Tiarn?n ? Corr?in) Cheers, Edi.