Skip to main content
Version: 9.x

Releases

Roadmap

The bacula-web project roadmap is available on the GitHub project page

warning

For many reasons, Bacula-Web project uses GitHub issues instead of MantisBT since March 2019.

Versions numbering

Releases prior 6.0.0

Bacula-Web version follow Bacula numbering (see example below)

Bacula versionBacula-Web version
5.2.135.2.13-1
5.2.135.2.13-2
5.2.135.2.13-3

Since release 6.0.0

Why changing release numbering ?

First, to make my developer "life" easier ;) And to identify clearly which release is major, minor or a maintenance/bug fix release

As of version 6.0.0, each Bacula-Web releases follow semantic versioning, and be composed of three digits as below

  • first: major release (major new features)
  • second: minor release (minor new features)
  • third: maintenance and/or bug fix release

For example: Release 6.0.0 (released on November 11th 2013

MajorMinorBugfix
600
tip

Get more details about why using semantic versioning here