Changelog for
mondo-debuginfo-3.3.0-1.mga5.x86_64.rpm :
Sun Feb 23 13:00:00 2020 Bruno Cornec
3.3.0-1
- Updated to 3.3.0
- Fix #860: -N option should now exclude boostfs FS as well (Bruno Cornec)
- Remove floppy support (Bruno Cornec)
- Fix the recreation of active partition when there is none yet activated (Bruno Cornec)
- Adds support for btrfs subvolumes (Bruno Cornec)
- Fix #852 by using btrfstune (Bruno Cornec)
- Fix #850 when string analyzed is empty (Bruno Cornec)
- Fix #839 by forcing the creation of btrfs FS (Bruno Cornec)
- Workaround #836 by disabling crc on XFS FS at restore time for now (Bruno Cornec)
- Force grub2-install execution (at least useful on OpeSUSE Leap) (Stanislav Tokoš)
- Fix a bug when burning directly media to take back boot params (Bruno Cornec)
- Improve nfs version support by allowing usage of nfs4 e.g. as a parameter which will also used at restore time (for cases where nfs3 is tryed by default and doesn\'t work) (Bruno Cornec)
- Fix an eror when restoring live, bkpinfo->media_device is left empty and what_number_cd_is_this wasn\'t computing the right value (Bruno Cornec)
- Do not exit too early when dealing with an empty file, as the verify step isn\'t working if we do (David C. Partridge)
- Remove extra memory allocation at end of loop for run_program_and_log_output (Bruno Cornec)
- Add logging of internal_tape_block_size (David C. Partridge)
- Fix #644 by removing the last MAX_STR_LEN usage in the function running commands. Everything on the exclude line should now be handled dynamically (Bruno Cornec)
- Remove the mv of DCOP files and the likes - doesn\'t work and probably useless these days (Bruno Cornec)
- chmod 666 is sufficient after restoring /dev/null (Bruno Cornec)
- Fix some autoconf warnings (Bruno Cornec)
- Allow passing just -K option to mondoarchive without going non-interactive (Bruno Cornec)
- Remove an extra mr_free in libmondo-files.c which was creating a failed assertion (Bruno Cornec)
- Fix get_non_rewind_dev as strlen doesn\'t count the final \\0 so we need an additional char allocated (Bruno Cornec)
- Fix mr_popup_and_get_string which was using a freed string by newtFormDestroy (Bruno Cornec)
- Fix call_program_and_get_last_line_of_output which was aborting due to an excessive loop call (Bruno Cornec)
- mr_strip_spaces now returns a dynamically allocated string (Bruno Cornec)
- Add function mr_getcwd and use it to allow use to dynamically allocated memory instead of getcwd (Bruno Cornec)
- Change interfaces for the call_program_and_get_last_line_of_output and where_is_root_mounted (now return dynamically allocated string) (Bruno Cornec)
- Removes useless function store_netfs_config (Bruno Cornec)
- Fix #806 by setting up env var for english before calling commands and avoid local msgs badly interpreted later on (F. Sommer)
- rmdir should be checked by configure (Bruno Cornec)
- Fix #804 by adding logging for /boot content (Bruno Cornec)
- Fix #800 by initializing boot_type early enough to be used in which_boot_loader (Bruno Cornec)
- Fix a bug (assert error) when mondoarchive tries to mount the NFS FS in case it wasn\'t done already (Bruno Cornec)
- Fix an message displaying wrong unit for CD size (KB insted of MB) (Bruno Cornec)