* memcached_server_error_reset() has been deprecated.
* memcached_server_list() has been deprecated. Use memcached_server_cursor() to walk the servers found in a memcached_st() structure.
* memcached_verbosity() can now be run concurrently with other operations.
+ * SASL support.
0.38 Wed Feb 10 09:40:33 PST 2010
* C++ interface for libhashkit.
rpm: all dist generic fedora
merge-clean:
+ find ./ | $(GREP) \.gcda | xargs rm -f
+ find ./ | $(GREP) \.gcno | xargs rm -f
+ find ./ | $(GREP) \.gz | xargs rm -f
find ./ | $(GREP) \.orig | xargs rm -f
find ./ | $(GREP) \.rej | xargs rm -f
+ find ./ | $(GREP) \.rpm | xargs rm -f
find ./ | $(GREP) \~$$ | xargs rm -f
bzr unknowns
# the COPYING file in this directory for full text.
AC_PREREQ(2.59)
-AC_INIT([libmemcached],[0.38],[http://tangent.org/552/libmemcached.html])
+AC_INIT([libmemcached],[0.39],[http://libmemcached.org/])
AC_CONFIG_SRCDIR([libmemcached/memcached.c])
AC_CONFIG_AUX_DIR(config)
AM_CONFIG_HEADER([config.h])
PANDORA_CANONICAL_TARGET
#shared library versioning
-MEMCACHED_LIBRARY_VERSION=3:0:0
+MEMCACHED_LIBRARY_VERSION=4:0:0
# | | |
# +------+ | +---+
# | | |
=head1 HOME
To find out more information please check:
-L<http://tangent.org/552/libmemcached.html>
+L<http://libmemcached.org/>
=head1 AUTHOR
memcached_return_t rc;
ssize_t sent_length;
- WATCHPOINT_ASSERT(command_length);
- WATCHPOINT_ASSERT(command);
+ WATCHPOINT_ASSERT(count);
+ WATCHPOINT_ASSERT(vector);
if ((rc= memcached_connect(ptr)) != MEMCACHED_SUCCESS)
{
[AS_HELP_STRING([--disable-sasl],
[Build with sasl support @<:@default=on@:>@])],
[ac_enable_sasl="$enableval"],
- [ac_enable_sasl="yes"])
+ [ac_enable_sasl="no"])
AS_IF([test "x$ac_enable_sasl" = "xyes"],
[
Release: 1%{?dist}
License: BSD
Group: System Environment/Libraries
-URL: http://tangent.org/552/libmemcached.html
+URL: http://libmemcached.org/
Source0: http://download.tangent.org/libmemcached-%{version}.tar.gz
# For test suite
%{_includedir}/libmemcached/hash.h
%{_includedir}/libmemcached/parse.h
%{_includedir}/libmemcached/quit.h
+%{_includedir}/libmemcached/sasl.h
%{_includedir}/libmemcached/strerror.h
%{_includedir}/libmemcached/verbosity.h
%{_includedir}/libmemcached/version.h