prepare RC1 of Ivy 2.6.0

This commit is contained in:
Stefan Bodewig 2026-07-12 07:56:24 +02:00
parent 8644f1b12e
commit 2927c79ff1
No known key found for this signature in database
GPG Key ID: 23738DFD7C40DE43
3 changed files with 4 additions and 3 deletions

View File

@ -19,7 +19,7 @@
= Ivy Release Announcement = Ivy Release Announcement
XXXX Date XXXX - The Apache Ivy project is pleased to announce its 2.6.0 release. 15 July 2026 - The Apache Ivy project is pleased to announce its 2.6.0 release.
== What is Ivy? == What is Ivy?
Apache Ivy is a tool for managing (recording, tracking, resolving and reporting) project dependencies, characterized by flexibility, Apache Ivy is a tool for managing (recording, tracking, resolving and reporting) project dependencies, characterized by flexibility,
@ -71,6 +71,7 @@ It also fixes issues where the dynamic revisions were replaced by versions from
- FIX: the `ivy:deliver` task didn't include XML namespaces from a parent ivy module when merging the descriptors. (IVY-1658) - FIX: the `ivy:deliver` task didn't include XML namespaces from a parent ivy module when merging the descriptors. (IVY-1658)
(Thanks to Eric Milles) (Thanks to Eric Milles)
- FIX: the `ivy:checkdepsupdate` task no longer shows evicted versions. (IVY-1662) (Thanks to Eric Milles) - FIX: the `ivy:checkdepsupdate` task no longer shows evicted versions. (IVY-1662) (Thanks to Eric Milles)
- FIX: CVE-2026-26032: Apache Ivy: PackagerResolver path traversal vulnerability
== Committers and Contributors == Committers and Contributors

View File

@ -21,7 +21,7 @@
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd"> xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="org.apache.ivy" <info organisation="org.apache.ivy"
module="ivy" module="ivy"
status="integration"> status="release">
<description homepage="http://ant.apache.org/ivy/"> <description homepage="http://ant.apache.org/ivy/">
Apache Ivy is a tool for managing (recording, tracking, resolving and reporting) project dependencies. Apache Ivy is a tool for managing (recording, tracking, resolving and reporting) project dependencies.
</description> </description>

View File

@ -22,7 +22,7 @@ target.ivy.bundle.version=2.6.0
# in case we want to add a qualifier such as alpha, beta, etc... # in case we want to add a qualifier such as alpha, beta, etc...
# if non empty, add a '_' at the end of the qualifier, so the version would look like 1.2.3.alpha_200901011200 # if non empty, add a '_' at the end of the qualifier, so the version would look like 1.2.3.alpha_200901011200
# NB: be careful with naming, OSGi orders version alphabetically. Suggested values: alpha_, beta_, cr1_ (for RC-1), final_ # NB: be careful with naming, OSGi orders version alphabetically. Suggested values: alpha_, beta_, cr1_ (for RC-1), final_
target.ivy.bundle.version.qualifier=alpha_ target.ivy.bundle.version.qualifier=final
# Versions of dependencies # Versions of dependencies