From: bsbuild Date: Fri, 28 May 2021 13:12:55 +0000 (+0200) Subject: update version and releasenotes X-Git-Tag: Release-11.0.4~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c272ac9071bcb0a2cbc0f6f37e1b4c0f3ca9bc68;p=thirdparty%2Fbacula.git update version and releasenotes --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index 97afb2e84..6a6243223 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,3 +1,12 @@ + ChangeLog for Bacula Enterprise version 11.0.4 + +28May21 + - baculum: Update script version + - Fix org#2618 Disable fix on bvfs_get_jobids() temporarily + +Bugs fixed/closed since last release: +2618 + ChangeLog for Bacula Enterprise version 11.0.3 21May21 diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 0c83d1427..46f4b26af 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -37,6 +37,16 @@ database, be sure to shutdown Bacula and be aware that running the script can take some time depending on your database size. ---------------------------------------------------------------- +Release 11.0.4 28 May 2021 + +11.0.4 is a minor bug fix release. + + - baculum: Update script version + - Fix org#2618 Disable fix on bvfs_get_jobids() temporarily + +Bugs fixed/closed since last release: +2618 + Release 11.0.3 21 May 2021 11.0.3 is a minor bug fix release. diff --git a/bacula/src/version.h b/bacula/src/version.h index 856dd0ff2..74295b939 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -24,9 +24,9 @@ #define COMMUNITY 1 /* Define to create a Windows community binary */ /* Note: there can be only *one* VERSION in this file */ -#define VERSION "11.0.3" -#define BDATE "21 May 2021" -#define LSMDATE "21Mar21" +#define VERSION "11.0.4" +#define BDATE "28 May 2021" +#define LSMDATE "28Mar21" #define RELEASE 1 /* Use ONLY in rpms */