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/MondoRescue/pbcl

    r1950 r1988  
    33MONDORESCUE CHANGES
    44
    5 3.2.1 (2015-03-08)
    6 - TBD
     53.2.1 (2015-08-29)
     6- Adds a mr-device-mounted binary to MondoRescue (replace code of the C function is_this_device_mounted) and the corresponding perl function (mr_device_mounted) to handle cases where a mounted device has a different name than the one seen on mount (e.g. /dev/rhel/root and /dev/mapper/rhel-root) (Bruno Cornec)
     7- Adds perl function mr_file_copy_and_erase_hash to empty the hash generated in mr_file_read_all_link and thus avoid filling the hash it generates, which is useful for a recursive function, but not when called multiple times from another perl script. (Bruno Cornec)
     8- Fix podchecker warnings (Bruno Cornec)
     9- Adds a Disk.pm module to centralize all disk related functions for MondoRescue (Bruno Cornec)
     10- mr-kernel-get-modules now uses Getopt for parameter management, allowing verbosity increase (Bruno Cornec)
     11- Fix mr_kernel_get_modules to support depmod version providing relative paths such as on RHEL5 (Bruno Cornec)
     12- Fix mr_kernel_get_modules to support modinfo version without -k option support, using module full path instead (Bruno Cornec)
     13- The modlist hash is now having keys being full path module names as a consequence (Bruno Cornec)
     14- Adds a new Version.pm module to get version management a la pb in MondoRescue (Bruno Cornec)
    715
    8163.2.0 (2014-12-23)
Note: See TracChangeset for help on using the changeset viewer.