ChangeLog:
Version 0.8.4
2005-10-21
Provide REMOTE-ADDR if connected directly (for LispWorks and AllegroCL)
Show remote user and address (if available) in non-Apache logs
Mention Debian package in docs
Download:
<http://weitz.de/files/tbnl.tar.gz>
Have fun,
Edi.
_______________________________________________
tbnl-announce site list
tbnl-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/tbnl-announce
New release CL-WIKI 0.1.0
CL-WIKI is a wiki engine for Common Lisp. It uses TBNL, CL-PPCRE,
CL-WHO and CL-EMB. Can be used stand-alone, with Apache + mod_lisp,
or behind any http proxy.
You can download it from http://common-lisp.net/project/cl-wiki/
or install with ASDF-Install.
CL-USER> (asdf:operate 'asdf:load-op :asdf-install)
CL-USER> (asdf-install:install :cl-wiki)
Changes:
- New storage system
- Editing/restoring earlier versions of a page
IMPORTANT: The way the pages (and an additional index) are saved
has changed! You can't use your old
installation/pages without migrating them.
Current development versions are always available in the darcs
repository http://common-lisp.net/project/cl-wiki/repos/cl-wiki_dev
Get darcs from http://www.darcs.net/ and then
darcs get http://common-lisp.net/project/cl-wiki/repos/cl-wiki_dev
Updating your local repository:
darcs pull
_______________________________________________
cl-wiki-announce mailing list
cl-wiki-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cl-wiki-announce
On Tue, 04 Oct 2005 20:40:56 +0200, Edi Weitz <edi(a)agharta.de> wrote:
> Yes, that /was/ the culprit. It turns out this is a bug in LW
> which'll be fixed soon:
>
> <http://thread.gmane.org/gmane.lisp.lispworks.general/4604>
>
> Until then there's no immediate solution other than using
> undocumented functions like ENCODE-LISP-STRING which don't work well
> with delivery.
OK, thanks to LispWorks support there is a better solution now. If
you're using LispWorks 4.4.5 on Windows or Linux (/not/ on OS X as the
problem doesn't happen there) you can send an email to
lisp-support(a)lispworks.com
asking for the patch SYSTEM-CONS-FREE-CHAIN which you'll get for free.
Please make sure to use the "Report Bug" command from the LW IDE to
include a full bug report form.
The new 0.8.3 release is just intended to alert users who don't read
this mailing list of this problem.
ChangeLog:
Version 0.8.3
2005-10-10
Alert LW users that a patch for OCTETS-TO-STRINGS is available (thanks to LispWorks support)
Download:
<http://weitz.de/files/tbnl.tar.gz>
Cheers,
Edi.
_______________________________________________
tbnl-announce site list
tbnl-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/tbnl-announce
On Mon, 3 Oct 2005 10:49:15 -0700, "bryan d. o'connor" <bryan-lisp(a)lunch.org> wrote:
> included below is a patch. it adds/changes:
> - how to compile the dylib for mac os x to docs and Makefile
> - adds .dylib to *shared-library-types*
> - changes the .asd file to use cffi-uffi-compat for openmcl.
Thanks Bryan!
Here's the new release.
ChangeLog:
Version 0.5.1
2005-10-04
Support for OpenMCL via CFFI (thanks to Bryan O'Connor)
Download:
<http://weitz.de/files/cl-gd.tar.gz>
Cheers,
Edi.
_______________________________________________
cl-gd-announce mailing list
cl-gd-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cl-gd-announce