From 3c8b37fd6b92de3f2350dc36fc1523697f0a843a Mon Sep 17 00:00:00 2001 From: Robert Burrell Donkin Date: Tue, 1 Jun 2004 20:39:50 +0000 Subject: [PATCH] Updated release notes git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139039 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE-NOTES.txt | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 94d82b7..5b155d3 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -16,7 +16,7 @@ --> -$Id: RELEASE-NOTES.txt,v 1.6 2004/03/06 22:20:54 craigmcc Exp $ +$Id: RELEASE-NOTES.txt,v 1.7 2004/06/01 20:39:50 rdonkin Exp $ Commons Logging Package Version 1.0.4 @@ -27,11 +27,14 @@ INTRODUCTION: ============ This document contains the release notes for this version of the Commons -Logging package. It is primarily a maintenance and code cleanup release, -with some new features. +Logging package. It is primarily a service release for downstream users. +The main emphasis maintenance and code cleanup release, +with some new features including support for both the old 1.2.x series +of Log4J releases and the new 1.3.x series of releases. The following paragraphs document changes since the previous release -(version 1.0.3). +(version 1.0.3). The documentation (userguide and javadoc) +has also been improved. NEW FEATURES: @@ -70,6 +73,11 @@ NEW FEATURES: potentially misleading claim that an implementation class does not implement Log. +[Log4JLogger] Changes to allow this logger to support both the existing 1.2.x + series of releases and also the upcoming 1.3.x series of Log4J + releases. + +[SimpleLog] Added support for setting date-time format. BUG FIXES: =========