Merge pull request #25 from fighting-spirit/master
[hunchentoot.git] / CHANGELOG
blobbf6a84275300d6ba1d1279392743e45225e84567
1 Version 1.2.3
2 2012-03-03
3 Fix crash when error occurs while logging error (reported by Xu Jingtao)
4 Fix compilation with :hunchentoot-no-ssl feature (Mark Evenson)
5 Fix Range header handling (Simon Sandlund)
6 Export acceptor-remove-session
7 ECL timeout support (Juan Jose Giarcia-Ripoll)
8 Changed cookie handling - Hunchentoot no longer encodes cookies
9 automatically.  Applications must make sure that they only set cookies
10 to permitted values (refer to RFC6265 for the details, thanks to Ralf
11 Stoye for debugging help)
13 Version 1.2.2
14 2011-11-30
15 Fix warning on LispWorks (Nico de Jager)
16 Documentation updates
17 Remove obsolete symbols from export list
18 Add easy-ssl-acceptor
19 Document acceptor-remove-session, remove obsolete *session-removal-hook* export (Issue #15)
20 Added :description to asdf system definition
21 Add documentation section describing how to bind to privileged ports
23 Version 1.2.1
24 2011-11-04
25 Use FINISH-OUTPUT instead of FORCE-OUTPUT at connection end (I. Perminov)
26 Documentation updates
27 External format EOL style fixes for Windows (Anton Kovalenko)
29 Version 1.2.0
30 2011-10-30
31 Fix to allow send-service-unavailable-reply to work (Far� Rideau)
32 Make sure we always have a cooked message to send in case of error (Far� Rideau)
33 Add www/ directory with default file tree that is being served
34 Add error template mechanism and improve error reporting in general.
35 Improve automatic testing, SBCL kludge to support asdf:test-op
36 Allegro CL modern mode fixes
37 Fix bugs in serving partial responses
38 Limit maximum number of threads that Hunchentoot creates (Dan Weinreb, Scott McKay)
39 Export fixes (Gordon Sims, Andrey Moskvitin, Far� Rideau)
40 Factor out easy-handler logic into separate acceptor subclass
41 Export two session functions (Nico de Jager)
42 Allow no Content-Type header (Chaitanya Gupta)
43 Patch for compilation with ECL (Sohail Somani)
44 Fix DEFINE-EASY-HANDLER for multiple acceptors (Nicolas Neuss)
45 Revived *SHOW-LISP-BACKTRACES-P*
46 Made sure "100 Continue" is returned even if the client sends "Expect: 100-continue" twice (reported by Gordon Sims)
47 Fixed typo in code which interprets transfer encodings
49 Version 1.1.1
50 2010-08-24
51 Exported WITHIN-REQUEST-P (Far� Rideau)
52 Safeguard measures against XSS attacks (J.P. Larocque)
53 Prevent potential leak when closing stream (Matt Lamari, Martin Simmons)
54 Change some occurrences of HANDLER-CASE* to HANDLER-CASE (Hans H�bner, Allan Dee)
56 Version 1.1.0
57 2010-01-08
58 Architectural changes - see HANDLE-REQUEST (thanks to Andreas Fuchs and Frode Fjeld)
59 Re-introduced *CATCH-ERRORS-P* and MAYBE-INVOKE-DEBUGGER
60 Integration with trivial-backtrace (see *LOG-LISP-BACKTRACES-P*)
61 Treat :UNSPECIFIC like NIL in pathname components (reported by Frode Fjeld)
62 Fixed RESET-SESSIONS
63 Prepared for LispWorks 6 (Nico de Jager)
64 Fixed reading of post parameters (Peter Seibel and Stephen P. Compall)
65 Fixed STOP by supplying the :READY-ONLY keyword to USOCKET:WAIT-FOR-INPUT
66 Enabled SSL key passwords for Lisps other than LW (Vsevolod)
68 Version 1.0.0
69 2009-02-19
70 Complete architectural redesign (together with Hans H�bner)
71 Lots of small fixes and improvements, too many to enumerate here
73 Version 0.15.6
74 2008-04-09
75 Fixed embarrassingly mis-placed parentheses (thanks to Hans H�bner)
77 Version 0.15.5
78 2008-04-08
79 Removed FORCE-OUTPUT* and thus the ACL-COMPAT dependency (thanks to Hans H�bner)
80 Support for MP-less CMUCL (thanks to Hans H�bner)
82 Version 0.15.4
83 2008-03-27
84 Fixed unportable LOOP usage (caught by "C S S")
86 Version 0.15.3
87 2008-03-17
88 Added CODE parameter to REDIRECT (thanks to Michael Weber)
90 Version 0.15.2
91 2008-03-06
92 Fixed typo in test.lisp (thanks to Ben Hyde)
93 Changed wrong usage of EQ to EQL (thanks to Ariel Badichi)
94 Fixed typo in default handler (thanks to Eugene Ossintsev)
96 Version 0.15.1
97 2008-02-13
98 Uses CL-FAD for HANDLE-STATIC-FILE now
99 Better error reporting for CREATE-FOLDER-DISPATCHER-AND-HANDLER (suggested by Cyrus Harmon)
100 Faster version of WRITE-HEADER-LINE (thanks to V. Segu�)
102 Version 0.15.0
103 2007-12-29
104 Added support for CLISP (thanks to Anton Vodonosov)
106 Version 0.14.7
107 2007-11-15
108 Replace ENOUGH-NAMESTRING with ENOUGH-URL (patch by Kilian Sprotte and Hans H�bner)
110 Version 0.14.6
111 2007-11-08
112 Fix compilation order (thanks to Tiarnan O'Corrain and Chris Dean)
114 Version 0.14.5
115 2007-10-21
116 Robustified MAKE-SOCKET-STREAM against potential leak (thanks to Alain Picard)
117 Replaced #-FOO #-FOO constructs for OpenMCL (patch by Michael Weber)
118 Updated tutorial links
120 Version 0.14.4
121 2007-10-20
122 Made log stream shared on OpenMCL (thanks to Gary Byers)
124 Version 0.14.3
125 2007-10-07
126 Enabled GET-GID-FROM-NAME for newer versions of SBCL (patch by Cyrus Harmon)
128 Version 0.14.2
129 2007-09-26
130 Better handling of PORT parameter in REDIRECT (thanks to Vladimir Sedach)
132 Version 0.14.1
133 2007-09-24
134 Fixed bug where you couldn't set "Server" header (caught by Ralf Mattes)
135 Documentation clarification for HEADER-OUT function
137 Version 0.14.0
138 2007-09-18
139 Added support for "HttpOnly" cookie attribute
141 Version 0.13.0
142 2007-09-14
143 Added *METHODS-FOR-POST-PARAMETERS* (suggested by Jonathon McKitrick)
145 Version 0.12.1
146 2007-09-13
147 Better support for WITH-TIMEOUT on SBCL/Win32 (thanks to Anton Vodonosov)
149 Version 0.12.0
150 2007-09-07
151 Now uses bound for flexi stream returned by RAW-POST-DATA
152 Needs FLEXI-STREAMS 0.12.0 or higher
154 Version 0.11.2
155 2007-09-05
156 Fixed typo in docs
157 Added declaration in server.lisp to appease SBCL
159 Version 0.11.1
160 2007-05-25
161 Fixes for OpenMCL (thanks to Lennart Staflin and Tiarnan O'Corrain)
163 Version 0.11.0
164 2007-05-25
165 Added server names and coupled them with easy handlers (suggested by Mac Chan)
166 Exported SESSION-COOKIE-VALUE instead of SESSION-STRING (suggested by Slava Akhmechet)
167 Documentation fixes (thanks to Victor Kryukov and Igor Plekhov)
169 Version 0.10.0
170 2007-05-12
171 Made MAYBE-INVOKE-DEBUGGER a generic function and exported it (suggested by Vladimir Sedach)
173 Version 0.9.3
174 2007-05-08
175 Fixed CREATE-FOLDER-DISPATCHER-AND-HANDLER in the presence of URL-encoded URLs (bug caught by Nicolas Lamirault)
177 Version 0.9.2
178 2007-05-01
179 Made DEF-HTTP-RETURN-CODE more flexible (suggested by Jong-won Choi)
181 Version 0.9.1
182 2007-04-29
183 Added PORT parameter to REDIRECT (suggested by Cyrus Harmon)
184 Exported REMOVE-SESSION (suggested by Vamsee Kanakala)
186 Version 0.9.0
187 2007-04-19
188 Added socket timeouts for AllegroCL
189 Catch IO timeout conditions for AllegroCL, SBCL and CMUCL (suggested by Red Daly and others)
190 Added per-server dispatch tables (suggested by Robert Synnott and Andrei Stebakov)
192 Version 0.8.6
193 2007-04-18
194 USE the CL package explicitly when defining HUNCHENTOOT-MP (bug report by Joel Boehland)
196 Version 0.8.5
197 2007-04-10
198 Correct behaviour for "100 Continue" responses
200 Version 0.8.4
201 2007-04-09
202 Cleanup
204 Version 0.8.3
205 2007-04-07
206 Don't use chunked encoding for empty (NIL) bodies
208 Version 0.8.2
209 2007-04-05
210 Really exported REASON-PHRASE this time (and also *CURRENT-PROCESS*)
212 Version 0.8.1
213 2007-04-04
214 Added HUNCHENTOOT-MP package (suggested by Cyrus Harmon)
215 Only invoke MARK-AND-SWEEP for 32-bit versions of LW (thanks to Chris Dean)
216 Exported REASON-PHRASE
218 Version 0.8.0
219 2007-03-31
220 Added *APPROVED-RETURN-CODES*, *HEADER-STREAM*, and +HTTP-FAILED-DEPENDENCY+
221 Exported MIME-TYPE and SSL-P
222 Some minor changes
224 Version 0.7.3
225 2007-03-28
226 Added +HTTP-MULTI-STATUS+
228 Version 0.7.2
229 2007-03-09
230 Fix test suite to properly handle non-base characters in LW (bug caught by Jong-won Choi)
232 Version 0.7.1
233 2007-03-09
234 Fixed last change (thanks to Marko Kocic)
236 Version 0.7.0
237 2007-03-09
238 Development port (no threads) to SBCL/Win32 (patch by Marko Kocic)
239 Support for compilation without SSL
241 Version 0.6.2
242 2007-02-22
243 Don't use NSTRING-UPCASE for outgoing headers (bug caught by Saurabh Nanda)
244 Changed ProxyPass example in docs from /lisp to /hunchentoot
246 Version 0.6.1
247 2007-01-24
248 Reset to "faithful" external format on each iteration (bug caught by Viljo Marrandi and Ury Marshak)
250 Version 0.6.0
251 2007-01-23
252 Accept chunked transfer encoding for mod_lisp request bodies (thanks to Hugh Winkler's mod_lisp additions)
253 Robustify against erroneous form-data submissions (caught by Ury Marshak)
255 Version 0.5.1
256 2007-01-18
257 Even more flexible behaviour of RAW-POST-DATA
259 Version 0.5.0
260 2007-01-17
261 More flexible behaviour of RAW-POST-DATA
262 Robustified PARSE-CONTENT-TYPE
264 Version 0.4.14
265 2007-01-17
266 More meaningful results for RAW-POST-DATA
268 Version 0.4.13
269 2007-01-14
270 Added favicon.ico to example website (thanks to Yoni Rabkin Katzenell, Toby, and Uwe von Loh)
272 Version 0.4.12
273 2006-12-27
274 Added Hunchentoot logo by Uwe von Loh
276 Version 0.4.11
277 2006-12-01
278 Exported symbols related to session GC (suggested by Nico de Jager)
280 Version 0.4.10
281 2006-11-19
282 Added *HANDLE-HTTP-ERRORS-P* (thanks to Marijn Haverbeke)
283 Remove duplicate headers when reading from mod_lisp
285 Version 0.4.9
286 2006-11-12
287 Fixed HEADER-OUT (thanks to Robert J. Macomber)
289 Version 0.4.8
290 2006-11-06
291 Fixed bug in START-OUTPUT which confused mod_lisp
293 Version 0.4.7
294 2006-11-06
295 Changed behaviour of REAL-REMOTE-ADDR (as suggested by Robert J. Macomber)
296 Fixed COOKIE-OUT (thanks to Robert J. Macomber)
298 Version 0.4.6
299 2006-11-05
300 Don't bind *DISPATCH-TABLE* too early (thanks to Marijn Haverbeke)
302 Version 0.4.5
303 2006-10-25
304 Fixed bug in AUTHORIZATION function (reported by Michael J. Forster)
306 Version 0.4.4
307 2006-10-12
308 Correct SSL check in REDIRECT function
309 LOG-MESSAGE now checks for (BOUNDP '*SERVER*)
311 Version 0.4.3
312 2006-10-11
313 OpenMCL fixes (by Ralf Stoye)
315 Version 0.4.2
316 2006-10-10
317 No timeouts for mod_lisp servers (as in Hunchentoot 0.3.x)
319 Version 0.4.1
320 2006-10-10
321 Fixed a typo in easy-handlers.lisp (caught by Travis Cross)
323 Version 0.4.0
324 2006-10-10
325 Ported to CMUCL, SBCL, OpenMCL, and AllegroCL
326 Merged with TBNL
327 Tons of small changes, too many to list them individually
329 Version 0.3.2
330 2006-09-14
331 Uses TBNL's WITH-DEBUGGER now
333 Version 0.3.1
334 2006-09-14
335 Added *CATCH-ERRORS-P* (from TBNL)
337 Version 0.3.0
338 2006-09-05
339 Accept HTTP requests with chunked transfer encoding
340 Use Chunga for chunking
342 Version 0.2.2
343 2006-08-31
344 Skip START-OUTPUT advice completely if working for TBNL
346 Version 0.2.1
347 2006-08-28
348 Added write timeouts for LW 5.0
349 Updated LW links in documentation
351 Version 0.2.0
352 2006-08-28
353 Serves as infrastructure for TBNL now (to replace KMRCL)
354 For HTTP/1.1 only send 'Keep-Alive' headers if explicitly requested
356 Version 0.1.5
357 2006-08-23
358 Connection headers are separated by commas, not semicolons
360 Version 0.1.4
361 2006-08-22
362 Refactored streams.lisp to appease LW compiler (thanks to Martin Simmons)
363 Changed handling of version string
364 Changed package handling in system definition (thanks to Christophe Rhodes)
366 Version 0.1.3
367 2006-02-08
368 Removed KMRCL workaround
370 Version 0.1.2
371 2006-01-03
372 Mention TBNL version number in server name header
374 Version 0.1.1
375 2005-12-31
376 Fixed package stuff and HYPERDOC support
378 Version 0.1.0
379 2005-12-31
380 Initial public release
382 [For earlier changes see the file "CHANGELOG_TBNL" that is included with the release.]