Mercurial > hg > orthanc-book
view Sphinx/source/faq/versioning.rst @ 736:1c9bb5142f92
Added tag Orthanc-1.9.5 for changeset e6386c012438
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 08 Jul 2021 11:34:09 +0200 |
parents | 546a6fc47aa2 |
children |
line wrap: on
line source
Orthanc versioning ================== Each release of Orthanc is identified by a version that is made of three parts: ``API.MAJOR.MINOR`` (e.g. 1.5.1). * API (currently, 1) 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.