Next | Query returned 28 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2011-02-21 17:01:24 by Takahiro Kambe | Files touched by this commit (80)
Log message:
Bump PKGREVISION due to ABI change of ruby18-base.
   2010-09-13 16:39:32 by Takahiro Kambe | Files touched by this commit (12) | Package updated
Log message:
* Add two CONFLICTS patterns:
	- matches previous package name without "${RUBY_PKGPREFIX}-"
	- matches current "ruby18-" and "ruby19-" packages
* Since these packages aren't update its version during update of Ruby
  package's framework, bump PKGREVISION for safe update.  Noted by
  obache@ on tech-pkg.
   2010-09-10 15:22:19 by Takahiro Kambe | Files touched by this commit (1)
Log message:
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.
   2010-03-08 14:38:24 by Filip Hajny | Files touched by this commit (3)
Log message:
Updated www/thin to 1.2.7.

== 1.2.7 No Hup
 * Support multiple Ruby version (fat binaries under windows)
 * Do not trap unsupported HUP signal on Windows

== 1.2.6 Crazy Delicious
 * Make work with Rails 3 out-of-the-box.
 * Auto-detect and load config.ru files on start. Makes Rails 3 work.
 * Fix signals being ignored under 1.9 when daemonized.

== 1.2.5 This Is Not A Web Server
 * Add rolling restart support (--onebyone option) [sikachu]
 * Force external_encoding of request's body to ASCII_8BIT [jeremyz]
 * Ensure Rack base API is used in Rails adapter only if version >= 2.3.2
   [#111 state:resolved]

== 1.2.4 Flaming Astroboy
 * Fix a few issues in thin to make it a better "gem citizen" [josh]
 * Fix test for rack based Rails in adapter under Ruby >= 1.8.7
   [#109 state:resolved]
 * Fix Remote address spoofing vulnerability in Connection#remote_address
   [Alexey Borzenkov]
 * Fix uninitialized constant ActionController::Dispatcher error with
   Rails 1.2.3 [Chris Anderton] [#103 state:resolved]

== 1.2.2 I Find Your Lack of Sauce Disturbing release
 * Fix force kill under 1.9 [Alexey Chebotar]
 * Fix regression when --only option is used w/ --socket.
 * Add process name 'tag' functionality. Easier to distinguish thin daemons
   from eachother in process listing [ctcherry]

== 1.2.1 Asynctilicious Ultra Supreme release
 * Require Rack 1.0.0
 * Require EventMachine 0.12.6
 * Use Rails Rack based dispatcher when available
 * Allow String for response body
 * Require openssl before eventmachine to prevent crash in 1.9

== 1.2.0 Asynctilicious Supreme release
 * Add support for Windows mingw Ruby distro [Juan C. Rodriguez]
 * Add async response support, see example/async_*.ru [raggi]

== 1.1.1 Super Disco Power Plus release
 * Fix bug when running with only options [hasimo]

== 1.1.0 Super Disco Power release
 * Require EventMachine 0.12.4
 * Remove Thin handler, now part of Rack 0.9.1
 * Fix Rack protocol version to 0.1 in environment hash.
 * Fix error when passing no_epoll option to a cluster.
 * Omit parsing #defined strings [Jeremy Zurcher]
 * Defaults SERVER_NAME to localhost like webrick does [#87 state:resolved]
 * Namespace parser to prevent error when mongrel is required [cliffmoon]
 * Set RACK_ENV based on environment option when loading rackup file
   [Curtis Summers] [#83 state:resolved]
 * Fixes a warning RE relative_url_root when using a prefix with Rails
   2.1.1 [seriph] [#85 state:resolved]
 * --only can work as a sequence number (if < 80) or a port number
   (if >= 80) [jmay] [#81 state:resolved]

== 1.0.0 That's What She Said release
 * Fixed vlad.rake to allow TCP or socket [hellekin]
 * Updated Mack adapter to handle both <0.8.0 and >0.8.0 [Mark Bates]
 * rails rack adapter uses File.readable_real? so it recognizes ACL
   permissions [Ricardo Chimal]
 * Log a warning if Rack application returns nil body [Michael S. Klishin]
 * Handle nil and Time header values correctly [#76 state:resolved] [tmm1]
 * Add Content-Length header to response automatically when possible
   [#74 state:resolved] [dkubb]
 * Runner now remembers -r, -D and -V parameters so that clustered servers
   inherit those and 'restart' keep your parameters.
 * Make Set-Cookie header, in Rails adapter, compatible with current Rack
   spec [Pedro Belo] [#73, state:resolved]
 * Add --no-epoll option to disable epoll usage on Linux
   [#61 state:resolved]
 * Add --force (-f) option to force stopping of a daemonized server
   [#72 state:resolved]
 * Update halycon adapter loader [mtodd]

== 0.8.2 Double Margarita release
 * Require EventMachine 0.12.0
 * [bug] Fix timeout handling when running command
 * [bug] Fix hanging when restarting and no process is running in single
   server move, fixes #67
 * Added Mack adapter [markbates]
 * Allow rackup .rb files by getting a conventionally named constant as
   the app [bmizerany]
   2009-06-15 00:00:42 by Joerg Sonnenberger | Files touched by this commit (316)
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
   2008-06-19 17:21:35 by Takahiro Kambe | Files touched by this commit (12)
Log message:
Bump PKGREVISION of rubygem based packages which contain extention libraries.
   2008-04-21 18:09:42 by Johnny C. Lam | Files touched by this commit (3)
Log message:
Update www/thin to version 0.8.1.  Changes from version 0.8.0 include:

  * [bug] Rescue all types of errors when processing request
  * [bug] Use Swiftiply backend when -y option is specified
  * Allow passing port as a string in Server.new
  * Define deferred?(env) in your Rack application to set if a request
    is handled in a thread (return true) or not (return false).
   2008-04-13 09:10:19 by Johnny C. Lam | Files touched by this commit (3)
Log message:
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.

Next | Query returned 28 messages, browsing 21 to 30 | previous