Skip to content

Commit f2bdb64

Browse files
committed
1.16.0
1 parent bb6ba7d commit f2bdb64

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

HISTORY.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 1.16.0 (2011-05-16)
2+
3+
* Optional Hoptoad backend extracted into hoptoad_notifier. Install the gem to use it.
4+
* Added `Worker#paused?` method
5+
* Bugfix: Properly reseed random number generator after forking.
6+
* Bugfix: Resque.redis=(<a Redis::Namespace>)
7+
* Bugfix: Monit example stdout/stderr redirection
8+
* Bugfix: Removing single failure now works with multiple failure backends
9+
* Web: 'Remove Queue' now requires confirmation
10+
* Web: Favicon!
11+
* Web Bugfix: Dates display in Safari
12+
* Web Bugfix: Dates display timezone
13+
* Web Bugfix: Race condition querying working workers
14+
* Web Bugfix: Fix polling /workers/all in resque-web
15+
116
## 1.15.0 (2011-03-18)
217

318
* Fallback to Redis.connect. Makes ENV variables and whatnot work.

lib/resque/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Resque
2-
Version = VERSION = '1.15.0'
2+
Version = VERSION = '1.16.0'
33
end

0 commit comments

Comments
 (0)