From: Eric Bollengier Date: Thu, 3 Jun 2021 07:31:55 +0000 (+0200) Subject: update version and changelog X-Git-Tag: Release-11.0.5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2eb1317ab0cda456a1ecc66b59120f1d59c5a09e;p=thirdparty%2Fbacula.git update version and changelog --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index 392c0ec40..701ac139b 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,3 +1,19 @@ + ChangeLog for Bacula Enterprise version 11.0.5 + + +02Jun21 + - Update MySQL update procedure for 5.6 + +01Jun21 + - Fix compilation + +17May21 + - Fix org#2427 About incorrect handling of empty files with Accurate=yes on + Windows + +Bugs fixed/closed since last release: +2427 + ChangeLog for Bacula Enterprise version 11.0.4 29May21 diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 4d72b53ff..932c40ad7 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -37,6 +37,18 @@ 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.5 03 June 2021 + +11.0.5 is a minor bug fix release. + + - Fix compilation + - Fix org#2427 About incorrect handling of empty files with Accurate=yes on Windows + - Update MySQL update procedure for 5.6 + +Bugs fixed/closed since last release: +2427 + + Release 11.0.4 28 May 2021 11.0.4 is a minor bug fix release. diff --git a/bacula/src/version.h b/bacula/src/version.h index 9bd08d9be..5c551ce4b 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.4" -#define BDATE "29 May 2021" -#define LSMDATE "29Mar21" +#define VERSION "11.0.5" +#define BDATE "03 June 2021" +#define LSMDATE "03Jun21" #define RELEASE 1 /* Use ONLY in rpms */