+ ChangeLog for Bacula Enterprise version 13.0.4
+
+07Feb24
+ - Revert "Fix org#2705 about issue with accurate checking of new file signature attributes"
+
+27Jan24
+ - Fix org#2705 about issue with accurate checking of new file signature attributes
+
+24Jan24
+ - Fix org#2704 about old FD compatibility
+
+31Oct23
+ - baculum: Add joberrors parameter to jobs endpoint
+
+25Oct23
+ - baculum: Add fileset parameter to objects endpoint
+
+24Oct23
+ - baculum: Fix name parameter in jobs objects endpoint
+
+23Oct23
+ - rpms: Fix aligned package generation
+
+05Oct23
+ - baculum: Add restricting resources in objects overview endpoint
+
+03Oct23
+ - baculum: Add filename and path properties to fileevent endpoints
+
+02Oct23
+ - baculum: Add sorting parameters to clients endpoint
+
+29Sep23
+ - baculum: Add job name and fileset to status client endpoint
+
+28Sep23
+ - baculum: Add running jobs property to clients endpoint
+
+26Sep23
+ - baculum: Add documentation for os and version filters in clients endpoint
+ - baculum: Add os and version parameters to clients endpoint
+ - baculum: Add regex operator support in queries
+
+25Sep23
+ - baculum: Add os, version properties and overview parameter to clients endpoint
+
+22Sep23
+ - baculum: Add endpoint to check disk archive device prformance on storage daemon host
+
+21Sep23
+ - baculum: Add endpoint to list files and dirs on storage daemon host
+
+15Sep23
+ - baculum: Update API documentation
+ - baculum: Add delete pool endpoint
+ - baculum: Add delete object endpoint
+ - baculum: Add delete client endpoint
+ - baculum: Use new delete module in volume and job endpoints
+ - baculum: Add module for delete command
+
+13Sep23
+ - baculum: Add client name parameter to clients endpoint
+
+08Sep23
+ - Add a dummy baculabackupreport with a pointer to the repository
+ - Remove baculabackupreport. Can be found at https://github.com/waa/baculabackupreport
+
+07Sep23
+ - baculum: Add file events API endpoint
+ - baculum: Improve extended name validator
+
+15Jul23
+ - baculum: Speed up dashboard page loading
+
+13Jul23
+ - baculum: Fix parsing director time in time endpoint
+
+10Jul23
+ - baculum: Add objecttype parameter to object categories endpoint
+ - Add sorting by objectcategory in objects overview endpoint
+ - Add sorting by fileset in objects overview endpoint
+
+07Jul23
+ - baculum: Add second dimensional sorting and use it for sorting jobstatus in sources overview endpoint
+
+06Jul23
+ - baculum: Add modify default object sorting in object overview endpoint
+
+04Jul23
+ - baculum: Fix support for PHP 5.4 in web interface layer
+
+03Jul23
+ - baculum: Fix content field in job record
+ - baculum: Improve support for newer PostgreSQL versions
+
+30Jun23
+ - baculum: Add fileset content property to jobs endpoint
+
+29Jun23
+ - baculum: Add object categories endpoint
+ - baculum: Add support for ALL action in console ACL
+
+28Jun23
+ - baculum: Add objecttype filter to objects names endpoint
+ - baculum: Add default sorting by endtime to objects overview endpoint
+
+26Jun23
+ - baculum: Add sorting parameters to volumes overview endpoint
+ - baculum: Add second dimension of sorting in jobs objects endpoint
+
+21Jun23
+ - baculum: Add offset and limit parameters to director status endpoint
+ - baculum: Add sorting by endtime and add endtime property to objects overview endpoint
+
+20Jun23
+ - baculum: Add group_order_by and group_order_direction parameters to documentation
+
+15Jun23
+ - baculum: Add notes about object type filters in objects overview endpoint
+ - baculum: Fix storing ACL config actions for very old PHP versions
+
+14Jun23
+ - baculum: Add objectsize property to objects overview endpoint
+ - baculum: Add job type property to objects overview endpoint
+ - baculum: Add path property to objects overview endpoint
+ - baculum: Fix offset and limit parameter in jobs objects endpoint
+ - baculum: Add objectname parameter to jobs objects endpoint
+
+13Jun23
+ - baculum: Add objectsource property to objects overview endpoint
+ - baculum: New API config ACLs
+
+07Jun23
+ - baculum: Add group_order_by and group_order_direction parameters to objects endpoint
+ - baculum: Add to grup function sorting group capability
+ - baculum: Add sorting by joberrors if sorted by jobstatus first
+
+05Jun23
+ - baculum: Improve using unique_objects parameter in object endpoint
+ - baculum: Add group_offset and unique_objects parameters to objects endpoint
+
+01Jun23
+ - baculum: Add volume names endpoint
+
+31May23
+ - baculum: Add object names endpoint
+ - baculum: Add object types endpoint
+ - baculum: Add documentation for client parameter in objects endpoint
+ - baculum: Add job status filter to objects endpoint
+ - baculum: Add joberrors filter to sources endpoint
+
+30May23
+ - baculum: Add server parameter to list vsphere datastores endpoint
+ - baculum: Add job level property to sources endpoint
+ - baculum: Add pool resnames endpoint
+ - baculum: Add storage resnames endpoint
+ - baculum: Add director time endpoint
+
+29May23
+ - baculum: Change M365 tenants endpoint output to contain tenant names
+ - baculum: Update documentation
+
+26May23
+ - baculum: Add object overview endpoint
+ - Fix compilation on FreeBSD
+
+Bugs fixed/closed since last release:
+org#2704
+
ChangeLog for Bacula Enterprise version 13.0.3
the same time. Any File daemon running on the same machine as a Director
or Storage daemon must be of the same version.
-Older File Daemons should be compatible with the 13.0 Director and Storage
+Older File Daemons should be compatible with the 13.0.4 Director and Storage
daemons. There should be no need to upgrade older File Daemons.
New Catalog format in version 13.0.0 and greater
database, be sure to shutdown Bacula and be aware that running the script can
take some time depending on your database size.
+
+----------------------------------------------------------------
+Release 13.0.4 / 12 February 2024
+----------------------------------------------------------------
+
+13.0.4 is a minor bug fix release.
+
+ - Fix org#2704 about old FD (< 13.0) compatibility. Job messages were not properly handled by the Director.
+ - Fix compilation on FreeBSD
+ - Remove baculabackupreport. Can be found at https://github.com/waa/baculabackupreport
+
+ - baculum: Add sorting by fileset in objects overview endpoint
+ - baculum: Add sorting by objectcategory in objects overview endpoint
+ - baculum: Add client name parameter to clients endpoint
+ - baculum: Add default sorting by endtime to objects overview endpoint
+ - baculum: Add delete client endpoint
+ - baculum: Add delete object endpoint
+ - baculum: Add delete pool endpoint
+ - baculum: Add director time endpoint
+ - baculum: Add documentation for client parameter in objects endpoint
+ - baculum: Add documentation for os and version filters in clients endpoint
+ - baculum: Add endpoint to check disk archive device prformance on storage daemon host
+ - baculum: Add endpoint to list files and dirs on storage daemon host
+ - baculum: Add file events API endpoint
+ - baculum: Add filename and path properties to fileevent endpoints
+ - baculum: Add fileset content property to jobs endpoint
+ - baculum: Add fileset parameter to objects endpoint
+ - baculum: Add group_offset and unique_objects parameters to objects endpoint
+ - baculum: Add group_order_by and group_order_direction parameters to documentation
+ - baculum: Add group_order_by and group_order_direction parameters to objects endpoint
+ - baculum: Add job level property to sources endpoint
+ - baculum: Add job name and fileset to status client endpoint
+ - baculum: Add job status filter to objects endpoint
+ - baculum: Add job type property to objects overview endpoint
+ - baculum: Add joberrors filter to sources endpoint
+ - baculum: Add joberrors parameter to jobs endpoint
+ - baculum: Add modify default object sorting in object overview endpoint
+ - baculum: Add module for delete command
+ - baculum: Add notes about object type filters in objects overview endpoint
+ - baculum: Add object categories endpoint
+ - baculum: Add object names endpoint
+ - baculum: Add object overview endpoint
+ - baculum: Add object types endpoint
+ - baculum: Add objectname parameter to jobs objects endpoint
+ - baculum: Add objectsize property to objects overview endpoint
+ - baculum: Add objectsource property to objects overview endpoint
+ - baculum: Add objecttype filter to objects names endpoint
+ - baculum: Add objecttype parameter to object categories endpoint
+ - baculum: Add offset and limit parameters to director status endpoint
+ - baculum: Add os and version parameters to clients endpoint
+ - baculum: Add os, version properties and overview parameter to clients endpoint
+ - baculum: Add path property to objects overview endpoint
+ - baculum: Add pool resnames endpoint
+ - baculum: Add regex operator support in queries
+ - baculum: Add restricting resources in objects overview endpoint
+ - baculum: Add running jobs property to clients endpoint
+ - baculum: Add second dimension of sorting in jobs objects endpoint
+ - baculum: Add second dimensional sorting and use it for sorting jobstatus in sources overview endpoint
+ - baculum: Add server parameter to list vsphere datastores endpoint
+ - baculum: Add sorting by endtime and add endtime property to objects overview endpoint
+ - baculum: Add sorting by joberrors if sorted by jobstatus first
+ - baculum: Add sorting parameters to clients endpoint
+ - baculum: Add sorting parameters to volumes overview endpoint
+ - baculum: Add storage resnames endpoint
+ - baculum: Add support for ALL action in console ACL
+ - baculum: Add to grup function sorting group capability
+ - baculum: Add volume names endpoint
+ - baculum: Change M365 tenants endpoint output to contain tenant names
+ - baculum: Fix content field in job record
+ - baculum: Fix name parameter in jobs objects endpoint
+ - baculum: Fix offset and limit parameter in jobs objects endpoint
+ - baculum: Fix parsing director time in time endpoint
+ - baculum: Fix storing ACL config actions for very old PHP versions
+ - baculum: Fix support for PHP 5.4 in web interface layer
+ - baculum: Improve extended name validator
+ - baculum: Improve support for newer PostgreSQL versions
+ - baculum: Improve using unique_objects parameter in object endpoint
+ - baculum: New API config ACLs
+ - baculum: Speed up dashboard page loading
+ - baculum: Split client overview endpoint into reachable and unreachable clients
+ - baculum: Update API documentation
+ - baculum: Use new delete module in volume and job endpoints
+
+ - rpms: Fix aligned package generation
+
+
+Bugs fixed/closed since last release:
+org#2704
+
----------------------------------------------------------------
Release 13.0.3 / 02 May 2023
----------------------------------------------------------------