From f630617020eca3f15316047d062dc998b07d765d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Dec 2020 19:35:01 +0000 Subject: [PATCH] Deploy to GitHub pages --- .buildinfo | 2 +- ChangeLog-0.html | 4 ++-- ChangeLog-1.0.html | 4 ++-- ChangeLog-1.1.html | 4 ++-- _static/documentation_options.js | 2 +- bin/index.html | 4 ++-- bin/memaslap.html | 4 ++-- bin/memcapable.html | 4 ++-- bin/memcat.html | 4 ++-- bin/memcp.html | 4 ++-- bin/memdump.html | 4 ++-- bin/memerror.html | 4 ++-- bin/memexist.html | 4 ++-- bin/memflush.html | 4 ++-- bin/memparse.html | 4 ++-- bin/memping.html | 4 ++-- bin/memrm.html | 4 ++-- bin/memslap.html | 4 ++-- bin/memstat.html | 4 ++-- bin/memtouch.html | 4 ++-- bin/options/all.html | 4 ++-- bin/options/common.html | 4 ++-- bin/options/expire.html | 4 ++-- bin/options/flag.html | 4 ++-- bin/options/hash.html | 4 ++-- bin/options/sasl.html | 4 ++-- bin/options/udp.html | 4 ++-- changelogs.html | 4 ++-- copyright.html | 4 ++-- genindex.html | 4 ++-- index.html | 4 ++-- libhashkit/hashkit_create.html | 4 ++-- libhashkit/hashkit_function.html | 4 ++-- libhashkit/hashkit_functions.html | 4 ++-- libhashkit/hashkit_value.html | 4 ++-- libhashkit/index.html | 4 ++-- libmemcached.html | 4 ++-- libmemcached/configuration.html | 6 +++--- libmemcached/constants.html | 8 ++++---- libmemcached/examples.html | 4 ++-- libmemcached/index.html | 4 ++-- libmemcached/index_advanced.html | 4 ++-- libmemcached/index_advanced_aeh.html | 4 ++-- libmemcached/index_advanced_daemon.html | 4 ++-- libmemcached/index_advanced_internals.html | 4 ++-- libmemcached/index_advanced_servers.html | 4 ++-- libmemcached/index_advanced_stats.html | 4 ++-- libmemcached/index_basics.html | 4 ++-- libmemcached/index_data.html | 4 ++-- libmemcached/index_deprecated.html | 4 ++-- libmemcached/index_errors.html | 4 ++-- libmemcached/index_misc.html | 4 ++-- libmemcached/memcached_analyze.html | 4 ++-- libmemcached/memcached_append.html | 6 +++--- libmemcached/memcached_auto.html | 4 ++-- libmemcached/memcached_behavior.html | 4 ++-- libmemcached/memcached_callback.html | 4 ++-- libmemcached/memcached_cas.html | 4 ++-- libmemcached/memcached_create.html | 4 ++-- libmemcached/memcached_delete.html | 4 ++-- libmemcached/memcached_dump.html | 4 ++-- libmemcached/memcached_exist.html | 4 ++-- libmemcached/memcached_fetch.html | 4 ++-- libmemcached/memcached_flush.html | 4 ++-- libmemcached/memcached_flush_buffers.html | 4 ++-- .../memcached_generate_hash_value.html | 4 ++-- libmemcached/memcached_get.html | 4 ++-- libmemcached/memcached_last_error.html | 4 ++-- libmemcached/memcached_memory_allocators.html | 4 ++-- libmemcached/memcached_quit.html | 4 ++-- libmemcached/memcached_result_st.html | 4 ++-- libmemcached/memcached_return_t.html | 4 ++-- libmemcached/memcached_sasl.html | 4 ++-- libmemcached/memcached_server_st.html | 4 ++-- libmemcached/memcached_servers.html | 4 ++-- libmemcached/memcached_set.html | 4 ++-- libmemcached/memcached_set_encoding_key.html | 4 ++-- libmemcached/memcached_stats.html | 4 ++-- libmemcached/memcached_strerror.html | 4 ++-- libmemcached/memcached_touch.html | 4 ++-- libmemcached/memcached_user_data.html | 4 ++-- libmemcached/memcached_verbosity.html | 4 ++-- libmemcached/memcached_version.html | 4 ++-- libmemcached/versioning.html | 18 +++++++++++------- libmemcachedutil/index.html | 6 +++--- libmemcachedutil/memcached_pool.html | 6 +++--- objects.inv | Bin 11796 -> 11796 bytes search.html | 4 ++-- searchindex.js | 2 +- 89 files changed, 188 insertions(+), 184 deletions(-) diff --git a/.buildinfo b/.buildinfo index 1cc40699..b90b43d5 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 4949304aa38381a65c522395f85ec7ec +config: df2a6a84c17c569450b5f8b8802b5d91 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/ChangeLog-0.html b/ChangeLog-0.html index 941b9913..64ed05a7 100644 --- a/ChangeLog-0.html +++ b/ChangeLog-0.html @@ -8,7 +8,7 @@ -
LIBMEMCACHED_VERSION_STRING
¶String value of libmemcached version such as "1.0.99"
+String value of libmemcached version such as "1.1.0"
Libmemcached is laid out by interface version. The 1.0 version would be found
-in: libmemcached-1.0/memcached.h
The historic libmemcached/memcached.h
includes
-libmemcached-1.0/memcached.h
. For best practice you should include the
-version of libmemcached that you used during development.
Libmemcached is laid out by interface version and strives to adhere to the
+Semantic Versioning Specification
since version 1.1
.
See also
+ +The 1.x version would be found in: libmemcached-1/memcached.h
. The historic
+libmemcached/memcached.h
includes libmemcached-1/memcached.h
and on
+previously supported platforms libmemcached-1.0
points to libmemcached-1
.