libmemcached/libmemcached.changes

26 lines
1012 B
Plaintext

-------------------------------------------------------------------
Tue Jun 2 19:49:13 CEST 2009 - pascal.bleser@opensuse.org
- spec file cleanups
* removed autoreconf, not needed as there are no patches to autotools
* proper use of macros such as %%makeinstall
* slightly more deterministic %%files sections
- disabled %%check section for now, one check failing for no apparent reason
- split out new libmemcached0 library into its own subpackage
- update to 0.30:
* added a memcachd_dump command (and framework for the memdump tool)
* realigned all structures to remove padding (and line up important bits for 64-bit caches
* removed some of the sprintf() statements in storage calls()
* removed printf() in a stat call for unknown stat members
* added amemcached_generate_hash() function
* added tests to make sure all hash functions are stable
-------------------------------------------------------------------
Thu Feb 5 02:50:16 CET 2009 - crrodriguez@suse.de
- initial version