Changes between Initial Version and Version 1 of Ticket #603, comment 1


Ignore:
Timestamp:
12.03.2014 00:39:19 (11 years ago)
Author:
jri
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #603, comment 1

    initial v1  
    33**RULE** 
    44 
    5 - Starting from now DM makes use of ''Semantic Versioning''. However, not in the "original" style (described on semver.org) but with the semantics shifted by one position:  
     5- Starting from now DM makes use of ''Semantic Versioning'' (however, not in the "original" style as described on semver.org): 
    66    - MAJOR number (`4`) stays until the next DM rewrite 
    7     - MINOR number changes when DM introduces incompatible API changes 
    8     - PATCH number changes when DM brings new features and for bug fixes 
     7    - MINOR number changes when DM breaks the API or introduces new API 
     8    - PATCH number changes for bug fixes or new minor features (without API changes) 
    99 
    1010- Every plugin .jar file has a `dm4x-` prefix, `x` being the minor number of the DM release the plugin is compatible with.