Ignore:
Timestamp:
Feb 16, 2011, 12:46:04 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • parted in gentoo is now in sys-block instead of sys-apps
  • mondorescue delivery is also in test for this 2.2.9 version by default
  • Use the right name for fedora patch (with '.' not - as first separator)
  • Prepare MondoRescue new version delivery by filling pbcl files

svn merge -r 1084:1188 svn+ssh://svn.project-builder.org/mondo/svn/pb/projects/mondorescue/pbconf/branches/2.2.9 .

File:
1 edited

Legend:

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

    r812 r1193  
    33MINDI CHANGES
    44
    5 2.0.8 (2009-07-05)
     52.0.8 (2011-02-15)
     6- TBD
     7
     82.0.7.7 (2011-01-28)
    69- TBD
    710
    8 2.0.7 (2009-07-04)
     112.0.7.6 (2011-01-28)
     12- Adds support for hpsa (new HP Smart Array driver), r8169, xhci, virtio, mega_sr, ide_gd_mod, pata_jmicron, cp210x, dca, raid6_pq, xor async_tx, async_memcpy, async_xor, pata_sil680 drivers (Bruno Cornec)
     13- Replace usage of pvs with pvscan for speed reasons in analyze-my-lvm (Bruno Cornec)
     14- Workaround problems met on RHEL 5.2 and 5.4 around pvs command generating a list of \n separated pvs with back quotes in an unexpected way. (Bruno Cornec)
     15- Adds /etc/rpc and /etc/netconfig as minimal deps for mindi for latest NFS support (Bruno Cornec)
     16- Boot size pushed to 20MB (Bruno Cornec)
     17- Fix #446 by exiting mindi before doing anything weird in it (Bruno Cornec)
     18- Fix #445 to avoid vg with similar names to be wrongly excluded (vgroot and vgroot-san e.g.) (Michael Shapiro/Bruno Cornec)
     19- Fix #426 by rewriting Xen kernel support to use TryToFindKernelPath systematically (Bruno Cornec)
     20- mindi now copies also the /lib/firmware content in order to have it for drivers needing it (bnx2 reported) (Bruno Cornec)
     21- Fix #434 by really testing thet udevd is not running already (chucky)
     22- mindi is now able to handle compressed kernel with .gz or .bz2 suffix (case of OpenSuSE 11.2) (Bruno Cornec)
     23
     242.0.7.5 (2010-06-15)
     25- Fix Xen kernel detection (Michael Shapiro)
     26- Remove libata warning (Bruno Cornec)
     27
     282.0.7.4 (2010-06-09)
     29- Fix #425: Do not blindly remove partitions at end of mindi (Don Hoover)
     30- Integrate patch on Xen Kernel support for RHEL 5 (only atm) and fixes #418 (Michael Shapiro)
     31- Fix a bug on ia64 where the boot image generated was removed before use in mondo (Bruno Cornec)
     32
     332.0.7.3 (2010-04-12)
     34- Fix #414 by adding a function GetPVsForLV to remove PVs from excluded LVs (Mike Shapiro)
     35- Fix #415 by avoiding integration of unknown devices report from pvscan (Mike Shapiro)
     36- Fix #413 where list of devices was not re-initialized correctly in a loop (Michael Shapiro)
     37- Fix a bug on Mandriva modules analysis (Bruno Cornec)
     38- Avoid perl warning by removing non-exitent dirs from @INC in mindi-get-perl-modules (Bruno Cornec)
     39- Avoids error messages from stat in analyze-my-lvm (Bruno Cornec)
     40- Adds a missing module for iSCSI support (Bruno Cornec)
     41- Minor improvements for logs and display (Bruno Cornec)
     42- Attempt to fix #394 by making the script executable and checking existence (Bruno Cornec)
     43- Fix #393. When using excludevs= also exclude from mountlist the devices mentioned (Bruno Cornec)
     44- Fix #395. analyze-my-lvm now provides an option to call GiveMapperOfdm that can be used in mindi (Bruno Cornec)
     45- Fix #391. Adds support for sata_svw for Porliant DL 385 G5p (Bruno Cornec)
     46- Adds support for ums-cypress, ocfs2 and Xen modules (Bruno Cornec)
     47
     482.0.7.2 (2010-02-05)
     49- Adds support for sata_svw for Porliant DL 385 G5p. Fixes #391 (Bruno Cornec/Robert)
     50- Adds support for ums-cypress/ums_cypress (Bruno Cornec)
     51- Improves device exclusion for LVM (support for symlinks, mapper at all levels: PV, VG, LV, and new boot option excludedevs) and fixes #382, #384, #385 (Bruno Cornec)
     52- Rename some variables exported to avoid accidental conflict (EXCLUDE_DEVS => MINDI_EXCLUDE_DEVS and ADDITIONAL_BOOT_PARAMS => MINDI_ADDITIONAL_BOOT_PARAMS) (Bruno Cornec)
     53- Using forcemods="mod1 mod2" will now do something and load those modules first (Bruno Cornec)
     54- Adds support for links to modules (.ko pointing to .o) such as with VMWare extensions (Bruno Cornec)
     55- Adds i-want-my-lvm content in mindi log file (Bruno Cornec)
     56- Adds vmxnet3 driver support to mindi for some VMWare versions (Bruno Cornec)
     57- Adds scsi_dump_register to mindi SCSI_MODS for RHEL3 + IBM servers (Bruno Cornec)
     58- nfsopt restore boot time option added to support custom mount options for network restore (Bruno Cornec)
     59
     602.0.7.1 (2009-11-28)
     61- Improve support for serial console devices with a new serial boot param keyword (Bruno Cornec)
     62- Improve analysis of kernel modules by printing whether it's a live or extra module which has not been found as reported in #362 (Matthew Cline)
     63- Update deplist for Debian support for bzip2, bunzip2 (Bruno Cornec/John Rentner)
     64- some distro hold lvm commands under /usr/sbin (Bruno Cornec)
     65- Adds a nolvm boot option at restore time (Bruno Cornec)
     66- Adds support for diskdumplib driver useful for RHEL 3 and IBM xseries 336 (Bruno Cornec)
     67- Adds support for variable serial port console, with defalut to /dev/ttyS0, and a boot param to change it with serial=/dev/ttySx (Bruno Cornec)
     68- umount freshly created VFAT partition on USB key as Ubuntu has an automounter mounting it as soon as created (Steffen Neumann)
     69
     702.0.7 (2009-10-09)
     71- Adds a conf file example for mindi. Fix #360 (Bruno Cornec)
     72- cdrkit support for mindi. Fix #359 (Matthew Cline)
     73- Exclude CIFS mounts from the mountlist. Fix #288 (Bruno Cornec)
     74- Adds support for initramfs (gzip/bzip2/lzma) or ext2/3/cpio initrd support with kernel 2.6.30+. Fix #353 (Bruno Cornec/Hugo Vanwoerkom)
     75- Improve udev timeouts (Bruno Cornec)
     76- Fix udev support in init for Mandriva 2009.1 (Bruno Cornec)
     77- Split deplist.txt in multiple conf files under deplist.d (Bruno Cornec)
     78- Adds Fuse SSHFS support at restore time (Bruno Cornec)
     79- Adds support for ext3 compressed initrd and other compression format initramfs for Debian (Bruno Cornec)
     80- analyze-my-lvm now removes excluded devices from list coming from mondoarchive (Bruno Cornec)
     81- Adds support for bnx2x (BL 460 G6), igb (Intel cards) and auth_rpcgss Debian kernel 2.6.31 (Bruno Cornec/Maxime)
     82- Split deplist.conf in multiple files under deplist.d and keep it only for local changes (Bruno Cornec)
     83- Change NFS support into a generic NetFS support. keyword changed from nfs... to netfs... and proto added (Bruno Cornec)
     84- Addition of a nomd option to avoid starting mdadm (Bruno Cornec)
     85- mpath is only started if there was a mpath entry in mountlist (Bruno Cornec)
     86- Fix SElinux support (Laurent Gehlen)
     87- Message file rewritten. Fix #160 and #346 (Bruno Cornec)
    988- Add support for pre and post scripts at restore time (Bruno Cornec)
    1089- Remove inactive vg from lvmscan output in analyze-my-lvm (Bruno Cornec)
Note: See TracChangeset for help on using the changeset viewer.