From: Karolin Seeger Date: Tue, 28 Aug 2018 08:06:55 +0000 (+0200) Subject: WHATSNEW: Fix wrong assignment. X-Git-Tag: samba-4.8.6~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdbfc79381f619a28d1e3cc68916733621799db3;p=thirdparty%2Fsamba.git WHATSNEW: Fix wrong assignment. Signed-off-by: Karolin Seeger --- 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