From: Eric Bollengier Date: Thu, 4 Feb 2021 15:03:02 +0000 (+0100) Subject: update version and releasenotes X-Git-Tag: Release-11.0.1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9073af7def78620c39891b8ba2121ef99290a89;p=thirdparty%2Fbacula.git update version and releasenotes --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index fc921d9ab..04bc3489a 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,3 +1,90 @@ + ChangeLog for Bacula Enterprise version 11.0.1 + +04Feb21 + - win32: backport sining tools + +03Feb21 + - win32: Backport signing procedures to 11.0 + - Fix copy/migration job selection + +02Feb21 + - Add PGSQL detection for macOS and MacPorts. + - Remove deprecated sbrk in macOS and Windows. + - Use PKG_PROG_PKG_CONFIG macro to search for pkg-config. It is cross-compile + safe. + +01Feb21 + - Initialize StartTime in db_create_job_record() + +31Jan21 + - baculum: Fix finding jobs by filename in restore wizard if filename contains + whitespace characters + - baculum: Update spec files + - baculum: Update debian files to latest version + - baculum: Remove excanvas.js dependency + +30Jan21 + - baculum: Add job status weather on job list page + - baculum: Add new icons for job status weather purpose + - baculum: Add capability to create filedaemon console and schedule on new + resource page + +28Jan21 + - baculum: Browser paths in restore browser using pathid + - baculum: Add to Bvfs lsdirs and lsfiles API endpoints pathid parameter + +24Jan21 + - baculum: Add console messages log envelope + - baculum: Add console messages log API endpoint + +21Jan21 + - baculum: Fix #2560 in restore wizard display names encoded in non-UTF encoding + +15Jan21 + - win32: Fix conditional #define's + +13Jan21 + - win32: Fix #7256 Update Windows version detection with latest versions + (Windows 10). + +08Jan21 + - Fix org#2579 About incorrect JSON generated from empty Messages resource + +06Jan21 + - Fix org#2587 Improve btraceback output + - Fix org#2588 About incorrect Object/ObjectId type in update_postgresql_tables + - Fix #7247 About incorrect variable substitution with the query command + +31Dec20 + - Fix #7214 Adapt mtx-changer.conf for GNU cpio mt version + +30Dec20 + - Fix #7207 About 'dbcheck -n' not working properly + +24Dec20 + - alist: Fix for memory overflow access. + +16Dec20 + - BEE Backport bacula/src/tools/dbcheck.c + +15Dec20 + - Fix #7168 About incorrect start time displayed for canceled jobs not yet + running + - Fix compilation warnings with Solaris Studio + - baculum: Fix problem with setting hourly schedule - reported by Elias Pereira + - Fix MySQL update procedure with incorrect handling of the FileIndex type + - Fix update_sqlite3_tables to upgrade from 9.6 to 11.0 + +01Dec20 + - win32: Fix #7094 bypass random pwd generation when pwd is provided + +25Nov20 + - Fix #7079 About a segfault in a copyjob when the fileset is no longer defined + +Bugs fixed/closed since last release: +2560 2579 2587 2588 7079 7094 7168 7207 7214 7247 7256 + + ChangeLog for Bacula Enterprise version 11.0.0 10Dec20 diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index bcf8db926..aa9f31f12 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -37,6 +37,59 @@ running the script can take some time depending on your database size. ---------------------------------------------------------------- +Release 11.0.1 04 February 2021 + +11.0.1 is a minor bug fix release. + + - Add PGSQL detection for macOS and MacPorts. + - BEE Backport bacula/src/tools/dbcheck.c + - Fix #7079 About a segfault in a copyjob when the fileset is no longer defined + - Fix #7168 About incorrect start time displayed for canceled jobs not yet + running + - Fix #7207 About 'dbcheck -n' not working properly + - Fix #7214 Adapt mtx-changer.conf for GNU cpio mt version + - Fix #7247 About incorrect variable substitution with the query command + - Fix MySQL update procedure with incorrect handling of the FileIndex type + - Fix compilation warnings with Solaris Studio + - Fix copy/migration job selection + - Fix org#2579 About incorrect JSON generated from empty Messages resource + - Fix org#2587 Improve btraceback output + - Fix org#2588 About incorrect Object/ObjectId type in update_postgresql_tables + - Fix update_sqlite3_tables to upgrade from 9.6 to 11.0 + - Initialize StartTime in db_create_job_record() + - Remove deprecated sbrk in macOS and Windows. + - Use PKG_PROG_PKG_CONFIG macro to search for pkg-config. It is cross-compile + safe. + - alist: Fix for memory overflow access. + + - baculum: Add capability to create filedaemon console and schedule on new + resource page + - baculum: Add console messages log API endpoint + - baculum: Add console messages log envelope + - baculum: Add job status weather on job list page + - baculum: Add new icons for job status weather purpose + - baculum: Add to Bvfs lsdirs and lsfiles API endpoints pathid parameter + - baculum: Browser paths in restore browser using pathid + - baculum: Fix #2560 in restore wizard display names encoded in non-UTF encoding + - baculum: Fix finding jobs by filename in restore wizard if filename contains + whitespace characters + - baculum: Fix problem with setting hourly schedule - reported by Elias Pereira + - baculum: Remove excanvas.js dependency + - baculum: Update debian files to latest version + - baculum: Update spec files + + - win32: Backport signing procedures to 11.0 + - win32: Fix #7094 bypass random pwd generation when pwd is provided + - win32: Fix conditional #define's + - win32: Fix #7256 Update Windows version detection with latest versions + (Windows 10). + + +Bugs fixed/closed since last release: +2560 2579 2587 2588 7079 7094 7168 7207 7214 7247 7256 + +---------------------------------------------------------------- + Release 11.0.0 12 December 2020 11.0.0 is a major release. diff --git a/bacula/src/version.h b/bacula/src/version.h index 8726e6e69..f0a991121 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.0" -#define BDATE "12 December 2020" -#define LSMDATE "12Dec20" +#define VERSION "11.0.1" +#define BDATE "04 February 2020" +#define LSMDATE "04Feb20" #define RELEASE 1 /* Use ONLY in rpms */