Revision: 4590
Author: edi
URL: http://bknr.net/trac/changeset/4590
Chunga is called Chunga now...
U trunk/thirdparty/chunga/doc/index.html
Modified: trunk/thirdparty/chunga/doc/index.html
===================================================================
--- trunk/thirdparty/chunga/doc/index.html 2010-08-24 07:30:39 UTC (rev 4589)
+++ trunk/thirdparty/chunga/doc/index.html 2010-08-24 07:31:13 UTC (rev 4590)
@@ -129,7 +129,7 @@
for <a href="http://www.gentoo.org/proj/en/common-lisp/index.xml">Gentoo
Linux</a> thanks to Matthew Kennedy.
<p>
-The current development version of Drakma can be found
+The current development version of Chunga can be found
at <a href="http://bknr.net/trac/browser/trunk/thirdparty">http://bknr.net/trac/browser/trunk/thirdparty</a>.
This is the one to send <a href="#mail">patches</a> against. Use at
your own risk.
Revision: 4586
Author: edi
URL: http://bknr.net/trac/changeset/4586
Prepare for 1.1.1 release
U trunk/thirdparty/hunchentoot/CHANGELOG
U trunk/thirdparty/hunchentoot/doc/index.xml
U trunk/thirdparty/hunchentoot/hunchentoot.asd
Modified: trunk/thirdparty/hunchentoot/CHANGELOG
===================================================================
--- trunk/thirdparty/hunchentoot/CHANGELOG 2010-08-24 07:19:58 UTC (rev 4585)
+++ trunk/thirdparty/hunchentoot/CHANGELOG 2010-08-24 07:21:27 UTC (rev 4586)
@@ -1,3 +1,6 @@
+Version 1.1.1
+2010-08-24
+Exported WITHIN-REQUEST-P (Faré Rideau)
Safeguard measures against XSS attacks (J.P. Larocque)
Prevent potential leak when closing stream (Matt Lamari, Martin Simmons)
Change some occurrences of HANDLER-CASE* to HANDLER-CASE (Hans Hübner, Allan Dee)
Modified: trunk/thirdparty/hunchentoot/doc/index.xml
===================================================================
--- trunk/thirdparty/hunchentoot/doc/index.xml 2010-08-24 07:19:58 UTC (rev 4585)
+++ trunk/thirdparty/hunchentoot/doc/index.xml 2010-08-24 07:21:27 UTC (rev 4586)
@@ -126,7 +126,7 @@
Hunchentoot itself together with this documentation can be
downloaded from
<a href="http://weitz.de/files/hunchentoot.tar.gz">http://weitz.de/files/hunchentoot.tar.gz</a>.
- The current version is 1.1.0.
+ The current version is 1.1.1.
</p>
<p>
The preferred method to compile and load Hunchentoot is via
Modified: trunk/thirdparty/hunchentoot/hunchentoot.asd
===================================================================
--- trunk/thirdparty/hunchentoot/hunchentoot.asd 2010-08-24 07:19:58 UTC (rev 4585)
+++ trunk/thirdparty/hunchentoot/hunchentoot.asd 2010-08-24 07:21:27 UTC (rev 4586)
@@ -34,7 +34,7 @@
(in-package :hunchentoot-asd)
-(defvar *hunchentoot-version* "1.1.0"
+(defvar *hunchentoot-version* "1.1.1"
"A string denoting the current version of Hunchentoot. Used
for diagnostic output.")