Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 1.10. Changelog diff is:
Browse files Browse the repository at this point in the history
Index: CHANGES
===================================================================
--- CHANGES	(revision 447)
+++ CHANGES	(working copy)
@@ -1,3 +1,5 @@
+1.10 (2009-10-04)
+
      -- Make workers wake up periodically for a particular server to make sure they aren't
         stale connections. This happened naturally (although at relatively low interval) in
         previous releases.


git-svn-id: http://code.sixapart.com/svn/gearman/trunk@448 011c6a6d-750f-0410-a5f6-93fdcd050bc4
  • Loading branch information
dormando committed Oct 5, 2009
1 parent 06bb6f7 commit b29b9f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES
@@ -1,3 +1,5 @@
1.10 (2009-10-04)

-- Make workers wake up periodically for a particular server to make sure they aren't
stale connections. This happened naturally (although at relatively low interval) in
previous releases.
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -24,4 +24,5 @@ t/60-stop-if.t
t/lib/GearTestLib.pm
t/TestGearman.pm
t/worker.pl
t/65-responseparser.t
TODO
2 changes: 1 addition & 1 deletion lib/Gearman/Client.pm
Expand Up @@ -3,7 +3,7 @@
package Gearman::Client;

our $VERSION;
$VERSION = '1.09';
$VERSION = '1.10';

use strict;
use IO::Socket::INET;
Expand Down

0 comments on commit b29b9f3

Please sign in to comment.