Skip to content

Commit

Permalink
Add CHANGELOG entry for last fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
macournoyer committed Jun 10, 2010
1 parent 0ea95a0 commit 8523a67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,4 +1,8 @@
== 1.2.8 Does It Offend You, Yeah?
* 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

Expand Down

0 comments on commit 8523a67

Please sign in to comment.