source: MondoRescue/branches/stable/website/latest-news.html@ 629

Last change on this file since 629 was 629, checked in by bcornec, 18 years ago
  • Fix a bug in common-env around umask too restrictive
  • Fix permissions for autorun
  • 2.0.8-2 now in Web pages
File size: 5.6 KB
RevLine 
[629]1<p><B>2006-06-02 </B>Mondo 2.0.8-2 / Mindi 1.0.8-2 available</p>
[605]2<p>
[629]3It turned out that mindi 1.0.8-1 had bugs at least on RHEL 4 and also I wanted a new function for PXE deployment (change of NIC), so here are mondo 2.0.8-2 / mindi 1.0.8-2.
4</p>
5<p>
6Available for the 11 distributions supported as the usual place <a href="ftp://ftp.mondorescue.org/">ftp://ftp.mondorescue.org/</a>
7</p>
8<p>
9<b>CAUTION:</b> The ipconf parameter used for PXE deployment has changed and its syntaxt is NOT compatible with the previous one. You now need to precise first the NIC on which you will deploy. Look at mindi's README.pxe for details.
10</p>
11<p><B>2006-05-31 </B>Mondo 2.0.8-1 / Mindi 1.0.8-1 available</p>
12<p>
[605]13I'm happy to announce the availability of a newest version of
14mondo 2.0.8-1 / mindi 1.0.8-1. Enjoy it !
15</p>
16
17<p>
18Now available at <a href="ftp://ftp.mondorescue.org/">ftp://ftp.mondorescue.org/</a>
19</p>
20
21<p>
22fedora/4/mondo-2.0.8-1.fc4.i386.rpm
23fedora/4/mindi-1.0.8-1.fc4.i386.rpm
24fedora/5/mindi-1.0.8-1.fc5.i386.rpm
25fedora/5/mondo-2.0.8-1.fc5.i386.rpm
26mandrake/10.2/mindi-1.0.8-1.102mdk.i386.rpm
27mandrake/10.2/mondo-2.0.8-1.102mdk.i386.rpm
28mandrake/10.1/mindi-1.0.8-1.101mdk.i386.rpm
29mandrake/10.1/mondo-2.0.8-1.101mdk.i386.rpm
30mandriva/2006.0/mindi-1.0.8-1.20060mdk.i586.rpm
31mandriva/2006.0/mondo-2.0.8-1.20060mdk.i586.rpm
32redhat/7.3/mindi-1.0.8-1.rh73.i386.rpm
33redhat/7.3/mondo-2.0.8-1.rh73.i386.rpm
34redhat/9/mindi-1.0.8-1.rh9.i386.rpm
35redhat/9/mondo-2.0.8-1.rh9.i386.rpm
36rhel/3/mindi-1.0.8-1.rhel3.i386.rpm
37rhel/3/mondo-2.0.8-1.rhel3.i386.rpm
38rhel/4/mindi-1.0.8-1.rhel4.i386.rpm
39rhel/4/mondo-2.0.8-1.rhel4.i386.rpm
40sles/9/mindi-1.0.8-1.sles9.i386.rpm
41sles/9/mondo-2.0.8-1.sles9.i386.rpm
42suse/10.0/mindi-1.0.8-1.suse10.0.i386.rpm
43suse/10.0/mondo-2.0.8-1.suse10.0.i386.rpm
44src/mondo-doc-2.0.8-1.tar.gz
45src/mindi-1.0.8-1.tar.gz
46src/mondo-2.0.8-1.tar.gz
47</p>
48
49<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.
50</p>
51
52<p>
53This 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, ...)
54</p>
55
56<p>
57Changes are :
58</p>
59
60<p>
61MONDO:
62</p>
63
64<p>
[606]65- new build process (Bruno Cornec)<br>
[605]66- Fix a bug in .spec for RPM build (%attr now unused)
[606]67(Bruno Cornec)<br>
68- Support of dm and LVM v2 (Andree Leidenfrost)<br>
69- New mr_strtok functionn added and used for dm support (Andree Leidenfrost)<br>
[605]70- Complete doc is now a separate package. mondo still contains the
71 man pages and howto in minimal useful formats
[606]72 (Bruno Cornec)<br>
73 - HOWTO now contains a new chapter on unattended support for mondo<br>
74 - Increase size (4 times) of include|exclude variables<br>
75 - Fix a bug on -I and -E not working with multiple parameters<br>
[605]76- Fix a bug in verify for NFS by swapping nfs_remote_dir and isodir when
77 assembling name for image file to verify
[606]78 (Andree Leidenfrost)<br>
[605]79- Fix mondo when restoring filenames containing blanks
80 (still a problem for filenames with ')
[606]81 (Bruno Cornec)<br>
[605]82- Fix a RPM generation bug for rh7.3 (i386-redhat-linux prefix for binaries)
[606]83(Bruno Cornec)<br>
[605]84</p>
85
86<p>
87MINDI:
88</p>
89
90<p>
[606]91- new build process (Bruno Cornec)<br>
[605]92- Fix a bug when a disk less than 2.8 MB can be built, to
93 include enough modules to support SCSI cds
[606]94 (Bruno Cornec)<br>
[605]95- Fix a bug in .spec for RPM build (%attr now unused)
[606]96(Bruno Cornec)<br>
[605]97- Add support for LABEL on swap partitions
[606]98(Michel Loiseleur + Julien Pinon)<br>
[605]99- Attempt to fix bug 6827 (addition of a script for
100 busybox udhcpc to support pxe/dhcp restore)
[606]101 (Bruno Cornec)<br>
102 - support of dm and LVM v2 (Andree Leidenfrost)<br>
103 - analyze-my-lvm is under $MINDI_LIB (Andree Leidenfrost)<br>
[605]104- Fix a bug introduced by trying to avoid an error
105 message when modprobe.d doesn't exist
[606]106 (Johannes Franken)<br>
[605]107- Fix for Bug #6975 (/net is now excluded from kernel search location)
[606]108(Bruno Cornec)<br>
109- Allow 5670 MB fllopy disks for lilo as well (Bruno Cornec)<br>
110- Add missing net modules (Klaus Ade Johnstad)<br>
[605]111</p>
112
[543]113<p><B>2006-04-08 </B>Mondo 2.0.7 / Mindi 1.0.7 updated to r460</p>
114<p>
115I'm happy to announce the availability of a newest version of
116mondo 2.0.7 / mindi 1.0.7 aka r460
117</p>
[469]118
[543]119<p>
120Now available at ftp://ftp.mondorescue.org/
121</p>
[469]122
[543]123<p>
124fedora/4/mindi-1.0.7-460.fc4.i386.rpm
125fedora/4/mondo-2.0.7-460.fc4.i386.rpm
126fedora/5/mindi-1.0.7-460.fc5.i386.rpm
127fedora/5/mondo-2.0.7-460.fc5.i386.rpm
128mandrake/10.1/mindi-1.0.7-460.101mdk.i386.rpm
129mandrake/10.1/mondo-2.0.7-460.101mdk.i386.rpm
130mandrake/10.2/mindi-1.0.7-460.102mdk.i386.rpm
131mandrake/10.2/mondo-2.0.7-460.102mdk.i386.rpm
132mandriva/2006.0/mindi-1.0.7-460.20060mdk.i586.rpm
133mandriva/2006.0/mondo-2.0.7-460.20060mdk.i586.rpm
134redhat/73/mindi-1.0.7-460.rh73.i386.rpm
135redhat/73/mondo-2.0.7-460.rh73.i386.rpm
136redhat/9/mindi-1.0.7-460.rh9.i386.rpm
137redhat/9/mondo-2.0.7-460.rh9.i386.rpm
138rhel/3/mindi-1.0.7-460.rhel3.i386.rpm
139rhel/3/mondo-2.0.7-460.rhel3.i386.rpm
140rhel/4/mindi-1.0.7-460.rhel4.i386.rpm
141rhel/4/mondo-2.0.7-460.rhel4.i386.rpm
142sles/9/mindi-1.0.7-460.sles9.i386.rpm
143sles/9/mondo-2.0.7-460.sles9.i386.rpm
144suse/10.0/mindi-1.0.7-464.suse10.0.i386.rpm
145suse/10.0/mondo-2.0.7-464.suse10.0.i386.rpm
146</p>
[469]147
148
[543]149<p>
150Changes are few:
151</p>
[469]152
[543]153<p>
154MONDO:
155</p>
[469]156
[543]157<p>
158Remove speed=1 for growisofs (better version expected for 2.0.8)
159Usage of Epoch for RPMs to ease update
160</p>
[469]161
[543]162<p>
163MINDI:
164</p>
165
166<p>
167analyze-my-lvm is under $MINDI_SBIN (not _LIB)
168Usage of Epoch for RPMs to ease update
169</p>
170
Note: See TracBrowser for help on using the repository browser.