From: Eric Bollengier Date: Sat, 29 May 2021 09:31:32 +0000 (+0200) Subject: update version and changelog X-Git-Tag: Release-11.0.4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea026845c9ef70ed80c055bfe7af67e902b2f1f8;p=thirdparty%2Fbacula.git update version and changelog --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index 6a6243223..392c0ec40 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,5 +1,8 @@ ChangeLog for Bacula Enterprise version 11.0.4 +29May21 + - Improve MySQL Dump procedure + 28May21 - baculum: Update script version - Fix org#2618 Disable fix on bvfs_get_jobids() temporarily diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 46f4b26af..4d72b53ff 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -43,6 +43,7 @@ Release 11.0.4 28 May 2021 - baculum: Update script version - Fix org#2618 Disable fix on bvfs_get_jobids() temporarily + - Improve MySQL upgrade procedure Bugs fixed/closed since last release: 2618 diff --git a/bacula/src/version.h b/bacula/src/version.h index 74295b939..9bd08d9be 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -25,8 +25,8 @@ /* Note: there can be only *one* VERSION in this file */ #define VERSION "11.0.4" -#define BDATE "28 May 2021" -#define LSMDATE "28Mar21" +#define BDATE "29 May 2021" +#define LSMDATE "29Mar21" #define RELEASE 1 /* Use ONLY in rpms */