Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-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 D421ADB65 for ; Sun, 19 Aug 2012 20:49:48 +0000 (UTC) Received: (qmail 88372 invoked by uid 500); 19 Aug 2012 20:49:48 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 88315 invoked by uid 500); 19 Aug 2012 20:49:48 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 88306 invoked by uid 99); 19 Aug 2012 20:49:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Aug 2012 20:49:48 +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; Sun, 19 Aug 2012 20:49:46 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E23A223888EA for ; Sun, 19 Aug 2012 20:49:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1374846 - in /commons/proper/logging/trunk/src/changes: ./ changes.xml release-notes.vm Date: Sun, 19 Aug 2012 20:49:01 -0000 To: commits@commons.apache.org From: dennisl@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120819204901.E23A223888EA@eris.apache.org> Author: dennisl Date: Sun Aug 19 20:49:01 2012 New Revision: 1374846 URL: http://svn.apache.org/viewvc?rev=1374846&view=rev Log: Add a changes.xml file to track resolved issues, along with a template that can be used to generate a release log file. To be able to generate a release log we need to also update commons-parent, which will be done later. Added: commons/proper/logging/trunk/src/changes/ commons/proper/logging/trunk/src/changes/changes.xml (with props) commons/proper/logging/trunk/src/changes/release-notes.vm - copied unchanged from r1374830, commons/proper/commons-parent/trunk/src/changes/release-notes.vm Added: commons/proper/logging/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/src/changes/changes.xml?rev=1374846&view=auto ============================================================================== --- commons/proper/logging/trunk/src/changes/changes.xml (added) +++ commons/proper/logging/trunk/src/changes/changes.xml Sun Aug 19 20:49:01 2012 @@ -0,0 +1,67 @@ + + + + + + + Release Notes + + + + + Potential missing privileged block for class loader. + + + LogFactoryImpl.setAttribute - possible NPE. + + + Log4JLogger uses deprecated static members of Priority such as INFO. + + + Static analysis suggests a number of potential improvements. + + + SimpleLog.log - unsafe update of shortLogName. + + + LogFactory.diagnosticPrefix and diagnosticsStream could be final. + + + + Propchange: commons/proper/logging/trunk/src/changes/changes.xml ------------------------------------------------------------------------------ svn:eol-style = native