From 0e6e8aa66e1b73daad28c1647665d91662033567 Mon Sep 17 00:00:00 2001 From: Dennis Lundberg Date: Sun, 19 Aug 2012 20:49:01 +0000 Subject: [PATCH] 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. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1374846 13f79535-47bb-0310-9956-ffa450edef68 --- src/changes/changes.xml | 67 +++++++++++++++++++++ src/changes/release-notes.vm | 109 +++++++++++++++++++++++++++++++++++ 2 files changed, 176 insertions(+) create mode 100644 src/changes/changes.xml create mode 100644 src/changes/release-notes.vm diff --git a/src/changes/changes.xml b/src/changes/changes.xml new file mode 100644 index 0000000..b93038e --- /dev/null +++ b/src/changes/changes.xml @@ -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. + + + + diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm new file mode 100644 index 0000000..f36bd35 --- /dev/null +++ b/src/changes/release-notes.vm @@ -0,0 +1,109 @@ +## Licensed to the Apache Software Foundation (ASF) under one +## or more contributor license agreements. See the NOTICE file +## distributed with this work for additional information +## regarding copyright ownership. The ASF licenses this file +## to you under the Apache License, Version 2.0 (the +## "License"); you may not use this file except in compliance +## with the License. You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, +## software distributed under the License is distributed on an +## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +## KIND, either express or implied. See the License for the +## specific language governing permissions and limitations +## under the License. +## + Apache ${project.name} ${version} RELEASE NOTES + +The ${developmentTeam} is pleased to announce the release of ${finalName} + +$introduction.replaceAll("(?