Ignore:
Timestamp:
Jun 19, 2013, 6:52:13 PM (11 years ago)
Author:
Bruno Cornec
Message:
  • svn merge -r 1199:1772 ../3.0
File:
1 edited

Legend:

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

    r1345 r1774  
    44
    553.0.0 (2030-02-15)
    6 - TBD
    7 
    8 2.0.7.6 (2011-01-28)
     6- TBC
     7
     82.1.5 (2013-05-03)
     9- Fix #681 by reintroducing code from mindi 2.0.6 in order to support detection of initrd tyep support deep in kernel with some black magic. (Bruno Cornec/Victor Gattegno/Didier Diaz)
     10- Fix ReadAllLink by supporting multi-level of ../.. in link names (Bruno Cornec)
     11- Add cifs support for #208 with first modifications to add cifs support as an external FS - will need mondo 3.0.4 (Bruno Cornec)
     12- Force the addition of the RESTORE keyword in the boot line to avoid interaction at restore time. (Bruno Cornec)
     13- Fix #677 by adding a missing parameter to modinfo (Victor Gattegno)
     14- Update ProLiant support with hp-rcu and hp-fm (Gen8 and following) (Bruno Cornec)
     15
     162.1.4 (2013-03-15)
     17- Fix #651 by removing a potential dmsetup conf before formating the USB with mkdosfs (Matthew Ross)
     18- Should fix an issue with RHEL 6 where mindi was comparing an info obtained by readlink -f (/dev/dm-1) different from the one in fstab (/dev/mapper/systemvg-root_lv) and the one given by vgs in GiveMapperofDm (/dev/systemvg/root_lv) (Bruno Cornec)
     19- Removing telinit from minimal.conf to avoid on SLES to have init coming as the target of the telinit link :-( (Bruno Cornec)
     20- Adding an inittab file in order to avoid problems with CTR-ALT-DEL (Bruno Cornec)
     21- mindi now uses the full content of minimal.conf in deplist to include it in the boot media. Prevously only a fraction of it was included  (Bruno Cornec)
     22- blkid is needed at least by Fedora 16 at restore time early so added to minimal.conf (Bruno Cornec)
     23- Handle better the symlinks during the copy of content in order to support the /lib issue for F17. Performance is still degraded (Bruno Cornec)
     24- Adds more drivers in mindi to better support iscsi env (Bruno Cornec)
     25- Fix #611 for SLES SP1/SP2 with improved LVM support and addition of a function GiveVGLVOfdm to analyze-my-lvm (Matthew Ross/Bruno Cornec)
     26- Fix #654 by exporting correct value for LANG and LANGUAGE in analyze-my-lvm to avoid localized display (ediaz)
     27- Improve Fedora 17 support and #656 with all sort of symlinks from / to /usr (Bruno Cornec)
     28- Improve VxFS support and #167 (Bruno Cornec)
     29- Add proposed enhancement in #648 to add more control through conf file to boot timeout and default mode (Matthew Ross)
     30- Fix #649 by adding serial port detection in GetShell function which was harcoding the tty to use (Matthew Ross)
     31- Fix #639 bu adding dyn. libs needed on RHEL 6.3 by ssh (Peter Kohler)
     32- Fix #622: Adds swaplabel support if it exists (Bruno Cornec)
     33- Fix #647: bash is now systematically included in the ramdisk
     34- Fix #631 by adding /bin/lsmod to minimal.conf in order to support SLES 11 SP2
     35- Fix #623 by sorting correctly the dev mapper devices when more than 10 are handled (Martin Kitka/Didier Diaz)
     36- Adds support for 3.5 kernel and USB keyboard by adding module hid_generic (Hugo vw)
     37- Increase size of tmpfs using shm in order to support larger mindi boot images (Mark Wisniewski)
     38- Solve #646 by increasing BOOT_SIZE for Ubuntu 12.04 (Victor Gattegno)
     39
     402.1.3 (2012-07-08)
     41- Fix #621 by avoiding to handle iso9660 FS type from fstab as well as bind mounted FS. (Bruno Cornec)
     42- Fix a bug in mindi where regular expressions were used with grep without the -E option (Jeffery Kalchik)
     43- Fix #614 SLES kbd issue (removing double quotes was not done for all of them) (Victor Gattegno)
     44- mindi now includes the libnss files under /lib in minimal.conf to bring back sshfs support on Debian (Bruno Cornec)
     45- Mageia 2 needs .ko.xz modules detection (Bruno Cornec)
     46- Document the fact that selinux needs to be disable for extended attributes to be restored (was missing in the PXE example boot line) (Bruno Cornec)
     47
     482.1.2 (2012-06-03)
     49- Fix a bug on RHEL 5 where lvdisplay doesn't support redirection. Adds a | cat in between, as was done for vgdisplay (Bruno Cornec)
     50- Fix #617 and #615: Only non directtory are transferred to the rootfs by tar, in order to avoid linked dirs such as /lib to finish fully on it. (Bruno Cornec)
     51- Adding pata_acpi support (Bruno Cornec)
     52- Fix #607 by including kernel modules symlinked to modules out of tree (hpsa case from HP PSP) (Sanjeev V Kumar)
     53- Fix #618 by adding support for new command tune4fs for labelling ext4 FS (needed on RHEL 5.6 at least) (Bruno Cornec)
     54- Add support for HP CNA in Blades for PXE boot (Bruno Cornec)
     55- Call kpartx to force device creation in case it wasn't done automatically as it should (Bruno Cornec)
     56- Avoids useless warning by using the right regexp for 2.4.x kernel detection (Bruno Cornec)
     57- Fix #609 by using option -L of stat in order to get the correct value for major and minor numbers of mapper links (bzium)
     58- Fix #600 by linking /bin/sh to /bin/bash when it's in the initrd as the default shell used. Adds support for pushd/popd at least. (Bruno Cornec)
     59- Fix #614 to add correct keyboard support on SLES 10 (Bruno Cornec)
     60- Solve #610 by adding a --nolog option to mindi, which needs to be the first one, and used in analyze-my-lvm with a redirection of errors to /dev/null. (Bruno Cornec)
     61- Fix #598 by increasing again boot sizes (Bruno Cornec)
     62- Adds support for upstart (RHEL 6.2) to try having CTRL-ALT-DEL work again (Bruno Cornec)
     63- Adds cnic net driver for bnx2i support on RHEL 6.2 at least (Bruno Cornec)
     64- Prepare a new script to compute IP addresses mr-net-find (not used yet) (Bruno Cornec)
     65- Fix #589 by removing fixed path for grep in mindi, and managing correctly paths for udev related binaries in mindi and rcS, and improving Arch Linux support (MC)
     66- mv udev.files to udev.conf under deplist.d to be more coherent (Bruno Cornec)
     67- Use LogFile everywhere possible as a echo replacement (Bruno Cornec)
     68- Fix #590 by adding a warning in case of McAfee detection, and checking tar files before their copy. (Bruno Cornec)
     69
     702.1.1 (2012-02-24)
     71- Adds rpcbind support. Fixes RHEL6.2 NFS restore, and hopefully Debian as well. (Bruno Cornec)
     72- Force inclusion all files mentioned in minimal.conf (Bruno Cornec)
     73- Fix #576 by truncating the mesage text created with cut (Bruno Cornec)
     74- Fix #586: mindi now skips swap files in the mountlist creation (Bruno Cornec)
     75- Adds module usb_common support for Linux kernel 3.2 (Bruno Cornec)
     76- Adds brtfs support (Michael Caerwyn mcaerwyn_at_gmail.com)
     77- Fix a bug where lvm libes were duplicated (Michael Caerwyn mcaerwyn_at_gmail.com)
     78- Fix #582 by avoiding the use of the term WARNING and using now INFO and a hopefully improved msg (Bruno Cornec)
     79- Fix #519 for good by cjecking syslinux version 4.02 and making a special call to --stupid for it. THat's all it deserves ;-) (Bruno Cornec)
     80- Adds support for more VIA device drivers (pata and rhine) (Bruno Cornec)
     81- debugfs should be excluded from the device considered for fstab analysis (Bruno Cornec)
     82
     832.1.0 (2011-12-23)
     84- Fix a bug in analyze-my-lvm where LVs were created in random order (the one of lvscan) instead of using the dm-xxx order, which creates issues at restore time between the mapping created then and the one we had at backup time which could be inconsistent (Bruno Cornec)
     85- Force activation of first partition which should not be optional as everything is destroyed before (Bruno Cornec)
     86- Exclude sysfs devpts and tmpfs partitions found in RHEL 6.2 from analyze by mindi (made error messages) (Bruno Cornec)
     87- Fix a bug in mindi when having multiple swap partiions with same starting string (/dev/dm-1 and /dev/dm-16). (Bruno Cornec)
     88- Exclude /run similarly to /sys and /proc (Bruno Cornec)
     89- Fix #525 and improve printing when no /etc/raidtab, but still md devices (Bruno Cornec)
     90- Adds support for a new pata_atiixp, bnx2i, virtio drivers (Bruno Cornec)
     91- Force block size back to 32768 in OBDR mode after skipping the 2 tape marks, to read the additional rootfs data corerctly (Bruno Cornec)
     92- Fix #498 by using an external program (hpsa_obdr_mode) which can set the mode of the tape to CD-ROM or Sequential at will. (Bruno Cornec)
     93- Simplify the function engaging SCSI for Smart Array controllers, and support as many controller as we have (Bruno Cornec)
     94- Attempt to solve #503 by handling /lib64 separately for udev and only if not a link (to /lib) for Ubuntu 64 (Bruno Cornec)
     95- Fix #499 by using a real init from busybox and moving our init script to etc/init.d/rcS. We also now call the reboot from busybox to exit, which indeed reset the system correctly (in a VM at least which wasn't the case before). Requires a new mindi-busybox as well. (Bruno Cornec)
     96- Improve mindi support for kernel 3.x (Bruno Cornec)
     97- Improve again ProLiant HW support, by adding references to the yet to come SSSTK rpm so that conrep is called at its future right place. (Bruno Cornec)
     98- Fix #491 by correctly checking Xen kernel used for a dom0 env (Bruno Cornec)
     99- Adds support for hwaddr (MAC addresses) at restore time, and map to the correct NIC if it's found at restore time (Stefan Heijmans/Bruno Cornec)
     100- Fix an issue on udevadm call (Bruno Cornec)
     101- Fix #501 by pushing BOOT_SIZE to 36864 for certain Ubuntu cases (Bruno Cornec)
     102- Add compatibility with the latest SSSTK + PSP content for HP ProLiant + branding homogeneous now. Using hpacuscripting now. (Bruno Cornec)
     103- Fix bugs in the kernel detection routine of mindi related to echo badly captured (Bruno Cornec)
     104- Uses the -d option of the mount command to avoid leaving loop devices in use. Should fix the problems reported on the ML with NFS and more than 8 ISO images (Bruno Cornec)
     105- Copy everything under .ssh of root account to allow for sshfs mount without passwd at restore time. (Bruno Cornec)
     106- Improve msgs printed during kbd analysis (Bruno Cornec)
     107- Fix an error when dmidecode reports comments before system name (Bruno Cornec)
     108- Move fvat nd fat modules to CDROM_MODS in order to have them in the initrd to support saving logs to a USB device e.g. (Bruno Cornec)
     109- Fix #492 by removing an extra useless fi (Bruno Cornec)
     110- Fix issues in test of FindKernel for Xen and non Xen cases (Bruno Cornec)
     111- Improve mbr.bin handling (Bruno Cornec)
     112- Improve error message in case mondorestore isn't found (Bruno Cornec)
     113- Install an MBR on USB devices when possible (Bruno Cornec)
     114- Fix a compatibility bug in mindi where exclude lists with '|' was incorrectly analyzed (' ' still expected) (Bruno Cornec)
     115- Adds 3 binaries called potentially by udev to support USB key mount at restore time (Victor Gattegno)
     116- Removes a warning when trying to launch udevadm and it doesn't exist (RHEL 5 e.g.) (Bruno Cornec)
     117
     1182.0.7.8 (2011-06-27)
     119- Fix mindi-get-perl-modules when perl dirs in @INC are symlinks (case on Ubuntu 11.04) (Bruno Cornec)
     120- Fix option --findkernel in case of Xen kernel so that mondoarchive get a correct answer instead of an empty one. (Bruno Cornec)
     121- Fix #484 by adding support for the arcmsr driver (to support the Areca ARC-1220 RAID Controller) (Bruno Cornec)
     122- Avoids error msgs if no mondo-restore.cfg file exists (when mindi used stdalone) (Bruno Cornec)
     123- Attempt to fix Xen kernel support by avoiding to remove xen kernel fro; the possible_kernels list too early, whereas it's used afterwards to get them. (Bruno Cornec)
     124- Fix #481 by supporting the new kbd file in latest Ubuntu 10.10+ (Victor Gattegno)
     125- Propose more variables in the mindi.conf example (Bruno Cornec)
     126- More explicit messages when size unsufficient in mindi for kernel + initrd as per #471 (Bruno Cornec)
     127- Log content of mondo-restore.cfg  (Bruno Cornec)
     128- Remove very old code creating confusing symlinks pico to nano in init. Fix #477 (patch from MC)
     129
     1302.0.7.7 (2011-04-12)
     131- Increase sizes again more for Debian 6/Ubuntu 10.x and Fedora 14 support (Victor Gattegno)
     132- Adds a UdevadmTrigger function at restore time to deal with the various syntax formats changes ddepending on version (MC)
     133- Improved Arch Linux support, boot message, keyboard, ... (MC)
     134- Adds reboot to fix #435 (Bruno Cornec)
     135- Use modprobe instead of insmod to load loop, cd, ... modules (in order to force them at restore time) (Bruno Cornec)
     136- Add support for libahci driver (Bruno Cornec)
     137
     1382.0.7.6 (2011-02-27)
     139- Adds functions and /bin/loadkeys (new location) to minimal set of commands to have (Bruno Cornec)
     140- provides a makemessage option to mindi and this function now works with pbdistrocheck (Bruno Cornec)
     141- Latest lvdisplay on RHEL6 prints MiB instead of MB. Impact on analyze-my-lvm fixed. (Bruno Cornec)
     142- With mindi-busybox 1.18.3 the syntax of openvt changed. Mindi is now compatible with this as well as the older one. (Bruno Cornec)
     143- Adds a restore quiet option (Bruno Cornec)
     144- Fixes for RHEL6 support with additional modules (Bruno Cornec)
     145- Fix #462 (removes temp dir if analyze-my-lvm launched in stand alone mode) (Bruno Cornec)
     146- Fix issue with mindi when launched from a dir containing spaces (Bruno Cornec)
     147- Fix #459 by correcting an old README containing info on the edit-mountlist binary which doesn't exist. (Bruno Cornec)
    9148- 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)
    10149- Replace usage of pvs with pvscan for speed reasons in analyze-my-lvm (Bruno Cornec)
    11150- 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)
    12151- Adds /etc/rpc and /etc/netconfig as minimal deps for mindi for latest NFS support (Bruno Cornec)
    13 - Boot size pushed to 20MB (Bruno Cornec)
     152- Boot size and extra size pushed to 24MB and 70MB to support correctly Fedora 14 and Debian 6.0 (Bruno Cornec)
    14153- Fix #446 by exiting mindi before doing anything weird in it (Bruno Cornec)
    15154- Fix #445 to avoid vg with similar names to be wrongly excluded (vgroot and vgroot-san e.g.) (Michael Shapiro/Bruno Cornec)
     
    122261- fdomain may prevent booting at restore time, so propose it as example of DENY_MODS (Bruno Cornec)
    123262- MakeBootConfFile handle a bit separately syslinux and isolinux, improves USB key support (Bruno Cornec)
    124 - Adds multipath support for RHEL 5.2 (Bruno Cornec/Matthieu Losmede)
     263- Adds multipath support for RHEL 5.2 (Bruno Cornec/Mathieu Losmede)
    125264- Fix #271 by adding a '/' in front of the string we want to exclude for cd, floppies (Bruno Cornec)
    126265- Adds support for jmicron ide pata controller (Arne Bernin)
Note: See TracChangeset for help on using the changeset viewer.