From e4a89ea02f1d7c0d6ad6b5830a33fe621f97b7df Mon Sep 17 00:00:00 2001 From: Scott Sanders Date: Tue, 29 Jan 2002 20:31:04 +0000 Subject: [PATCH] Release Notes for the release PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138846 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE-NOTES.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 RELEASE-NOTES.txt diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt new file mode 100644 index 0000000..29f256f --- /dev/null +++ b/RELEASE-NOTES.txt @@ -0,0 +1,23 @@ +$Id: RELEASE-NOTES.txt,v 1.1 2002/01/29 20:31:04 sanders Exp $ + + Commons Logging Package + Version 1.0 + Release Notes + + +INTRODUCTION: + +This document contains the release notes for this version of the Commons +Logging package. This is the first release of commons-logging. + + +NEW FEATURES: + +* commons-logging implements an abstraction between logging and the logging + implementation being used. You can currently use Avalon's logkit, Log4J, + JDK 1.4's logging, or nothing at all. It is up to you. + + +BUG FIXES: + +