This is an automated email from the ASF dual-hosted git repository. chtompki pushed a commit to branch 4.3 in repository https://gitbox.apache.org/repos/asf/commons-skin.git
commit 570fe5febac2607fa5e375ed164239eed3043cc6 Author: Rob Tompkins <chtom...@apache.org> AuthorDate: Thu Dec 28 09:53:22 2023 -0500 update(RELEASE-NOTES.txt): adding 4.3 release --- RELEASE-NOTES.txt | 123 +++++++++++++++++++++++++++++++++--------------------- 1 file changed, 75 insertions(+), 48 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index cd39b2e..593296a 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,48 +1,75 @@ - Apache Commons Skin 4.2 - RELEASE NOTES - -The Apache Commons Skin team is pleased to announce the release of Apache Commons Skin 4.2. - -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. - -Changes in this version include: - -New features: -o Optionally render bare <div class="source"><pre> tags using prettyprint. - The functionality is enabled using custom properties to be added to the site.xml. - -Fixed Bugs: -o Fix processing of custom <footer> element from commons-parent site.xml. -o Update processing of <head> section to handle injected XHTML. -o Fixed background on navigation menu collapsed icon from white to transparent. - - -Removed: -o Remove unused css files. These are not used in the current skin and - are from previous skin versions. - - -You can test Apache Commons Skin by installing the skin using 'mvn install' -and adding the following to your site.xml site descriptor for the maven-site-plugin: - - <skin> - <groupId>org.apache.commons</groupId> - <artifactId>commons-skin</artifactId> - <version>4.2</version> - </skin> - - <custom> - <!-- Custom properties controlling the commons-skin template. --> - <commonsSkin> - <!-- - Convert preformatted source section tags to prettyprint: - <div class="source"><pre> to <div class="source"><pre class="prettyprint"> - --> - <prettyPrintSourcePreTags>true</prettyPrintSourcePreTags> - - <!-- Add the "linenums" class to the prettyprint enabled source tags --> - <prettyPrintLineNumbersEnabled>false</prettyPrintLineNumbersEnabled> - </commonsSkin> - </custom> + Apache Commons Skin 4.3 + RELEASE NOTES + +The Apache Commons Skin team is pleased to announce the commons-skin-4.3 release! + +Apache Commons Skin + +Changes in this version include: + + +Fixed Bugs: +o [StepSecurity] ci: Harden GitHub Actions #66. Thanks to step-security-bot, Gary Gregory. + +Changes: +o Main logo upgrade - commons-logo.png Thanks to Rob Tompkins. +o Bump actions/cache from 3.0.8 to 3.0.11 #12. Thanks to Dependabot. +o Bump actions/checkout from 3 to 3.1.0, #9. Thanks to Gary Gregory, Dependabot. +o Bump actions/setup-java from 3 to 3.6.0, #13. Thanks to Gary Gregory, Dependabot. +o Bump actions/upload-artifact from 3.1.0 to 3.1.1 #18. Thanks to Gary Gregory, Dependabot. +o Bump github/codeql-action from 2.1.23 to 2.1.31 #4, #17, #19. Thanks to Dependabot. +o Bump ossf/scorecard-action from 1.1.2 to 2.0.6 #15. Thanks to Dependabot. +o Bump commons-parent from 49 to 65, #5, #28, #32, #59, #95. Thanks to Gary Gregory, Dependabot. + + +Have fun! +-Apache Commons Skin team + + Apache Commons Skin 4.2 + RELEASE NOTES + +The Apache Commons Skin team is pleased to announce the release of Apache Commons Skin 4.2. + +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. + +Changes in this version include: + +New features: +o Optionally render bare <div class="source"><pre> tags using prettyprint. + The functionality is enabled using custom properties to be added to the site.xml. + +Fixed Bugs: +o Fix processing of custom <footer> element from commons-parent site.xml. +o Update processing of <head> section to handle injected XHTML. +o Fixed background on navigation menu collapsed icon from white to transparent. + + +Removed: +o Remove unused css files. These are not used in the current skin and + are from previous skin versions. + + +You can test Apache Commons Skin by installing the skin using 'mvn install' +and adding the following to your site.xml site descriptor for the maven-site-plugin: + + <skin> + <groupId>org.apache.commons</groupId> + <artifactId>commons-skin</artifactId> + <version>4.2</version> + </skin> + + <custom> + <!-- Custom properties controlling the commons-skin template. --> + <commonsSkin> + <!-- + Convert preformatted source section tags to prettyprint: + <div class="source"><pre> to <div class="source"><pre class="prettyprint"> + --> + <prettyPrintSourcePreTags>true</prettyPrintSourcePreTags> + + <!-- Add the "linenums" class to the prettyprint enabled source tags --> + <prettyPrintLineNumbersEnabled>false</prettyPrintLineNumbersEnabled> + </commonsSkin> + </custom> \ No newline at end of file