Changelog for
mondo-debuginfo-3.2.0-1.mga4.i586.rpm :
Tue Dec 23 13:00:00 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)
Mon Jul 29 14:00:00 2013 Bruno Cornec 3.0.4-1
- Updated to 3.0.4
- Fix #673 by improving single quote management in mr_stresc, and using single call for getfacl/getfattr and adding tests to test suite (Bruno Cornec)
- Fix #690 by adding support for tape block size question in the GUI (Bruno Cornec)
- Fix #640 by adding a test condition for creation temp/scratch dir in order to avoid recreating them if they are alredy correctly setup (Bruno Cornec)
- Fix partly #628 by avoiding to erase choices done for varible bkpinfo->isodir and g_isodir_device in iso_fiddly_bits later in the code (Bruno Cornec)
- Indicate the other new tools than mkinitrd to help rebuilding the boot env (Philippe Lefevre)
- Fix #640 by cleaning up fully the managemnt of tmpdir and scratchdir (Bruno Cornec)
- Fix #696 for VGs not having a \'-\' in their name such as multipath aliases (Victor Gattegno)
- Fix #706 by removing usage of MAX_NOOF_MEDIA and an array for media_size in bkpinfo (Bruno Cornec)
- Fix #703 Remove the errctl field used in star and log all star msgs into mondorestore.log (Bruno Cornec)
- Avoids going into acl/xattr handling for star case as it\'s done natively (Bruno Cornec)
- Move test programs under /usr/lib for rpmlint/deblint (Bruno Cornec)
- Updates GPLv2 License files to latest version (Bruno Cornec)
- Fix #702 by adding a -F option which allow mondoarchive to fail at first interaction (Bruno Cornec)
- Fix #700 sparse file support by adding a CLI parameter -M to modify the biggie file size limit, by default 64 MB, and by using st_blocks instead of st_size (Bruno Cornec)
- Replace mondo_icon.png by mondo_icon.xpm for deblint (Bruno Cornec)
- chop_filelist doesn\'t truncate files in the file list anymore. Fix a bug for ecryptfs support. Backport mr_getline from branch 3.1 and use it for that (Bruno Cornec)
- Precising compression rates on GUI button to ease choice (0 is no compression) (Bruno Cornec)
- Fix #208 by adding cifs support with first modifications to add cifs support as an external FS (Bruno Cornec)
Fri Mar 15 13:00:00 2013 Bruno Cornec 3.0.3-1
- Updated to 3.0.3
- Test of mondo now also rebuilds mindi-busybox (Bruno Cornec)
- Fix #249 by changing the wrong affectation of fname (Jean Philippe Mohler)
- test program now builds first all versions to test (Bruno Cornec)
- Fix most compilation warnings (Bruno Cornec)
- Adds a warning msg at restore time so that LVM modifications are done in /tmp/i-want-my-lvm and not in the mountlist (Bruno Cornec)
- Expand the exclude list to 16 times 512 (MAX_STR_LEN) instead of 8 to support a larger exclude list. (Bruno Cornec)
- Fix #611 by changing make-me-bootable to first desactivate all active partitions on the given disk, and then reactivate only the one needed (Bruno Cornec)
- Add option -sparse to all star calls to add support of sparse file in case of star usage, as afio sparse file support seems broken (Bruno Cornec)
- Fix #652 by sending errors messages from fdisk to /dev/null to avoid LVM error messages on latest versions (Joel Kociolek)
- Fix #650 as pvdisplay output format changed in SLES 11 which returns a dm not the mapper. (Victor Gattegno)
- Fix partially #611 and #412 by calling the new OpenSUSE/SELS grub-install when detecting that a /usr/sbin/grub-install.unsupported is present (Victor Gattegno/Bruno Cornec)
- Add support for missing mkdtemp such as Red Hat 6.2 (Bruno Cornec)
- Fix #622: Adds swaplabel support if it exists (Bruno Cornec)
- Fix #623 by sorting correctly the dev mapper devices when more than 10 are handled (Martin Kitka/Didier Diaz)
- Fix #644 again by backporting a 3.1 patch to use dynamic memory allocation for the function run_program_and_log_output (Bruno Cornec)
- Improve autoconf/automake build process (Bruno Cornec)
Sun Jun 3 14:00:00 2012 Bruno Cornec 3.0.2-1
- Updated to 3.0.2
- Fix a bug on RHEL 5 where lvdisplay doesn\'t support redirection. Adds a | cat in between, as was done for vgdisplay (Bruno Cornec)
- Additon of a regression test suite in mondo-test. This version was tested with it for rhel-6-x86_64, rhel-5-x86_64, debian-6.0-x86_64, ubuntu-11.04-i386 (Bruno Cornec)
- Fix #616 by using the correct temp variable (statically allocated) for NFS analysis (Bruno Cornec)
- Fix #618 by adding support for new command tune4fs for labelling ext4 FS (needed on RHEL 5.6 at least) (Bruno Cornec)
- Improve error messages for handling better #611 (Bruno Cornec)
- Fix #596 for good as well as #473 and #500: now mondorestore will recreate correctly md devices with their original UUIDs and original metadata format. (Bruno Cornec)
- Fix #595 (MD core dump issue) by removing an abusive mr_free (Bruno Cornec)
- Manages grub version at backup time and in the conf file (Bruno Cornec)
- Adds a mkraidtab CLI parameter to test raidtab generation (Bruno Cornec)
- Rewrite strip_space in a much simpler version without valgrind warnings (Bruno Cornec)
- Fix #599 on NFS user mount error (Victor Gattegno)
Fri Feb 24 13:00:00 2012 Bruno Cornec 3.0.1-1
- Updated to 3.0.1
- Fix #580 by checking a modification on the mountlist and then asking for conf file adaptation (Bruno Cornec)
- Fix #127 by removing code which was forcing media size in NFS mode blindly (Michael Caerwyn mcaerwyn_at_gmail.com)
- Fix #584 by using memmove to allow strings to overlap (tottenwd)
- Adds grub2 support (Michael Caerwyn mcaerwyn_at_gmail.com)
- Adds brtfs support (Michael Caerwyn mcaerwyn_at_gmail.com)
- Fix #579 by checking with pipes on both sides of the string (Bruno Cornec)
- Fix #578 by improving the regexp used for CD/DVD detection with -scanbus option (Victor Gattegno/Bruno Cornec)
- Adds more verbosity when LVM creation fails. (Bruno Cornec)
- Fix #577 by having factor back as a float (not a long ! it\'s a decimal value) and making the appropriate cast. (Bruno Cornec)
- Really never inject or eject when the -e option is passed or device is inappropriate (USB, Net, ...) (Bruno Cornec)