diff options
| author | Sean Reifschneider <jafo@tummy.com> | 2009-04-02 13:45:15 -0600 |
|---|---|---|
| committer | Sean Reifschneider <jafo@tummy.com> | 2009-04-02 13:45:15 -0600 |
| commit | 250355fba5e34ba22803f2a7fc0d745e394bf9f0 (patch) | |
| tree | 8fac41292d69aeafc99992bd5d03f65906ce478c | |
| parent | 06f80173d0134bb6f495a8f484ce64bb3a84915c (diff) | |
| download | python-memcached-250355fba5e34ba22803f2a7fc0d745e394bf9f0.tar.gz | |
Updating the changelog.
| -rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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> |
