Changeset 1679 in MondoRescue


Ignore:
Timestamp:
Oct 12, 2007, 1:24:45 AM (17 years ago)
Author:
Bruno Cornec
Message:

Update ChangeLogs for upcoming 2.2.5 official release

Location:
branches/2.2.5
Files:
1 added
4 edited

Legend:

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

    r1446 r1679  
    22
    33MINDI-BUSYBOX CHANGES
     4
     51.2.2-4 (2007-10-11)
     6- Build process adapted to use pb (http://trac.project-builder.org) (Bruno Cornec)
     7- Fix another issue in mindi-busybox gentoo's ebuild (Francesco Talamona)
    48
    591.2.2-3 (2007-05-17)
  • branches/2.2.5/mindi/ChangeLog

    r1622 r1679  
    22
    33MINDI CHANGES
     4
     51.2.5 (2007-10-11)
     6- Build process adapted to use pb http://trac.project-builder.org (Bruno Cornec)
     7- Really Fix #163 support for 3w-9xxx 3w_9xxx (Bruno Cornec)
     8- /tmp => /var/log for mondorestore.log (Bruno Cornec)
     9- Update linux terminfo to fix a color issue (Andree Leidenfrost)
     10- Add nsswitch.conf to deplist (Zachár Balázs)
     11- Add mdadm.conf to deplist (Bruno Cornec)
     12- Fix #194 automatically rebooting at the end of PXE restore process (Bruno Cornec)
     13- Fix #190 mondo-restore replaced by mondorestore (veelo)
     14- Fix bug #189 older mdadm support (Mark Nienberg)
     15- Add a MAX_DISKS variable and increase to 99 (Tilman Schmidt/Bruno Cornec)
     16- Add support of pata_marvell module (Tilman Schmidt)
     17- Add support of pata_amd module (Andy Wright)
     18- Fix gentoo issues again (Francesco Talamona)
     19- Fix a bug in interactive mode on ia64 where lilo wasn't forced (Bruno Cornec)
     20- Fix mindi iso build for ia64 (Bruno Cornec)
     21- Add support for gzip compressed kernel - ia64 SLES 10 is in that category (Bruno Cornec)
     22- arch => uname -m everywhere (Bruno Cornec)
     23- parted2fdisk adapted for parted differences on SLES 10 ia64 (Bruno Cornec)
     24- reiserfs support added for parted2fdisk (Bruno Cornec)
     25- decode_Bsuf function added for parted2fdisk (Bruno Cornec)
     26- README.ia64 improved for SLES 10 (Bruno Cornec)
    427
    5281.2.4 (2007-07-06)
  • branches/2.2.5/mondo/ChangeLog

    r1622 r1679  
    22
    33MONDO CHANGES
     4
     52.2.5 (2007-10-11)
     6- Build process adapted to use pb http://trac.project-builder.org (Bruno Cornec)
     7- Fix #137 and #3 issue with large exclude list (> 1000 chars) (Bruno Cornec)
     8- Fix #191 edition of mountlist in compare mode (Bruno Cornec)
     9- Fix bug #197 (Scott Cummings/Bruno Cornec)
     10- Fix some some valgrind errors (Bruno Cornec)
     11- Fix a bug where df was using locale to print messages and wasn't filtered correctly (Bruno Cornec)
     12- Add mkdtemp checked in configure (Bruno Cornec)
     13- reset_bkpinfo creates a tmpdir with mkdtemp in setup_tmpdir, takes in account TMPDIR and TMP (Bruno Cornec)
     14- Render bkpinfo global (Bruno Cornec)
     15- Use bkpinfo->tmpdir instead of /tmp or MINDI_CACHE when appropriate to fix security issues (Andree Leidenfrost/Bruno Cornec)
     16- replace vi with find_my_editor during restore (Andree Leidenfrost)
     17- Fix #195 broken Compare with gzip (Scott Cummings)
     18- Fix #194 automatically rebooting at the end of PXE restore process (Bruno Cornec)
     19- Fix #190 mondo-restore replaced by mondorestore (veelo)
     20- /tmp => /var/log for mondorestore.log (Bruno Cornec)
     21- Fix gentoo issues again (Francesco Talamona)
     22- Fix #187 Non-matching file list doesn't work in GUI mode in Compare mode (Scott Cummings)
     23- Fix a bug in interactive mode on ia64 where lilo wasn't forced (Bruno Cornec)
     24- Add support of Debian ia64 (Bruno Cornec)
     25- Improve ia64 support for SLES (Bruno Cornec)
     26- Fix #179 core dump (Bruno Cornec)
     27- Add the possibiilty to edit in interactive mode mtab and device.map for grub (Bruno Cornec)
     28- Remove blkid cache files after restore to avoid problems in cloning mode (Bruno Cornec)
     29- Fix #185 buggy hack-fstab for LABEL and UUID support (Bruno Cornec)
    430
    5312.2.4 (2007-07-06)
  • branches/2.2.5/tools/setupqemu

    r1676 r1679  
    99for m in $*; do
    1010    pb -r `pwd` -p mondorescue -m $m -a root -s /tmp/pbscript script2vm ; pb -p mondorescue -m $m build2vm
    11     #ssh -p 2222 root@localhost halt
    12     #sleep 300
    13     #ps auxww | grep qemu | grep -Ev 'grep|setupqemu' | awk '{print $2}' | xargs kill
     11    ssh -p 2222 root@localhost halt
     12    sleep 120
     13    ps auhxww | grep qemu | grep -Ev 'grep|setupqemu' | awk '{print $2}' | xargs kill -9
    1414done
    1515) 2>&1 | tee /tmp/setupqemu.log
Note: See TracChangeset for help on using the changeset viewer.