From 4f0789c153f20efdacf5464f0cb926a2835eedf5 Mon Sep 17 00:00:00 2001
From: Hans Huebner
Date: Mon, 6 Jul 2015 09:05:25 +0200
Subject: [PATCH] release 1.2.34
---
CHANGELOG | 4 ++++
hunchentoot.asd | 2 +-
www/hunchentoot-doc.html | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
index 5cdd75e..33e04ed 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+Version 1.2.34
+2015-07-06
+decode URL considering content-type's charset (Tim Richardt)
+
Version 1.2.33
2015-07-05
Ignore malformed session IDs (Hans Huebner)
diff --git a/hunchentoot.asd b/hunchentoot.asd
index 6996c2b..0b7c6ec 100644
--- a/hunchentoot.asd
+++ b/hunchentoot.asd
@@ -35,7 +35,7 @@
(defsystem :hunchentoot
:serial t
- :version "1.2.33"
+ :version "1.2.34"
: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 fc81706..30b4689 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.33.
+ The current version is 1.2.34.
The preferred method to compile and load Hunchentoot is via ASDF. If you want to avoid