-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES
31 lines (20 loc) · 941 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
-- Add exceptions support to Async client
0.94 (2007-05-17)
-- Make the job_servers list be able to contain raw sockets, or even Gearman::Server
objects, so that we can run in the same thread as a Gearman::Server very easily.
0.93 (2007-04-26)
-- don't break with latest Gearman::Client (package 'Gearman') which added prefix
support.
0.92 (2007-04-16)
-- fix for when a client task timeouts before the server gets a handle back to the client
-- fix a memory leak on timeouts. adds a new test for it too.
-- fix a bogus calling instead of checking of a test variable on
connection timeout
0.91
-- use Danga::Socket's cancellable timers to kill the timeout
timers as soon as possible on success or fail.
0.90
-- fix memory leaks
0.80
-- initial release, now that it has a nice big passing test suite,
does timeouts, and actually handles error conditions. :)