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.")