]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Update version date + ReleaseNotes + ChangeLog
authorKern Sibbald <kern@sibbald.com>
Sun, 20 Sep 2020 15:08:16 +0000 (17:08 +0200)
committerKern Sibbald <kern@sibbald.com>
Mon, 21 Sep 2020 12:06:55 +0000 (14:06 +0200)
bacula/ChangeLog
bacula/ReleaseNotes
bacula/src/version.h

index 284852bad403217df1e9608febb46091eda9e87c..835c01fed506a9965acb2f7cd0102656545e94cc 100644 (file)
@@ -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
index c3908c826447bdf4bab795bf26b31029da87748a..e2d5c8250a0789d64b262e5a3a4b7b3eb0206fbd 100644 (file)
@@ -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.
index 6da55fa9ab7c46b91cb8d0f8c7f09016a1080e4f..ee05a5c37ba228fe113acc7614cef3fce8b9cf72 100644 (file)
@@ -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 */