From 04e4b1254ea606561d90f6d227b0090f685ab178 Mon Sep 17 00:00:00 2001 From: Hans Huebner Date: Wed, 25 Feb 2015 18:07:56 +0100 Subject: [PATCH] release 1.2.30 --- CHANGELOG | 5 +++++ hunchentoot.asd | 2 +- www/hunchentoot-doc.html | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 782d8bb..bd6b317 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +Version 1.2.30 +2015-02-25 +Clear content-length before emitting 304 (Jason Miller) +Treat errors during url decoding as bad requests. (Stas Boukarev) + Version 1.2.29 2014-11-30 temporarily revert ipv6 changes (Hans Huebner) diff --git a/hunchentoot.asd b/hunchentoot.asd index b9dec3a..d0f2492 100644 --- a/hunchentoot.asd +++ b/hunchentoot.asd @@ -35,7 +35,7 @@ (defsystem :hunchentoot :serial t - :version "1.2.29" + :version "1.2.30" :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 049b24c..a446b5d 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.29. + The current version is 1.2.30.

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