]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Update ChangeLog, ReleaseNotes, and release date
authorKern Sibbald <kern@sibbald.com>
Thu, 2 May 2019 13:28:09 +0000 (15:28 +0200)
committerKern Sibbald <kern@sibbald.com>
Thu, 2 May 2019 13:28:21 +0000 (15:28 +0200)
bacula/ChangeLog
bacula/ReleaseNotes
bacula/src/version.h

index ed5cd65c1a6de22707c3c475218fa0656ecedefa..f4ae3e5b8a9fe833b0794c7fb3c2595df81d97d9 100644 (file)
@@ -1,8 +1,133 @@
-              Changelog on version 9.4.2
+              Changelog on version 9.4.3
 
-Release 9.4.2
+Release 9.4.3
+
+
+01May19
+ - Change mysql my_bool to bool as it was removed from mysql
+
+30Apr19
+ - baculum: Update Portuguese translation file
+ - Improve assert message
+
+29Apr19
+ - baculum: Fix #2466 add plugin directive support in fileset resource
+
+28Apr19
+ - baculum: Fix updating whole Bacula config at once
+ - baculum: Fix showing validation error if new config is incorrect
+ - baculum: Fix setting multiple config resources at once
+
+27Apr19
+ - examples: move backup-to-cdwriter.txt to move-backup-to-usb.txt
+
+26Apr19
+ - fix memory leak in DIR for copy-job
+ - baculum: Add links to resources in job log output
+
+24Apr19
+ - baculum: Update example web server config files and spec file
+ - baculum: Fix list type directives on configure hosts page
+ - baculum: Fix showing messages resource configuration
+ - baculum: Add parent node property to directive list types
+ - baculum: Add capability to define multiple drivetype and fstype directives in 
+  fileset resource
+ - baculum: Fix showing runscript subresource on job pages
+ - baculum: Update new texts in Portuguese translation file
+
+23Apr19
+ - baculum: Add missing texts to translation files reported by Wanderlei Huttel
+ - baculum: Update Portuguese translations
+ - baculum: Fix showing schedule resource configuration on job view and job 
+  history view pages
+ - baculum: Fix returning one line output from bconsole
+ - baculum: Fix restore wizard error when no fileset available for normal user 
+  with limited access
+ - baculum: Add capability to use many ACL Console directives in one config 
+  resource
+
+22Apr19
+ - baculum: Add client ls command to openapi file
+ - baculum: Add text box list control to support directives that can be defined 
+  multiple times in one resource
+
+16Apr19
+ - baculum: Add cancel button to last step new job wizard
+ - baculum: Change PoolType field from text box into combo box
+
+15Apr19
+ - baculum: Fix adding new schedule run directives
+
+14Apr19
+ - baculum: Add support to multiple schedule run directives
+
+13Apr19
+ - baculum: Fix in API part saving job runscript config if RunsWhen=Always
+ - baculum: Fix adding paths to empty include block
+ - baculum: Fix saving job runscript config if RunsWhen=Always
+ - baculum: New create backup job wizard
+ - baculum: Add API endpoint to list files/dirs on client
+
+03Apr19
+ - Skip empty lines when generating the FileSet from a command
+
+03Mar19
+ - Fix creation of bad JobMedia records in Incomplete Job
 
+02Mar19
+ - Add messages for Incomplete Jobs
+ - Fix misplaced cancel check reported by Alain
 
+01Mar19
+ - Change round() to bround() to avoid library definition conflict
+
+13Feb19
+ - rpms: Fix bacula-cloud spec file
+
+12Feb19
+ - rpms: Add bacula-cloud spec file
+ - rpms: Add missing isworm script
+ - baculum: Fix renaming resources
+
+10Feb19
+ - Use more appropriate computation for VolIndex when creating restore .bsr
+
+05Feb19
+ - Fix Daemon message "Message repeated X times" count
+ - Fix Carsten's names
+ - Make diff.pl adapt to different install locations
+
+31Jan19
+ - Fix #4598 Display JobIds used in the restore job log
+
+14Dec18
+ - Add smartalloc function to print the owner of a buffer
+ - Avoid to use the same variable name for two different things in the cmd_parser 
+  class
+
+13Dec18
+ - Fix #4433 about 'UPDATE File SET MD5='...' WHERE FileId=0' error when using 
+  SpoolAttributes=no
+
+30Nov18
+ - Fix MaxVolumeBytes accounting after a mount request
+
+29Nov18
+ - Fix verify volume jobs with sparse files
+
+23Nov18
+ - Fix small memory leak with Console runscripts
+
+22Nov18
+ - Add 'prune jobs/files all' command
+ - fix #4383 Sometime SD hangs when TLS and DEDUP are used together
+
+Bugs fixed/closed since last release:
+2466 4383 4433 4598
+
+
+============================================================
+Release 9.4.2
 
 04Feb19
  - Update Windows .def files
