diff --git a/news/4.34/images/target-version-ranges-source.png b/news/4.34/images/target-version-ranges-source.png new file mode 100644 index 00000000..3b7f1e4d Binary files /dev/null and b/news/4.34/images/target-version-ranges-source.png differ diff --git a/news/4.34/images/target-version-ranges-ui.png b/news/4.34/images/target-version-ranges-ui.png new file mode 100644 index 00000000..28f00dbb Binary files /dev/null and b/news/4.34/images/target-version-ranges-ui.png differ diff --git a/news/4.34/pde.html b/news/4.34/pde.html index 4f0a567a..4b65f5d5 100644 --- a/news/4.34/pde.html +++ b/news/4.34/pde.html @@ -46,6 +46,22 @@

Plug-in Development Environment

Editors

+ + + + Support for version ranges and omitted version in IU target location + + The PDE Target Editor now supports to specify a range as version of a unit or to omit the specification of a version entirely in InstallableUnit locations. + Without an explicit version the value 0.0.0 is used by default, which resolves to the latest version available. + All of the following variants to specify a version in the Source tab of the Target Editor are now possible: +

Version ranges and omitted version in an IU target location

+ It is also possible to define these advance versions specifications through the UI of the Target Editor. + After clicking the Edit button for a location, you can specify a version range for a selected unit directly in the table. + Entering latest is equivalent to 0.0.0 and always resolves to the latest version of that unit. +

Editing of version ranges and latest version in the UI editor of an IU target location

+ + +