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

    r2002 r2056  
    33MONDO CHANGES
    44
    5 3.2.2 (2015-09-30)
     53.2.3 (2016-09-24)
    66- TBD
     7
     83.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)
     11- 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)
     14- Rename all mondorestore scripts with a mr- prefix for homogeneity and put them under /usr/bin on the media (Bruno Cornec)
     15- Rename the mindi image mindi.iso (was mondorescue.iso which was confusing) (Bruno Cornec)
     16- 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)
     17- Adds xorriso support in mondoarchive for distributions such as Debian 8 using it for UEFIvoids core dump when exiting early (Bruno Cornec)
     18- Avoids crash and core dump for mondoarchive when exiting early and on an allocation error when there is a syntax error (Bruno Cornec)
     19- Adds a mr_sys module for the new mr_system function and a unit test, and use it where appropriate (Bruno Cornec)
     20- Replace usage of mktemp by mkstemp instead (Bruno Cornec)
     21- Remove usage of a local use_star variable and use the one in bkpinfo instead (Bruno Cornec)
     22- Suppress function archive_this_fileset_with_star and handle the star case in the std archive_this_fileset function to benefit from std features. Should help solving the issue reported on scratchdir not emptied in star case. Removes also duplicated code. (Bruno Cornec)
    723
    8243.2.1 (2015-08-29)
Note: See TracChangeset for help on using the changeset viewer.