From 5750d5f58df5e8a06b025caa87171f95a111e016 Mon Sep 17 00:00:00 2001 From: Hans Huebner Date: Sun, 31 Mar 2013 13:23:52 +0200 Subject: [PATCH] update version --- CHANGELOG | 4 ++++ hunchentoot.asd | 2 +- www/hunchentoot-doc.html | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index bbb8e82..702e756 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +Version 1.2.16 +2013-03-31 +Fix bug that caused error when requesting nonexistent page. + Version 1.2.15 2013-03-17 Fix race condition in acceptor shutdown (Faré Rideau) diff --git a/hunchentoot.asd b/hunchentoot.asd index 31e393d..bbbd2a1 100644 --- a/hunchentoot.asd +++ b/hunchentoot.asd @@ -33,7 +33,7 @@ (in-package :hunchentoot-asd) -(defvar *hunchentoot-version* "1.2.15" +(defvar *hunchentoot-version* "1.2.16" "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 902b0f1..f825aa9 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.15. + The current version is 1.2.16.

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