[ANN] Thin 1.2.8 Black Keys release

  • Thread starter Marc-André Cournoyer
  • Start date
M

Marc-André Cournoyer

[Note: parts of this message were removed to make it a legal post.]

Hey,

Thin version 1.2.8 (codename Black Keys) is out!

== What's new?

* Allow the connection to remain open for 1xx statuses [timshadel]

Both the 100 and 101 status codes require that the connection to the
server remain open. The 100 status code is used to tell the client that
the server is still receiving its request, and will continue to read
request input on the connection. The 101 status code is used to upgrade
the existing connection to another protocol, and specifically is NOT
used to upgrade a separate connection. Therefore, the connection must
remain open after this response in order to facilitate that.

* Accept IE7 badly encoded URL (eg.: %uEEEE)
* Fix gemspec to work w/ Bundler [smparkes]
* Add SSL support [tmm1]
* Catch Errno::EPERM in Process.running? [Tony Kemp]
On some systems (e.g. OpenBSD) you receive an EPERM exception if
you try to Process.getpgid on a process you do not own (even if you
are root). But it does mean that the process exists, so return true.
* Fix Rails version check that select which Rack adapter to use. Was using
CGI adapter in Rails 3.
* Ignore SIGHUP when no restart block is given
* Add SSL options to thin command line tool [goldmann]

--ssl Enables SSL
--ssl-key-file PATH Path to private key
--ssl-cert-file PATH Path to certificate
--ssl-verify Enables SSL certificate verification

* Expose peer SSL certificate in env (rack.peer_cert) [fd]
* Adjusting unix socket permissions to be more open [mbj]


== Get it!

Install Thin from RubyGems:

gem install thin

== Contribute

Site: http://code.macournoyer.com/thin/
Group: http://groups.google.com/group/thin-ruby/topics
Issues: https://github.com/macournoyer/thin/issues
Security issues: (e-mail address removed)
Code: http://github.com/macournoyer/thin
IRC: #thin on freenode

Thanks to all the people who contributed to Thin, EventMachine, Rack and
Mongrel.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,066
Latest member
VytoKetoReviews

Latest Threads

Top