From c606948fb3a26b0cd0365f33cc09e9eeb8494fc1 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Mon, 21 Jan 2019 14:24:49 +0530 Subject: [PATCH 1/2] WHATSNEW: Add missing parenthesis Bug: https://bugzilla.samba.org/show_bug.cgi?id=13757 Signed-off-by: Anoop C S Reviewed-by: Guenther Deschner Reviewed-by: Noel Power --- WHATSNEW.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 267cc5402a9..5f7e6f03d5f 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -103,7 +103,7 @@ the 'PYTHON' environent variable to override the python3 default for both Note: Support for python2 (with the exception of a build configured with 'PYTHON=python2 ./configure --disable-python' and built with - 'PYTHON=python2 make' will be deprecated in the next release. + 'PYTHON=python2 make') will be deprecated in the next release. JSON logging ------------ -- 2.16.4 From 80a974ca9d5775a8c26459fc80fba7b0879370b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Deschner?= Date: Tue, 22 Jan 2019 11:18:20 +0100 Subject: [PATCH 2/2] WHATSNEW: fix typo. Guenther Bug: https://bugzilla.samba.org/show_bug.cgi?id=13757 Signed-off-by: Guenther Deschner Reviewed-by: Noel Power --- WHATSNEW.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 5f7e6f03d5f..2e4b45a139b 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -94,7 +94,7 @@ e.g. '--extra-python=/usr/bin/python2'. It should be noted that support for this option will be deprecated in a future release. What if I need to build with python2? To build with python2 you *must* set -the 'PYTHON' environent variable to override the python3 default for both +the 'PYTHON' environment variable to override the python3 default for both 'configure' and 'make' steps. 'PYTHON=python2 ./configure.developer' -- 2.16.4