Skip to content

Commit

Permalink
Merge pull request #19375 Release notes for 6.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-gradle committed Dec 21, 2021
2 parents 0319eff + e8f3c0a commit 5d94aa6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
25 changes: 23 additions & 2 deletions subprojects/docs/src/docs/release/notes.md
@@ -1,9 +1,30 @@
This is a backport release, Gradle @version@.

This release features bugfixes and other changes that were [backported](#backports) from Gradle 7.0 to Gradle 6.x.
This is the second patch release for Gradle 6.9.

It fixes the following issues:
* [#18163](https://github.com/gradle/gradle/issues/18163) Fix excludes for substituted dependencies
* [#18164](https://github.com/gradle/gradle/issues/18164) POSIX shell scripts improvements
* [#18697](https://github.com/gradle/gradle/issues/18697) Fix corrupted resolution result from replacement / capability conflict
* [#19328](https://github.com/gradle/gradle/issues/19328) Mitigations for log4j vulnerability in Gradle builds
* [#19372](https://github.com/gradle/gradle/issues/19372) Multiple transformed artifacts selected

Issues fixed in first patch release:
* [#17949](https://github.com/gradle/gradle/issues/17949) Gradle's up-to-date checks do not work on Windows FAT drives
* [#17950](https://github.com/gradle/gradle/issues/17950) Renaming and recreating the project directory causes Gradle to lose track of changes on Windows
* [#18089](https://github.com/gradle/gradle/issues/18089) Deprecate jcenter() repository

We recommend users upgrade to @version@ instead of 6.9.

Given the context of the Log4Shell vulnerability, make sure you take a look at [our blog post](https://blog.gradle.org/log4j-vulnerability) on this topic.

----

This release features bugfixes and other changes that were [backported](#backports) from Gradle 7.x to Gradle 6.x.

We would like to thank the following community contributors to this release of Gradle:
[Ståle Undheim](https://github.com/staale)
[Ståle Undheim](https://github.com/staale),
[Fodor Zoltan](https://github.com/archfz)

## Upgrade instructions

Expand Down
1 change: 0 additions & 1 deletion version.txt
@@ -1,2 +1 @@
6.9.2

0 comments on commit 5d94aa6

Please sign in to comment.