blob: da8ee86aa575d5f990912284e7e0866c73eba9a9 [file] [log] [blame]
<?xml version="1.0"?>
<!--
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.
-->
<!--
This file is also used by the maven-changes-plugin to generate the release notes.
Useful ways of finding items to add to this file are:
1. Add items when you fix a bug or add a feature (this makes the
release process easy :-).
2. Do a JIRA search for tickets closed since the previous release.
3. Use the report generated by the maven-changelog-plugin to see all
SVN commits. TBA how to use this with SVN.
To generate the release notes from this file:
mvn changes:announcement-generate -Prelease-notes [-Dchanges.version=nn]
then tweak the formatting if necessary
and commit
The <action> type attribute can be add,update,fix,remove.
-->
<document xmlns="http://maven.apache.org/changes/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
<properties>
<title>Apache Commons Skin Release Notes</title>
<author email="dev@commons.apache.org">Apache Commons developers</author>
</properties>
<!-- NOTE:
The description below is specially formatted so as to improve the layout of the generated release notes:
The parsing process removes all line feeds, replacing them with a single space.
The Velocity template in resources/templates has been enhanced to replace pairs of adjacent spaces
with a new-line in the release notes. (These spaces are ignored when displaying HTML).
If the output is not quite correct, check for invisible trailing spaces!
To suppress formatting of an action entry when generating release notes, add an empty date.
This does not affect the HTML changes report (in any case dates are not displayed by default)
N.B. The release notes template groups actions by type, and only extracts data for the current release.
The changes report outputs actions in the order they appear in this file.
-->
<body>
<release version="4.3" date="TBD" description="New features and bug fixes.">
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Dependabot">Bump actions/cache from 3.0.8 to 3.0.11 #12.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump actions/checkout from 3 to 3.1.0, #9.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump actions/setup-java from 3 to 3.6.0, #13.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump actions/upload-artifact from 3.1.0 to 3.1.1 #18.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Bump github/codeql-action from 2.1.23 to 2.1.31 #4, #17, #19.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Bump ossf/scorecard-action from 1.1.2 to 2.0.6 #15.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump commons-parent from 49 to 58, #5, #28, #32, #59.</action>
</release>
<release version="4.2" date="2019-11-25" description="New features and bug fixes for maven-site-plugin 3.5+.
The previous version velocity template had features written for an earlier site
plugin version that were broken with the latest site plugin.">
<action type="remove" dev="aherbert">
Remove unused css files. These are not used in the current skin and
are from previous skin versions.
</action>
<action type="fix" dev="aherbert">
Fix processing of custom &lt;footer&gt; element from commons-parent site.xml.
</action>
<action type="fix" dev="aherbert">
Update processing of &lt;head&gt; section to handle injected XHTML.
</action>
<action type="add" dev="aherbert">
Optionally render bare &lt;div class="source"&gt;&lt;pre&gt; tags using prettyprint.
The functionality is enabled using custom properties to be added to the site.xml.
</action>
<action type="fix" dev="aherbert">
Fixed background on navigation menu collapsed icon from white to transparent.
</action>
</release>
</body>
</document>