ChangeSets: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(Imported from Redmine)
 
No edit summary
Line 11: Line 11:


* v3.7
* v3.7
** [[ChangeLogV3_7_10_1|Version 3.7.10.1]]
** [[Changelog Version 3.7.11]]
** [[ChangeLogV3_7_10|Version 3.7.10]]
** [[Changelog Version 3.7.10.1]]
** [[ChangeLogV3_7_9_3|Version 3.7.9.3]]
 
** [[ChangeLogV3_7_9_2|Version 3.7.9.2]]
Changelogs prior to and including 3.7.10.1 were combined into a single page during the migration to MediaWiki:
** [[ChangeLogV3_7_9_1|Version 3.7.9.1]]
 
** [[ChangeLogV3_7_9|Version 3.7.9]]
* [[ChangeLogsOld|Older changelogs]]
** [[ChangeLogV3_7_8_1|Version 3.7.8.1]]
** [[ChangeLogV3_7_8|Version 3.7.8]]
** [[ChangeLogV3_7_7_1|Version 3.7.7.1]]
** [[ChangeLogV3_7_7|Version 3.7.7]]
** [[ChangeLogV3_7_6_2|Version 3.7.6.2]]
** [[ChangeLogV3_7_6_1|Version 3.7.6.1]]
** [[ChangeLogV3_7_6|Version 3.7.6]]
** [[ChangeLogV3_7_5|Version 3.7.5]]
** [[ChangeLogV3_7_4|Version 3.7.4]]
** [[ChangeLogV3_7_3|Version 3.7.3]]
** [[ChangeLogV3_7_2_1|Version 3.7.2.1]]
** [[ChangeLogV3_7_2|Version 3.7.2]]
** [[ChangeLogV3_7_1|Version 3.7.1]]
** [[ChangeLogV3_7_0|Version 3.7.0]]
* v3.6
** [[ChangeLogV3_6_5_1|Version 3.6.5.1]]
** [[ChangeLogV3_6_5|Version 3.6.5]]
** [[ChangeLogV3_6_4_2|Version 3.6.4.2]]
** [[ChangeLogV3_6_4_1|Version 3.6.4.1]]
** [[ChangeLogV3_6_4|Version 3.6.4]]
** [[ChangeLogV3_6_3|Version 3.6.3]]
** [[ChangeLogV3_6_2|Version 3.6.2]]
** [[ChangeLogV3_6_1|Version 3.6.1]]
** [[ChangeLogV3_6|Version 3.6]]
* v3.5
** [[ChangeLogV3_5_3_2|Version 3.5.3.2]]
** [[ChangeLogV3_5_3_1|Version 3.5.3.1]]
** [[ChangeLogV3_5_3|Version 3.5.3]]
** [[ChangeLogV3_5_2|Version 3.5.2]]
** [[ChangeLogV3_5_1|Version 3.5.1]]
** [[ChangeLogV3_5|Version 3.5.0]]

Revision as of 04:08, 20 March 2017

ChangeSets: API and Code Changes between Versions

Versions are of the form MAJOR.API.MINOR.PATCH.

  • Major versions are saved for huge changes to the entire project's operation and are very rare.
  • The API version determines the codes Application Programmable Interface. During an API version, we guarantee that the API will not change. Updating minor versions will still have the same API within these version series. The 'next' branch of our git repo tracks the API version.
  • The Minor version number is where we make updates and develop new features. There will be additions to the API but no changes to the existing API. The 'master' branch of our git repo tracks the Minor version.
  • The Patch version (assumed 0 if not specified) is reserved for bug fixes and does not add any new features. The 'maint' branch of our git repo tracks the Patch version.

Starting with v3.7.9 release tarballs are digitally signed with a GPG key

Changelogs prior to and including 3.7.10.1 were combined into a single page during the migration to MediaWiki: