release 1.2.25
[hunchentoot.git] / CHANGELOG
blob80c9ba6fee91d7a1878500e7bfcb5b8109f8e24d
1 Version 1.2.25
2 2014-01-17
3 allow for handler setting of the "connection" header (William Halliburton)
5 Version 1.2.24
6 2014-01-07
7 Use version number from ASDF system definition, not special var (Hans Huebner)
9 Version 1.2.23
10 2014-01-05
11 Don't set the Connection header to Close if it's already set (AndrejSuc/Stas Boukarev)
13 Version 1.2.22
14 2013-12-09
15 Print header value (if number) in base 10 (Chaitanya Gupta)
16 Fix for CLISP compilation (Anton Vodonosov)
18 Version 1.2.21
19 2013-10-04
20 Fix capitalization inconsistencies in docs (reported by Stas Boukarev)
22 Version 1.2.20
23 2013-10-04
24 Don't rely on asdf to find default document directory
25 Add m4v mime type (Wes Henderson)
27 Version 1.2.19
28 2013-07-28
29 Fix ACCEPTOR-REMOVE-SESSION default implementation (Stas Boukarev, Mathieu Lemoine)
31 Version 1.2.18
32 2013-05-03
33 Prevent errors when basic auth user or password contains colon
34 Add missing implementation for client-as-string for Lispworks, contributed by Raymond Wiker
36 Version 1.2.17
37 2013-04-01
38 New START-THREAD API function (Faré Rideau)
40 Version 1.2.16
41 2013-03-31
42 Fix bug that caused error when requesting nonexistent page.
44 Version 1.2.15
45 2013-03-17
46 Fix race condition in acceptor shutdown (Faré Rideau)
48 Version 1.2.14
49 2013-03-08
50 Call ACCEPTOR-STATUS-MESSAGE in a saner and more useful fashion (sponsored by Ron Garret)
52 Version 1.2.13
53 2013-03-03
54 fix wrong documented signature in acceptor-status-message (reported by Zach Beane)
56 Version 1.2.12
57 2013-03-03
58 Various documentation updates
59 Fix bug in static file handling that caused Safari to hang on 304 responses by Hunchentoot (reported by Wim Oudshoorn)
61 Version 1.2.11
62 2013-01-27
63 Fix bug in MD5-HEX that could cause session keys to be reused
65 Version 1.2.10
66 2013-01-19
67 Add local-addr* and local-port* functions
69 Version 1.2.9
70 2012-12-28
71 Fix test script to accomodate for Drakma fix regarding redirect from POST to GET
72 Fix range handling once again
74 Version 1.2.8
75 2012-12-19
76 ECL fixes (Juan Jose Giarcia-Ripoll)
78 Version 1.2.7
79 2012-10-19
80 Fix documentation for COOKIE-IN, which returns a string, not a cookie.
81 Hunchentoot could not deal with / pointing to a static file directory (Stas Boukarev).
82 Fixes to pathname sanitizing when handling static files.
83 Further Range: header handling fixes
84 Fix some export names relating to taskmaster thread count (Faré Rideau)
86 Version 1.2.6
87 2012-09-02
88 Doc fixes, add .pre-release.sh script
90 Version 1.2.5
91 2012-09-02
92 High-load multithread stability fixes (Mathieu Lemoine)
94 Version 1.2.4
95 2012-08-16
96 Remove dead code & style fixes (Ala'a Mohammad)
97 Bug fix: setting *print-base* / *print-radix* caused invalid cookie values (Scott L. Burson)
98 Various documentation and style updates
99 Fix documentation bug found (Mathieu Lemoine)
100 Fix bug that could hang Hunchentoot under load (Mathieu Lemoine)
102 Version 1.2.3
103 2012-03-03
104 Fix crash when error occurs while logging error (reported by Xu Jingtao)
105 Fix compilation with :hunchentoot-no-ssl feature (Mark Evenson)
106 Fix Range header handling (Simon Sandlund)
107 Export acceptor-remove-session
108 ECL timeout support (Juan Jose Giarcia-Ripoll)
109 Changed cookie handling - Hunchentoot no longer encodes cookies
110 automatically.  Applications must make sure that they only set cookies
111 to permitted values (refer to RFC6265 for the details, thanks to Ralf
112 Stoye for debugging help)
114 Version 1.2.2
115 2011-11-30
116 Fix warning on LispWorks (Nico de Jager)
117 Documentation updates
118 Remove obsolete symbols from export list
119 Add easy-ssl-acceptor
120 Document acceptor-remove-session, remove obsolete *session-removal-hook* export (Issue #15)
121 Added :description to asdf system definition
122 Add documentation section describing how to bind to privileged ports
124 Version 1.2.1
125 2011-11-04
126 Use FINISH-OUTPUT instead of FORCE-OUTPUT at connection end (I. Perminov)
127 Documentation updates
128 External format EOL style fixes for Windows (Anton Kovalenko)
130 Version 1.2.0
131 2011-10-30
132 Fix to allow send-service-unavailable-reply to work (Faré Rideau)
133 Make sure we always have a cooked message to send in case of error (Faré Rideau)
134 Add www/ directory with default file tree that is being served
135 Add error template mechanism and improve error reporting in general.
136 Improve automatic testing, SBCL kludge to support asdf:test-op
137 Allegro CL modern mode fixes
138 Fix bugs in serving partial responses
139 Limit maximum number of threads that Hunchentoot creates (Dan Weinreb, Scott McKay)
140 Export fixes (Gordon Sims, Andrey Moskvitin, Faré Rideau)
141 Factor out easy-handler logic into separate acceptor subclass
142 Export two session functions (Nico de Jager)
143 Allow no Content-Type header (Chaitanya Gupta)
144 Patch for compilation with ECL (Sohail Somani)
145 Fix DEFINE-EASY-HANDLER for multiple acceptors (Nicolas Neuss)
146 Revived *SHOW-LISP-BACKTRACES-P*
147 Made sure "100 Continue" is returned even if the client sends "Expect: 100-continue" twice (reported by Gordon Sims)
148 Fixed typo in code which interprets transfer encodings
150 Version 1.1.1
151 2010-08-24
152 Exported WITHIN-REQUEST-P (Faré Rideau)
153 Safeguard measures against XSS attacks (J.P. Larocque)
154 Prevent potential leak when closing stream (Matt Lamari, Martin Simmons)
155 Change some occurrences of HANDLER-CASE* to HANDLER-CASE (Hans Hübner, Allan Dee)
157 Version 1.1.0
158 2010-01-08
159 Architectural changes - see HANDLE-REQUEST (thanks to Andreas Fuchs and Frode Fjeld)
160 Re-introduced *CATCH-ERRORS-P* and MAYBE-INVOKE-DEBUGGER
161 Integration with trivial-backtrace (see *LOG-LISP-BACKTRACES-P*)
162 Treat :UNSPECIFIC like NIL in pathname components (reported by Frode Fjeld)
163 Fixed RESET-SESSIONS
164 Prepared for LispWorks 6 (Nico de Jager)
165 Fixed reading of post parameters (Peter Seibel and Stephen P. Compall)
166 Fixed STOP by supplying the :READY-ONLY keyword to USOCKET:WAIT-FOR-INPUT
167 Enabled SSL key passwords for Lisps other than LW (Vsevolod)
169 Version 1.0.0
170 2009-02-19
171 Complete architectural redesign (together with Hans Hübner)
172 Lots of small fixes and improvements, too many to enumerate here
174 Version 0.15.6
175 2008-04-09
176 Fixed embarrassingly mis-placed parentheses (thanks to Hans Hübner)
178 Version 0.15.5
179 2008-04-08
180 Removed FORCE-OUTPUT* and thus the ACL-COMPAT dependency (thanks to Hans Hübner)
181 Support for MP-less CMUCL (thanks to Hans Hübner)
183 Version 0.15.4
184 2008-03-27
185 Fixed unportable LOOP usage (caught by "C S S")
187 Version 0.15.3
188 2008-03-17
189 Added CODE parameter to REDIRECT (thanks to Michael Weber)
191 Version 0.15.2
192 2008-03-06
193 Fixed typo in test.lisp (thanks to Ben Hyde)
194 Changed wrong usage of EQ to EQL (thanks to Ariel Badichi)
195 Fixed typo in default handler (thanks to Eugene Ossintsev)
197 Version 0.15.1
198 2008-02-13
199 Uses CL-FAD for HANDLE-STATIC-FILE now
200 Better error reporting for CREATE-FOLDER-DISPATCHER-AND-HANDLER (suggested by Cyrus Harmon)
201 Faster version of WRITE-HEADER-LINE (thanks to V. Segu�)
203 Version 0.15.0
204 2007-12-29
205 Added support for CLISP (thanks to Anton Vodonosov)
207 Version 0.14.7
208 2007-11-15
209 Replace ENOUGH-NAMESTRING with ENOUGH-URL (patch by Kilian Sprotte and Hans Hübner)
211 Version 0.14.6
212 2007-11-08
213 Fix compilation order (thanks to Tiarnan O'Corrain and Chris Dean)
215 Version 0.14.5
216 2007-10-21
217 Robustified MAKE-SOCKET-STREAM against potential leak (thanks to Alain Picard)
218 Replaced #-FOO #-FOO constructs for OpenMCL (patch by Michael Weber)
219 Updated tutorial links
221 Version 0.14.4
222 2007-10-20
223 Made log stream shared on OpenMCL (thanks to Gary Byers)
225 Version 0.14.3
226 2007-10-07
227 Enabled GET-GID-FROM-NAME for newer versions of SBCL (patch by Cyrus Harmon)
229 Version 0.14.2
230 2007-09-26
231 Better handling of PORT parameter in REDIRECT (thanks to Vladimir Sedach)
233 Version 0.14.1
234 2007-09-24
235 Fixed bug where you couldn't set "Server" header (caught by Ralf Mattes)
236 Documentation clarification for HEADER-OUT function
238 Version 0.14.0
239 2007-09-18
240 Added support for "HttpOnly" cookie attribute
242 Version 0.13.0
243 2007-09-14
244 Added *METHODS-FOR-POST-PARAMETERS* (suggested by Jonathon McKitrick)
246 Version 0.12.1
247 2007-09-13
248 Better support for WITH-TIMEOUT on SBCL/Win32 (thanks to Anton Vodonosov)
250 Version 0.12.0
251 2007-09-07
252 Now uses bound for flexi stream returned by RAW-POST-DATA
253 Needs FLEXI-STREAMS 0.12.0 or higher
255 Version 0.11.2
256 2007-09-05
257 Fixed typo in docs
258 Added declaration in server.lisp to appease SBCL
260 Version 0.11.1
261 2007-05-25
262 Fixes for OpenMCL (thanks to Lennart Staflin and Tiarnan O'Corrain)
264 Version 0.11.0
265 2007-05-25
266 Added server names and coupled them with easy handlers (suggested by Mac Chan)
267 Exported SESSION-COOKIE-VALUE instead of SESSION-STRING (suggested by Slava Akhmechet)
268 Documentation fixes (thanks to Victor Kryukov and Igor Plekhov)
270 Version 0.10.0
271 2007-05-12
272 Made MAYBE-INVOKE-DEBUGGER a generic function and exported it (suggested by Vladimir Sedach)
274 Version 0.9.3
275 2007-05-08
276 Fixed CREATE-FOLDER-DISPATCHER-AND-HANDLER in the presence of URL-encoded URLs (bug caught by Nicolas Lamirault)
278 Version 0.9.2
279 2007-05-01
280 Made DEF-HTTP-RETURN-CODE more flexible (suggested by Jong-won Choi)
282 Version 0.9.1
283 2007-04-29
284 Added PORT parameter to REDIRECT (suggested by Cyrus Harmon)
285 Exported REMOVE-SESSION (suggested by Vamsee Kanakala)
287 Version 0.9.0
288 2007-04-19
289 Added socket timeouts for AllegroCL
290 Catch IO timeout conditions for AllegroCL, SBCL and CMUCL (suggested by Red Daly and others)
291 Added per-server dispatch tables (suggested by Robert Synnott and Andrei Stebakov)
293 Version 0.8.6
294 2007-04-18
295 USE the CL package explicitly when defining HUNCHENTOOT-MP (bug report by Joel Boehland)
297 Version 0.8.5
298 2007-04-10
299 Correct behaviour for "100 Continue" responses
301 Version 0.8.4
302 2007-04-09
303 Cleanup
305 Version 0.8.3
306 2007-04-07
307 Don't use chunked encoding for empty (NIL) bodies
309 Version 0.8.2
310 2007-04-05
311 Really exported REASON-PHRASE this time (and also *CURRENT-PROCESS*)
313 Version 0.8.1
314 2007-04-04
315 Added HUNCHENTOOT-MP package (suggested by Cyrus Harmon)
316 Only invoke MARK-AND-SWEEP for 32-bit versions of LW (thanks to Chris Dean)
317 Exported REASON-PHRASE
319 Version 0.8.0
320 2007-03-31
321 Added *APPROVED-RETURN-CODES*, *HEADER-STREAM*, and +HTTP-FAILED-DEPENDENCY+
322 Exported MIME-TYPE and SSL-P
323 Some minor changes
325 Version 0.7.3
326 2007-03-28
327 Added +HTTP-MULTI-STATUS+
329 Version 0.7.2
330 2007-03-09
331 Fix test suite to properly handle non-base characters in LW (bug caught by Jong-won Choi)
333 Version 0.7.1
334 2007-03-09
335 Fixed last change (thanks to Marko Kocic)
337 Version 0.7.0
338 2007-03-09
339 Development port (no threads) to SBCL/Win32 (patch by Marko Kocic)
340 Support for compilation without SSL
342 Version 0.6.2
343 2007-02-22
344 Don't use NSTRING-UPCASE for outgoing headers (bug caught by Saurabh Nanda)
345 Changed ProxyPass example in docs from /lisp to /hunchentoot
347 Version 0.6.1
348 2007-01-24
349 Reset to "faithful" external format on each iteration (bug caught by Viljo Marrandi and Ury Marshak)
351 Version 0.6.0
352 2007-01-23
353 Accept chunked transfer encoding for mod_lisp request bodies (thanks to Hugh Winkler's mod_lisp additions)
354 Robustify against erroneous form-data submissions (caught by Ury Marshak)
356 Version 0.5.1
357 2007-01-18
358 Even more flexible behaviour of RAW-POST-DATA
360 Version 0.5.0
361 2007-01-17
362 More flexible behaviour of RAW-POST-DATA
363 Robustified PARSE-CONTENT-TYPE
365 Version 0.4.14
366 2007-01-17
367 More meaningful results for RAW-POST-DATA
369 Version 0.4.13
370 2007-01-14
371 Added favicon.ico to example website (thanks to Yoni Rabkin Katzenell, Toby, and Uwe von Loh)
373 Version 0.4.12
374 2006-12-27
375 Added Hunchentoot logo by Uwe von Loh
377 Version 0.4.11
378 2006-12-01
379 Exported symbols related to session GC (suggested by Nico de Jager)
381 Version 0.4.10
382 2006-11-19
383 Added *HANDLE-HTTP-ERRORS-P* (thanks to Marijn Haverbeke)
384 Remove duplicate headers when reading from mod_lisp
386 Version 0.4.9
387 2006-11-12
388 Fixed HEADER-OUT (thanks to Robert J. Macomber)
390 Version 0.4.8
391 2006-11-06
392 Fixed bug in START-OUTPUT which confused mod_lisp
394 Version 0.4.7
395 2006-11-06
396 Changed behaviour of REAL-REMOTE-ADDR (as suggested by Robert J. Macomber)
397 Fixed COOKIE-OUT (thanks to Robert J. Macomber)
399 Version 0.4.6
400 2006-11-05
401 Don't bind *DISPATCH-TABLE* too early (thanks to Marijn Haverbeke)
403 Version 0.4.5
404 2006-10-25
405 Fixed bug in AUTHORIZATION function (reported by Michael J. Forster)
407 Version 0.4.4
408 2006-10-12
409 Correct SSL check in REDIRECT function
410 LOG-MESSAGE now checks for (BOUNDP '*SERVER*)
412 Version 0.4.3
413 2006-10-11
414 OpenMCL fixes (by Ralf Stoye)
416 Version 0.4.2
417 2006-10-10
418 No timeouts for mod_lisp servers (as in Hunchentoot 0.3.x)
420 Version 0.4.1
421 2006-10-10
422 Fixed a typo in easy-handlers.lisp (caught by Travis Cross)
424 Version 0.4.0
425 2006-10-10
426 Ported to CMUCL, SBCL, OpenMCL, and AllegroCL
427 Merged with TBNL
428 Tons of small changes, too many to list them individually
430 Version 0.3.2
431 2006-09-14
432 Uses TBNL's WITH-DEBUGGER now
434 Version 0.3.1
435 2006-09-14
436 Added *CATCH-ERRORS-P* (from TBNL)
438 Version 0.3.0
439 2006-09-05
440 Accept HTTP requests with chunked transfer encoding
441 Use Chunga for chunking
443 Version 0.2.2
444 2006-08-31
445 Skip START-OUTPUT advice completely if working for TBNL
447 Version 0.2.1
448 2006-08-28
449 Added write timeouts for LW 5.0
450 Updated LW links in documentation
452 Version 0.2.0
453 2006-08-28
454 Serves as infrastructure for TBNL now (to replace KMRCL)
455 For HTTP/1.1 only send 'Keep-Alive' headers if explicitly requested
457 Version 0.1.5
458 2006-08-23
459 Connection headers are separated by commas, not semicolons
461 Version 0.1.4
462 2006-08-22
463 Refactored streams.lisp to appease LW compiler (thanks to Martin Simmons)
464 Changed handling of version string
465 Changed package handling in system definition (thanks to Christophe Rhodes)
467 Version 0.1.3
468 2006-02-08
469 Removed KMRCL workaround
471 Version 0.1.2
472 2006-01-03
473 Mention TBNL version number in server name header
475 Version 0.1.1
476 2005-12-31
477 Fixed package stuff and HYPERDOC support
479 Version 0.1.0
480 2005-12-31
481 Initial public release
483 [For earlier changes see the file "CHANGELOG_TBNL" that is included with the release.]