Skip to content

ReleaseNotes1636

dormando edited this page Feb 5, 2025 · 1 revision

Memcached 1.6.36 Release Notes

Date: 2025-2-4

Download

http://www.memcached.org/files/memcached-1.6.36.tar.gz

Overview

Critical bugfix for the proxy when using an "internal" backend with extstore enabled. Does not affect the system otherwise.

The proxy's "internal cache" feature allows it to access cache objects from within itself, acting as both a proxy and a cache node. However when combined with extstore there was an error which could lead to memory corruption in some circumstances.

Fixes

  • proxy: fix mcp.internal memory corruption

New Features

Contributors

The following people contributed to this release since 1.6.35.

Note that this is based on who contributed changes, not how they were done. In many cases, a code snippet on the mailing list or a bug report ended up as a commit with your name on it.

Note that this is just a summary of how many changes each person made which doesn't necessarily reflect how significant each change was. For details on what led up into a branch, either grab the git repo and look at the output of git log 1.6.35..1.6.36 or use a web view.

     2	dormando

Clone this wiki locally