Skip to content

Commit

Permalink
Version 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hone committed Feb 17, 2012
1 parent c76e26a commit 96bb1b2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions HISTORY.md
@@ -1,3 +1,25 @@
## 1.20.0 (2012-02-17)

* Fixed demos for ruby 1.9 (@BMorearty, #445)
* Fixed `#requeue` tests (@hone, #500)
* Web UI: optional trailing slashes of URLs (@elisehuard, #449)
* Allow * to appear anywhere in queue list (@tapajos, #405, #407)
* Wait for child with specific PID (@jacobkg)
* #decode raise takes a string when re-raising as a different exception class (Trevor Hart)
* Use Sinatra's `pubilc_folder` if it exists (@defunkt, #420, #421)
* Assign the job's worker before calling `before_fork` (@quirkey)
* Fix Resque::Helpers#constantize to work correctly on 1.9.2 (@rtlong)
* Added before & after hooks for dequeue (@humancopy, #398)
* daemonize support using `ENV["BACKGROUND"]` (@chrisleishman)
* requeue and remove failed jobs by queue name (@evanwhalen)
* `-r` flag for resque-web for redis connection (@gjastrab)
* Added `Resque.enqueue_to`: allows you to specif the queue and still run hooks (@dan-g)
* Web UI: Set the default encoding to UTF-8 (@elubow)
* fix finding worker pids on JRuby (John Andrews + Andrew Grieser)
* Added distributed redis support (@stipple)
* Added better failure hooks (@raykrueger)
* Added before & after dequeue hooks (@humancopy)

## 1.19.0 (2011-09-01)

* Added Airbrake (formerly Hoptoad) support.
Expand Down
2 changes: 1 addition & 1 deletion lib/resque/version.rb
@@ -1,3 +1,3 @@
module Resque
Version = VERSION = '1.19.0'
Version = VERSION = '1.20.0'
end

0 comments on commit 96bb1b2

Please sign in to comment.