From ad087bb273153ce27f805213c77a54f24885206957dd5642613c211c8c994fd1 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sun, 2 Jul 2023 09:15:47 +0000 Subject: [PATCH] Accepting request 1095429 from home:pgajdos - version update to 1.6.21 * build: avoid disting build artifacts from vendor/* * extstore: fix data bugs on high overwrite key * proxy: fixes for memory tracking * meta: fix ms c flag reflecting s flag * extstore: fail to start if given no disk space * extstore: Handle incorrect units gracefully * proxy: mcp.internal() support ascii multiget * proxy: fix segfault for reqs with too few tokens * proxy: fix per-worker-thread backend mode batching * proxy: fix meta set M flag for mcp.internal() * proxy: add await tests in proxyunits.t * proxy: add response API tests in proxyunits.t OBS-URL: https://build.opensuse.org/request/show/1095429 OBS-URL: https://build.opensuse.org/package/show/network:utilities/memcached?expand=0&rev=102 --- memcached-1.6.20.tar.gz | 3 --- memcached-1.6.21.tar.gz | 3 +++ memcached.changes | 17 +++++++++++++++++ memcached.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 memcached-1.6.20.tar.gz create mode 100644 memcached-1.6.21.tar.gz diff --git a/memcached-1.6.20.tar.gz b/memcached-1.6.20.tar.gz deleted file mode 100644 index 328d952..0000000 --- a/memcached-1.6.20.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f604f8e3a175637dc1f069de6fa2739116850c9f81e3764f2fac9a3b27be307 -size 2615902 diff --git a/memcached-1.6.21.tar.gz b/memcached-1.6.21.tar.gz new file mode 100644 index 0000000..205165d --- /dev/null +++ b/memcached-1.6.21.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c788980efc417dd5d93c442b1c8b8769fb2018896c29de3887d22a2f143da2ee +size 1127623 diff --git a/memcached.changes b/memcached.changes index 9534910..642f2af 100644 --- a/memcached.changes +++ b/memcached.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Jun 26 13:26:48 UTC 2023 - pgajdos@suse.com + +- version update to 1.6.21 + * build: avoid disting build artifacts from vendor/* + * extstore: fix data bugs on high overwrite key + * proxy: fixes for memory tracking + * meta: fix ms c flag reflecting s flag + * extstore: fail to start if given no disk space + * extstore: Handle incorrect units gracefully + * proxy: mcp.internal() support ascii multiget + * proxy: fix segfault for reqs with too few tokens + * proxy: fix per-worker-thread backend mode batching + * proxy: fix meta set M flag for mcp.internal() + * proxy: add await tests in proxyunits.t + * proxy: add response API tests in proxyunits.t + ------------------------------------------------------------------- Mon May 29 19:43:39 UTC 2023 - Dirk Müller diff --git a/memcached.spec b/memcached.spec index 85d3bd9..7706ad5 100644 --- a/memcached.spec +++ b/memcached.spec @@ -26,7 +26,7 @@ %bcond_with tls %endif Name: memcached -Version: 1.6.20 +Version: 1.6.21 Release: 0 Summary: A high-performance, distributed memory object caching system License: BSD-3-Clause