From: Marcin Haba Date: Sun, 31 Oct 2021 12:59:32 +0000 (+0100) Subject: baculum: Update ReleaseNotes and UPGRADE files X-Git-Tag: Release-11.0.6~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7a886c72a8e2c2b1b44909be0b26481353e77b2;p=thirdparty%2Fbacula.git baculum: Update ReleaseNotes and UPGRADE files --- diff --git a/gui/baculum/ReleaseNotes b/gui/baculum/ReleaseNotes index d288c468e..b7970a307 100644 --- a/gui/baculum/ReleaseNotes +++ b/gui/baculum/ReleaseNotes @@ -1,4 +1,28 @@ + Release Notes for Baculum 11.0.5.5 + +This is a minor bug fix and new feature release. From new feature side there +has been added a migrate job wizard. Besides of that we improved notifying +if job is waiting on media (media mount request) and we updated translations. +The interface has also been optimized for faster page loading. + +Baculum Web: + - New migrate job wizard + - Add warning to running job status if job needs media + - Do not require using some job resource values to ease using jobdefs - idea proposed by Heitor Faria + - Update Portuguese translations + - Update Polish translations + - Loading pages optimization + - Improve sun icon for displaying job status weather - idea proposed by Heitor Faria + - Fix #2642 add tool to re-assigning volumes from one pool to another + - Move all external dependencies to vendor directory + +Baculum API: + - Add capability to use pre-defined paths in API config wizard - idea proposed by Heitor Faria + +Bugs fixed/closed since last release: +2642 + Release Notes for Baculum 11.0.5.4 This is a minor new feature and bug fix release. In this version a new schedule diff --git a/gui/baculum/UPGRADE b/gui/baculum/UPGRADE index dd3cc7ac1..0066081c9 100644 --- a/gui/baculum/UPGRADE +++ b/gui/baculum/UPGRADE @@ -1,6 +1,22 @@ ===== Baculum upgrade notes ===== +- Upgrade from 9.x and 11.x to 11.0.5.5 + +[Baculum Common] +The two notes below apply ONLY updating Baculum installed manually using source +archive and can be also useful for package maintainers. + +All external dependencies have been moved to the protected/vendor directory. +If you use Baculum installed manually from source archive, during update please +copy this new path from the archive to the destination path. If you use Baculum +installed from binary packages, no additional action is required because +packages handle this change automatically. + +Second new path to copy for upgrade in manual installation is the PHP PSR-4 +autoloader file located in path protected/autoload.php. For updates using binary +packages no change is required. + - Upgrade from 9.x to 9.6.4 [Baculum Web]