From 49cf2865eaaf5e93ffb1b7fc2bee450d85c56c32 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 20 Nov 2018 19:23:53 +0100 Subject: [PATCH] Update changelog --- package.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.xml b/package.xml index d821f7a3..dd6cbe56 100644 --- a/package.xml +++ b/package.xml @@ -31,7 +31,7 @@ 2018-11-19 5.1.14dev - 5.1.13 + 5.1.14 stable @@ -39,7 +39,10 @@ PHP License -- +- Fixed GH #347: Disable slam defense by default. +- Fix potential issue with destruction of locks. This does not affect Linux, but might affect Windows and BSD. +- Use mutex instead of rwlock for shared memory allocator (if pthreads mutex available). +- Require only read-lock for apcu_cas(), by using atomic compare-and-swap.