Sha256: 30117d4e81c7ed23deff43fa529bd64f5f63dbaceb153d40a0a4b36129b36b0d
Contents?: true
Size: 1.79 KB
Versions: 1
Compression:
Stored size: 1.79 KB
Contents
v0.2.5 - 07-Dec-2009 -------------------- * Tested on Mac OS X v10.6 Snow Leopard & Ubuntu 9.10 (64-bit). * Tested on Ruby Enterprise Edition 1.8.7-2009.10. * Upgraded rack dependency version to >=1.0.1. * Upgraded rails dependency version to >=2.3.5. Resolves Ticket #6. * Redirected 'rake spec' output to STDOUT by default to indicate progress of test execution. * Implemented exception handling (that works both on ruby 1.8 & 1.9) for handling errors raised in scripts being run by the embedded interpreter in the worker. * Redirected standard IO right after logger is initialized in worker. * Handled absolute path for install dependencies. Resolves Ticket #3 - 'Unable to locate gcc on Snow Leopard during installation'. v0.2.4 - 01-Dec-2009 -------------------- * Fixed intermittent crash issue in head while closing client connections by calling close_connection() directly rather than running it through goodbye_watcher in libebb. * Renamed on_error callback (introduced by us in libebb) to the more appropriate on_request_parse_error. * Fixed install issue on ruby 1.9 caused due to invalid multibyte char. * Fixed the incorrect month value in the file name format for gcore dumps. * Initialized logging for the worker right as it is instantiated before it connects to head process. * Cleaned up wr_wkr_create() method in head/wr_worker.c. * Print logging level as a string in the log files. * Fixed invalid pointer being used in 'wr_req_resolve_http_req' function. * Fixed creation of rack.input stream object. Resolves Ticket #2 related to error seen on posting form with enctype="multipart/form-data". * Ensured 'starling-starling' gem is used by WebROaR even if 'starling' is present on the system. v0.2.3 - 25-Nov-2009 --------------------- * First cut for public.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
webroar-0.2.5 | CHANGELOG |