This wiki is archived and useful information is being migrated to the main bzflag.org website

Versions

From BZFlagWiki
Revision as of 18:22, 12 March 2017 by Zehra (Talk | contribs) (Released versions of BZFlag: update)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Version Numbering Systems[edit]

History[edit]

BZFlag has undergone several different numbering schemes over the years (decades) that can be roughly categorized as follows: the 1.7 alphabet soup series, the 1.10 through 2.0 series, and the "new" "quad" system currently in place. The information in following regarding BZFlag's version scheme pertains to the system put into place for the v2.3 /2.4 release

Current System[edit]

The version system uses a 4 digit system that contains the following values

MAJOR . MINOR . RELEASE . BUILD

This numbering scheme is similar to many open source software projects.

In this version numbering scheme, the MAJOR number implies predominant changes to the software system that makes it visually different from the previous version.

The MINOR number represents changes to a version that break it's compatibility with with previous releases.

The RELEASE number is iterated across the various releases of that given MAJOR.MINOR version and represents feature additions and enhancements that maintain compatability with all versions sharing the same MAJOR.MINOR pair.

The BUILD number is incremented each time a package is built and posted. It is updated often and represents only minor changes to the code or packaging system. This is what we change to differentiate different downloads of the same code.

Development Versions and Release Versions[edit]

Development of a new version of BZFlag occurs on the odd version of the lowest required version number. Incompatable releases use an odd MINOR version. A special case is held for development of a new MAJOR version, it is done using the MINOR version of 99.

Releases are always done with even numbers in the first triplet. The build number is simply increment for each publishing.

Examples[edit]

2.3.x.x is development for 2.4.0.0

2.4.0.1 and 2.4.0.2 are both builds of a 2.4.0 release.

2.4.1.x is development for 2.4.2.0

2.99.x.x is development for 3.0.0.0


Release Candidates[edit]

Labels and comments that a given release is an RC (Release Candidate) version or that it's a beta or an alpha release are merely intended to describe the stability of a given version but are not part of the version itself. Lower patch numbers on a developer revision (where the MINOR number is an odd-number) tend to imply less stability whereas higher patch numbers tend to imply greater stability. On non-developer releases, the number is generally only incremented and reposed if there was something deficient with the version already posted.

Released versions of BZFlag[edit]

There are currently 40 open source versions of BZFlag. Versions earlier then 1.7c-X were closed source.

The versions in chronological order are:

BZFlag Releases
BZFlag 1.7c-1
BZFlag 1.7c-2
BZFlag 1.7c-2-1
BZFlag 1.7c-2-2
BZFlag 1.7c-2-3
BZFlag 1.7d-1
BZFlag 1.7d-2
BZFlag 1.7d-3
BZFlag 1.7d-4
BZFlag 1.7d-5
BZFlag 1.7d-6
BZFlag 1.7d-7
BZFlag 1.7d-8
BZFlag 1.7d-9
BZFlag 1.7e
BZFlag 1.7e1
BZFlag 1.7e2
BZFlag 1.7e4
BZFlag 1.7e6
BZFlag 1.7g0
BZFlag 1.7g2
BZFlag 1.10.0
BZFlag 1.10.2
BZFlag 1.10.4
BZFlag 1.10.6
BZFlag 1.10.8
BZFlag 2.0.0
BZFlag 2.0.2
BZFlag 2.0.4
BZFlag 2.0.6
BZFlag 2.0.8
BZFlag 2.0.10
BZFlag 2.0.12
BZFlag 2.0.14
BZFlag 2.0.16
BZFlag 2.4.0
BZFlag 2.4.2
BZFlag 2.4.4
BZFlag 2.4.6
BZFlag 2.4.8
BZFlag 2.4.10

Development versions of BZFlag[edit]

Every release is preceded by a development version. These versions are where the developers work on the code that goes into each release. Development versions for major releases are generally not compatible with any other release, including different builds of themselves.

Some of these development releases had there own pages for development planning. This is a list of them for historical reference.