File rubygem-mongrel.changes of Package rubygem-mongrel
-------------------------------------------------------------------
Mon Sep 3 06:10:10 CEST 2007 - mrueckert@suse.de
- rebuild the gem file to avoid a 2 unneeded dependencies:
- fastthread & cgi_multipart_eof_fix - included in 1.8.6
-------------------------------------------------------------------
Fri May 25 17:17:05 CEST 2007 - mrueckert@suse.de
- really depend on cgi_multipart_fix as mongrel has an hardcoded
runtime dependency.
-------------------------------------------------------------------
Mon May 14 18:23:04 CEST 2007 - mrueckert@suse.de
- update to version 1.0.1:
This is the follow up release to 0.3.13.4. This adds a lot of
speed ups and bug fixes. Highlights:
- bmh based search for mimetypes
- improved CGI handling
- improved threaded handlers (using fastthread)
- correct parsing of requests behind a proxy
- improved rails support
-------------------------------------------------------------------
Fri Sep 22 09:17:53 CEST 2006 - mrueckert@suse.de
- update to version 0.3.13.4:
Changes. Coming soon… it’s lots of stuff.
-------------------------------------------------------------------
Sat Jul 1 07:16:44 CEST 2006 - mrueckert@suse.de
- update to version 0.3.13.3:
* This release also fixes a problem with the -B option not
actually logging object counts. The object count logging
isn’t perfect, but some folks use it.
* This release also will print the access log to the screen when
you run it in your console.
* changed license to the Ruby license
-------------------------------------------------------------------
Wed Jun 28 03:39:17 CEST 2006 - mrueckert@suse.de
- update to version 0.3.13.2:
* Mongrel now defends against file starvation better by killing
off any threads that take longer than 60 seconds, but *only*
if it has run out of files.
* Small parts have extra functionality to allow you to add a
"notification filter". This filter is a handler that will get
notified about the entire HTTP process rather than just receive
the final request. Check out the mongrel_upload_progress gem
to see how that works.
* A few small fixes, mostly in the errors that are printed out.
* The new mongrel_upload_progress plugin by Why and Rick that
gives you the goodies.
-------------------------------------------------------------------
Wed Jun 21 17:37:13 CEST 2006 - mrueckert@suse.de
- update to version 0.3.13.1:
* The -C configure file option was busted because of an errant
line move.
* Adds RedirectHandler thanks to Jonas Pfenniger and a new
redirect call to Configurator.
* Fixes mongrel_servic documentation which was referring to -r
instead of -c and -C instead of -u.
-------------------------------------------------------------------
Wed Jun 21 01:18:53 CEST 2006 - mrueckert@suse.de
- use rubygems_with_buildroot_patch instead of the versioned
buildrequires
-------------------------------------------------------------------
Tue Jun 20 01:32:26 CEST 2006 - mrueckert@suse.de
- remove build files
-------------------------------------------------------------------
Mon Jun 19 21:10:56 CEST 2006 - mrueckert@suse.de
- Initial package version 0.3.13