Changeset 2184 in ProjectBuilder for projects/mondorescue


Ignore:
Timestamp:
Feb 28, 2017, 10:59:23 AM (7 years ago)
Author:
Bruno Cornec
Message:
  • Update pbcl for 3.3.0 version
Location:
projects/mondorescue/pbconf/branches/3.3
Files:
6 edited

Legend:

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

    r2159 r2184  
    33MONDORESCUE CHANGES
    44
    5 3.3.0 (2016-12-23)
     53.3.1 (2017-06-15)
    66- TBD
     7
     83.3.0 (2017-02-28)
     9- Fix versions given back for mr-* tools (Bruno Cornec)
     10- mr-getparam now prints a version (Bruno Cornec)
     11- Adds mr-mksio script to generate the correct command to build an ISO image (Bruno Cornec)
     12- Adds a new perl script (mr-getparam) to get parameters from mondorescue conf file (Bruno Cornec)
     13- Adds a new perl script (mr-distro-getparam) to get parameters from mondorescue conf file based on the current distribution (Bruno Cornec)
     14- 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)
     15- Fix a compatibility issue with mr-disk-type not returning only the type of disk but a full sentence (William Montgomery)
    716
    8173.2.2 (2016-04-28)
  • projects/mondorescue/pbconf/branches/3.3/mindi/pbcl

    r2159 r2184  
    33MINDI CHANGES
    44
    5 3.3.0 (2016-12-23)
     53.3.1 (2017-06-15)
    66- TBD
     7
     83.3.0 (2017-02-28)
     9- Fix versions given back for mr-* tools (Bruno Cornec)
     10- Support is planned for RHEL8/UEFI & Debian9/UEFI (Bruno Cornec)
     11- Fix #805 by forcing the usage of parted when more than 1000 disks are reported by fdisk (Bruno Cornec)
     12- Add a log of device.map for grub2 (Bruno Cornec)
     13- Use LVM_SUPPRESS_FD_WARNINGS to avoid lvm error messages (Bruno Cornec)
     14- Fix a missing dependency in mr-parted2fdisk on FileHandle for the autoflush feature (Bruno Cornec)
     15- Align mindi's version to mondo version (Bruno Cornec)
     16- Adds UEFI support for Fedora in mindi using grub2 (Bruno Cornec)
     17- Fix the message for the ISO image generated as the MINDI_CACHE variable is overwritten by mondo, but the string is made before so was incorrect. (Rick Stevens/Bruno Cornec)
     18- Add support for the ntfs FS at restore time (Bruno Cornec)
     19- Adds support for hid-microsoft based keyboards (Bruno Cornec)
     20- Adds support for OEL and UEFI (Bruno Cornec)
     21- Adds similar support for CentOS than for RHEL on bootloader choice (Brett Gamlin)
     22- Fix #801 by adding support for the new kbd conf file for Debian 8. (Bruno Cornec)
     23- Fix #745 by killing remaining processes after reboot, in case it doesn't work (RHEL 6) (Bruno Cornec)
     24- disable fdisk output buffering in mr-parted2fdisk (William Montgomery)
     25- EXTRA_SPACE needs to be extended and allow the overwrite of default options for Ironic mode (Bruno Cornec)
     26- Mindi now is able to generate bootable ISO images from existing kernel/initrd/bootloader (split code of PrepareDataDiskImages into PrepareBootDir and PrepareAllTar called directly in case of the --ironic option) (Bruno Cornec)
     27- Adds support for thin LVM provisioning (spezialist)
    728
    8293.0.2 (2016-04-28)
  • projects/mondorescue/pbconf/branches/3.3/mondo-doc/pbcl

    r2159 r2184  
    33MONDO-DOC CHANGES
    44
    5 3.3.0 (2016-12-23)
     53.3.1 (2017-06-15)
    66- TBD
     7
     83.3.0 (2017-02-28)
     9- fix mondo-doc build for deb based distros where dash is the default shell which doesn't support braces processing (Bruno Cornec)
    710
    8113.2.2 (2016-04-28)
  • projects/mondorescue/pbconf/branches/3.3/mondo/pbcl

    r2159 r2184  
    33MONDO CHANGES
    44
    5 3.3.0 (2016-12-23)
     53.3.1 (2017-06-15)
    66- TBD
     7
     83.3.0 (2017-02-28)
     9- Do not exit too early when dealing with an empty file, as the verify step isn't working if we do (David C. Partridge)
     10- Remove extra memory allocation at end of loop for run_program_and_log_output (Bruno Cornec)
     11- Add logging of internal_tape_block_size (David C. Partridge)
     12- Fix #644 by removing the last MAX_STR_LEN usage in the function running commands. Everything on the exclude line should now be handle dynamically (Bruno Cornec)
     13- Remove the mv of DCOP files and the likes - doesn't work and probably useless these days (Bruno Cornec)
     14- chmod 666 is sufficient after restoring /dev/null (Bruno Cornec)
     15- Fix some autoconf warnings (Bruno Cornec)
     16- Allow passing just -K option to mondoarchive without going non-interactive (Bruno Cornec)
     17- Remove an extra mr_free in libmondo-files.c which was creating a failed assertion (Bruno Cornec)
     18- Fix get_non_rewind_dev as strlen doesn't count the final \0 so we need an additional char allocated (Bruno Cornec)
     19- Fix mr_popup_and_get_string which was using a freed string by newtFormDestroy (Bruno Cornec)
     20- Fix call_program_and_get_last_line_of_output which was aborting due to an excessive loop call (Bruno Cornec)
     21- mr_strip_spaces now returns a dynamically allocated string (Bruno Cornec)
     22- Add function mr_getcwd and use it to allow use to dynamically allocated memory instead of getcwd (Bruno Cornec)
     23- Change interfaces for the call_program_and_get_last_line_of_output and where_is_root_mounted (now return dynamically allocated string) (Bruno Cornec)
     24- Removes useless function store_netfs_config (Bruno Cornec)
     25- Fix #806 by setting up env var for english before calling commands and avoid local msgs badly interpreted later on (F. Sommer)
     26- rmdir should be checked by configure (Bruno Cornec)
     27- Fix #804 by adding logging for /boot content (Bruno Cornec)
     28- Fix #800 by initializing boot_type early enough to be used in which_boot_loader (Bruno Cornec)
     29- Fix a bug (assert error) when mondoarchive tries to mount the NFS FS in case it wasn't done already (Bruno Cornec)
     30- Fix an message displaying wrong unit for CD size (KB insted of MB) (Bruno Cornec)
    731
    8323.2.2 (2016-04-28)
  • projects/mondorescue/pbconf/branches/3.3/pbfilter/all.pbf

    r2115 r2184  
    11#
    22# $Id$
    3 #
    4 # Filter for rpm build
     3#
     4# Filter for all files
     5#
    56#
    67# PBREPO is replaced by the root URL to access the repository
  • projects/mondorescue/pbconf/branches/3.3/pbfilter/ubuntu.pbf

    r1209 r2184  
    99# PBDEBCOMP is replaced by the Debian Compatibility value
    1010filter PBDEBCOMP = 7
    11 
Note: See TracChangeset for help on using the changeset viewer.