From log4j-dev-return-11133-apmail-logging-log4j-dev-archive=logging.apache.org@logging.apache.org Thu Sep 08 15:21:48 2005 Return-Path: Delivered-To: apmail-logging-log4j-dev-archive@www.apache.org Received: (qmail 10768 invoked from network); 8 Sep 2005 15:21:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Sep 2005 15:21:47 -0000 Received: (qmail 28853 invoked by uid 500); 8 Sep 2005 15:21:46 -0000 Delivered-To: apmail-logging-log4j-dev-archive@logging.apache.org Received: (qmail 28825 invoked by uid 500); 8 Sep 2005 15:21:46 -0000 Mailing-List: contact log4j-dev-help@logging.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Log4J Developers List" Reply-To: "Log4J Developers List" Delivered-To: mailing list log4j-dev@logging.apache.org Received: (qmail 28812 invoked by uid 500); 8 Sep 2005 15:21:46 -0000 Received: (qmail 28809 invoked by uid 99); 8 Sep 2005 15:21:46 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 08 Sep 2005 08:21:46 -0700 Received: (qmail 10753 invoked by uid 1491); 8 Sep 2005 15:21:45 -0000 Date: 8 Sep 2005 15:21:45 -0000 Message-ID: <20050908152145.10752.qmail@minotaur.apache.org> From: mwomack@apache.org To: logging-log4j-cvs@apache.org Subject: cvs commit: logging-log4j/src/xdocs download.xml X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N mwomack 2005/09/08 08:21:45 Modified: src/xdocs download.xml Log: Updating text about v1.2.12. Revision Changes Path 1.88 +9 -7 logging-log4j/src/xdocs/download.xml Index: download.xml =================================================================== RCS file: /home/cvs/logging-log4j/src/xdocs/download.xml,v retrieving revision 1.87 retrieving revision 1.88 diff -u -r1.87 -r1.88 --- download.xml 8 Sep 2005 04:10:42 -0000 1.87 +++ download.xml 8 Sep 2005 15:21:45 -0000 1.88 @@ -17,13 +17,15 @@ bandwidth.

-

Log4j version 1.2.12 contains a number of bug fixes, the inclusion of - the long awaited TRACE level, and is (again) compilation and runtime - compatible with earlier JDK's (1.1 and 1.2; this compatibility was - inadvertently broken in the version 1.2.11 of log4j). Even though the new - TRACE level is now built-in, the log4j classes are still serializably - compatible, though it is recommended that you use the same version of - log4j when sending logging events through sockets. +

Log4j version 1.2.12 contains a number of bug fixes, the addition of + the long awaited built-in TRACE level, and is compilation and runtime + compatible with the earlier JDK's 1.1 and 1.2 (this compatibility was + inadvertently broken in version 1.2.11 of log4j). Even with the addition + of the TRACE level, the log4j classes appear to be serializable compatible, + though it is recommended that you use the same version of log4j for the sender + and receiver when sending logging events remotely such as with SocketAppender. + Other than the addition of the TRACE level, the api is identical to + previous versions of 1.2.X.

The next major release of log4j will be version 1.3. It will contain --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org For additional commands, e-mail: log4j-dev-help@logging.apache.org