Put handler-case for usocket:connection-aborted-error around the right
[hunchentoot.git] / CHANGELOG
blobbc1ffbb0b4bd4e8bb6ea3b66d6ee6b9ce71ef55f
1 Fix STOP by supplying the :READY-ONLY keyword to USOCKET:WAIT-FOR-INPUT
2 Enable SSL key passwords for Lisps other than LW (Vsevolod)
4 Version 1.0.0
5 2009-02-19
6 Complete architectural redesign (together with Hans Hübner)
7 Lots of small fixes and improvements, too many to enumerate here        
9 Version 0.15.6
10 2008-04-09
11 Fixed embarrassingly mis-placed parentheses (thanks to Hans Hübner)
13 Version 0.15.5
14 2008-04-08
15 Removed FORCE-OUTPUT* and thus the ACL-COMPAT dependency (thanks to Hans Hübner)
16 Support for MP-less CMUCL (thanks to Hans Hübner)
18 Version 0.15.4
19 2008-03-27
20 Fixed unportable LOOP usage (caught by "C S S")
22 Version 0.15.3
23 2008-03-17
24 Added CODE parameter to REDIRECT (thanks to Michael Weber)
26 Version 0.15.2
27 2008-03-06
28 Fixed typo in test.lisp (thanks to Ben Hyde)
29 Changed wrong usage of EQ to EQL (thanks to Ariel Badichi)
30 Fixed typo in default handler (thanks to Eugene Ossintsev)
32 Version 0.15.1
33 2008-02-13
34 Uses CL-FAD for HANDLE-STATIC-FILE now
35 Better error reporting for CREATE-FOLDER-DISPATCHER-AND-HANDLER (suggested by Cyrus Harmon)
36 Faster version of WRITE-HEADER-LINE (thanks to V. Seguí)
38 Version 0.15.0
39 2007-12-29
40 Added support for CLISP (thanks to Anton Vodonosov)
42 Version 0.14.7
43 2007-11-15
44 Replace ENOUGH-NAMESTRING with ENOUGH-URL (patch by Kilian Sprotte and Hans Hübner)
46 Version 0.14.6
47 2007-11-08
48 Fix compilation order (thanks to Tiarnan O'Corrain and Chris Dean)
50 Version 0.14.5
51 2007-10-21
52 Robustified MAKE-SOCKET-STREAM against potential leak (thanks to Alain Picard)
53 Replaced #-FOO #-FOO constructs for OpenMCL (patch by Michael Weber)
54 Updated tutorial links
56 Version 0.14.4
57 2007-10-20
58 Made log stream shared on OpenMCL (thanks to Gary Byers)        
60 Version 0.14.3
61 2007-10-07
62 Enabled GET-GID-FROM-NAME for newer versions of SBCL (patch by Cyrus Harmon)
64 Version 0.14.2
65 2007-09-26
66 Better handling of PORT parameter in REDIRECT (thanks to Vladimir Sedach)       
68 Version 0.14.1
69 2007-09-24
70 Fixed bug where you couldn't set "Server" header (caught by Ralf Mattes)
71 Documentation clarification for HEADER-OUT function     
73 Version 0.14.0
74 2007-09-18
75 Added support for "HttpOnly" cookie attribute
77 Version 0.13.0
78 2007-09-14
79 Added *METHODS-FOR-POST-PARAMETERS* (suggested by Jonathon McKitrick)
81 Version 0.12.1
82 2007-09-13
83 Better support for WITH-TIMEOUT on SBCL/Win32 (thanks to Anton Vodonosov)       
84         
85 Version 0.12.0
86 2007-09-07
87 Now uses bound for flexi stream returned by RAW-POST-DATA
88 Needs FLEXI-STREAMS 0.12.0 or higher    
90 Version 0.11.2
91 2007-09-05
92 Fixed typo in docs
93 Added declaration in server.lisp to appease SBCL
95 Version 0.11.1
96 2007-05-25
97 Fixes for OpenMCL (thanks to Lennart Staflin and Tiarnan O'Corrain)
98         
99 Version 0.11.0
100 2007-05-25
101 Added server names and coupled them with easy handlers (suggested by Mac Chan)
102 Exported SESSION-COOKIE-VALUE instead of SESSION-STRING (suggested by Slava Akhmechet)
103 Documentation fixes (thanks to Victor Kryukov and Igor Plekhov)
105 Version 0.10.0
106 2007-05-12
107 Made MAYBE-INVOKE-DEBUGGER a generic function and exported it (suggested by Vladimir Sedach)
109 Version 0.9.3
110 2007-05-08
111 Fixed CREATE-FOLDER-DISPATCHER-AND-HANDLER in the presence of URL-encoded URLs (bug caught by Nicolas Lamirault)
113 Version 0.9.2
114 2007-05-01
115 Made DEF-HTTP-RETURN-CODE more flexible (suggested by Jong-won Choi)
117 Version 0.9.1
118 2007-04-29
119 Added PORT parameter to REDIRECT (suggested by Cyrus Harmon)
120 Exported REMOVE-SESSION (suggested by Vamsee Kanakala)  
122 Version 0.9.0
123 2007-04-19
124 Added socket timeouts for AllegroCL
125 Catch IO timeout conditions for AllegroCL, SBCL and CMUCL (suggested by Red Daly and others)
126 Added per-server dispatch tables (suggested by Robert Synnott and Andrei Stebakov)
128 Version 0.8.6
129 2007-04-18
130 USE the CL package explicitly when defining HUNCHENTOOT-MP (bug report by Joel Boehland)
132 Version 0.8.5
133 2007-04-10
134 Correct behaviour for "100 Continue" responses
136 Version 0.8.4
137 2007-04-09
138 Cleanup
140 Version 0.8.3
141 2007-04-07
142 Don't use chunked encoding for empty (NIL) bodies
144 Version 0.8.2
145 2007-04-05
146 Really exported REASON-PHRASE this time (and also *CURRENT-PROCESS*)
148 Version 0.8.1
149 2007-04-04
150 Added HUNCHENTOOT-MP package (suggested by Cyrus Harmon)
151 Only invoke MARK-AND-SWEEP for 32-bit versions of LW (thanks to Chris Dean)
152 Exported REASON-PHRASE
154 Version 0.8.0
155 2007-03-31
156 Added *APPROVED-RETURN-CODES*, *HEADER-STREAM*, and +HTTP-FAILED-DEPENDENCY+
157 Exported MIME-TYPE and SSL-P
158 Some minor changes
160 Version 0.7.3
161 2007-03-28
162 Added +HTTP-MULTI-STATUS+
164 Version 0.7.2
165 2007-03-09
166 Fix test suite to properly handle non-base characters in LW (bug caught by Jong-won Choi)
168 Version 0.7.1
169 2007-03-09
170 Fixed last change (thanks to Marko Kocic)
172 Version 0.7.0
173 2007-03-09
174 Development port (no threads) to SBCL/Win32 (patch by Marko Kocic)
175 Support for compilation without SSL     
177 Version 0.6.2
178 2007-02-22
179 Don't use NSTRING-UPCASE for outgoing headers (bug caught by Saurabh Nanda)
180 Changed ProxyPass example in docs from /lisp to /hunchentoot    
182 Version 0.6.1
183 2007-01-24
184 Reset to "faithful" external format on each iteration (bug caught by Viljo Marrandi and Ury Marshak)
186 Version 0.6.0
187 2007-01-23
188 Accept chunked transfer encoding for mod_lisp request bodies (thanks to Hugh Winkler's mod_lisp additions)
189 Robustify against erroneous form-data submissions (caught by Ury Marshak)
191 Version 0.5.1
192 2007-01-18
193 Even more flexible behaviour of RAW-POST-DATA
195 Version 0.5.0
196 2007-01-17
197 More flexible behaviour of RAW-POST-DATA
198 Robustified PARSE-CONTENT-TYPE
200 Version 0.4.14
201 2007-01-17
202 More meaningful results for RAW-POST-DATA
204 Version 0.4.13
205 2007-01-14
206 Added favicon.ico to example website (thanks to Yoni Rabkin Katzenell, Toby, and Uwe von Loh)
208 Version 0.4.12
209 2006-12-27
210 Added Hunchentoot logo by Uwe von Loh
212 Version 0.4.11
213 2006-12-01
214 Exported symbols related to session GC (suggested by Nico de Jager)
216 Version 0.4.10
217 2006-11-19
218 Added *HANDLE-HTTP-ERRORS-P* (thanks to Marijn Haverbeke)
219 Remove duplicate headers when reading from mod_lisp
221 Version 0.4.9
222 2006-11-12
223 Fixed HEADER-OUT (thanks to Robert J. Macomber)
225 Version 0.4.8
226 2006-11-06
227 Fixed bug in START-OUTPUT which confused mod_lisp
229 Version 0.4.7
230 2006-11-06
231 Changed behaviour of REAL-REMOTE-ADDR (as suggested by Robert J. Macomber)
232 Fixed COOKIE-OUT (thanks to Robert J. Macomber) 
234 Version 0.4.6
235 2006-11-05
236 Don't bind *DISPATCH-TABLE* too early (thanks to Marijn Haverbeke)
238 Version 0.4.5
239 2006-10-25
240 Fixed bug in AUTHORIZATION function (reported by Michael J. Forster)
242 Version 0.4.4
243 2006-10-12
244 Correct SSL check in REDIRECT function
245 LOG-MESSAGE now checks for (BOUNDP '*SERVER*)
247 Version 0.4.3
248 2006-10-11
249 OpenMCL fixes (by Ralf Stoye)
250         
251 Version 0.4.2
252 2006-10-10
253 No timeouts for mod_lisp servers (as in Hunchentoot 0.3.x)
255 Version 0.4.1
256 2006-10-10
257 Fixed a typo in easy-handlers.lisp (caught by Travis Cross)
259 Version 0.4.0
260 2006-10-10
261 Ported to CMUCL, SBCL, OpenMCL, and AllegroCL
262 Merged with TBNL        
263 Tons of small changes, too many to list them individually       
265 Version 0.3.2
266 2006-09-14
267 Uses TBNL's WITH-DEBUGGER now
269 Version 0.3.1
270 2006-09-14
271 Added *CATCH-ERRORS-P* (from TBNL)
273 Version 0.3.0
274 2006-09-05
275 Accept HTTP requests with chunked transfer encoding
276 Use Chunga for chunking
278 Version 0.2.2
279 2006-08-31
280 Skip START-OUTPUT advice completely if working for TBNL 
282 Version 0.2.1
283 2006-08-28
284 Added write timeouts for LW 5.0
285 Updated LW links in documentation       
287 Version 0.2.0
288 2006-08-28
289 Serves as infrastructure for TBNL now (to replace KMRCL)
290 For HTTP/1.1 only send 'Keep-Alive' headers if explicitly requested     
292 Version 0.1.5
293 2006-08-23
294 Connection headers are separated by commas, not semicolons
296 Version 0.1.4
297 2006-08-22
298 Refactored streams.lisp to appease LW compiler (thanks to Martin Simmons)
299 Changed handling of version string      
300 Changed package handling in system definition (thanks to Christophe Rhodes)     
302 Version 0.1.3
303 2006-02-08
304 Removed KMRCL workaround
306 Version 0.1.2
307 2006-01-03
308 Mention TBNL version number in server name header
310 Version 0.1.1
311 2005-12-31
312 Fixed package stuff and HYPERDOC support
314 Version 0.1.0
315 2005-12-31
316 Initial public release
317         
318 [For earlier changes see the file "CHANGELOG_TBNL" that is included with the release.]