thin 1.2.4-1.1 source package in Ubuntu

Changelog

thin (1.2.4-1.1) unstable; urgency=high

  * Non-maintainer upload.
  * urgency=high because of an RC tiny bugfix.
  * Backport a patch from v1.2.6 in Rails adapter to properly detect Rack.
    Among other things, this fixes the ActiveRecord session store (when
    configured) on Rails. (Closes: #610288)
 -- Micah Gersten <email address hidden>   Tue,  01 Feb 2011 11:12:10 +0000

Upload details

Uploaded by:
Micah Gersten
Uploaded to:
Natty
Original maintainer:
Ryan Niebur
Architectures:
any
Section:
web
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
thin_1.2.4.orig.tar.gz 169.2 KiB ac1c3e147de7b25b29e34967675e025c008deae15383481aebc204d7be4ef9b7
thin_1.2.4-1.1.diff.gz 5.9 KiB f6116a15e3b2fa94ed85bb12a8cc056558ae551edbe70d07337661de8f12fae6
thin_1.2.4-1.1.dsc 1.4 KiB 981af1815afc50750203d6685ab4fe321d03a95dd0e01e40c45c2b8babd7f069

Available diffs

View changes file

Binary packages built by this source

thin: fast and very simple Ruby web server

 Thin is a Ruby web server that glues together 3 of the best Ruby
 libraries in web history:
   * the Mongrel parser, the root of Mongrel's speed and security
   * Event Machine, a network I/O library with extremely high
     scalability, performance and stability
   * Rack, a minimal interface between webservers and Ruby frameworks
 .
 Which makes it, with all humility, the most secure, stable, fast and
 extensible Ruby web server bundled in an easy to use package for your own
 pleasure.

thin1.8: Transitional package for thin

 This is a transitional package to ease upgrades to the thin
 package. It can safely be removed.