File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
16
## 1.15.0 (2011-03-18)
2
17
3
18
* Fallback to Redis.connect. Makes ENV variables and whatnot work.
Original file line number Diff line number Diff line change 1
1
module Resque
2
- Version = VERSION = '1.15 .0'
2
+ Version = VERSION = '1.16 .0'
3
3
end
You can’t perform that action at this time.
0 commit comments