summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSean Reifschneider <jafo@tummy.com>2009-04-02 13:45:15 -0600
committerSean Reifschneider <jafo@tummy.com>2009-04-02 13:45:15 -0600
commit250355fba5e34ba22803f2a7fc0d745e394bf9f0 (patch)
tree8fac41292d69aeafc99992bd5d03f65906ce478c /ChangeLog
parent06f80173d0134bb6f495a8f484ce64bb3a84915c (diff)
downloadpython-memcached-250355fba5e34ba22803f2a7fc0d745e394bf9f0.tar.gz
Updating the changelog.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40d06c0..bc913b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+Thu, 02 Apr 2009 13:37:49 -0600 Sean Reifschneider <jafo@tummy.com>
+
+ * Allowing spaces in the key. (Patch provided by xmm on Launchpad)
+
+ * Detecting when the pickler needs a positional argument. (Patch
+ provided by Brad Clements on Launchpad)
+
+ * Moving length check after the compression. (Patch provided by user
+ Tom on Launchpad)
+
+ * Fixing arguments passed to the _Error if invalid read length.
+
+ * Fixing the representation of domain sockets. (Patch provided by user
+ MTB on Launchpad)
+
+ * Changing a typo of dead_until. (Patch provided by Shane R. Spencer)
+
* Providing better error messages (patch provided by Johan Euphrosine).
Sun, 01 Jun 2008 15:05:11 -0600 Sean Reifschneider <jafo@tummy.com>