Skip to content

Commit 24f638f

Browse files
committed
release 1.2.35
1 parent 65edab5 commit 24f638f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 1.2.35
2+
2016-02-10
3+
Avoid double URL decoding, reported by muyinliu (Hans Huebner)
4+
Remove a duplicate word in the documentation (William Halliburton)
5+
Call convert-hack in name also (José Ronquillo Rivera)
6+
17
Version 1.2.34
28
2015-07-06
39
decode URL considering content-type's charset (Tim Richardt)

hunchentoot.asd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
(defsystem :hunchentoot
3737
:serial t
38-
:version "1.2.34"
38+
:version "1.2.35"
3939
:description "Hunchentoot is a HTTP server based on USOCKET and
4040
BORDEAUX-THREADS. It supports HTTP 1.1, serves static files, has a
4141
simple framework for user-defined handlers and can be extended

www/hunchentoot-doc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ <h3 xmlns=""><a class="none" name="install">Download and installation</a></h3>
164164
Hunchentoot itself together with this documentation can be
165165
downloaded from
166166
<a href="http://weitz.de/files/hunchentoot.tar.gz">http://weitz.de/files/hunchentoot.tar.gz</a>.
167-
The current version is 1.2.34.
167+
The current version is 1.2.35.
168168
</p>
169169
<p>
170170
The preferred method to compile and load Hunchentoot is via <a href="http://www.cliki.net/asdf">ASDF</a>. If you want to avoid
@@ -2997,7 +2997,7 @@ <h4 xmlns=""><a name="conditions">Conditions and error handling</a></h4>
29972997
</p>
29982998
<p>
29992999
When an error occurs while processing a request, Hunchentoot's
3000-
default behavior is to catch catch the error, log it and
3000+
default behavior is to catch the error, log it and
30013001
optionally display it to the client in the HTML response.
30023002
This behavior can be customized through the values of a number
30033003
of special variables, which are documented below.

0 commit comments

Comments
 (0)