diff options
author | jlam <jlam@pkgsrc.org> | 2008-04-13 07:10:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-04-13 07:10:19 +0000 |
commit | f966da2842155e61907492338e2170e82c14060e (patch) | |
tree | 004c073d86035bfc4153f06ce45e354f59ca8cf6 /www/thin/Makefile | |
parent | f427b01a58cfad73cf6bc2c013d34b95509f7a6a (diff) | |
download | pkgsrc-f966da2842155e61907492338e2170e82c14060e.tar.gz |
Update www/thin to 0.8.0. Changes from version 0.7.1 include:
* Fix server crash when header too large.
* Add --require (-r) option to require a library before executing your
script.
* Rename --rackup short option to -R, warn and load as rackup when file
ends with .ru.
* List supported adapters in command usage.
* Add file adapter to built-in adapter, serve static files in current
directory.
* Allow disabling signal handling in Server with :signals => false
* Make Server.new arguments more flexible, can now specify any of host,
port, app or hash options.
* Add --backend option to specified which backend to use.
* Serve static file only on GET and HEAD requests in Rails adapter.
* Add threaded option to run server in threaded mode; calling the
application in a thread allowing for concurrency in the Rack adapter.
* Guess which adapter to use from directory (chdir option) or use
specified one in 'adapter' option.
Diffstat (limited to 'www/thin/Makefile')
-rw-r--r-- | www/thin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/thin/Makefile b/www/thin/Makefile index 58abb9f070f..05890855e2b 100644 --- a/www/thin/Makefile +++ b/www/thin/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:26:44 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2008/04/13 07:10:19 jlam Exp $ -DISTNAME= thin-0.7.1 +DISTNAME= thin-0.8.0 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org |