Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Tycho/Release Notes/0.18

< Tycho‎ | Release Notes
Revision as of 08:21, 15 July 2013 by Jan.sievers.sap.com (Talk | contribs) (New and Noteworthy)

Milestone 0.18.1

New and Noteworthy

List of bug fixes and enhancements in 0.18.1. This patch release adds support for recently released maven 3.1.0. Also, the bundles shipped with Tycho have been updated from Kepler pre-RC3 to Kepler final.

Milestone 0.18.0

New and Noteworthy

List of bug fixes and enhancements in 0.18.0. This is mostly a bug-fix release with changes needed by projects participating in the Eclipse Kepler release train.

Target Platform & Dependency Resolution

  • (INCOMPATIBLE CHANGE) The build now fails if a p2 repository is referenced that has installable units from an old-style update site. These so-called "partial IUs" cannot be used for dependency resolution and used to be silently dropped from the target platform. This often lead to strange resolution problems (bug 380438, question on stackoverflow). Now the build fails with a clear error message. (See the Additional Tools page for an example of how to convert an old-style update site into a p2 repository.)
  • Use a newer version of p2 (from between Kepler RC2 and Kepler RC3). In particular, this version includes the enhancements of bug 406960, bug 406942, bug 406902 and fixes for bug 409051, bug 408691.

Packaging

  • Added experimental support for bundled Mac OS X applications (bugs 378021, 407676). Note that you have to apply a workaround if you want to use this new p2 feature.
  • Several source bundle/feature generation fixes/enhancements:
    • bin.includes from license features now taken over into generated source features (bug 403950)
    • Source feature branding bundle can now be configured (Bug 407706)
    • Source feature.xml now has line-breaks, indentation and an XML declaration (bug 408168)
    • Allow to include non-root content in source bundle (bug 407172)

Other

  • Stricter and OSGi-specific MANIFEST syntax validation yielding better error messages (bug 383192)

Copyright © Eclipse Foundation, Inc. All Rights Reserved.