Skip to content

Commit 7e4e0ef

Browse files
committed
v1.18.0
1 parent fedbe17 commit 7e4e0ef

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

HISTORY.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.18.0 (2011-08-18)
2+
3+
* Added before_enqueue hook.
4+
* Resque workers now preload files under app/ in Rails
5+
* Switch to MultiJSON
6+
* Bugfix: Finding worker pids on Solaris
7+
* Web UI: Fix NaN days ago for worker screens
8+
* Web UI: Add Cache-Control header to prevent proxy caching
9+
* Web UI: Update Resque.redis_id so it can be used in a distributed ring.
10+
111
## 1.17.1 (2011-05-27)
212

313
* Reverted `exit` change. Back to `exit!`.

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.17.1'
2+
Version = VERSION = '1.18.0'
33
end

0 commit comments

Comments
 (0)