From 91ab5f02e8e90d157986aa5233b2251c38faadba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Mat=C3=A8rne?= Date: Sun, 28 Jan 2018 13:30:28 +0100 Subject: [PATCH] whatsnew += Log4jListener is deprecated (breaks BWC) --- WHATSNEW | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index f782bcf6b..6c090c2a0 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -23,6 +23,9 @@ Changes that could break older environments: * Commons Net 3.6 is binary-code, but not source compatible; see change list of Commons Net 3.0 for details + * The Log4jListener is marked as deprecated as the required log4j library + (in version 1.x) is not maintained any more. + Fixed bugs: -----------