Ignore:
Timestamp:
Mar 24, 2016, 11:50:33 PM (8 years ago)
Author:
Bruno Cornec
Message:
  • Prepare delivery of MondoRescue 3.2.2 by documenting the changelogs
File:
1 edited

Legend:

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

    r2002 r2056  
    33MINDI CHANGES
    44
    5 3.0.2 (2015-09-30)
     53.0.3 (2016-09-24)
    66- TBD
     7
     83.0.2 (2016-03-24)
     9- Fix #777 Full UEFI support with grub 0.9 and grub2 configuration generation in addition to syslinux (limited to RHEL6, RHEL7 and Debian8 for now) (Bruno Cornec)
     10- For grub 0.9 the conf file for UEFI mode needs to be called bootx64.conf (tested on RHEL6) (Bruno Cornec)
     11- For grub 2.x the conf file for UEFI mode needs to be called grub.cfg (tested on RHEL7) (Bruno Cornec)
     12- Adds xorriso support in mindi for distributions such as Debian 8 using it for UEFI (Bruno Cornec)
     13- Fix #779 by adding the hid-generic module (Bruno Cornec)
     14- Fix #778 by using fatlabel/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)
     15- Adds a mr-label perl script to relabel/uuid fvat FS (Bruno Cornec)
     16- Adds support for Smart Array B140i with hpdsa, mpt3sas driver (Dell T110 II), additional virtio drivers and vmw_pvscsi for VMware (Bruno Cornec)
     17- Adds supoprt for kernel later than 3.x up to 9.x (Bruno Cornec)
     18- Improve on screen and in log file messages by standardizing output to have coherent msgs with INFO tags (Bruno Cornec)
     19- Create new MakeISO and MakeISOErrors functions to share that code (Bruno Cornec)
     20- Rename the mindi image mindi.iso (was mondorescue.iso which was confusing) (Bruno Cornec)
     21- Rename TurnTgzIntoRdz into MakeBootInitFile (Bruno Cornec)
     22- Remove usages of old_pwd and cd in functions. change of directory s now done in a subshell (Bruno Cornec)
     23- Remove function ListImagesForUser (Bruno Cornec)
     24- Share more params in ISO_OPT between usages (Bruno Cornec)
     25- size_of_all_tool is now computed in PrepareDataDiskImages to be used by further functions which removes the need of BOOT_SIZE (Bruno Cornec)
     26- Forging a /tmp/mondorestore.cfg file at restore time if using mindi standalone in order to avoid error messages from grep. (Bruno Cornec)
     27- Fix a bug related to list analysis with echo where the variable needs to be transformed into list before processing (Bruno Cornec)
     28- Simplify OfferToMakeBootableISO and OfferToMakeBootableUSB to just deal with interactivity and parameter handling and create a shared function MakeBootableDevice with a parameter for special treatment. This will allow to fix broken USB support and to avoid that type of issue in the future (Bruno Cornec)
     29- Suppress as well PrepareBootDiskImage as content is now supported in the shared MakeBootableDevice (Bruno Cornec)
     30- Improve non-interactive support with 3 variables in conf file that can allow a non interactive function of mindi when set to the values proposed (PROMPT_MAKE_CD_IMAGE="no", PROMPT_MAKE_USB_IMAGE="no") When using the second one for USB mode, you also have to add the name of the device to be used with USBDEVICE="/dev/sdg" (Bruno Cornec)
     31- Adds support for nls_cp437 module (report from a chinese user)
     32- Use syslinux dir systematically for boot env whatever the boot loader of this family as it works for all. (Bruno Cornec)
     33- Improve speed for deps computation by global sorting (Bruno Cornec)
     34- Fix a bug with Debian 8 where we need to use /lib/systemd instead of /usr/lib/systemd (Bruno Cornec)
     35- Fix lvmetad usage on latest Debian (Hugo Vanwoerkom)
     36- Adds a function FindLdlinuxe64Binary to find ldlinux.e64 (Bruno Cornec)
     37- Adds a function FindSyslinux64EFI to find syslinux.efi (Bruno Cornec)
     38- FindLdlinux32Binary only called in BIOS mode (Bruno Cornec)
     39- Fix mindi-get-perl-modules to follow symlinks in perl installation and now working on Debian 8 as well as Mageia 5 (Bruno Cornec)
    740
    8413.0.1 (2015-08-29)
Note: See TracChangeset for help on using the changeset viewer.