source: ProjectBuilder/projects/mondorescue/pbconf/branches/3.3/MondoRescue/pbcl

Last change on this file was 2472, checked in by Bruno Cornec, 4 years ago

Prepare ChangeLogs for Mondorescue 3.3.0

File size: 3.3 KB
Line 
1# $Id$
2
3MONDORESCUE CHANGES
4
53.3.1 (2020-06-15)
6- TBD
7
83.3.0 (2020-02-23)
9- Fix mr-device-mounted (Bruno Cornec)
10- Fix versions given back for mr-* tools (Bruno Cornec)
11- mr-getparam now prints a version (Bruno Cornec)
12- Adds mr-mkiso script to generate the correct command to build an ISO image (Bruno Cornec)
13- Adds a new perl script (mr-getparam) to get parameters from mondorescue conf file (Bruno Cornec)
14- Adds a new perl script (mr-distro-getparam) to get parameters from mondorescue conf file based on the current distribution (Bruno Cornec)
15- Exit in mr-net-get-config after first network interface found (do not handle others that could be on the same network as it mixes up mondorestore.cfg) (Bruno Cornec)
16- Fix a compatibility issue with mr-disk-type not returning only the type of disk but a full sentence (William Montgomery)
17
183.2.2 (2016-04-28)
19- Fix #785 by returning conf values when NFS server not on the same LAN as the client (Bruno Cornec)
20- Fix #778 by adding a mr-label tool to manage fat FS labelling and identification with uuid (Bruno Cornec)
21- Adds a mr-disk-type program and perl function to list all disks on the system (Bruno Cornec)
22
233.2.1 (2015-08-29)
24- 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)
25- 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)
26- Fix podchecker warnings (Bruno Cornec)
27- Adds a Disk.pm module to centralize all disk related functions for MondoRescue (Bruno Cornec)
28- mr-kernel-get-modules now uses Getopt for parameter management, allowing verbosity increase (Bruno Cornec)
29- Fix mr_kernel_get_modules to support depmod version providing relative paths such as on RHEL5 (Bruno Cornec)
30- Fix mr_kernel_get_modules to support modinfo version without -k option support, using module full path instead (Bruno Cornec)
31- The modlist hash is now having keys being full path module names as a consequence (Bruno Cornec)
32- Adds a new Version.pm module to get version management a la pb in MondoRescue (Bruno Cornec)
33
343.2.0 (2014-12-23)
35- First version provided under the GPL v2 of this new perl package hosting all perl functions needed by MondoRescue (Bruno Cornec)
36- Fix an issue for older perl version where the code was incompatible (Dider Diaz)
37- Adds a script mr-net-get-config to comput the network configuration and generate the appropriate portion of the configuration file (Bruno Cornec)
38- Adds a script mr_file_read_all_link returning a hash of hash of all links found for a given file (Bruno Cornec)
39- Adds a script mr-process-ldd returning all the dynamic libraries found for a given file (Bruno Cornec)
40- Adds a script mr-kernel-get-modules returning the list of all the full paths for all modules passed in parameters with their dependencies (Bruno Cornec)
41- The test function of MondoRescue is now also working for distros not having natively Test::More and avoid to depend on it (Bruno Cornec)
42
Note: See TracBrowser for help on using the repository browser.