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

Difference between revisions of "Tycho/Release Notes/0.11"

m (fix link)
m (adapt version navigation to new theme)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
The Tycho 0.11.0 release mainly includes fixes for a long list of [https://issues.sonatype.org/secure/ReleaseNote.jspa?version=10874&projectId=10030 bugs].  
+
<css>
 +
  #main-page-content{ position:relative; }
 +
  #versionNav{ position:absolute; top: 0px; right: 0px; border-color: transparent; background: transparent; }
 +
</css>
 +
<div id="versionNav" class="alert alert-small alert-warning">&lt; Previous Version | [[Tycho/Release Notes/0.12|Next Version &gt;]]</div>
 +
 
 +
The Tycho 0.11.0 milestone release mainly includes fixes for a long list of [https://issues.sonatype.org/secure/ReleaseNote.jspa?version=10874&projectId=10030 bugs].  
  
 
Additionally, the implementation of eclipse-repository was improved significantly: Instead of just copying artifacts and calling the features and bundles publisher (like in eclipse-repository 0.10, and all versions of eclipse-update-site), the existing p2 metadata of the artifacts is [https://issues.sonatype.org/browse/TYCHO-513 reused]. With the "native" p2 data flow implemented in Tycho, two new features could also be added:
 
Additionally, the implementation of eclipse-repository was improved significantly: Instead of just copying artifacts and calling the features and bundles publisher (like in eclipse-repository 0.10, and all versions of eclipse-update-site), the existing p2 metadata of the artifacts is [https://issues.sonatype.org/browse/TYCHO-513 reused]. With the "native" p2 data flow implemented in Tycho, two new features could also be added:

Latest revision as of 04:40, 18 September 2014

< Previous Version | Next Version >

The Tycho 0.11.0 milestone release mainly includes fixes for a long list of bugs.

Additionally, the implementation of eclipse-repository was improved significantly: Instead of just copying artifacts and calling the features and bundles publisher (like in eclipse-repository 0.10, and all versions of eclipse-update-site), the existing p2 metadata of the artifacts is reused. With the "native" p2 data flow implemented in Tycho, two new features could also be added:

  • Root files can be included with features (see documentation here)
  • eclipse-repository can build self-contained p2 repositories (see documentation here)

Tycho 0.11.1 fixes one additional bug.

Back to the top