BUGFIX: (#30159) Update from Beefalo to Jaglion purges EOL free savesets which are locked. Set backup result.locked if migrated saveset is locked BUGFIX: (#30158) NSS File System backup failed with 'E020-BACKUP The data size of the backup data (SBC) is different from the size of the stored data (STPD)'. Problem: sbc_smdr showed several lines of "sbc-3006: Info: Saveset size" in not log BUGFIX: (#30119) insert the zlib.dll from sesamdev\vmware\vddk_... subfolder to the build process of srv, cli and gui package. BUGFIX: (#30035) Exception in 'sm_event' during start of migration for a task group, if some tasks are still active BUGFIX: (#29080) Exchange backup fails with "a bytes-like object is required, not 'str'". Problem: Since Python3 gzip open file in binary mode. Solution: Open gzip files in text mode BUGFIX: (#30089) Sesam server shutdown hangs, because DB isn't reachable any more. Start Sesam PostgreSQL server using 'setpriv' instead of 'su/runuser', because 'systemd' terminates 'su' sessions before stopping SEPsesam service BUGFIX: (#30117): KVM restore fails with: Restore was not successful. UUID object has no attribute get_hex: port uid generation to python3 BUGFIX: (#30116): KVM Restore fails with: Error reading config file: 'str' object has no attribute 'decode' : open config file in binary mode BUGFIX: (#30008) Problem: Package download by sm_update_client using 'https://' fails. Solution: If download url is https use CA certificate file also for verification of download packages not only for index.txt. BUGFIX: (#30098) sm_data_server cores during 'getlabel' on RDX drive. Solution: Close file handle after reading from DISK_HARD with appropriate command BUGFIX: (#30106) RHEV: restore of VM may fail with: 'Disk in VM is already marked as boot' if first processed disk during restore is marked as bootable': initalize bootable flag for each disk BUGFIX: (#30059) Fixed parsing of Kopano .not file in sm_reformat_lis by adding decode with arguments utf-8 and replace BUGFIX: (#30097) Fixed reading of NDMP LIS file in sm_reformat_lis by decoding read lines with arguments utf-8 and replace BUGFIX: (#30087) Backup to tape with EOM fails with 'Failed to detect lis file' when 'sm_reformat_lis' is called. Adopt SQL statement to build LIS file name to not returning multiple entries in subquery from DB:result_lbls BUGFIX: (#30079) Default timeout to cancel running jobs for external backups must be at least 1 day. Revert CHANGE: (#17427) Set stop time for external to at least one day for restores only BUGFIX: (#30052) Selective restore from tape fails with 'no valid MTF Stream ID was found', but complete restore works. Solution: Since commit 996785b the block size is not retrieved from segment file in case of selective restore BUGFIX: (#30032) Fixed restore of Citrix Xen server VM to selected target data store. Selected SR was not used by sbc_proxy to do restore, instead, default SR was searched for. When the default SR could not be found, restore failed BUGFIX: (#30011) Systemd unit file calls 'sm_shutdown' instead of 'sm_main stop' to stop Sesam on client CHANGE: New version 5.0.0.4 for release build Sesam GUI...