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 78
[-]
[+]
Changed
libmemcached.spec
@@ -206,9 +206,9 @@ %{_mandir}/man3/memcached_touch.3.gz %{_mandir}/man3/memcached_touch_by_key.3.gz %attr(0755,root,root) %{_libdir}/libmemcachedutil.so.2* -%attr(0755,root,root) %{_libdir}/libmemcached.so.9* +%attr(0755,root,root) %{_libdir}/libmemcached.so.10* %attr(0755,root,root) %{_libdir}/libmemcachedprotocol.so.0* -%attr(0755,root,root) %{_libdir}/libhashkit.so.1* +%attr(0755,root,root) %{_libdir}/libhashkit.so.2* %files devel %defattr(-,root,root,-) @@ -221,20 +221,21 @@ %dir %{_includedir}/libmemcached-1.0 %dir %{_includedir}/libmemcachedprotocol-0.0 %dir %{_includedir}/libmemcachedutil-1.0 -%{_includedir}/libhashkit-1.0/algorithm.h -%{_includedir}/libhashkit-1.0/behavior.h -%{_includedir}/libhashkit-1.0/configure.h -%{_includedir}/libhashkit-1.0/digest.h -%{_includedir}/libhashkit-1.0/function.h -%{_includedir}/libhashkit-1.0/has.h -%{_includedir}/libhashkit-1.0/hashkit.h -%{_includedir}/libhashkit-1.0/hashkit.hpp +%{_includedir}/libhashkit-1.0/algorithm.h +%{_includedir}/libhashkit-1.0/behavior.h +%{_includedir}/libhashkit-1.0/configure.h +%{_includedir}/libhashkit-1.0/digest.h +%{_includedir}/libhashkit-1.0/function.h +%{_includedir}/libhashkit-1.0/has.h +%{_includedir}/libhashkit-1.0/hashkit.h +%{_includedir}/libhashkit-1.0/hashkit.hpp %{_includedir}/libhashkit-1.0/str_algorithm.h -%{_includedir}/libhashkit-1.0/strerror.h -%{_includedir}/libhashkit-1.0/types.h -%{_includedir}/libhashkit-1.0/visibility.h -%{_includedir}/libmemcached-1.0/allocators.h -%{_includedir}/libmemcached-1.0/analyze.h +%{_includedir}/libhashkit-1.0/strerror.h +%{_includedir}/libhashkit-1.0/string.h +%{_includedir}/libhashkit-1.0/types.h +%{_includedir}/libhashkit-1.0/visibility.h +%{_includedir}/libmemcached-1.0/allocators.h +%{_includedir}/libmemcached-1.0/analyze.h %{_includedir}/libmemcached-1.0/auto.h %{_includedir}/libmemcached-1.0/basic_string.h %{_includedir}/libmemcached-1.0/behavior.h @@ -242,6 +243,7 @@ %{_includedir}/libmemcached-1.0/configure.h %{_includedir}/libmemcached-1.0/delete.h %{_includedir}/libmemcached-1.0/dump.h +%{_includedir}/libmemcached-1.0/encoding_key.h %{_includedir}/libmemcached-1.0/error.h %{_includedir}/libmemcached-1.0/exception.hpp %{_includedir}/libmemcached-1.0/exist.h @@ -356,7 +358,7 @@ - Many fixes to memslap. - Updates for memcapable. - Compile fixes for OpenBSD. - - Fix for possible recursive decent on IO failure. + - Fix for possible recursive decent on IO failure. * Sat Jan 16 2010 Carsten Schoene <cs@linux-administrator.com> - 0.37-1 - version bump to 0.37 @@ -384,7 +386,7 @@ - Added mget test to memslap. - Support for compatible ketama for SpyMemcached - Update C++ interface. - - Fix for memcp. + - Fix for memcp. * Wed Oct 14 2009 Carsten Schoene <cs@linux-administrator.com> - 0.34-1 - version bump to 0.34 @@ -393,7 +395,7 @@ - Added prototype for a callback based protocol parser (server side) with examples so that you could let your own application speak the memcached protocol. - Updated memcapable to test ASCII protocol. - Changed behavior so that server can be removed at first sign of failure. - - Added memcached_server_get_last_disconnect() call. + - Added memcached_server_get_last_disconnect() call. * Fri Sep 25 2009 Carsten Schoene <cs@linux-administrator.com> - 0.33-1 - version bump to 0.33 @@ -467,7 +469,7 @@ - Fix for Chinese - Fix for 0 length key to trigger bad key. - Added behaviors MEMCACHED_BEHAVIOR_SND_TIMEOUT, MEMCACHED_BEHAVIOR_RCV_TIMEOUT - - Support for Binary Protocol added + - Support for Binary Protocol added * Sat Jul 19 2008 Carsten Schoene <cs@linux-administrator.com> - 0.22-1 - version bump to 0.22 @@ -475,14 +477,14 @@ - Fixed bugs in stats output (thread output was wrong) - Clarified MEMCACHED_BAD_KEY_PROVIDED is return for bad prefix key. - Found a bug in Flags return (Jacek Ostrowski) - - Fixed issue with compiling on Visual Studio + - Fixed issue with compiling on Visual Studio * Sat May 24 2008 Carsten Schoene <cs@linux-administrator.com> - 0.21-1 - version bump to 0.21 - Change of char * to const char * for all key based functions. - New MEMCACHED_CALLBACK_PREFIX_KEY added. You can now create domains for values. - Fixed bug introducd in last version on memcp - - Fix for death of file io to call shutdown() + - Fix for death of file io to call shutdown() * Mon May 05 2008 Carsten Schoene <cs@linux-administrator.com> - 0.20-1 - version bump to 0.20 @@ -493,7 +495,7 @@ - Wheel uses less memory/dynamic allocation for size (no longer limited to 512 hosts by default). - memslap memory leak fix - Added Ketama distribution - - Fix assert.h compile problem on CentOS + - Fix assert.h compile problem on CentOS * Wed Apr 09 2008 Carsten Schoene <cs@linux-administrator.com> - 0.19-1 - version bump to 0.19 @@ -503,7 +505,7 @@ - Read through cached support. - Fixed for cas by key operation. - Fix for memcached_server_st list structures to have correct count. - - Added callback MEMCACHED_CALLBACK_DELETE_TRIGGER + - Added callback MEMCACHED_CALLBACK_DELETE_TRIGGER * Tue Mar 18 2008 Carsten Schoene <cs@linux-administrator.com> - 0.18-1 - version bump to 0.18 @@ -527,18 +529,18 @@ - 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, + - 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. + - 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. - Bug fixes around block corner cases. - - Slight performance increase in both read() and write(). + - Slight performance increase in both read() and write(). * Wed Jan 23 2008 Carsten Schoene <cs@linux-administrator.com> - 0.14-1 - version bump to 0.14 @@ -576,7 +578,7 @@ - Fixed bug where key could be out of range of characters - Added _by_key() methods to allow partitioning of values to particular servers. - MEMCACHED_DEFAILT_TIMEOUT is now set to a non -1 value. - - Performance improvements in get operations. + - Performance improvements in get operations. * Mon Nov 26 2007 Carsten Schoene <cs@linux-administrator.com> - 0.11-1 - version bump to 0.11 @@ -603,7 +605,7 @@ - Fixed bug where hostname might not be null terminated - Moved to using gethostbyname_r() on Linux to solve thread safety issue - Added -rpath support for pkg-config - - Documentation fix for hash setting using + - Documentation fix for hash setting using * Fri Nov 16 2007 Carsten Schoene <cs@linux-administrator.com> - 0.9-1 - version bump to 0.9