From: Kern Sibbald Date: Sun, 20 Sep 2020 15:08:16 +0000 (+0200) Subject: Update version date + ReleaseNotes + ChangeLog X-Git-Tag: Release-9.6.6~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfa2c83ef0fa7e12a8fa3d1df058e37046ce0b1d;p=thirdparty%2Fbacula.git Update version date + ReleaseNotes + ChangeLog --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index 284852bad..835c01fed 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,6 +1,70 @@ - Changelog for version 9.6.4 + Changelog for version 9.6.6 +30Aug20 + - Update copyright year + +17Aug20 + - Clarify SD vbackup device error message + - Fix MT2554 :update upload_cache call in dircmd.c + +15Aug20 + - zero malloced memory when SMARTALLOC not enabled + +09Aug20 + - baculum: Fix #2558 saving day or day range in schedule resource - reported by + Jose Alberto + +05Aug20 + - Fix MT2554 :upgrade upload_cache interface. + +29Jun20 + - Eliminate compiler errors when smartalloc is turned off + +28Jun20 + - baculum: Fix date formatter to work with PHP 7.4 + +27Jun20 + - baculum: Fix configure Bacula hosts page to work with PHP 7.4 + +25Jun20 + - baculum: Update Portuguese translations + +24Jun20 + - baculum: Change colours in table headers and borders + +20Jun20 + - baculum: Add remove runscript button + +19Jun20 + - Fix #6366 About an issue with verify job level=DiskToCatalog + - baculum: Close modal windows on pressing ESC key + - baculum: Fix logout button on authorization failed page + +18Jun20 + - baculum: Add local user authentication method support + +14Jun20 + - baculum: Add date and time formatters - idea proposed by Wanderlei Huttel + +13Jun20 + - baculum: Enable re-running jobs in async way and visual improvements + +12Jun20 + - baculum: Change cursor over selectable table + +11Jun20 + - Fix build script copyright detection + - release: add code to detect Bacula Systems copyrights and fail release + +03Jun19 + - Fix compilation of bsnapshot on Fedora + +Bugs fixed/closed since last release: +2558 6366 + + +================================================= Release 9.6.4 08Jun20 diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index c3908c826..e2d5c8250 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -1,5 +1,47 @@ - Release Notes for Bacula 9.6.4 + Release Notes for Bacula 9.6.6 + +Release 9.6.6 + +20Sep20 + +This is a minor bug fix release. Unless there is some new major bug found, +this will be the last of the 9.6.x releases. The next release major +release (a really big one) is currently scheduled for December. More +about this in a subsequent status report ... + +30Aug20 + - Update copyright year + - Clarify SD vbackup device error message + - Fix MT2554 :update upload_cache call in dircmd.c + - zero malloced memory when SMARTALLOC not enabled + - baculum: Fix #2558 saving day or day range in schedule resource - reported by + Jose Alberto + - Fix MT2554 :upgrade upload_cache interface. + - Eliminate compiler errors when smartalloc is turned off + - baculum: Fix date formatter to work with PHP 7.4 + - baculum: Fix configure Bacula hosts page to work with PHP 7.4 + - baculum: Update Portuguese translations + - baculum: Change colours in table headers and borders + - baculum: Add remove runscript button + - Fix #6366 About an issue with verify job level=DiskToCatalog + - baculum: Close modal windows on pressing ESC key + - baculum: Fix logout button on authorization failed page + - baculum: Add local user authentication method support + - baculum: Add date and time formatters - idea proposed by Wanderlei Huttel + - baculum: Enable re-running jobs in async way and visual improvements + - baculum: Change cursor over selectable table + - Fix build script copyright detection + - release: add code to detect Bacula Systems copyrights and fail release + - Fix compilation of bsnapshot on Fedora + +Bugs fixed/closed since last release: +2558 6366 + + +=================================================================== + +Release 9.6.4 This is a major security and bug fix release. We suggest everyone to upgrade as soon as possible. diff --git a/bacula/src/version.h b/bacula/src/version.h index 6da55fa9a..ee05a5c37 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -6,8 +6,8 @@ /* Note: there can be only *one* VERSION in this file */ #define VERSION "9.6.6" -#define BDATE "30 August 2020" -#define LSMDATE "30Aug20" +#define BDATE "20 September 2020" +#define LSMDATE "20Sep20" #define RELEASE 1 /* Use ONLY in rpms */