--0.37
++0.37 Mon Jan 11 16:29:57 PST 2010
* Fixed build for libhashkit.
* Fixed install path regression.
* Modified RPM to strict check install.
* Added documentation for memcached_server_cursor();
--
* Added memcached_servers_reset().
--
* Modified memcached_st to remove dead cursor_server member.
0.36 Wed Jan 6 18:23:50 PST 2010
PANDORA_CANONICAL_TARGET
-MEMCACHED_LIBRARY_VERSION=3:0:0
+ #shared library versioning
++MEMCACHED_LIBRARY_VERSION=4:0:0
+ # | | |
+ # +------+ | +---+
+ # | | |
+ # current:revision:age
+ # | | |
+ # | | +- increment if interfaces have been added
+ # | | set to zero if interfaces have been removed or changed
+ # | +- increment if source code has changed
+ # | set to zero if current is incremented
+ # +- increment if interfaces have been added, removed or changed
+ AC_SUBST(MEMCACHED_LIBRARY_VERSION)
+
+
HASHKIT_LIBRARY_VERSION=0:0:0
AC_SUBST(HASHKIT_LIBRARY_VERSION)