ChangeLog:
Version 0.6.0
2006-09-14
Changed default for *VALUE-ACCESS-FUNCTION*
Added *STRING-MODIFIER*
Added ESCAPE-xxx functions (from CL-WHO)
Fixed docs for hyperdoc support
General documentation enhancements
Fixed test.lisp w.r.t. *FORMAT-NON-STRINGS*
Download:
http://weitz.de/files/html-template.tar.gz
Note that some of the changes introduced in 0.5.0 and 0.6.0 make the
library slightly incompatible with earlier versions. As there have
been no bug fixes since 0.4.0, it is safe to stay with this version if
you have code which you don't want to change.
Cheers,
Edi.
_______________________________________________
html-template-announce site list
html-template-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/html-template-announce
On Tue, 12 Sep 2006 16:44:20 +0200, "Goffioul Michael" <goffioul(a)imec.be> wrote:
> I think that the RDNZL syntax does not handle static events
> correctly.
Yes, you're right. Thanks for catching that one.
I've made a new release which should fix that.
Cheers,
Edi.
_______________________________________________
rdnzl-announce mailing list
rdnzl-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/rdnzl-announce
This new version tries to implement a somewhat reasonable behaviour
for FILE-POSITION but due to this not being mentioned in the Gray
streams proposal, I currently only have code for LispWorks. I'll
gladly accept patches to make this work for other implementations as
well.
http://weitz.de/flexi-streams/#position
Cheers,
Edi.
_______________________________________________
flexi-streams-announce mailing list
flexi-streams-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/flexi-streams-announce
On Wed, 06 Sep 2006 16:41:35 +0200, Ralf Mattes <rm(a)seid-online.de> wrote:
> + ;; create a 'magic' options request
> + (when (eq method :options*)
> + (setf (uri-path uri) "*"
> + (uri-query uri) ""
> + method :options))
Woops, that was wrong. The query part must be set to NIL, not "".
See release 0.4.2.
Sorry,
Edi.
_______________________________________________
drakma-announce mailing list
drakma-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/drakma-announce
On Wed, 06 Sep 2006 16:41:35 +0200, Ralf Mattes <rm(a)seid-online.de> wrote:
> shouldn't the library allow all methods from HTTP/1.1? [...] BTW,
> it might be a good idea to add the methods needed for WebDAV as well
OK, done. There's a new release 0.4.1 online. Please test.
Cheers,
Edi.
_______________________________________________
drakma-announce mailing list
drakma-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/drakma-announce
On Tue, 5 Sep 2006 17:37:44 +0000 (UTC), Juho Snellman <jsnell(a)iki.fi> wrote:
> * Just muffle the warning by adding the following declaration at
> the start of the function:
>
> #+sbcl (declare (sb-ext:muffle-conditions warning))
Thanks. I've added that and made a new release.
> * Ensure that the compiler also knows that it really can't happen
> by replacing:
>
> (when (string= name parameter-name)
> (parse-integer index-string))
>
> With:
>
> (when (and (string= name parameter-name)
> index-string)
> (parse-integer index-string))
Adding something to otherwise correct code just to appease the
compiler feels a bit like static typing to me - I'd rather not do
that... :)
Yeah, I know, it's only a friendly warning, but at least it stops ASDF
compilation.
Thanks,
Edi.
_______________________________________________
tbnl-announce site list
tbnl-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/tbnl-announce
Chunga:
-------
ChangeLog:
Version 0.1.2
2006-09-05
Exported CHUNKED-STREAM-STREAM
Mentioned Gentoo port in docs
Added info about mailing lists
Download:
http://weitz.de/files/chunga.tar.gz
Drakma:
-------
ChangeLog:
Version 0.4.0
2006-09-05
Added file uploads
Added multipart/form-data
Added enforced computation of request bodies in RAM
Use LF line endings in default external format
Download:
http://weitz.de/files/drakma.tar.gz
Cheers,
Edi.
_______________________________________________
drakma-announce mailing list
drakma-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/drakma-announce
TBNL:
-----
ChangeLog:
Version 0.10.2
2006-09-05
Better reporting of IP addresses and ports if not behind mod_lisp
Improved logging
Fixed REAL-REMOTE-ADDR
Cookies always use UTF-8 encoding (which is opaque to the client anyway)
Read request bodies without 'Content-Length' header (for Hunchentoot)
Removed accented character from test.lisp to appease SBCL (reported by Xristos Kalkanis)
Download:
http://weitz.de/files/tbnl.tar.gz
Hunchentoot:
------------
ChangeLog:
Version 0.3.0
2006-09-05
Accept HTTP requests with chunked transfer encoding
Use Chunga for chunking
Download:
http://weitz.de/files/hunchentoot.tar.gz
Cheers,
Edi.
_______________________________________________
tbnl-announce site list
tbnl-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/tbnl-announce