=== kcar 0.6.0 - minor cleanups / 2015-08-04 22:29 UTC Minor reductions to bytecode sizes, a packaging cleanup and but nothing interesting. shortlog since 0.5.0: GIT-VERSION-GEN: fix install for non-tag versions parser: shorten condition statement add gmane archival config for slrnpull kcar/response: remove const optimizations for Ruby < 2.1 === kcar 0.5.0 - GPL-2.0+, new mailing list, doc updates / 2015-01-14 08:18 UTC An "or later" clause has been added for GPL-2.0 users, the Ruby 1.8 license is still an option, of course. There's a new, open-to-all (except HTML senders :P) mailing list at: kcar-public@bogomips.org Existing librelist users will need to resubscribe themselves, as there's no way for me to do it. Users who wish to subscribe may send a message to: kcar-public+subscribe@bogomips.org Similarly, they may unsubscribe via: kcar-public+unsubscribe@bogomips.org HTTP archives are available via: http://bogomips.org/kcar-public/ The documentation is updated to reflect this and the website loads faster thanks to the switch to olddoc. shortlog: Rakefile: kill raa_update task license: upgrade from GPLv2-only to GPLv2-or-later switch documentation to olddoc change mailing list to kcar-public@bogomips.org response: fix mispelling of "guarantee" README: update support status to Ruby 1.9+ continue generating VERSION constant kcar.rl: remove unused REASON length check === kcar 0.4.0 - Kcar::Response improvement / 2012-10-26 09:50 UTC * add Kcar::Parser#body_bytes_left= setter method This allows us to properly get body_eof? to return true in Kcar::Response for unchunked responses. === kcar 0.3.1 - Kcar::Response minor bugfix / 2012-09-26 02:42 UTC One bugfix for the optional Kcar::Response module: * propagate EOFError on remote errors When proxying remote requests, EOFError may get incorrectly discarded when a the remote server sets the Content-Length: header _and_ Connection:close to disconnect the connection. We will now raise errors correctly when Connection:close is give but we have not yet read the expected Content-Length. === kcar 0.3.0 / 2011-06-07 17:45 UTC * strip trailing and leading linear whitespace in headers * improve Ruby 1.9.3dev compatibility === kcar 0.2.0 - small improvements / 2011-02-24 21:34 UTC Internal cleanups and micro-optimizations. We are fully-supported under Ruby 1.9.3dev and Rubinius 1.2.2 === kcar 0.1.2 - one bugfix for one liners / 2010-11-30 22:17 UTC * header/body-less pipelined HTTP/1.1 responses handled properly Some HTTP servers do not send any response headers for errors, only the HTTP status line. === kcar 0.1.1 / 2010-07-25 00:03 UTC Our handling of pipelined identity (not chunked) responses did not properly reset our internal buffer, causing HTTP header parsing to fail for the second response as the buffer still contained the last part of the body from the previous response. There are also minor documentation updates and cleanups. === kcar 0.1.0 - initial release / 2010-04-28 22:18 UTC initial