Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release notes for 6.9.3 #22413

Merged
merged 1 commit into from
Oct 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 6 additions & 1 deletion subprojects/docs/src/docs/release/notes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
This is a backport release, Gradle @version@.

This is the second patch release for Gradle 6.9.
This is the third patch release for Gradle 6.9.

It fixes the following issues:
* [#19523](https://github.com/gradle/gradle/issues/19523) Fix buffer overflow error in KryoBackedDecoder [Backport 6.x]
* [#20189](https://github.com/gradle/gradle/issues/20189) Support constraints without version in GMM [Backport 6.9.x]
* [#22358](https://github.com/gradle/gradle/issues/22358) Missing exclude rule merging optimizations

Issues fixed in the second patch release:
* [#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
Expand Down