Main  /  Edit  /  History  /   /  Users Area

CppCMS versioning scheme

CppCMS uses a versioning scheme with 3 significant digits: [Major].[Minor].[Patch]

The naming convention is the same convention used by Gnome and by GLib. It is very suitable for libraries as it is clear what kind of dependency required and what library is backward compatible with other and at what level.

Major - defines API and ABI compatibility it expected to be 1 for a long time. The release of CppCMS 2.0.0 would mean a major API changes compared to 1.x.x, but such a release is not planned at this point.

Minor - Releases that adds new features and functionality such that:

Patch - bug fix release that do not change any API.

The 0.99.X and 0.999.X version scheme is a beta-X and RC-X pre-release scheme - i.e. pre 1.0.0. version.


Changelog for CppCMS 1.x.x | Top | How to build CppCMS 1.x.x

About

CppCMS is a web development framework for performance demanding applications.

Support This Project

SourceForge.net Logo

Поддержать проект

CppCMS needs You


Navigation

Main Page



Valid CSS | Valid XHTML 1.0