Skip to content
This repository has been archived by the owner on Apr 18, 2018. It is now read-only.

Commit

Permalink
Updating changes and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Tai committed Jan 11, 2011
1 parent 1f45d88 commit 663ae9e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGES.txt
@@ -1,5 +1,7 @@
v2.0.X, 2010-12-XX -- Minor bug fix release
* GearmanClient - Fixed a memory leak in the handler where we never de-allocated completed jobs
v2.0.2, 2010-12-XX -- Major bug fix release
* GearmanClient - Fixed a memory leak in the handler where we never de-allocated completed jobs [GH-6]
* GearmanClient - Updated GET_STATUS to ask about a job that wasn't previously submitted [GH-1]
* Gearman library - Fixed logging errors when NullHandler wasn't provdied [GH-3]

v2.0.1, 2010-10-12 -- Minor bug fix release
* GearmanJobRequest - Combined `server_status` and `status_updates` into a shared `status` field
Expand Down
2 changes: 2 additions & 0 deletions MANIFEST.in
@@ -1,2 +1,4 @@
include *.txt
include docs/Makefile
recursive-include docs *.rst
prune docs/_build
2 changes: 1 addition & 1 deletion gearman/__init__.py
Expand Up @@ -2,7 +2,7 @@
Gearman API - Client, worker, and admin client interfaces
"""

__version__ = '2.0.1'
__version__ = '2.0.2'

from gearman.admin_client import GearmanAdminClient
from gearman.client import GearmanClient
Expand Down

0 comments on commit 663ae9e

Please sign in to comment.