Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 1.11. Changelog diff is:
Browse files Browse the repository at this point in the history
Index: CHANGES
===================================================================
--- CHANGES	(revision 456)
+++ CHANGES	(working copy)
@@ -1,3 +1,5 @@
+1.11 (2010-01-17)
+
      -- Switch read_res_packet to use sysread with a large buffer and offsets. This improves
         memory usage (sometimes drastically) and performance.
 


git-svn-id: http://code.sixapart.com/svn/gearman/trunk@457 011c6a6d-750f-0410-a5f6-93fdcd050bc4
  • Loading branch information
dormando committed Jan 18, 2010
1 parent c3286fe commit e2f2991
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES
@@ -1,3 +1,5 @@
1.11 (2010-01-17)

-- Switch read_res_packet to use sysread with a large buffer and offsets. This improves
memory usage (sometimes drastically) and performance.

Expand Down
2 changes: 1 addition & 1 deletion lib/Gearman/Client.pm
Expand Up @@ -3,7 +3,7 @@
package Gearman::Client;

our $VERSION;
$VERSION = '1.10';
$VERSION = '1.11';

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

0 comments on commit e2f2991

Please sign in to comment.