Changeset 876 in MondoRescue


Ignore:
Timestamp:
Oct 5, 2006, 3:05:33 PM (18 years ago)
Author:
Bruno Cornec
Message:

Update ChangeLogs for 2.2.0 preparation

Location:
branches/stable
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi-busybox/ChangeLog

    r832 r876  
    33MINDI-BUSYBOX CHANGES
    44
    5 1.2.1 (2006-09-23)
     51.2.1 (2006-10-04)
    66- Creation based on busybox 1.2.1 (Bruno Cornec)
     7- Remove module management, bunzip2 in config file (Bruno Cornec)
  • branches/stable/mindi/ChangeLog

    r834 r876  
    33MINDI CHANGES
    44
    5 1.2.0 (2006-09-25)
    6 - busybox is now a separate package and binaries are not provided anymore in mindi (Bruno Cornec)
     51.2.0 (2006-10-04)
     6- busybox is now a separate package and binaries are not provided anymore in mindi - Fix #37 (Bruno Cornec)
     7- deplist.txt adapted to use more busybox modules (Bruno Cornec)
     8- start-nfs now exports variables taken from PXE command line to mondo to override parameters during archiving - Fix bug #21 (Bruno Cornec)
     9- Fix for bug #71 mindi now works correctly on x86_64 (Brendan Bouffler/Bruno Cornec)
     10- ReadAllLink function added to mindi and 3 older functions suppressed + use of readlink where useful (Bruno Cornec)
     11- Other fixes for labelled swap support (Michael Shapiro/Bruno Cornec)
     12- Fix for bug #4 (B. Baumer)
     13- Fix PXE documentation (Brendan Bouffler)
     14- Attempt to fix bug #25 - bonding support (Michael Shapiro/Bruno Cornec)
     15- Write start and finish time to log - Fix bug #33 (Bruno Cornec)
     16- Fix for bug #46 (Klaus Ade Johnstad)
    717
    8181.0.9 (2006-08-05)
     
    2333- Fix a bug in analyze-my-lvm for RHEL3 where vgdisplay prints an additional
    2434field sometimes (#) (severine.lombardo_at_acoss.fr/Bruno Cornec)
    25 - Deal properly with LVM tool lvmiopversion and with lvmcreate_initrd and pvdata - fixes Debian bug #351687 (Andree Leidenfrost)
    26 - Handle the format /dev/mapper/<VG>-<LV> for LVM devices - fix for Debian bug #362926 (Andree Leidenfrost)
     35- Deal properly with LVM tool lvmiopversion and with lvmcreate_initrd and pvdata - fixes [[debianBTS(351687)]] (Andree Leidenfrost)
     36- Handle the format /dev/mapper/<VG>-<LV> for LVM devices - fix for [[debianBTS(362926)]] (Andree Leidenfrost)
    2737
    28381.0.8-3 (2006-06-07)
     
    6070- CHANGES renamed also in install.sh now (Bruno Cornec)
    6171- rpmlint cleanups
    62 - Get mindi to look for analyze-my-lvm in it's library directory MINDI_LIB (See also Debian bug #351446.)
    63 - mindi only deletes freshly created 1440kb images in case of error (See also Debian Bug #348966.) (Andree Leidenfrost)
     72- Get mindi to look for analyze-my-lvm in it's library directory MINDI_LIB (See also [[debianBTS(351446)]].)
     73- mindi only deletes freshly created 1440kb images in case of error (See also [[debianBTS(348966)]].) (Andree Leidenfrost)
    6474- try standard grub-install in grub-MR restore script before trying anything fancy (Andree Leidenfrost)
    6575- busybox mount should be called with -o ro for PXE (Make RHEL 3 works in PXE
  • branches/stable/mondo/ChangeLog

    r787 r876  
    33MONDO CHANGES
    44
    5 2.2.0 (2006-09-05)
     52.2.0 (2006-10-04)
     6- start-nfs now exports variables taken from PXE command line to mondo to override parameters during archiving - Fix bug #21 (Bruno Cornec)
     7- Fix for bug #71 mondo now works correctly on x86_64 (Brendan Bouffler/Bruno Cornec)
     8- Fix for bug #4 (B. Baumer)
     9- Fix PXE documentation (Brendan Bouffler)
     10- Attempt to fix bug #25 - bonding support (Michael Shapiro/Bruno Cornec)
     11- Write start and finish time to log - Fix bug #33 (Bruno Cornec)
     12- New mr_stresc function to escape commands submitted to system and fixes [[debianBTS(379966)]] (Andree Leidenfrost)
     13- New files mr_string.c and mr_string.h (v3.0 new organization) (Andree Leidenfrost)
     14- Fix for [[debianBTS(320152)]] display problem in newt (Andree Leidenfrost)
     15- Check for grub.conf being a symbolic link (Andree Leidenfrost)
     16- AFS support (Andree Leidenfrost/Bruno Cornec)
     17- Better post-nuke handling (first steps) (Andree Leidenfrost)
     18- Icon for use in menus (Andree Leidenfrost)
     19- Fix for bug #14 -E switch error (Bruno Cornec)
     20- Fix for bug #6 mondorestore will ask for prefix during selectve restore (Bruno Cornec)
     21- Fix for bug #21 prefix taken from PXE server first (Bruno Cornec)
     22- Fix for bug #24 ps options (Bruno Cornec)
    623
    7242.0.9 (2006-08-04)
     
    1734- nfsmount option added to allow redeployment from another NFS server (Bruno Cornec)
    1835- This version should work a bit better with files having special char bug #7421 - but more to come (Bruno Cornec)
    19 - Fix Debian Bug #369321 by increasing MAX_TAPECATALOG_ENTRIES to 8192 and bkpinfo->optimal_set_size to 16MB (Andree Leidenfrost)
     36- Fix [[debianBTS(369321)]] by increasing MAX_TAPECATALOG_ENTRIES to 8192 and bkpinfo->optimal_set_size to 16MB (Andree Leidenfrost)
    2037- Fix problem with BurnProof+DVD (Andree Leidenfrost)
    2138- Fix bug #7820: mondo should now support files > 2GB (taps23_at_yahoo.com/Bruno Cornec)
    2239- Replaced all occurrences of egrep with 'grep -E' and of fgrep with 'grep -F' (Andree Leidenfrost)
    23 - Optimize grep usage - fixes Debian bug #222052 (Andree Leidenfrost)
     40- Optimize grep usage - fixes [[debianBTS(222052)]] (Andree Leidenfrost)
    2441- Avoid false alerts about growisofs not running under sudo (Andree Leidenfrost)
    2542- Increase PPCFG_RAMDISK_SIZE to 350 MB (Thomas Börkel/Bruno Cornec)
     
    6380- files > 2GB are now really supported (Andree Leidenfrost)
    6481- new SGML based Mondo Rescue documentation + new Web site (Bruno Cornec/Andree Leidenfrost)
    65 - mondoarchive aborts when 'mindi --findkernel' gives a fatal error (See also Debian bug #352323.) (Andree Leidenfrost)
     82- mondoarchive aborts when 'mindi --findkernel' gives a fatal error (See also [[debianBTS(352323)]].) (Andree Leidenfrost)
    6683- /tmp not excluded anymore from backup (Bruno Cornec)
    6784- New RPM Build environement (Bruno Cornec)
Note: See TracChangeset for help on using the changeset viewer.