]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
baculum: Update ReleaseNotes and UPGRADE files
authorMarcin Haba <marcin.haba@bacula.pl>
Sun, 31 Oct 2021 12:59:32 +0000 (13:59 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:26 +0000 (09:03 +0100)
gui/baculum/ReleaseNotes
gui/baculum/UPGRADE

index d288c468e340d6e7038c9edac085b87ceea7469e..b7970a307fe88da29a575cd42fe7672f4b86a74e 100644 (file)
@@ -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
index dd3cc7ac1a4432e1d5cec44a4152c423035d92f6..0066081c9671e39f0b7b050b8f2c555f9f107fd2 100644 (file)
@@ -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]