From edi at agharta.de Mon Oct 9 23:45:05 2006 From: edi at agharta.de (Edi Weitz) Date: Tue, 10 Oct 2006 01:45:05 +0200 Subject: [hunchentoot-announce] New Hunchentoot version 0.4.0 (aka "good-bye TBNL") Message-ID: OK, as far as I am concerned, TBNL is hereby deprecated. If someone else wants to inherit and maintain it, they should contact me. I think that the current release of Hunchentoot (modulo errors) is a worthy successor/replacement for all implementations supported by TBNL. In particular, I expect less issues with SBCL due to the use of FLEXI-STREAMS. Please download, install, play with it, and report problems to the list: http://weitz.de/files/hunchentoot.tar.gz Note that some parts of the API have been slightly changed. Consult the docs if in doubt. And if you find mistakes in the documentation, please report them as well. Have fun, Edi. From edi at agharta.de Tue Oct 10 09:28:51 2006 From: edi at agharta.de (Edi Weitz) Date: Tue, 10 Oct 2006 11:28:51 +0200 Subject: [hunchentoot-announce] New Hunchentoot version 0.4.1 (Was: New Hunchentoot version 0.4.0 (aka "good-bye TBNL")) In-Reply-To: <452B6596.3010808@travislists.com> (Travis Cross's message of "Tue, 10 Oct 2006 05:19:18 -0400") References: <452B6596.3010808@travislists.com> Message-ID: On Tue, 10 Oct 2006 05:19:18 -0400, Travis Cross wrote: > The keyword conversion in the easy handler appears to not work > correctly because of a mistaken call to MAKE-KEYWORD with two > parameters in CONVERT-PARAMETER. It looks like maybe the interface > to make-keyword changed from two parameters to one parameter plus a > keyword argument while refactoring, and this call just slid by. Right. Thanks for catching that. I've released a new version which fixes this. > Your easy handler implementation is, by the way, a fantastic > addition to the library. This obsoletes a number of less general > macros I'd been using to obtain similar results in my code. While I > was reading your documentation for define-easy-handler, I kept > thinking to myself, "Wow, you know it'd be great if this also did X" > -- and then, in the very next paragraph, you would explain exactly > how it does X just as I would have envisioned it. The macro > delivers on nearly all of the possibilities that its interface > subtly suggests. Great. That was the plan... :) From edi at agharta.de Tue Oct 10 18:57:23 2006 From: edi at agharta.de (Edi Weitz) Date: Tue, 10 Oct 2006 20:57:23 +0200 Subject: [hunchentoot-announce] New version 0.4.2 Message-ID: ChangeLog: Version 0.4.2 2006-10-10 No timeouts for mod_lisp servers (as in Hunchentoot 0.3.x) Download: http://weitz.de/files/hunchentoot.tar.gz Cheers, Edi. From edi at agharta.de Wed Oct 11 07:06:34 2006 From: edi at agharta.de (Edi Weitz) Date: Wed, 11 Oct 2006 09:06:34 +0200 Subject: [hunchentoot-announce] New version 0.4.3 (Was: [Lispweb] Announcement: Hunchentoot) In-Reply-To: <6A88FCB8-9343-4390-A643-ED52C4227EFB@stoye.com> (Ralf Stoye's message of "Tue, 10 Oct 2006 22:24:27 +0000") References: <6A88FCB8-9343-4390-A643-ED52C4227EFB@stoye.com> Message-ID: On Tue, 10 Oct 2006 22:24:27 +0000, Ralf Stoye wrote: > I just tested Hunchentoot on osx openmcl (ppc) Might as well be that you're the first one... :) > + `(ccl::atomic-incf-decf ,place ,delta)) Ugh, another unexported symbol in the OpenMCL port. Well, we'll see what happens... Thanks for the patches - I've made a new release which incorporates them. > further i had to adjust the path to libssl in cl+ssl, in file > cl+ssl.asd, just below (defparameter *libssl-pathname*....) insert: > #+(and :openmcl :DARWIN-TARGET) > (setf *libssl-pathname* "/usr/lib/libssl.dylib") That should be sent to the cl+ssl maintainer. Cheers, Edi. From edi at agharta.de Thu Oct 26 00:14:49 2006 From: edi at agharta.de (Edi Weitz) Date: Thu, 26 Oct 2006 02:14:49 +0200 Subject: [hunchentoot-announce] New version 0.4.5 (Was: Bug Report: AUTHORIZATION) In-Reply-To: <94CCA8C1-678F-449F-B755-7BB0F25438A4@sharedlogic.ca> (Michael J. Forster's message of "Sun, 22 Oct 2006 11:48:47 -0500") References: <94CCA8C1-678F-449F-B755-7BB0F25438A4@sharedlogic.ca> Message-ID: [Returned from vacation earlier than planned.] Hi Michael! On Sun, 22 Oct 2006 11:48:47 -0500, "Michael J. Forster" wrote: > I found a bug in AUTHORIZATION. Thanks for the report, I've released a new version which should fix that. Cheers, Edi.