Skip to content

Commit c6bd34d

Browse files
committed
update changelog in prep for 1.2
1 parent 453d985 commit c6bd34d

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

CHANGELOG.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.2 (Unreleased) ##
1+
## 1.2 (2012-10-13) ##
22

33
* Allow alternate redis database to be selected when calling setBackend by supplying a second argument (patrickbajao)
44
* Use `require_once` when including php-resque after the app has been included in the sample resque.php to prevent include conflicts (andrewjshults)
@@ -10,7 +10,16 @@
1010
* Fix lost jobs when there is more than one worker process started by the same parent process (salimane)
1111
* Move include for resque before APP_INCLUDE is loaded in, so that way resque is available for the app
1212
* Avoid working with dirty worker IDs (salimane)
13-
13+
* Allow UNIX socket to be passed to Resque when connecting to Redis (pedroarnal)
14+
* Fix typographical errors in PHP docblocks (chaitanyakuber)
15+
* Set the queue name on job instances when jobs are executed (chaitanyakuber)
16+
* Fix and add tests for Resque_Event::stopListening (ebernhardson)
17+
* Documentation cleanup (maetl)
18+
* Pass queue name to afterEvent callback
19+
* Only declare RedisException if it doesn't already exist (Matt Heath)
20+
* Add support for Composer
21+
* Fix missing and incorrect paths for Resque and Resque_Job_Status classes in demo (jjfrey)
22+
* Disable autoload for the RedisException class_exists call (scragg0x)
1423

1524
## 1.1 (2011-03-27) ##
1625

0 commit comments

Comments
 (0)