Changeset 605 in MondoRescue
- Timestamp:
- May 31, 2006, 5:13:52 PM (19 years ago)
- Location:
- branches/stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/mondo/mondoarchive/mondo-cli.c
r603 r605 683 683 } 684 684 asprintf(&tmp1, flag_val['E']); 685 char *p = tmp1;686 char *q = tmp1;685 p = tmp1; 686 q = tmp1; 687 687 688 688 /* Cut the flag_val['E'] in parts containing all paths to test them */ -
branches/stable/website/latest-news.html
r543 r605 1 <p><B>2006-05-31 </B>Mondo 2.0.8 / Mindi 1.0.8 available</p> 2 <p> 3 I'm happy to announce the availability of a newest version of 4 mondo 2.0.8-1 / mindi 1.0.8-1. Enjoy it ! 5 </p> 6 7 <p> 8 Now available at <a href="ftp://ftp.mondorescue.org/">ftp://ftp.mondorescue.org/</a> 9 </p> 10 11 <p> 12 fedora/4/mondo-2.0.8-1.fc4.i386.rpm 13 fedora/4/mindi-1.0.8-1.fc4.i386.rpm 14 fedora/5/mindi-1.0.8-1.fc5.i386.rpm 15 fedora/5/mondo-2.0.8-1.fc5.i386.rpm 16 mandrake/10.2/mindi-1.0.8-1.102mdk.i386.rpm 17 mandrake/10.2/mondo-2.0.8-1.102mdk.i386.rpm 18 mandrake/10.1/mindi-1.0.8-1.101mdk.i386.rpm 19 mandrake/10.1/mondo-2.0.8-1.101mdk.i386.rpm 20 mandriva/2006.0/mindi-1.0.8-1.20060mdk.i586.rpm 21 mandriva/2006.0/mondo-2.0.8-1.20060mdk.i586.rpm 22 redhat/7.3/mindi-1.0.8-1.rh73.i386.rpm 23 redhat/7.3/mondo-2.0.8-1.rh73.i386.rpm 24 redhat/9/mindi-1.0.8-1.rh9.i386.rpm 25 redhat/9/mondo-2.0.8-1.rh9.i386.rpm 26 rhel/3/mindi-1.0.8-1.rhel3.i386.rpm 27 rhel/3/mondo-2.0.8-1.rhel3.i386.rpm 28 rhel/4/mindi-1.0.8-1.rhel4.i386.rpm 29 rhel/4/mondo-2.0.8-1.rhel4.i386.rpm 30 sles/9/mindi-1.0.8-1.sles9.i386.rpm 31 sles/9/mondo-2.0.8-1.sles9.i386.rpm 32 suse/10.0/mindi-1.0.8-1.suse10.0.i386.rpm 33 suse/10.0/mondo-2.0.8-1.suse10.0.i386.rpm 34 src/mondo-doc-2.0.8-1.tar.gz 35 src/mindi-1.0.8-1.tar.gz 36 src/mondo-2.0.8-1.tar.gz 37 </p> 38 39 <p>As usual src.rpm packages are also available in the same directory. Also a new mondo-doc package is produced for most distributions containing all the formats of mondo's documentation. Only there for completion, as mondo's package already contains the required doc files. 40 </p> 41 42 <p> 43 This version should fix most of latest bugs reported for mindi. the 2.0.x branch should now enter in a bug fix only mode. All new features will be introduced in 2.2.x on which we will now work (internationalization, memory management, configuration files, ...) 44 </p> 45 46 <p> 47 Changes are : 48 </p> 49 50 <p> 51 MONDO: 52 </p> 53 54 <p> 55 - new build process (Bruno Cornec) 56 - Fix a bug in .spec for RPM build (%attr now unused) 57 (Bruno Cornec) 58 - Support of dm and LVM v2 (Andree Leidenfrost) 59 - New mr_strtok functionn added and used for dm support (Andree Leidenfrost) 60 - Complete doc is now a separate package. mondo still contains the 61 man pages and howto in minimal useful formats 62 (Bruno Cornec) 63 - HOWTO now contains a new chapter on unattended support for mondo 64 - Increase size (4 times) of include|exclude variables 65 - Fix a bug on -I and -E not working with multiple parameters 66 - Fix a bug in verify for NFS by swapping nfs_remote_dir and isodir when 67 assembling name for image file to verify 68 (Andree Leidenfrost) 69 - Fix mondo when restoring filenames containing blanks 70 (still a problem for filenames with ') 71 (Bruno Cornec) 72 - Fix a RPM generation bug for rh7.3 (i386-redhat-linux prefix for binaries) 73 (Bruno Cornec) 74 </p> 75 76 <p> 77 MINDI: 78 </p> 79 80 <p> 81 - new build process (Bruno Cornec) 82 - Fix a bug when a disk less than 2.8 MB can be built, to 83 include enough modules to support SCSI cds 84 (Bruno Cornec) 85 - Fix a bug in .spec for RPM build (%attr now unused) 86 (Bruno Cornec) 87 - Add support for LABEL on swap partitions 88 (Michel Loiseleur + Julien Pinon) 89 - Attempt to fix bug 6827 (addition of a script for 90 busybox udhcpc to support pxe/dhcp restore) 91 (Bruno Cornec) 92 - support of dm and LVM v2 (Andree Leidenfrost) 93 - analyze-my-lvm is under $MINDI_LIB (Andree Leidenfrost) 94 - Fix a bug introduced by trying to avoid an error 95 message when modprobe.d doesn't exist 96 (Johannes Franken) 97 - Fix for Bug #6975 (/net is now excluded from kernel search location) 98 (Bruno Cornec) 99 - Allow 5670 MB fllopy disks for lilo as well (Bruno Cornec) 100 - Add missing net modules (Klaus Ade Johnstad) 101 </p> 102 1 103 <p><B>2006-04-08 </B>Mondo 2.0.7 / Mindi 1.0.7 updated to r460</p> 2 104 <p> … … 57 159 </p> 58 160 59 <p><B>2006-03-20 </B>Mondo 2.0.7 / Mindi 1.0.7 are out</p>60 <p>61 I'm happy to announce the availability of the latest and greatest62 version of mondo 2.0.7 / mindi 1.0.7. Version numbers have changed of63 format to be more in line with what is done generally (x.y.z)64 </p>65 <p>66 Now available at ftp://ftp.mondorescue.org :67 </p>68 69 <p>70 mandrake/10.1/mindi-1.0.7-447.101mdk.i386.rpm<br>71 mandrake/10.1/mondo-2.0.7-447.101mdk.i386.rpm<br>72 mandrake/10.2/mindi-1.0.7-447.102mdk.i386.rpm<br>73 mandrake/10.2/mondo-2.0.7-447.102mdk.i386.rpm<br>74 mandriva/2006.0/mindi-1.0.7-447.20060mdk.i386.rpm<br>75 mandriva/2006.0/mondo-2.0.7-447.20060mdk.i386.rpm<br>76 src/mindi-1.0.7-r447.tgz<br>77 src/mondo-2.0.7-r447.tgz<br>78 </p>79 80 <p>81 Other distributions will follow asap (should be able to produce soon82 redhat 7.3, fedora core 4, and only after rhel3/4 and sles9) due to the83 change in the virtual machines I have to do (now using qemu + more tools84 to generate RPMs)85 </p>86 87 <p>88 The focus on this version has been more around the new website and89 documentation, and a bit less on code. So some persistant bugs are still90 not corrected (some dvd burning issues and dm/lvm2 support mainly) and91 will be hopefully in 2.0.8.92 </p>93 94 <p>95 MONDO CHANGES96 </p>97 98 <p>99 v2.07 (2006-02-23)<br>100 - useless cat, sort|uniq commands removed (Bruno Cornec/Sébastien Aperghis-Tramoni)<br>101 - Doc cleanup (Andree Leidenfrost)<br>102 - Add the actual format to messages after calls to function is_this_a_valid_disk_format() about unsupported formats. (Andree Leidenfrost)<br>103 - Abort|Warn when one of the include|exclude dirs (-I|-E) does not exist (Bruno Cornec/Jeffs)<br>104 - Replaced partimagehack with ntfsclone from ntfsprogs package. (Andree Leidenfrost)<br>105 - use df -P everywhere (Bruno Cornec)<br>106 - Paypal incitations removed (Andree Leidenfrost)<br>107 - mondo now uses /usr/share for the restore-scripts (Bruno Cornec)<br>108 - rpmlint cleanups (Bruno Cornec)<br>109 - no shared librairies and no X11 anymore (were useless) (Bruno Cornec)<br>110 - files > 2GB are now really supported (Andree Leidenfrost)<br>111 - new SGML based Mondo Rescue documentation + new Web site (Bruno Cornec/Andree Leidenfrost)<br>112 - mondoarchive aborts when 'mindi --findkernel' gives a fatal error (See also Debian bug #352323.) (Andree Leidenfrost)<br>113 - /tmp not excluded anymore from backup (Bruno Cornec)<br>114 - New RPM Build environement (Bruno Cornec)<br>115 </p>116 117 <p>118 MINDI CHANGES119 </p>120 121 <p>122 1.07 (2006-02-23)<br>123 - stop creating further size of floppy disks if the smaller one succeeds (Bruno Cornec)<br>124 - init revamped (removed unnecessary second general module loading phase, start NFS appropriately depending on PXE or simple NFS) (Andree Leidenfrost)<br>125 - Changed module 'nfsacl' to 'nfs_acl' (Andree Leidenfrost)<br>126 - Mindi/DiskSize is gone (Bruno Cornec)<br>127 - useless cat, sort|uniq commands removed (Bruno Cornec/Sébastien Aperghis-Tramoni)<br>128 - Doc cleanup (Andree Leidenfrost)<br>129 - Bug fix for chown in install.sh (JeffS)<br>130 - CHANGES renamed also in install.sh now (Bruno Cornec)<br>131 - rpmlint cleanups<br>132 - Get mindi to look for analyze-my-lvm in it's library directory MINDI_LIB (See also Debian bug #351446.)<br>133 - mindi only deletes freshly created 1440kb images in case of error (See also Debian Bug #348966.) (Andree Leidenfrost)<br>134 - try standard grub-install in grub-MR restore script before trying anything fancy (Andree Leidenfrost)<br>135 - busybox mount should be called with -o ro for PXE (Make RHEL 3 works in PXE with a 2.6 failsafe kernel now available) (Bruno Cornec)<br>136 - Fix mindi for 2.6 Failsafe support (Bruno Cornec)<br>137 - mindi now depends on grep >= 2.5 (for -m option) (Marco Puggelli/Bruno Cornec)<br>138 - Fix a bug in LVM context for RHEL4 in GetValueFromField (Rémi Bondoin/Bruno Cornec)<br>139 - New RPM Build environement (Bruno Cornec)<br>140 - mindi now supports x86_64 natively (Bruno Cornec)<br>141 - stop creating further size of floppy disks if the smaller one succeeds (Bruno Cornec)<br>142 </p> -
branches/stable/website/news.shtml
r569 r605 14 14 </div> 15 15 <!--#include virtual="/latest-news.html" --> 16 17 <p><B>2006-03-20 </B>Mondo 2.0.7 / Mindi 1.0.7 are out</p> 18 <p> 19 I'm happy to announce the availability of the latest and greatest 20 version of mondo 2.0.7 / mindi 1.0.7. Version numbers have changed of 21 format to be more in line with what is done generally (x.y.z) 22 </p> 23 <p> 24 Now available at ftp://ftp.mondorescue.org : 25 </p> 26 27 <p> 28 mandrake/10.1/mindi-1.0.7-447.101mdk.i386.rpm<br> 29 mandrake/10.1/mondo-2.0.7-447.101mdk.i386.rpm<br> 30 mandrake/10.2/mindi-1.0.7-447.102mdk.i386.rpm<br> 31 mandrake/10.2/mondo-2.0.7-447.102mdk.i386.rpm<br> 32 mandriva/2006.0/mindi-1.0.7-447.20060mdk.i386.rpm<br> 33 mandriva/2006.0/mondo-2.0.7-447.20060mdk.i386.rpm<br> 34 src/mindi-1.0.7-r447.tgz<br> 35 src/mondo-2.0.7-r447.tgz<br> 36 </p> 37 38 <p> 39 Other distributions will follow asap (should be able to produce soon 40 redhat 7.3, fedora core 4, and only after rhel3/4 and sles9) due to the 41 change in the virtual machines I have to do (now using qemu + more tools 42 to generate RPMs) 43 </p> 44 45 <p> 46 The focus on this version has been more around the new website and 47 documentation, and a bit less on code. So some persistant bugs are still 48 not corrected (some dvd burning issues and dm/lvm2 support mainly) and 49 will be hopefully in 2.0.8. 50 </p> 51 52 <p> 53 MONDO CHANGES 54 </p> 55 56 <p> 57 v2.07 (2006-02-23)<br> 58 - useless cat, sort|uniq commands removed (Bruno Cornec/Sébastien Aperghis-Tramoni)<br> 59 - Doc cleanup (Andree Leidenfrost)<br> 60 - Add the actual format to messages after calls to function is_this_a_valid_disk_format() about unsupported formats. (Andree Leidenfrost)<br> 61 - Abort|Warn when one of the include|exclude dirs (-I|-E) does not exist (Bruno Cornec/Jeffs)<br> 62 - Replaced partimagehack with ntfsclone from ntfsprogs package. (Andree Leidenfrost)<br> 63 - use df -P everywhere (Bruno Cornec)<br> 64 - Paypal incitations removed (Andree Leidenfrost)<br> 65 - mondo now uses /usr/share for the restore-scripts (Bruno Cornec)<br> 66 - rpmlint cleanups (Bruno Cornec)<br> 67 - no shared librairies and no X11 anymore (were useless) (Bruno Cornec)<br> 68 - files > 2GB are now really supported (Andree Leidenfrost)<br> 69 - new SGML based Mondo Rescue documentation + new Web site (Bruno Cornec/Andree Leidenfrost)<br> 70 - mondoarchive aborts when 'mindi --findkernel' gives a fatal error (See also Debian bug #352323.) (Andree Leidenfrost)<br> 71 - /tmp not excluded anymore from backup (Bruno Cornec)<br> 72 - New RPM Build environement (Bruno Cornec)<br> 73 </p> 74 75 <p> 76 MINDI CHANGES 77 </p> 78 79 <p> 80 1.07 (2006-02-23)<br> 81 - stop creating further size of floppy disks if the smaller one succeeds (Bruno Cornec)<br> 82 - init revamped (removed unnecessary second general module loading phase, start NFS appropriately depending on PXE or simple NFS) (Andree Leidenfrost)<br> 83 - Changed module 'nfsacl' to 'nfs_acl' (Andree Leidenfrost)<br> 84 - Mindi/DiskSize is gone (Bruno Cornec)<br> 85 - useless cat, sort|uniq commands removed (Bruno Cornec/Sébastien Aperghis-Tramoni)<br> 86 - Doc cleanup (Andree Leidenfrost)<br> 87 - Bug fix for chown in install.sh (JeffS)<br> 88 - CHANGES renamed also in install.sh now (Bruno Cornec)<br> 89 - rpmlint cleanups<br> 90 - Get mindi to look for analyze-my-lvm in it's library directory MINDI_LIB (See also Debian bug #351446.)<br> 91 - mindi only deletes freshly created 1440kb images in case of error (See also Debian Bug #348966.) (Andree Leidenfrost)<br> 92 - try standard grub-install in grub-MR restore script before trying anything fancy (Andree Leidenfrost)<br> 93 - busybox mount should be called with -o ro for PXE (Make RHEL 3 works in PXE with a 2.6 failsafe kernel now available) (Bruno Cornec)<br> 94 - Fix mindi for 2.6 Failsafe support (Bruno Cornec)<br> 95 - mindi now depends on grep >= 2.5 (for -m option) (Marco Puggelli/Bruno Cornec)<br> 96 - Fix a bug in LVM context for RHEL4 in GetValueFromField (Rémi Bondoin/Bruno Cornec)<br> 97 - New RPM Build environement (Bruno Cornec)<br> 98 - mindi now supports x86_64 natively (Bruno Cornec)<br> 99 - stop creating further size of floppy disks if the smaller one succeeds (Bruno Cornec)<br> 100 </p> 16 101 <p><B>2006-02-02 </B>Mondo Rescue rsync server available</p> 17 102 <p>In our always increasing set of services :-) I'd like to announce the
Note:
See TracChangeset
for help on using the changeset viewer.