Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a060da6a80 | |||
| 4faa56e7d7 | |||
| 75e7a71dc9 | |||
| 90ebecc8ac |
BIN
memcached-1.6.38.tar.gz
LFS
BIN
memcached-1.6.38.tar.gz
LFS
Binary file not shown.
3
memcached-1.6.40.tar.gz
Normal file
3
memcached-1.6.40.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3d360e9da2221a49bf9aae4e6880f2d44da6b2a2fae39b1911b9ca76488fbfd
|
||||
size 1266094
|
||||
@@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 22 12:06:06 UTC 2025 - Petr Gajdos <pgajdos@suse.com>
|
||||
|
||||
- version update to 1.6.40
|
||||
* Reload TLS certificates on SIGHUP
|
||||
* tests: fix race condition in slab mover test
|
||||
* extstore: fix internal item flag loss on flush
|
||||
* core: fix worker_logbuf_size start option
|
||||
* proxy: remove buffer memory limit lock
|
||||
* proxy: update backend logging options on reload
|
||||
* slabs: fix page mover busy sleep backoff, add counter
|
||||
* docs: info for listeners to help string
|
||||
* core: fix verbose logging in get
|
||||
* Fix format specifier for nums_napi_id
|
||||
* extstore: fix start arg issue with page size
|
||||
* proxy: add some inspection commands for req/res
|
||||
* proxy: add tracebacks to lua errors in some cases
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 9 13:33:24 UTC 2025 - pgajdos@suse.com
|
||||
|
||||
- version update to 1.6.39
|
||||
* tests: improve extstore-tiered2 reliability
|
||||
* proxy: very limited flagcopyall function
|
||||
* proxy: flagcopy removes flag if source is nil
|
||||
* restart: Fix typecast on setting stop_time during restart
|
||||
* tests: make slabs-mover test more resilient
|
||||
* proxy: fix memory corruption from bad set uploads
|
||||
* core: fix pipelined set failures on pending reads
|
||||
* proxy: fix subrctx issues during error handling
|
||||
* tls: minor fix when tls disabled
|
||||
* tls: fix potential hang when pipelining sets
|
||||
* proxy: missing error handling in some situations
|
||||
* proxy: fix double logging with sub requests's
|
||||
* tests: attempt to make extstore tests less flaky
|
||||
* crawler: fix issue with strict alignment (ARM)
|
||||
* proxy: fix time_*_millis overflow on 32bit sys
|
||||
* crawler: speedup and extstore info
|
||||
* mcmc: upstream updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 25 13:58:12 UTC 2025 - pgajdos@suse.com
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
# spec file for package memcached
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -33,7 +34,7 @@
|
||||
%bcond_with tmpfiles
|
||||
%endif
|
||||
Name: memcached
|
||||
Version: 1.6.38
|
||||
Version: 1.6.40
|
||||
Release: 0
|
||||
Summary: A high-performance, distributed memory object caching system
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user