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 20
[-]
[+]
Changed
libmemcached.spec
@@ -2,7 +2,7 @@ Summary: memcached C library and command line tools Name: libmemcached -Version: 0.15 +Version: 0.16 Release: 1 License: BSD Group: System Environment/Libraries @@ -114,6 +114,19 @@ %{_mandir}/man3/memcached_version.3.gz %changelog +* Tue Feb 19 2008 Carsten Schoene <cs@linux-administrator.com> - 0.16-1 +- version bump to 0.16 + - Work on the UDP protocol. + - Added get_by_key, set_by_key tests for C++ API. + - Fix for limit_maxbytes to be 64bit in stats. + - Added Atom Smasher test (scale baby, scale!). + - Servers are now sorted, meaning that servers are now ordered so that clients with the same lists, + will have same distribution. (Idea from Ross McFarland). MEMCACHED_BEHAVIOR_SORT_HOSTS was added to enable this support. + - Added MEMCACHED_BAD_KEY_PROVIDED error for auto, set, and get operations. MEMCACHED_BEHAVIOR_VERIFY_KEY was added to enable this feature. + - More error messages on command line tools. + - Fixed bugs in memcached_cas() operator. + - Fix to loop through interfaces. + * Tue Feb 05 2008 Carsten Schoene <cs@linux-administrator.com> - 0.15-1 - version bump to 0.15 - More work on the C++ API.