From 93c9a87e76f19206fd8f8a3c4670d343b8299088 Mon Sep 17 00:00:00 2001 From: Hans Huebner Date: Mon, 9 Dec 2013 03:49:15 +0100 Subject: [PATCH] update CHANGELOG and version number --- CHANGELOG | 5 +++++ hunchentoot.asd | 2 +- www/hunchentoot-doc.html | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f0c68d6..d058927 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +Version 1.2.22 +2013-12-09 +Print header value (if number) in base 10 (Chaitanya Gupta) +Fix for CLISP compilation (Anton Vodonosov) + Version 1.2.21 2013-10-04 Fix capitalization inconsistencies in docs (reported by Stas Boukarev) diff --git a/hunchentoot.asd b/hunchentoot.asd index ccecc94..c3b4b25 100644 --- a/hunchentoot.asd +++ b/hunchentoot.asd @@ -33,7 +33,7 @@ (in-package :hunchentoot-asd) -(defvar *hunchentoot-version* "1.2.21" +(defvar *hunchentoot-version* "1.2.22" "A string denoting the current version of Hunchentoot. Used for diagnostic output.") diff --git a/www/hunchentoot-doc.html b/www/hunchentoot-doc.html index 487c001..de2f50b 100644 --- a/www/hunchentoot-doc.html +++ b/www/hunchentoot-doc.html @@ -174,7 +174,7 @@ Hunchentoot itself together with this documentation can be downloaded from http://weitz.de/files/hunchentoot.tar.gz. - The current version is 1.2.21. + The current version is 1.2.22.

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