File php5-memcached.changes of Package php5-memcached.2843
-------------------------------------------------------------------
Tue Jun 28 10:41:35 UTC 2016 - pgajdos@suse.com
- added to sle12, [fate#319323]
-------------------------------------------------------------------
Fri Feb 19 10:04:51 UTC 2016 - pgajdos@suse.com
- do not require php5-igbinary for 13.1
-------------------------------------------------------------------
Sun Aug 24 08:51:25 UTC 2014 - munix9@googlemail.com
- update to version 2.2.0
* Added the OPT_SERVER_TIMEOUT_LIMIT behaviour
- update to version 2.2.0RC1
* Fixes incorrect size when compressing serialized objects
* Fixes endianess of compressed values
- update to version 2.2.0b1
* Reinstate support for libememcached 0.x series
* Added SASL support to session handler
* Added Memcached::flushBuffers as per GH #78
* Fixes GH #54: Fixed UDP server adding with newer libmemcached
* Fixed PHP bug #65334: (Segfault if uncompress value failed)
* Fixes GH #14: get with cas token fails to fetch all results
* Fixes GH #68: memcached 2.1.0 requires libmemcached 1.0.10
* Fixes GH #69: compiling on CentOS 6.4 with libmemcached 1.0.17
* Merged PR #91: More granular session locking support
* Added session handler settings:
- memcached.sess_number_of_replicas
- memcached.sess_randomize_replica_read
- memcached.sess_remove_failed
- memcached.sess_connect_timeout
* Added support for memcached protocol handlers
* Added Memcached::setBucket for virtual bucket support
* Added support for msgpack serialization
* Memcached::setSaslAuthData returns correct status on success
* Added support for user-defined flags in set and get operations
-------------------------------------------------------------------
Fri Jul 12 22:23:44 UTC 2013 - munix9@googlemail.com
- replaced source package with the original from github,
added pull_request_42.patch and pull_request_56.patch
-------------------------------------------------------------------
Tue Feb 12 15:03:29 UTC 2013 - munix9@googlemail.com
- initial package for version 2.1.0
* Drop support for libmemcached 0.x series, now 1.0.x is required
* Add support for virtual bucket distribution
* Fix compilation against PHP 5.2