index aa88b1bf31f6a95c31b76772302ebffa080dd0b5..cb7d91bbca079a8ec3addd13dd604ddd2d9abcd3 100644 (file)
@@ -1,6 +1,96 @@
 
-               Release Notes for Bacula 9.4.2
+               Release Notes for Bacula 9.4.3
 
+Release 9.4.3
+This is a bug fix release for version 9.4.2.  It includes a number of bug
+fixes and patches. 
+
+Note: there have been significant additions and changes to Baculum
+ If you want a web gui please check it ou.
+
+If you are trying to build the S3 drivers, please remember to use the
+community supplied (from Bacula Enterprise) version of libs3.so found at:
+
+https://www.bacula.org/downloads/libs3-20181010.tar.gz
+
+As usual the binaries that correspond to this release will follow in
+a week or two.
+
+If there are no additional major bugs, this will be the last of the 9.4.x
+releases.  The next release will have a number of new features, and will
+require a major database upgrade (don't worry it will be easy -- just
+run update_bacula_tables
+
+01May19
+ - Change mysql my_bool to bool as it was removed from mysql
+ - Improve assert message
+ - examples: move backup-to-cdwriter.txt to move-backup-to-usb.txt - fix memory leak in DIR for copy-job
+ - Skip empty lines when generating the FileSet from a command
+ - Fix creation of bad JobMedia records in Incomplete Job
+ - Add messages for Incomplete Jobs
+ - Fix misplaced cancel check reported by Alain
+ - Change round() to bround() to avoid library definition conflict
+ - rpms: Fix bacula-cloud spec file
+ - rpms: Add bacula-cloud spec file
+ - rpms: Add missing isworm script
+ - Use more appropriate computation for VolIndex when creating restore .bsr
+ - Fix Daemon message "Message repeated X times" count
+ - Fix Carsten's names
+ - Make diff.pl adapt to different install locations
+ - Fix #4598 Display JobIds used in the restore job log
+ - Add smartalloc function to print the owner of a buffer
+ - Avoid to use the same variable name for two different things in the cmd_parser 
+   class
+ - Fix #4433 about 'UPDATE File SET MD5='...' WHERE FileId=0' error when using 
+   SpoolAttributes=no
+ - Fix MaxVolumeBytes accounting after a mount request
+ - Fix verify volume jobs with sparse files
+ - Fix small memory leak with Console runscripts
+ - Add 'prune jobs/files all' command
+ - fix #4383 Sometime SD hangs when TLS and DEDUP are used together
+
+ - baculum: Update Portuguese translation file
+ - baculum: Fix #2466 add plugin directive support in fileset resource
+ - baculum: Fix updating whole Bacula config at once
+ - baculum: Fix showing validation error if new config is incorrect
+ - baculum: Fix setting multiple config resources at once
+ - baculum: Add links to resources in job log output
+ - baculum: Update example web server config files and spec file
+ - baculum: Fix list type directives on configure hosts page
+ - baculum: Fix showing messages resource configuration
+ - baculum: Add parent node property to directive list types
+ - baculum: Add capability to define multiple drivetype and fstype directives in 
+   fileset resource
+ - baculum: Fix showing runscript subresource on job pages
+ - baculum: Update new texts in Portuguese translation file
+ - baculum: Add missing texts to translation files reported by Wanderlei Huttel
+ - baculum: Update Portuguese translations
+ - baculum: Fix showing schedule resource configuration on job view and job 
+   history view pages
+ - baculum: Fix returning one line output from bconsole
+ - baculum: Fix restore wizard error when no fileset available for normal user 
+   with limited access
+ - baculum: Add capability to use many ACL Console directives in one config 
+  resource
+ - baculum: Add client ls command to openapi file
+ - baculum: Add text box list control to support directives that can be defined 
+   multiple times in one resource
+ - baculum: Add cancel button to last step new job wizard
+ - baculum: Change PoolType field from text box into combo box
+ - baculum: Fix adding new schedule run directives
+ - baculum: Add support to multiple schedule run directives
+ - baculum: Fix in API part saving job runscript config if RunsWhen=Always
+ - baculum: Fix adding paths to empty include block
+ - baculum: Fix saving job runscript config if RunsWhen=Always
+ - baculum: New create backup job wizard
+ - baculum: Add API endpoint to list files/dirs on client
+ - baculum: Fix renaming resources
+
+Bugs fixed/closed since last release:
+2466 4383 4433 4598
+
+
+=======================================================================
 Release 9.4.2
 
 This is a bug fix release for version 9.4.1.  It includes a number of bug
index 2a8e35cc8820768eb4d25978ab8e25da72468bae..6918ba8a52b16cd3f50de808bb244deecdc78919 100644 (file)
@@ -6,8 +6,8 @@
 
 /* Note: there can be only *one* VERSION in this file */
 #define VERSION "9.4.3"
-#define BDATE   "03 March 2019"
-#define LSMDATE "03Mar19"
+#define BDATE   "02 May 2019"
+#define LSMDATE "03May19"
 
 #define RELEASE 1   /* Use ONLY in rpms */