Ignore:
Timestamp:
Aug 30, 2015, 5:28:32 PM (9 years ago)
Author:
Bruno Cornec
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • projects/mondorescue/pbconf/branches/3.2/mondo/pbcl

    r1950 r1988  
    33MONDO CHANGES
    44
    5 3.2.1 (2015-03-08)
    6 - TBD
     53.2.1 (2015-08-29)
     6- Function is_this_device_mounted now calls mr-device-mounted (a perl rewrite and improvement of this function) (Bruno Cornec)
     7- 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)
     8- Adds option -f to mkswap to force creation in all cases (also done in previous rev for label-partitions-as-necessary) (Bruno Cornec)
     9- Use now mkfs.vfat directly for formating VFAT type of partitions and remove the usage of format-and-kludge-vfat completely buggy ! (Bruno Cornec)
     10- Fix #717 by adding UEFI support to mondoarchive (for now always return grub for UEFI boot mode) (Bruno Cornec)
     11- Systematically creates a UEFI compatible boot media (Bruno Cornec)
     12- 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)
     13- use systematically mindi-bootroot.img as the name of the bootable image used to make CD (Bruno Cornec)
     14- Fix report of percentage progress of mindi (Use now MINDI_RUNFILE to store mindi execution traces) (Bruno Cornec)
     15- 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)
     16- Exclude /selinux from analysis (Bruno Cornec)
     17- 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)
     18- Change the bkpinfo->boot_device from statically allocated to dynamically allocated (Bruno Cornec)
     19- Rename parted2fdisk.pl into mr-parted2fdisk (Bruno Cornec)
     20- Fix #748 by solving interface issues between mondoarchive and mindi (Bruno Cornec)
     21- Remove a usage of a full path for parted2fdisk, making it distribution neutral (Philippe Lefevre)
     22- Fix #768 by canceling changes done in the loop computing number of slices, back to long instead of a new int (Bruno Cornec)
     23- Fix #769 by asking in newt mode whether the kernel found by mindi is the one the sysadmin want's to use (Bruno Cornec)
     24- Fix a bug in is_this_a_valid_disk_format where a string was freed up before usage (Bruno Cornec)
     25- Fix a bug with -I usage where mondoarchive was core dumping (Philippe Lefevre)
     26- 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)
     27- Avoid using size_of_all_biggiefiles() at each use, but creates an intermediate variable for that (Bruno Cornec)
     28- Fix some memory allocation which were not freed correctly (valgrind)
     29- Fix #764 by checking the value of bkpinfo->include_paths before using it if -I is used (Bruno Cornec)
     30- Fix a mondoarchive crash with option -v (Do not use finish before bkpinfo has been allocated but exit) (Philippe Lefevre)
    731
    8323.2.0 (2014-12-23)
     
    5377- Fix most compilation warnings (Bruno Cornec)
    5478- 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)
    55 - Expand the exclude list to 16 times 512 (MAX_STR_LEN) instead of 8 to support a larger exclude list. (Bruno Cornec)
     79- Expand the exclude list to 16 times 512 (MAX_STR_LEN) instead of 8 to support a larger exclude list (Bruno Cornec)
    5680- 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)
    5781- 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)
    5882- Fix #652 by sending errors messages from fdisk to /dev/null to avoid LVM error messages on latest versions (Joel Kociolek)
    59 - Fix #650 as pvdisplay output format changed in SLES 11 which returns a dm not the mapper. (Victor Gattegno)
     83- Fix #650 as pvdisplay output format changed in SLES 11 which returns a dm not the mapper (Victor Gattegno)
    6084- 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)
    6185- Add support for missing mkdtemp such as Red Hat 6.2 (Bruno Cornec)
     
    7195- Fix #618 by adding support for new command tune4fs for labelling ext4 FS (needed on RHEL 5.6 at least) (Bruno Cornec)
    7296- Improve error messages for handling better #611 (Bruno Cornec)
    73 - 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)
     97- 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)
    7498- Fix #595 (MD core dump issue) by removing an abusive mr_free (Bruno Cornec)
    7599- Manages grub version at backup time and in the conf file (Bruno Cornec)
     
    86110- Fix #579 by checking with pipes on both sides of the string (Bruno Cornec)
    87111- Fix #578 by improving the regexp used for CD/DVD detection with -scanbus option (Victor Gattegno/Bruno Cornec)
    88 - Adds more verbosity when LVM creation fails. (Bruno Cornec)
    89 - Fix #577 by having factor back as a float (not a long ! it's a decimal value) and making the appropriate cast. (Bruno Cornec)
     112- Adds more verbosity when LVM creation fails (Bruno Cornec)
     113- Fix #577 by having factor back as a float (not a long ! it's a decimal value) and making the appropriate cast (Bruno Cornec)
    90114- Really never inject or eject when the -e option is passed or device is inappropriate (USB, Net, ...) (Bruno Cornec)
    91115
     
    101125- Fix a bug where on OBDR mode compression was turned off to create the OBDR content but not back on (Bruno Cornec)
    102126- Adds support for hwaddr (MAC addresses) at restore time, and map to the correct NIC if it's found at restore time (Bruno Cornec/Stefan Heijmans)
    103 - Mindi progression still not good, but showing now 3% when calling mindi. (Bruno Cornec)
    104 - Fix #436 by adding some newtDrawForm where appropriate. (Bruno Cornec)
     127- Mindi progression still not good, but showing now 3% when calling mindi (Bruno Cornec)
     128- Fix #436 by adding some newtDrawForm where appropriate (Bruno Cornec)
    105129- Uses the -d option of the mount command to avoid leaving loop devices in use. Should fix the problems reported on the ML with NFS and more than 8 ISO images (8 being the default number of loop devices available) (Bruno Cornec)
    106130- Fix #496 by supporting the protocol in the output of the mount command (sshfs#...) (Bruno Cornec)
     
    119143- Free memory for mountdir which was forgotten (backport from 2.2.10) (Bruno Cornec)
    120144- Better loging of labeling in mondo when in nuke mode (Bruno Cornec)
    121 - Fix #468 by adding support of ext attr and compression type through the GUI. (Bruno Cornec)
     145- Fix #468 by adding support of ext attr and compression type through the GUI (Bruno Cornec)
    122146- Fix #433 by introducing a new bkpinfo member (subdir) to support storing the subdir under which ISO images are stored on an external HDD (Bruno Cornec)
    123147- Fix #432 with a better message at a start (Bruno Cornec)
     
    1331572.2.9.5 (2011-02-27)
    134158- Do not create an error when a phys device has 0 size and is a /dev/dm-* device (Bruno Cornec)
    135 - Excluding vmhgfs FS for VMWare guests mounting areas of the host. (Bruno Cornec)
    136 - Fix #444. mondoarchive now supports inclusion/exclusion of dirs with spaces in their name. this required a syntax change for the -E/-I options where the list of dirs needs to be separated by '|' now instead of ' '. (Bruno Cornec)
     159- Excluding vmhgfs FS for VMWare guests mounting areas of the host (Bruno Cornec)
     160- Fix #444. mondoarchive now supports inclusion/exclusion of dirs with spaces in their name. this required a syntax change for the -E/-I options where the list of dirs needs to be separated by '|' now instead of ' ' (Bruno Cornec)
    137161- Fix a bug when no -E option is given on CLI (null) string generated (Bruno Cornec)
    138162- Backport from 2.2.10 the support of a dynamic exclude_path variable. Should help fix #366, #421, #368, #371, #443 (Bruno Cornec)
    139163- Exits if the protocol used is not recognized (error with -n fs:// typo) (Bruno Cornec)
    140164- Fix a bug on exclusion of path with common content (/home and /path/home e.g.) which was handled correctly only in a certain order (John Pearson)
    141 - mount-media function is now placed in libmondo-devices.c as used by more programs. (Bruno Cornec)
     165- mount-media function is now placed in libmondo-devices.c as used by more programs (Bruno Cornec)
    142166- Avoids calling mount_media when it's not mandatory (change the way mondorestore was working up to now but could solve some bugs reported) (Bruno Cornec)
    143167- Fix #412 by using grub.unsupported correctly before grub-install as both exist on opensuse 11.2 (Bruno Cornec)
     
    190214- Change NFS support into a generic NetFS support. keyword changed from nfs... to netfs... and proto added (Bruno Cornec)
    191215- star only supports ACL when used with exustar mode. Fix #356 (Bruno Cornec)
    192 - Modify getfattr call to have all extended attributes, including non user ones. Fix #357. (Kevin Ritzenthaler)
     216- Modify getfattr call to have all extended attributes, including non user ones. Fix #357 (Kevin Ritzenthaler)
    193217- Avoid asking the Prefix name in NFS mode twice (Bruno Cornec)
    194218- Fix a case where the NFS dir in restore mode was mounted rw (linked to bug #291) (Bruno Cornec)
    195 - Solve tmp dir creation which sometimes was trying to create /%xx dirs. Fix #293. (Bruno Cornec)
     219- Solve tmp dir creation which sometimes was trying to create /%xx dirs. Fix #293 (Bruno Cornec)
    196220- Removes some memory leaks with valgrind usage (Bruno Cornec)
    197221- Improve dynamic memory allocation with mr_asprintf (Bruno Cornec)
     
    205229- mount the NFS dir in mondoarchive, if not already mounted, but present in fstab and fixes #304 (Bruno Cornec)
    206230- Usage of partprobe at restore time if possible (Bruno Cornec)
    207 - Allow the possibility to enter temp and scratch dir in the newt interface. Fixes #326. (Bruno Cornec)
     231- Allow the possibility to enter temp and scratch dir in the newt interface. Fixes #326 (Bruno Cornec)
    208232- Protection of chains (file names) passed to system with mr_stresc which may contain strange chars (Bruno Cornec)
    209233- Improve autoconf cuild process (Bruno Cornec)
     
    216240- Remove the maxdepth param in find to take in account deeply mounted proc file systems (Bruno Cornec)
    217241- Fix bugs on array size reported by SuSE build system (Stephan Lauffer)
    218 - Fix a very old bug for partiion labelling after restoration where a fstab with empty lines was causing the script to abort. (Ward Mundy/Bruno Cornec)
     242- Fix a very old bug for partiion labelling after restoration where a fstab with empty lines was causing the script to abort (Ward Mundy/Bruno Cornec)
    219243- Deliver again the format-and-kludge-vfat script (Bruno Cornec)
    220244- Fix NTFS support at restore time (Conor Daly)
     
    476500- Add the actual format to messages after calls to function is_this_a_valid_disk_format() about unsupported formats.  (Andree Leidenfrost)
    477501- Abort|Warn when one of the include|exclude dirs (-I|-E) does not exist (Bruno Cornec/Jeffs)
    478 - Replaced partimagehack with ntfsclone from ntfsprogs package. (Andree Leidenfrost)
     502- Replaced partimagehack with ntfsclone from ntfsprogs package (Andree Leidenfrost)
    479503- use df -P everywhere (Bruno Cornec)
    480504- Paypal incitations removed (Andree Leidenfrost)
Note: See TracChangeset for help on using the changeset viewer.