expose the $content_length/$content_type variables
[clogger.git] / History.txt
blob00dd6997dc6d874bb58963be0ef98d39b47aacd0
1 === 0.0.4 / 2009-09-02
3     The pure Ruby version now escapes with uppercase A-F
4     characters to match nginx log output.  There are now extra
5     checks against badly behaving Rack applications and 500
6     errors will be logged before TypeError is raised if the
7     application response does not conform (minimally) to Rack
8     expectations.  Finally, handling of $request (requests
9     without "HTTP_VERSION" set in the Rack env) should now be
10     logged correctly without unnecessary trailing characters.
12     Hackers: the primary git repository has been moved to
13     git://git.bogomips.org/clogger.git for now since I'm having
14     issues with pushing to Rubyforge (seems related to Support
15     Requests item #26185).
17 === 0.0.3 / 2009-08-29
19     The MRI extension clogger_ext gets GC bug fix and
20     cleanups/robustness improvements.  It should now be more
21     tolerant of misbehaving applications in that it'll be less
22     likely to segfault.  No changes to the (recommended) pure
23     implementation.
25 === 0.0.2 / 2009-08-29
27 * 2 bug fixes
29    * support "$request_uri" as a log variable
30    * Log bad/invalid app responses as 500 errors
32 === 0.0.1 / 2009-08-28
34 * 1 major enhancement
36   * initial release