Return-Path: X-Original-To: apmail-logging-commits-archive@minotaur.apache.org Delivered-To: apmail-logging-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 829B510C46 for ; Mon, 17 Feb 2014 12:07:03 +0000 (UTC) Received: (qmail 30163 invoked by uid 500); 17 Feb 2014 12:07:02 -0000 Delivered-To: apmail-logging-commits-archive@logging.apache.org Received: (qmail 30022 invoked by uid 500); 17 Feb 2014 12:06:58 -0000 Mailing-List: contact commits-help@logging.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@logging.apache.org Delivered-To: mailing list commits@logging.apache.org Received: (qmail 30015 invoked by uid 99); 17 Feb 2014 12:06:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Feb 2014 12:06:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Feb 2014 12:06:55 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3BF322388868; Mon, 17 Feb 2014 12:06:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1568952 - /logging/log4j/log4j2/trunk/src/changes/changes.xml Date: Mon, 17 Feb 2014 12:06:35 -0000 To: commits@logging.apache.org From: rpopma@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140217120635.3BF322388868@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rpopma Date: Mon Feb 17 12:06:34 2014 New Revision: 1568952 URL: http://svn.apache.org/r1568952 Log: added entry for next release, fixed date for rc1, added JMX prefix to some rc1 items Modified: logging/log4j/log4j2/trunk/src/changes/changes.xml Modified: logging/log4j/log4j2/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/changes/changes.xml?rev=1568952&r1=1568951&r2=1568952&view=diff ============================================================================== --- logging/log4j/log4j2/trunk/src/changes/changes.xml (original) +++ logging/log4j/log4j2/trunk/src/changes/changes.xml Mon Feb 17 12:06:34 2014 @@ -20,7 +20,9 @@ Changes - + + + Removed the DataSourceConnectionSource and the <DriverManager> plugin for the JDBC Appender. It is not safe to use. Please use the DataSource or factory connection sources backed by a connection pool. @@ -155,7 +157,7 @@ Fixed typo in documentation: system property should be log4j2.loggerContextFactory - Fixed issue where log4j2 LoggerContext did not show up in JMX GUI or JConsole. + (JMX) Fixed issue where log4j2 LoggerContext did not show up in JMX GUI or JConsole. Fixed issue where toString methods that perform logging could deadlock AsyncAppender. @@ -209,7 +211,7 @@ Update Flume Appender to use Flume 1.4.0. - Added MBeans for instrumenting AsyncAppenders and AsyncLogger RingBuffers, + (JMX) Added MBeans for instrumenting AsyncAppenders and AsyncLogger RingBuffers, exposing queue size, remaining capacity and other attributes. @@ -247,7 +249,6 @@ Resource leak in Flume appender when it cannot create a BerkeleyDB db. - Renamed FastFileAppender and FastRollingFileAppender to RandomAccessFileAppender