--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2013-19305
2013-10-18 18:07:30
--------------------------------------------------------------------------------

Name        : python-memcached
Product     : Fedora 19
Version     : 1.53
Release     : 1.fc19
URL         : http://www.tummy.com/Community/software/python-memcached/
Summary     : A Python memcached client library
Description :
This software is a 100% Python interface to the memcached memory cache
daemon.  It is the client side software which allows storing values in one
or more, possibly remote, memcached servers.  Search google for memcached
for more information.

--------------------------------------------------------------------------------
Update Information:

- New upstream release 1.53
- Fixing set_multi() so that if the server closes the connection it will no 
longer raise AttributeError
- readline() now will mark the connection dead if the read fails
- Changing check_keys to use re.match() instead of str.translate(), because 
re.match() works with Python < 2.6
- Add a MANIFEST.in file
- Client() now takes a "check_keys" option, which defaults to True
- Converting control character checking of keys based on performance testing of 
alternatives
- Converted unicode tests from using u''
- Doing a "set" after server goes away, raised AttributeError: 'NoneType' 
object has no attribute 'sendall'
- incr/decr return None instead of 0 on server connection failure
- Supports IPv6 connections using: "inet6:[fd00::32:19f7]:11000"

--------------------------------------------------------------------------------
ChangeLog:

* Tue Oct 15 2013 Stephen Gallagher <[email protected]> - 1.53-1
- New upstream release 1.53
- Fixing set_multi() so that if the server closes the connection it will no
  longer raise AttributeError
- readline() now will mark the connection dead if the read fails
- Changing check_keys to use re.match() instead of str.translate(), because
  re.match() works with Python < 2.6
- Add a MANIFEST.in file
- Client() now takes a "check_keys" option, which defaults to True
- Converting control character checking of keys based on performance testing of
  alternatives
- Converted unicode tests from using u''
- Doing a "set" after server goes away, raised AttributeError: 'NoneType'
  object has no attribute 'sendall'
- incr/decr return None instead of 0 on server connection failure
- Supports IPv6 connections using: "inet6:[fd00::32:19f7]:11000"
* Sun Aug  4 2013 Fedora Release Engineering <[email protected]> 
- 1.48-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1019311 - NewPkg: python-memcached 1.53
        https://bugzilla.redhat.com/show_bug.cgi?id=1019311
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update python-memcached' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
_______________________________________________
package-announce mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-announce

Reply via email to