SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for mondo-debuginfo-3.2.2-1.mga8.x86_64.rpm :

* Thu Apr 28 2016 Bruno Cornec 3.2.2-1- Updated to 3.2.2- Fix #796, GPT support, by limiting the requirement for une extended partition to MBR disks (Bruno Cornec)- Fix #787, USB support, by cleaning the target dir of its syslinux content (Bruno Cornec)- Fix #784, crash, by not comparing result of mkstmp to NULL (Bruno Cornec)- Fix #757, #780 and #781 bupport, fixing a bug in mr_strip_space (Bruno Cornec)- Fix #778, by using dosfslabel/mr-label to recreate labelled FAT or VFAT FS when that command is available and using mkfs.vfat now everywhere (removes mkdosfs references) and avoid using -F 32 to let the mkfs.vfat command choose the best size by itself. (Bruno Cornec)- Fix #777 Full UEFI support with correct generation of ISO images for mondoarchive (Bruno Cornec)- Fix #776, UEFI support, by using -efi-boot option of genisoimage for UEFI systems. (Bruno Cornec)- Fix #766, crash, by duplicating systematically strings for netfs_user instead of optimizing by reusing content (Bruno Cornec)- Fix #730 by copying current version of logfile to backup media (Bruno Cornec)- Fix a bug/crash for tape usage in interactive mode (Bruno Cornec)- Rename libmondo-mountlist.c as mondo-rstr-mountlist.c (Bruno Cornec)- Rename all mondorestore scripts with a mr- prefix for homogeneity and put them under /usr/bin on the media (Bruno Cornec)- Rename the mindi image mindi.iso (was mondorescue.iso which was confusing) (Bruno Cornec)- Fix wiping of the scratch area by calling rm on files instead of find which has issues in this context and erasing star files as well (Bruno Cornec)- Adds xorriso support in mondoarchive for distributions such as Debian 8 using it for UEFIvoids core dump when exiting early (Bruno Cornec)- which_partition_format now uses mr-disk-type- Avoids crash and core dump for mondoarchive when exiting early and on an allocation error when there is a syntax error (Bruno Cornec)- Adds a mr_sys module for the new mr_system function and a unit test, and use it where appropriate (Bruno Cornec)- Replace usage of mktemp by mkstemp instead (Bruno Cornec)- Remove usage of a local use_star variable and use the one in bkpinfo instead (Bruno Cornec)- Suppress function archive_this_fileset_with_star and handle the star case in the std archive_this_fileset function to benefit from std features. Should help solving the issue reported on scratchdir not emptied in star case. Removes also duplicated code. (Bruno Cornec)
* Sat Aug 29 2015 Bruno Cornec 3.2.1-1- Updated to 3.2.1- Function is_this_device_mounted now calls mr-device-mounted (a perl rewrite and improvement of this function) (Bruno Cornec)- Prints the result of mount at the end of the umount of all FS to see in log whether something is still not OK (Bruno Cornec)- Adds option -f to mkswap to force creation in all cases (also done in previous rev for label-partitions-as-necessary) (Bruno Cornec)- Use now mkfs.vfat directly for formating VFAT type of partitions and remove the usage of format-and-kludge-vfat completely buggy ! (Bruno Cornec)- Fix #717 by adding UEFI support to mondoarchive (for now always return grub for UEFI boot mode) (Bruno Cornec)- Systematically creates a UEFI compatible boot media (Bruno Cornec)- Improve bootstrap (missing is now recreated, Autoconf 2.63 is sufficient to build mondo which allows to build on CentOS 6 natively with pb, Fix all autoconf/automake warnings) (Bruno Cornec)- use systematically mindi-bootroot.img as the name of the bootable image used to make CD (Bruno Cornec)- Fix report of percentage progress of mindi (Use now MINDI_RUNFILE to store mindi execution traces) (Bruno Cornec)- Create a new mr_boot_type function and boot_type mondo struct entry to manage BIOS/EFI/UEFI types. The boot-type config option is passed to mindi (Bruno Cornec)- Exclude /selinux from analysis (Bruno Cornec)- Adds functions mr_center_string and mr_popup_and_get_string with dynamic allocation to solve a memory allocation issue reported on the ML (Bruno Cornec)- Change the bkpinfo->boot_device from statically allocated to dynamically allocated (Bruno Cornec)- Rename parted2fdisk.pl into mr-parted2fdisk (Bruno Cornec)- Fix #748 by solving interface issues between mondoarchive and mindi (Bruno Cornec)- Remove a usage of a full path for parted2fdisk, making it distribution neutral (Philippe Lefevre)- Fix #768 by canceling changes done in the loop computing number of slices, back to long instead of a new int (Bruno Cornec)- Fix #769 by asking in newt mode whether the kernel found by mindi is the one the sysadmin want\'s to use (Bruno Cornec)- Fix a bug in is_this_a_valid_disk_format where a string was freed up before usage (Bruno Cornec)- Fix a bug with -I usage where mondoarchive was core dumping (Philippe Lefevre)- Go into the scratch dir in order to move to the USB device the file sets to avoid reaching a shell limit on the paramter length (Bruno Cornec)- Avoid using size_of_all_biggiefiles() at each use, but creates an intermediate variable for that (Bruno Cornec)- Fix some memory allocation which were not freed correctly (valgrind)- Fix #764 by checking the value of bkpinfo->include_paths before using it if -I is used (Bruno Cornec)- Fix a mondoarchive crash with option -v (Do not use finish before bkpinfo has been allocated but exit) (Philippe Lefevre)
* Tue Dec 23 2014 Bruno Cornec 3.2.0-1- Updated to 3.2.0- Fix #734 by adding the total size of all biggie files to mondoarchive.log (Victor Gattegno)- Fix #656 and #732 by adding support for the new /lib being a symlink on fedora 18+ (Bruno Cornec)- Fix #747 by returning early enough to avoid using a bad value for file length (Bruno Cornec)- Start solving #1 by changing lots of statically allocated strings into dynamically allocated ones (Bruno Cornec)- Change functions which_format_command_do_i_need, which_partition_format, percent_media_full_comment and number_of_disks_as_string to allocate string (Bruno Cornec)- Lots of fixes with valgrind and quality script (Bruno Cornec)- Fix label-partitions-as-necessary to put back the original UUIDs to the partitions even if no LABEL or UUID line was used in fstab (Bruno Cornec)- Adds support for XFS labelling (Bruno Cornec)- Rename the conf file mondo-restore.cfg into mondorestore.cfg for homogeneity (Bruno Cornec)- LZMA support added (Bruno Cornec)- Adds the C file for test of mr_str_substitute (Bruno Cornec)- stabgrub-me now supports also grub2 (Bruno Cornec)- media_size is not an array anymore (Bruno Cornec)- Introduce a new global var MINDI_LOGFILE and use it everywhere (Bruno Cornec)- bkpinfo->include_paths, bkpinfo->netfs_user, bkpinfo->netfs_remote_dir, bkpinfo->netfs_proto are now pointers (Bruno Cornec)- bkpinfo->netfs_mount is now a pointer (libmondo-tools.c seems strange however) (Bruno Cornec)- Rename mondo-restore-EXT.h into mondorestore-EXT.h and removes the now useless mondo-restore.h (Bruno Cornec)- Removes now useles code from the C part which has been moved into mr-net-get-config (Bruno Cornec)- Initialize log earlier so all messages go indeed in it (Bruno Cornec)
 
ICM