This is a vote to release the Apache Log4j Tools 0.7.0.
Website: https://logging.staged.apache.org/log4j/tools
GitHub: https://github.com/apache/logging-log4j-tools
Commit: 04d9a79fb5cadb791c9e66fc671d6c0ffedf7e1e
Distribution: https://dist.apache.org/repos/dist/dev/logging/log4j-tools
Nexus:
https://repository.apache.org/content/repositories/orgapachelogging-1247
Signing key: 0x077e8893a6dcc33dd4a4d5b256e73ba9a0b592d0
Please download, test, and cast your votes on this mailing list.
[ ] +1, release the artifacts
[ ] -1, don't release, because...
This vote is open for 72 hours and will pass unless getting a
net negative vote count. All votes are welcome and we encourage
everyone to test the release, but only the Logging Services PMC
votes are officially counted. At least 3 +1 votes and more
positive than negative votes are required.
=== Review kit
The minimum set of steps needed to review the uploaded distribution
files in the Subversion repository can be summarized as follows:
# Check out the distribution
svn co https://dist.apache.org/repos/... && cd $_
# Verify checksums
shasum --check *.sha512
# Verify signatures
wget -O - https://downloads.apache.org/logging/KEYS | gpg --import
for sigFile in *.asc; do gpg --verify $sigFile; done
# Verify reproduciblity
umask 0022
unzip *-src.zip -d src
cd src
export NEXUS_REPO=https://repository.apache.org/content/...
sh mvnw -Prelease verify artifact:compare -Dreference.repo=$NEXUS_REPO
=== Release notes
This minor release contains various bug fixes and improvements.
==== Added
* Add the new `updated` changelog entry type and bump the XSD version to
`0.1.3`
==== Changed
* Update `commons-io:commons-io` to version `2.15.1` (#86)
* Update `org.apache.maven.plugin-tools:maven-plugin-annotations` to
version `3.10.2` (#87)
==== Fixed
* Sort changelog entry types alphanumerically
* Fix `log4j-changelog:release` failure on empty unreleased changelog
directory (#90)
* Fix parsing of patch versions in `log4j-changelog:release` goal (#89)