From cdbfc79381f619a28d1e3cc68916733621799db3 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Tue, 28 Aug 2018 10:06:55 +0200 Subject: [PATCH] WHATSNEW: Fix wrong assignment. Signed-off-by: Karolin Seeger --- WHATSNEW.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index cde1819815b..d528dfe767c 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -13,13 +13,13 @@ Changes since 4.8.4: o Jeremy Allison * BUG 13474: python: pysmbd: Additional error path leak fix. * BUG 13511: libsmbclient: Initialize written value before use. - * BUG 13519: ldb: Refuse to build Samba against a newer minor version of - ldb. * BUG 13527: s3: libsmbclient: Fix cli_splice() fallback when reading less than a complete file. * BUG 13537: Using "sendfile = yes" with SMB2 can cause CPU spin. o Andrew Bartlett + * BUG 13519: ldb: Refuse to build Samba against a newer minor version of + ldb. * BUG 13575: ldb: Release LDB 1.3.6. o Bailey Berro -- 2.11.4.GIT