| 1 | Revision history for Perl extension HTTP::Engine |
|---|
| 2 | |
|---|
| 3 | 0.1.2 2009-02-10T18:47:51+09:00 |
|---|
| 4 | - depend to latest version(Mouse 0.16) |
|---|
| 5 | - added to Middleware notice documentation |
|---|
| 6 | |
|---|
| 7 | 0.1.1 2009-02-06T11:47:54+09:00 |
|---|
| 8 | - new dependence to Mouse 0.15 and MouseX::Types |
|---|
| 9 | - added to HTTP::Engine::Cookbook documentation # gugod++ |
|---|
| 10 | - $req->hostname: loopback address hacks for win32 |
|---|
| 11 | |
|---|
| 12 | 0.0.99_03 2009-01-26T13:53:21+09:00 |
|---|
| 13 | - fixed to dependency bugs |
|---|
| 14 | no UNIVERSAL::require, use Mouse::load_class |
|---|
| 15 | s/Class::MOP::load_class/Mouse::load_class/ |
|---|
| 16 | |
|---|
| 17 | 0.0.99_02 2009-01-21T14:31:57+09:00 |
|---|
| 18 | - s/Shika/Mouse/ |
|---|
| 19 | - Added HTTP::Engine::MinimalCGI, a very fast minimal version optimized for vanilla CGI. |
|---|
| 20 | - [BUG] fixed : cannot get http body at Interface::ModPerl. but, this is a dirty hack... |
|---|
| 21 | |
|---|
| 22 | 0.0.99_01 2008-12-02T02:47:36+09:00 |
|---|
| 23 | - merged shika branch |
|---|
| 24 | - s/Moose/Shika/ |
|---|
| 25 | - s/HTTP::Header/HTTP::Header::Fast/ |
|---|
| 26 | |
|---|
| 27 | 0.0.21 2008-12-15T17:28:02+09:00 |
|---|
| 28 | # maintenance release |
|---|
| 29 | - Interface::ServerSimple: fixed to client does not send a header problem bug |
|---|
| 30 | - fixed bug content-length cannot make |
|---|
| 31 | - test: fixed Cleaning up /tmp directory (rt #41356) ANDK++ tokuhirom++ |
|---|
| 32 | |
|---|
| 33 | 0.0.20 2008-12-11T12:01:40+09:00 |
|---|
| 34 | # maintenance release |
|---|
| 35 | - [BUG] Interface::ServerSimple?: cleanup HTTP::Headers::Fast instance in each request... orz |
|---|
| 36 | |
|---|
| 37 | 0.0.19 2008-12-01T11:44:14+09:00 |
|---|
| 38 | # next release is 0.1.x series |
|---|
| 39 | # no Moose, use Shika HTTP::Headers::Fast more fast and tiny memory feature |
|---|
| 40 | - Interface::ServerSimple |
|---|
| 41 | fixed bug no headers request's problem miyagawa++ |
|---|
| 42 | - lazy loading |
|---|
| 43 | HTTP::Request, HTTP::Body, File::Copy, File::Spec::Unix, File::stat, CGI::Simple::Cookie |
|---|
| 44 | - test |
|---|
| 45 | check with backslash separator instead of slash on win32 |
|---|
| 46 | added test case for HTTP::Engine::Request::Upload |
|---|
| 47 | - remove dependency |
|---|
| 48 | IO::Socket, IO::Handle, IO::File |
|---|
| 49 | |
|---|
| 50 | 0.0.18 2008-11-14T18:00:54+09:00 |
|---|
| 51 | - Interface::ServerSimple |
|---|
| 52 | base uri build add source from Host header |
|---|
| 53 | - Interface::ModPerl |
|---|
| 54 | SYNOPSIS fixed |
|---|
| 55 | - Interface::Test |
|---|
| 56 | set env to _connection |
|---|
| 57 | fix pod synopsis so it actually works and is a bit clearer |
|---|
| 58 | - Interface::FCGI |
|---|
| 59 | change: no output response_line |
|---|
| 60 | - HTTP::Engine::Request |
|---|
| 61 | add $res->code method for compatibility with HTTP::Response |
|---|
| 62 | - HTTP::Engine::Response |
|---|
| 63 | add content method for compatibility |
|---|
| 64 | |
|---|
| 65 | 0.0.17 2008-09-08T18:16:37+09:00 |
|---|
| 66 | - Documentation improvements |
|---|
| 67 | HTTP::Engine, HTTP::Engine::Request |
|---|
| 68 | - HTTP::Engine::Request add methods |
|---|
| 69 | request_uri, proxy_request |
|---|
| 70 | |
|---|
| 71 | 0.0.16 2008-09-03T16:26:05+09:00 |
|---|
| 72 | - Interface::ModPerl |
|---|
| 73 | broken code fix |
|---|
| 74 | using %ENV for RequestBuilder |
|---|
| 75 | add content_type response head handling |
|---|
| 76 | - fixed HTTP::Engine POD |
|---|
| 77 | |
|---|
| 78 | 0.0.15 2008-08-28T13:23:29+09:00 |
|---|
| 79 | - all Interface design rewrote |
|---|
| 80 | - Interface::Standalone |
|---|
| 81 | some refactoring |
|---|
| 82 | added new option: keepalive_timeout |
|---|
| 83 | bug fixed: keepalive is does not work |
|---|
| 84 | - Interface::ServerSimple |
|---|
| 85 | chaged option: port is required |
|---|
| 86 | |
|---|
| 87 | 0.0.14 2008-08-22T18:08:54+09:00 |
|---|
| 88 | - Interface::ModPerl broken code fix |
|---|
| 89 | - Interface::POE fix the many problems |
|---|
| 90 | - Interface::Standalone |
|---|
| 91 | bug fixed uri construction |
|---|
| 92 | bug fixed around $req->base |
|---|
| 93 | - some refactoring |
|---|
| 94 | connection_info in Interface |
|---|
| 95 | - POD cleanup |
|---|
| 96 | - tokuhirom++ |
|---|
| 97 | |
|---|
| 98 | 0.0.13 2008-08-13T16:06:19+09:00 |
|---|
| 99 | - add more test scripts |
|---|
| 100 | - test coverage 100%! |
|---|
| 101 | |
|---|
| 102 | 0.0.13_2 2008-08-11T16:47:38+09:00 |
|---|
| 103 | - !!! incompatible of version under 0.0.13_1 !!! |
|---|
| 104 | using HTTP::Engine::Compat module if you want compatibility of version under 0.0.13_1 |
|---|
| 105 | - delete HTTP::Engine::Context tokuhirom++ |
|---|
| 106 | unsupported of context and middleware |
|---|
| 107 | - fix $req->uploads dont work |
|---|
| 108 | - fix Interface::ServerSimple and Interface::POE Connection head problem on HTTP/1.1 |
|---|
| 109 | - add more test scripts |
|---|
| 110 | |
|---|
| 111 | 0.0.13_1 2008-08-06T18:15:39+09:00 |
|---|
| 112 | - merge from lazy_request branch nothingmuch++ |
|---|
| 113 | - add more test scripts |
|---|
| 114 | |
|---|
| 115 | 0.0.12 2008-07-01T14:05:08+09:00 |
|---|
| 116 | - Interface::FCGI fixed dosen't work bug tokuhirom++ |
|---|
| 117 | |
|---|
| 118 | 0.0.11 2008-06-11T11:00:44+09:00 |
|---|
| 119 | - Interface::POE fix the many problems tokuhirom++ |
|---|
| 120 | - Interface::ServerSimple support Net::Server tokuhirom++ |
|---|
| 121 | - fix die on request_builder phase tokuhirom++ |
|---|
| 122 | - more lazy hacks, faster hacks and more mooose way hacks nothingmuch++ |
|---|
| 123 | |
|---|
| 124 | 0.0.10 2008-06-07T01:21:35+09:00 |
|---|
| 125 | - add build_requires 'HTTP::Request::AsCGI' |
|---|
| 126 | - fixed t/30_interface_cgi.t |
|---|
| 127 | |
|---|
| 128 | 0.0.9 2008-05-28T21:22:52+09:00 |
|---|
| 129 | - fix Interface::POE cannot get query string bug tokuhirom++ |
|---|
| 130 | - fix more dependence on Makefile.PL |
|---|
| 131 | |
|---|
| 132 | 0.0.8 2008-05-18T13:50:36+09:00 |
|---|
| 133 | - Middleware API more simply |
|---|
| 134 | - fix Interface::FCGI dont work lopnor++ |
|---|
| 135 | |
|---|
| 136 | 0.0.7 2008-05-18T02:23:57+09:00 |
|---|
| 137 | - good by Class::Component |
|---|
| 138 | - nice to meet Moose |
|---|
| 139 | |
|---|
| 140 | 0.0.6 2008-05-13T16:43:40+09:00 |
|---|
| 141 | - use URI::QueryParam lestrrat++ |
|---|
| 142 | - fix body parameters problem |
|---|
| 143 | |
|---|
| 144 | 0.0.5 2008-05-13T12:14:22+09:00 |
|---|
| 145 | - oops, s/handle_request/request_handler/ in interface param |
|---|
| 146 | |
|---|
| 147 | 0.0.4 2008-05-12T18:05:32+09:00 |
|---|
| 148 | - more moosenize by Class::Component 0.17 |
|---|
| 149 | - maybe, next release the moose branch |
|---|
| 150 | |
|---|
| 151 | 0.0.3 2008-04-30T02:14:21+09:00 |
|---|
| 152 | - add Plugin::Interface::ServerSimple (HTTP::Server::Simple support) tokuhirom++ |
|---|
| 153 | - add Plugin::Interface::CGI nyarla++ |
|---|
| 154 | - fix the pod marcus++ |
|---|
| 155 | - fix content-length 0 if undefined response body bug kazuho++ |
|---|
| 156 | - fix Interface::Test dosent work bug |
|---|
| 157 | |
|---|
| 158 | 0.0.2 2008-04-27T13:50:44+09:00 |
|---|
| 159 | - add Plugin::Interface::FCGI |
|---|
| 160 | - add Plugin::ModuleReload |
|---|
| 161 | - add Plugin::DebugScreen |
|---|
| 162 | - fix $c->res->redirect dosent work bug |
|---|
| 163 | |
|---|
| 164 | 0.0.1 2008-04-23T20:44:07+09:00 |
|---|
| 165 | - first release |
|---|