Software release numbering
The values in a software release version convey the significance of the software changes from one version to another. With each version release, you can infer the scope of change by the version number.
There are three main categories of software versions, which are tracked in the version number for a given release, written as major.minor.build number.
1: Major
Indicates there are significant changes in the functionality or its components that require an important upgrade of the deployment. Changes that qualify include:
- Major upgrades of the underlying framework, such as Java or Eclipse
- Removal of an operating system that is no longer supported
- Major update of the IXIA TEXTML Server version.
2: Minor
Introduces new important features, so may require configuration changes and component upgrades.
3: Build number
Introduces bug fixes through service packs or hot fixes, which may require small updates to the components.