Changeset 157 in MondoRescue for branches/2.05


Ignore:
Timestamp:
Dec 8, 2005, 10:04:21 AM (18 years ago)
Author:
bcornec
Message:

Prepare changelogs for 2.06/1.06 release

Location:
branches/2.05
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2.05/mindi/CHANGES

    r124 r157  
    11MINDI                            CHANGES
     2
     31.06 (xxx)
     4- mindi manpage added (Andree Leidenfrost)
     5- clean up remaining mount points, mindi.err at the end (Wolfgang Rosenauer)
     6- fix bugs for SuSE distro around tar, tr and find arguments order
     7  (Wolfgang Rosenauer)
     8- new busybox version used for better PXE support (Bruno Cornec)
     9- USB keyboard support (Bruno Cornec)
     10- -p should now work with ISO/PXE/NFS modes (Bruno Cornec)
    211
    3121.05 (2005-11-19)
     
    1221- Speed up fdisk'ing dev/ida raid devices
    1322  (Philippe De Muyter)
    14 
    1523
    16241.04
  • branches/2.05/mondo/ChangeLog

    r132 r157  
    11MONDO CHANGES                                                       2005-11-05
    22
    3 v2.05 (Bruno Cornec <bcornec@users.berlios.de)
    4 - -p options works better for NFS cases
    5 - ia64 is now working for rhel3
    6 - delivery process to BerliOS improved
    7 - now handles cifs correctly
    8 
    9 v2.04_berlios (Bruno Cornec <bcornec@users.berlios.de)
     3v2.06 (xxx)
     4- better error handling of failed commands/mindi (Andree Leidenfrost)
     5- fix compiler warnings (Andree Leidenfrost)
     6- -p improvements for NFS/PXE/ISO modes (Bruno Cornec)
     7- support of default route and netmask for PXE/NFS (Bruno Cornec)
     8- fix for restoring mondo backups on md-raid systems (Philippe De Muyter)
     9- remove excessive 'cat' commands (Philippe De Muyter)
     10- fix to force growisofs to use speed=1 for DVD burning (Philippe De Muyter)
     11
     12v2.05 (2005-11-19)
     13- -p options works better for NFS cases  (Bruno Cornec)
     14- ia64 is now working for rhel3  (Bruno Cornec)
     15- delivery process to BerliOS improved (Bruno Cornec)
     16- now handles cifs correctly (Bruno Cornec)
     17
     18v2.04_berlios
    1019- Add -p option to generate ISO images file names with prefix. The new default
    1120  name for ISO images is mondorescue-1.iso, ... For PXE environment, you have
    12   to use the prefix option on the command line (read README.pxe)
    13 - Mandrake 2005 support
     21  to use the prefix option on the command line (read README.pxe)
     22  (Bruno Cornec)
     23- Mandrake 2005 support (Bruno Cornec)
    1424- NFS patches (Yann Aubert <technique@alixen.fr>)
    1525- mondorestore shouldn't now ask final questions with -H
    16   (this is an unattended mode)
    17 
     26  (this is an unattended mode) (Bruno Cornec)
    1827
    1928v2.04
  • branches/2.05/tools/mkrpm

    r62 r157  
    66#
    77
     8umask 022
    89dname=`dirname $0`
    910prem=`echo $dname |cut -c1`
Note: See TracChangeset for help on using the changeset viewer.