Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
libmemcached
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 10
[-]
[+]
Changed
libmemcached.spec
@@ -1,6 +1,6 @@ Summary: memcached C library and command line tools Name: libmemcached -Version: 0.10 +Version: 0.11 Release: 1 License: BSD Group: System Environment/Libraries @@ -100,6 +100,18 @@ %{_mandir}/man3/memcached_verbosity.3.gz %changelog +* Mon Nov 26 2007 Carsten Schoene <cs@linux-administrator.com> - 0.11-1 +- version bump to 0.11 + - Added option to memcache_behavior_set() so that poll() can be timed out. + - Fixed memory leak in case of using memcached_fetch_result() where no + value was returned. + - Bug fixed in memcached_connect() which would cause servers that + did not need to be enabled to be enabled (performance issue). + - Rewrote bounds checking code for get calls. + - "make test" now starts its own memcached servers. + - Added Hseih hash (MEMCACHED_HASH_HSIEH), which is showing about 7% + performance over standard hash. + * Sat Nov 24 2007 Carsten Schoene <cs@linux-administrator.com> - 0.10-1 - version bump to 0.10 - Added append binary test.
Added
libmemcached-0.11.tar.gz
^