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