From 06f4d75043dc3cf048a71a023ce66ccdacfdd448 Mon Sep 17 00:00:00 2001 From: Robert Burrell Donkin Date: Thu, 6 Apr 2006 19:03:17 +0000 Subject: [PATCH] Ammended release notes to reflect shipping JDK logger in API jar. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@392039 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE-NOTES.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 05e0852..df4063a 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -136,8 +136,11 @@ override those methods will not have their methods called. This is a pretty unusual thing to do, so it isn't expected that any apps will actually be affected by this. +== Deprecation Note == + Previous releases of commons-logging-api.jar contained the Jdk14Logger class; -this has now been removed. If your application needs this jar, then instead of +this is now deprecated. It will be removed from the API jar in some future +release. If your application needs this jar, then instead of upgrading to commons-logging-api-1.1.jar, upgrade to commons-logging-1.1.jar. == Dependencies ==