From 347dac4903bb80dc755dd6aee4b69de7ddd07df4 Mon Sep 17 00:00:00 2001 From: Hans Huebner Date: Sun, 5 Jul 2015 11:02:40 +0200 Subject: [PATCH] release 1.2.33 --- CHANGELOG | 6 ++++++ hunchentoot.asd | 2 +- www/hunchentoot-doc.html | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 0cb1565..5cdd75e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +Version 1.2.33 +2015-07-05 +Ignore malformed session IDs (Hans Huebner) +prevent failures when session cookie is malformed (Andrey Kutejko) +correct started-p for lispworks (LinkFly) + Version 1.2.32 2015-05-03 Adds the session-regenerate-cookie-value function (Florian Margaine) diff --git a/hunchentoot.asd b/hunchentoot.asd index c2cb21c..6996c2b 100644 --- a/hunchentoot.asd +++ b/hunchentoot.asd @@ -35,7 +35,7 @@ (defsystem :hunchentoot :serial t - :version "1.2.32" + :version "1.2.33" :description "Hunchentoot is a HTTP server based on USOCKET and BORDEAUX-THREADS. It supports HTTP 1.1, serves static files, has a simple framework for user-defined handlers and can be extended diff --git a/www/hunchentoot-doc.html b/www/hunchentoot-doc.html index 82108e7..fc81706 100644 --- a/www/hunchentoot-doc.html +++ b/www/hunchentoot-doc.html @@ -164,7 +164,7 @@ Hunchentoot itself together with this documentation can be downloaded from http://weitz.de/files/hunchentoot.tar.gz. - The current version is 1.2.32. + The current version is 1.2.33.

The preferred method to compile and load Hunchentoot is via ASDF. If you want to avoid -- 2.11.4.GIT