Mercurial > hg > orthanc-book
diff Sphinx/source/faq/versioning.rst @ 0:901e8961f46e
initial commit
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 22 Apr 2016 12:57:38 +0200 |
parents | |
children | 546a6fc47aa2 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Sphinx/source/faq/versioning.rst Fri Apr 22 12:57:38 2016 +0200 @@ -0,0 +1,8 @@ +Orthanc versioning +================== + +Each release of Orthanc is identified by a version that is made of three parts: ``API.MAJOR.MINOR`` (e.g. 0.5.1). + +* API (currently, 0) changes when the REST API is refactored. +* MAJOR changes when a new major feature is introduced (either in the REST API or in the DICOM support), when an incompatibility in the database schema is introduced, or when an important refactoring is achieved. +* MINOR changes after each introduction of a minor feature, after a bugfix, or after a speed or GUI improvement. It also changes when an experimental feature is introduced.