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 (minor fix in version nav CSS)
m (adapt version navigation to new theme)
 
Line 1: Line 1:
 
<css>
 
<css>
   #bodyContent{ position:relative; }
+
   #main-page-content{ position:relative; }
   #versionNav{ position:absolute; top: 0px; right: 0px; margin-right: 1em; font-size: 84%; line-height: 1.2em; color: rgb(125, 125, 125); }
+
   #versionNav{ position:absolute; top: 0px; right: 0px; border-color: transparent; background: transparent; }
</css>
+
</css>  
<div id="versionNav">&lt; Previous Version | [[Tycho/Release Notes/0.12|Next Version &gt;]]</div>
+
<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].  
 
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].  

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