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 "Passage/Release Notes/0.5.0"

(Created page with "<css> #main-page-content{ position:relative; } #versionNav{ position:absolute; top: 0px; right: 0px; border-color: transparent; background: transparent; } </css> <div id="...")
 
Line 3: Line 3:
 
   #versionNav{ position:absolute; top: 0px; right: 0px; border-color: transparent; background: transparent; }
 
   #versionNav{ position:absolute; top: 0px; right: 0px; border-color: transparent; background: transparent; }
 
</css>
 
</css>
<div id="versionNav" class="alert alert-small alert-warning">[[Next Version]]&gt;</div>
+
<div id="versionNav" class="alert alert-small alert-warning">[[Passage/Release Notes/0.4.0|&lt; Previous Version]]</div>
  
 
==New and Noteworthy==
 
==New and Noteworthy==
Line 9: Line 9:
  
 
===Eclipse Passage Licensing Integration Components (LIC)===
 
===Eclipse Passage Licensing Integration Components (LIC)===
* {{bug | 544382}} - the engine shall routinely auto-recheck the file-based license after (default TTL)
+
* {{bug|544382}} - the engine shall routinely auto-recheck the file-based license after (default TTL)
* Bug 544385 - "Licensing" dialog shall show "expired" conditions
+
* {{bug|544385}} - "Licensing" dialog shall show "expired" conditions
* Bug 544386 - Provide standard UI to configure locations to look for license files
+
* {{bug|544386}} - Provide standard UI to configure locations to look for license files
 
* p2 support - define licensing constraints as a part of p2 metadata
 
* p2 support - define licensing constraints as a part of p2 metadata
 
* annotations - define annotations to let clients participate to the licensing lifecycle
 
* annotations - define annotations to let clients participate to the licensing lifecycle
  
 
===Eclipse Passage Licensing Operator Components (LOC) E4 RCP===
 
===Eclipse Passage Licensing Operator Components (LOC) E4 RCP===
* Bug 545663 - [Passage] licensing metadata should support variables for paths
+
* {{bug|545663}} - [Passage] licensing metadata should support variables for paths
 
* Provide clear UI separation between "License Pack template" and "Issues License"
 
* Provide clear UI separation between "License Pack template" and "Issues License"
 
* Allow to fulfill "License Pack template" from "Product Version" definition
 
* Allow to fulfill "License Pack template" from "Product Version" definition

Revision as of 05:45, 30 March 2019

New and Noteworthy

Complete list of bug fixes and enhancements in 0.5.0

Eclipse Passage Licensing Integration Components (LIC)

  • bug 544382 - the engine shall routinely auto-recheck the file-based license after (default TTL)
  • bug 544385 - "Licensing" dialog shall show "expired" conditions
  • bug 544386 - Provide standard UI to configure locations to look for license files
  • p2 support - define licensing constraints as a part of p2 metadata
  • annotations - define annotations to let clients participate to the licensing lifecycle

Eclipse Passage Licensing Operator Components (LOC) E4 RCP

  • bug 545663 - [Passage] licensing metadata should support variables for paths
  • Provide clear UI separation between "License Pack template" and "Issues License"
  • Allow to fulfill "License Pack template" from "Product Version" definition
  • Improve "Issue License" action: should allow to fulfill all the "License Pack template" fields

Eclipse Passage Licensing Back-end Components (LBC) OSGi-based server

  • SSH support for authentication and authorization
  • UI to configure server connections

Eclipse Passage Licensing Development Components (LDC) IDE plug-ins

  • UI to add licensing requirement to MANIFEST.MF
  • UI to add licensing requirement to component.xml

Back to the top