Mercurial > hg > orthanc-book
annotate Sphinx/source/faq/versioning.rst @ 409:0d02abd26842
note
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 05 May 2020 06:58:18 +0200 |
parents | 901e8961f46e |
children | 546a6fc47aa2 |
rev | line source |
---|---|
0 | 1 Orthanc versioning |
2 ================== | |
3 | |
4 Each release of Orthanc is identified by a version that is made of three parts: ``API.MAJOR.MINOR`` (e.g. 0.5.1). | |
5 | |
6 * API (currently, 0) changes when the REST API is refactored. | |
7 * 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. | |
8 * 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. |