Accepting request 1071436 from network:utilities

OBS-URL: https://build.opensuse.org/request/show/1071436
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/memcached?expand=0&rev=59
This commit is contained in:
Dominique Leuenberger 2023-03-15 17:53:21 +00:00 committed by Git OBS Bridge
commit 745f3cf893
4 changed files with 42 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2055e373613d8fc21529aff9f0adce3e23b9ce01ba0478d30e7941d9f2bd1224
size 1713186

BIN
memcached-1.6.19.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Mar 14 09:10:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.6.19:
* crawler: add lru_crawler mgdump command
* replace 2&>1 by 2>&1 in rpm spec file
* log: fix race condition while incrementing log entries dropped
* Add new pkg-config dependencies to dockerfiles
* Document missing flags of Meta Arithmetic
* configure.ac: add --enable-werror
* proxy: reduce noise for dead backends
* proxy: more await unit tests
* proxy: fix trailingdata error with ascii multiget misses
* crawler: don't hold lock while writing to network
* proxy: redo libevent handling code (speedup/fixes)
* proxy: fix "missingend" error on reading responses
* proxy: add read buffer data to backend error messages
* proxy: fix partial responses on backend timeouts
* proxy: disallow overriding mn command
* tests: timedrun SIGHUP pass-thru
* proxy: new integration tests.
* proxy: fix mismatched responses after bad write
* proxy: fix stats deadlock caused by await code
* proxy: clean logic around lua yielding
* core: remove *c from some response code
* core: simplify background IO API
* core: remove *conn object from cache commands
-------------------------------------------------------------------
Sun Jan 15 21:30:23 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.6.18:
* Mostly fixes and improvements to proxy mode.
* Meta protocol has some adjusments: extra spaces were
being returned in a few instances
* see https://github.com/memcached/memcached/wiki/ReleaseNotes1618
-------------------------------------------------------------------
Mon Oct 3 10:30:22 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package memcached
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -26,7 +26,7 @@
%bcond_with tls
%endif
Name: memcached
Version: 1.6.17
Version: 1.6.19
Release: 0
Summary: A high-performance, distributed memory object caching system
License: BSD-3-Clause