Changeset 2072 in ProjectBuilder for projects/mondorescue/pbconf


Ignore:
Timestamp:
Apr 28, 2016, 2:03:02 AM (8 years ago)
Author:
Bruno Cornec
Message:
  • Prepare 3.2.2
Location:
projects/mondorescue/pbconf/branches/3.2
Files:
4 edited

Legend:

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

    r2056 r2072  
    66- TBD
    77
    8 3.2.2 (2016-03-24)
     83.2.2 (2016-04-28)
    99- Fix #785 by returning conf values when NFS server not on the same LAN as the client (Bruno Cornec)
    1010- Fix #778 by adding a mr-label tool to manage fat FS labelling and identification with uuid (Bruno Cornec)
     11- Adds a mr-disk-type program and perl function to list all disks on the system (Bruno Cornec)
    1112
    12133.2.1 (2015-08-29)
  • projects/mondorescue/pbconf/branches/3.2/mindi/pbcl

    r2056 r2072  
    66- TBD
    77
    8 3.0.2 (2016-03-24)
     83.0.2 (2016-04-28)
     9- Fix #795 by adding support for new RHEL7 keyboard type (Bruno Cornec)
     10- Fix #792, LVM support, by forcing fixed values for LE if percentage calculated for it is 0
     11- Fix #757, #780 and #781, md support, by adding support for raid* drivers in mindi (Bruno Cornec)
     12- Fix #779 by adding the hid-generic module (Bruno Cornec)
     13- Fix #778 by using dosfslabel/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)
    914- 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)
    1015- For grub 0.9 the conf file for UEFI mode needs to be called bootx64.conf (tested on RHEL6) (Bruno Cornec)
    1116- For grub 2.x the conf file for UEFI mode needs to be called grub.cfg (tested on RHEL7) (Bruno Cornec)
     17- Better protection against rm commands (Bruno Cornec)
    1218- 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)
    1519- 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)
     20- Adds a mr-disk-type script to handle GPT/MBR format detection (Bruno Cornec)
     21- Adds support for Smart Array B140i with hpdsa, mpt3sas driver (Dell T110 II), dm-thin-pool, additional virtio drivers and vmw_pvscsi for VMware (Bruno Cornec)
     22- Adds support for kernel later than 3.x up to 9.x (Bruno Cornec)
    1823- Improve on screen and in log file messages by standardizing output to have coherent msgs with INFO tags (Bruno Cornec)
    1924- Create new MakeISO and MakeISOErrors functions to share that code (Bruno Cornec)
     25- Rename LogIt into LogAll (Bruno Cornec)
    2026- Rename the mindi image mindi.iso (was mondorescue.iso which was confusing) (Bruno Cornec)
    2127- Rename TurnTgzIntoRdz into MakeBootInitFile (Bruno Cornec)
  • projects/mondorescue/pbconf/branches/3.2/mondo-doc/pbcl

    r2056 r2072  
    66- TBD
    77
    8 3.2.2 (2016-03-24)
     83.2.2 (2016-04-28)
    99- Documentation the renaming of the mondo sciprt (now mr-mount-me, mr-unmout-me) (Bruno Cornec)
    1010- Documentation the renaming of the mindi ISO image (now mindi.iso) (Bruno Cornec)
     11- Document better the UEFI usage (Bruno Cornec)
    1112- Remove incorrect Q&A on LVM not supported in nuke mode, which is wrong (Bruno Cornec)
    1213
  • projects/mondorescue/pbconf/branches/3.2/mondo/pbcl

    r2056 r2072  
    66- TBD
    77
    8 3.2.2 (2016-03-24)
    9 - Fix #784 by not comparing result of mkstmp to NULL (Bruno Cornec)
    10 - 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)
     83.2.2 (2016-04-28)
     9- Fix #796, GPT support, by limiting the requirement for une extended partition to MBR disks (Bruno Cornec)
     10- Fix #787, USB support, by cleaning the target dir of its syslinux content (Bruno Cornec)
     11- Fix #784, crash, by not comparing result of mkstmp to NULL (Bruno Cornec)
     12- Fix #757, #780 and #781 bupport, fixing a bug in mr_strip_space (Bruno Cornec)
     13- Fix #778, by using dosfslabel/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)
    1114- Fix #777 Full UEFI support with correct generation of ISO images for mondoarchive (Bruno Cornec)
    12 - Fix #776 by using -efi-boot option of genisoimage for UEFI systems. (Bruno Cornec)
    13 - Fix #766 by duplicating systematically strings for netfs_user instead of optimizing by reusing content  (Bruno Cornec)
     15- Fix #776, UEFI support, by using -efi-boot option of genisoimage for UEFI systems. (Bruno Cornec)
     16- Fix #766, crash, by duplicating systematically strings for netfs_user instead of optimizing by reusing content (Bruno Cornec)
     17- Fix #730 by copying current version of logfile to backup media (Bruno Cornec)
     18- Fix a bug/crash for tape usage in interactive mode (Bruno Cornec)
     19- Rename libmondo-mountlist.c as mondo-rstr-mountlist.c (Bruno Cornec)
    1420- Rename all mondorestore scripts with a mr- prefix for homogeneity and put them under /usr/bin on the media (Bruno Cornec)
    1521- Rename the mindi image mindi.iso (was mondorescue.iso which was confusing) (Bruno Cornec)
    1622- Fix wiping of the scratch area by calling rm on files instead of find which has issues in this context and erasing star files as well (Bruno Cornec)
    1723- Adds xorriso support in mondoarchive for distributions such as Debian 8 using it for UEFIvoids core dump when exiting early (Bruno Cornec)
     24- which_partition_format now uses mr-disk-type
    1825- Avoids crash and core dump for mondoarchive when exiting early and on an allocation error when there is a syntax error (Bruno Cornec)
    1926- Adds a mr_sys module for the new mr_system function and a unit test, and use it where appropriate (Bruno Cornec)
Note: See TracChangeset for help on using the changeset viewer.