/Mageia-Default/gfxboot/

.mageia.org/software/drakx/atom/perl-install/install/NEWS?h=18.62' type='application/atom+xml'/>
summaryrefslogtreecommitdiffstats
path: root/perl-install/install/NEWS
blob: a462c790a772b83ac09dc19457d2301d272bdf0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
- better dialog title (mga#9648)

Version 16.93 - 9 May 2015

- bootloader:
  o do use vga value for grub2
  o fix setting default grub2 entry

Version 16.92 - 9 May 2015

- bootloader:
  o add a dedicate step for grub2 (mga#9627)
  o always log update-grub2 output (mga#15857)
  o backup grub2 files before configuring
- log grub2 install.sh in report.bug like for grub (mga#15857)
- networking:
  o recognize r8723bs (mga#15874)
- partitioning:
  o do not set noauto for /boot/EFI (mga#15627)

Version 16.91 - 3 May 2015

- final left-background

Version 16.90 - 28 April 2015

- localedrake:
  o write input methods to /etc/locale.conf (mga#15464)
- run vgchange before updating the list of LVMs, not after, and even if not
  in install (should help with mga#7578).

Version 16.89 - 25 April 2015

- Ignore special partitions on mmc (mga#15759)

Version 16.87 - 21 April 2015

- partitioning:
  o improve the display box (mga#15728)

Version 16.86 - 20 April 2015

- bootloader:
  o dont override 'splash' and/or 'quiet' when adding 'noiswmd' (mga#15666)
- partitioning:
  o use the windows partition with the most available space on current
    disk, not the last one across all disks (mga#15589)
  o suggest up to 20GB/20% of the windows partition (whichever is larger),
    previously 6GB/10% (mga#15589)
  o hide empty space < 2MB, we have such holes due to alignment (mga#15733)
- speed up reading of flags from GPT partition table (mga#15621).

Version 16.84 - 14 April 2015

- bootloader config:
  o do not pass useless parameters to grub2 under UEFI (mga#15692)
  o fix kernel booting in blind mode (mga#15291)

Version 16.83 - 13 April 2015

- enable firmware raids with dmraid/kpartx like we do on
  live medias and on fully installed systems

Version 16.82 - 13 April 2015

- partionning:
  o detect Lenovo recovery & 'SYSTEM_DRV' as such (mga#1371)
  o do add a ESP if it was removed by "Clear All"
  o ignore ESP for "use free space on MS"
- bootloader config:
  o default to GRUB_DISABLE_RECOVERY=falss for 'failsafe' entry (mga#15675)

Version 16.81 - 12 April 2015

- add kpartx for dmraid activation
- fix upgrade when package's in several media (mga#15350)
  (need URPM-5.06 too)
- support loading patches from NTFS USB keys
- partionning:
  o don't guess a drive letter for ESP partitions

Version 16.80 - 9 April 2015

- bootloader config:
  o check there's still some place on /boot with grub2 too
  o generate core.img for UEFI
  o fix detecting grub2 on UEFI
  o write /boot/grub2/install.sh like for grub instead of drakboot.conf
- log grub2 config in report.bug like for grub/lilo
- partitionning:
  o don't guess a drive letter for recovery partitions (mga15636)

Version 16.79 - 7 April 2015

- bootloader config:
  o keep vga= parameter when switching to grub2 (mga#9888)

Version 16.78 - 7 April 2015

- bootloader:
  o fix installing grub2 on MBR (mga#15640)
    (regression introduced in 16.76)

Version 16.77 - 7 April 2015

- bootloader:
  o add 'noiswmd' to kernel command line to manage isw_ bios
    fakeraids with dmraid for now (instead of mdadm) (mga#11289, mga#14330)
  o allow btrfs for / without separate /boot with grub2 (mga#15374)
- partitioning wizard:
  o do not offer to select RAID as it result in a crash (mga#5800)

Version 16.76 - 3 April 2015

- bootloader config:
  o log grub2-install failures (mga#15439)
- partitionning:
  o log fdisk -l output before/after partitionning
  o really try to detect recovery partitions on GPT

Version 16.75 - 30 March 2015

- partitionning:
  o better fix for fail to read too corrupted partition table
  o fix getting ESP with "use free space":
    make sure to not override /boot/EFI mount point with /media/win_X
  o make sure to check for existing ESP on all disks
  o relax checks for ESP
  o try to detect recovery partitions on GPT

Version 16.74 - 27 March 2015

- GPT partitionning:
  o fix retrieving ntfs partitions as ntfs-3g instead of ntfs
  o really fix retrieving swap partition type

Version 16.73 - 27 March 2015

- GPT partitionning:
  o fix creating RAID devices (mga#15400)
    (regression from 16.33)
  o fix "I cannot read the partition table of device XXX, it is too corrupted"
  o fix retrieving LVM/RAID/swap partition type
  o fix retrieving ntfs partitions as ntfs-3g instead of ntfs
  o fix tagging lvm/raid as "linux filesystem"
  o fix tagging ntfs-3g as "linux filesystem"
  o fix tagging swap as "linux filesystem"
- tell users to ignore Gtk3 warnings

Version 16.72 - 26 March 2015

- fix a crash in auto install (mga#15573)

Version 16.71 - 25 March 2015

- bump max_nb() to 131 to cover mdadm managed imsm and ddf1 bios
  fakeraids (containers defaults to >= 127 and partitions <=126)
- partitionning:
  o fix retrieving ESP partition type on GPT (mga#15366)
  o log which GPT partition we fail to add/del
  o set proper GUID to ESP partitions with GPT layout
- pre-install grub2-efi on UEFI

Version 16.69 - 20 March 2015

- efi partitioning fixes from tv
- diskdrake & package install gtk fixes from Martin Whitaker

Version 16.68 - 17 March 2015

- fix mis-detecting some mobile broadband modems (mga#12492)
- add 'deploops' option for debugging (mga#15350)
- log mkinitrd faillures (mga#9201)

Version 16.67 - 5 March 2015

- auto_install:
  o ignore firmwares within draklive
  o log step errors
- drakx-in-chroot:
  o unbreak draklive

Version 16.66 - 5 March 2015

- diskdrake:
  o add "nofail" option to "foreign" mountpoints to avoid unwanted recovery mode (#10179)

Version 16.65 - 27 February 2015

- Mageia 5 RC
- include udev rule for Synaptics

Version 16.64 - 27 February 2015

- partitioning:
  o add missing button icons (mga#15264)

Version 16.63 - 27 February 2015

- partitioning:
  o fix too wide buttons (mga#12422, mga#13471, mga#14839, mga#15379)

Version 16.62 - 19 February 2015

- partitioning (mga#12422, mga#11988, mga#14839, mga#15272, mga#15264):
  o use an horizontal scrolling bar when needed
  o use a vertical scrolling bar when needed (mga#15272)
  o workaround too wide togglebuttons with empty label with gtk+3 and/or Adwaita

Version 16.61 - 18 February 2015

- ensure we install radeon-firmware too if needed (mga#15203)

Version 16.60 - 18 February 2015

- ensure we install kernel-firmware-nonfree if needed (mga#15203)

Version 16.59 - 18 February 2015

- bug:
  o display a nicer message when no removable medium is found (mga#14435)

Version 16.57 - 11 February 2015

- fix taking screenshots on UEFI 24bit bpp framebuffer (mga#13684)

Version 16.55 - 9 February 2015

- drakclock: Ensure that /etc/localtime is a symlink (mga#14888)
- users: Make sure to restart accounts-daemon after adding users (mga#15113)
- finish-install: Ensure i18n settings are loaded
- Create a symlink instead a hard copy to localtime see issue #14888
- i18n: Write the desired console font to /etc/vconsole.conf
- i18n: Use the x-distro /etc/locale.conf file instead of /etc/sysconfig/i18n
- drakedm: Don't run ancient dm init script (which no longer exists)
- Update traslations

Version 16.54 - 6 February 2015

- fix left background size

Version 16.53 - 6 February 2015

- switch from oxygen-gtk to Adwaita theme
  o remove oxygen-gtk
  o add missing icons (mga#13673, mga#14355, mga#14840, mga#14844)
  o add libpixbufloader-svg.so for Adwaita svg icons
  o add gtk.css

Version 16.52 - 5 February 2015

- default to GPT on disks larger than 4TB, not LVM
- fix GPT initialization on empty disk
- fix failure to delete partitions after switching to GPT
- fix stage2 loading graphical installer in efi mode

Version 16.51 - 3 February 2015

- Mageia 5 beta 3 
- recognize new kernel-3.19 drivers

Version 16.50 - 9 January 2015

- initial uefi support

Version 16.49 - 31 December 2014

- translation updates
- refer to MageiaWelcome instead of to something we do not have (mga#10901)
- drakx-in-chroot:
  o pre-create /dev/null & co before mounting devtmpfs
- recognize new kernel-3.18 drivers (mga#14799)

Version 16.48 - 16 December 2014

- Mageia 5 artwork integration (with beta2 mention on left-background)
- do not load hyper-v modules (already done by udev in stage1)

Version 16.47 - 5 December 2014

- do not crash loading stage2 in Virtual PC (mga#14117)
- bootloader config:
  o do not crash if fstab contains a bind mount on a file (mga#14657)

Version 16.45 - 26 October 2014

- drakx-in-chroot:
  o pre-create /dev/null & co again (for draklive)
- fix selecting of uneeded locales (mga#3723)

Version 16.44 - 23 October 2014

- drakx-in-chroot:
  o document --stage2-update in --help
  o mount /dev -o ro
  o try harder to umount everything when sg went havroc

Version 16.43 - 20 October 2014

- drakx-in-chroot:
  o adapt to the fact that stage2 expects a /dev fully populated by udev
- package installation:
  o adapt to URPM-5
  o rename "no_suggests" option as "no_recommends"

Version 16.42 - 18 September 2014

- only allow GRUB2 when booting on btrfs

Version 16.41 - 31 August 2014

- adapt to latest systemd
- allow /boot on btrfs
- recognize new kernel-3.17 drivers

Version 16.40 - 22 August 2014

- adwaita-gtk3-theme no longer provides a settings.ini file
- log X.org server logs when it fails to start up (mga#13471, ...)
- recognize hyper-v paravirtual network driver

Version 16.39 - 17 August 2014

- recognize new kernel-3.16 drivers

Version 16.38 - 22 July 2014

- Mageia 5 alpha 2 left background

Version 16.37 - 3 July 2014

- fix /etc/fstab writing (mga#13114, also reported by Joseph Wang)
- partitioning:
  o improve fs sorting in combo box (mga#13640)

Version 16.36 - 1 July 2014

- hide /boot/efi check for now (mga#13638)

Version 16.35 - 29 June 2014

- Mageia 5 alpha 1 left  background
- let udev handle floppies

Version 16.33 - 18 June 2014

- stop creating some /dev entries that are managed by udev

Version 16.32 - 15 June 2014

- include platform driver autoload udev rules
- recognize new kernel-3.15 drivers

Version 16.31.1 - 6 June 2014

- include udev rule for VMmouse

Version 16.31 - 6 June 2014

- xorg config:
  o rely on evdev/udev for input devices
  o Wacom tablets should work better
    (we now load the wacom driver again)
  o Synaptics touchpads should now work during install (mga#11524)

Version 16.30 - 4 June 2014

- adapt to perl-5.20
- add some POD documentation
- do not unavailable kernel-xbox
- drop (broken) support for Alpha, PPC, Sparc & IA64
- locale setting
  o stop configuring HAL
  o update locales list

Version 16.29 -  3 May 2014

- gnome-icon-theme is now adwaita-icon-theme

Version 16.28 - 28 April 2014

- recognize new kernel-3.14 drivers

Version 16.27 - 18 February 2014

- fix crash when choosing a RTL language (mga#12793)
- Ensure uid/gid extraction works when adding users via summary page
  (fixes chown'ing user to root when adding existing user on upgrade mga#12375)

Version 16.26.6 - 23 January 2014

- fix hidden icon in individual package selection (mga#12397)

Version 16.26.5 - 22 January 2014

- release notes dialog:
  o fix untranslated button

Version 16.26.4 - 22 January 2014

- debug image:
  o add a warning about QWERTY keyboard
- help dialogs:
  o do warn on first screenshot (mga#11176)
  o fix lost help screenshots (mga#11176)

Version 16.26.3 - 21 January 2014

- help dialogs:
  o do not warn if a screenshot already has been taked (mga#11176)

Version 16.26.2 - 20 January 2014

- left background for final release of Mageia 4

Version 16.26.1 - 20 January 2014

- partitioning:
  o increase back minimum partition width for Oxygen (mga#11977)

Version 16.26 - 20 January 2014

- fix detecting if basesystem is installed (mga#10722)
  thus fixing "basesystem package not selected"
- partitioning:
  o fix sizing partition widgets
  o fix not moving window (mga#11790, mga#11988, mga#11977)
  o revert minimum partition width to its pre-gtk3 value
  o show labels on partition buttons

Version 16.25 - 19 January 2014

- add Mageia 4 desktop images

Version 16.24 - 18 January 2014

- help dialogs:
  o make screenshots work (mga#11176)
  o fix untranslated button & title (mga#9828)

Version 16.23 - 16 January 2014

- partitioning:
  o do not show labels on partition buttons (mga#11988)

Version 16.22 - 15 January 2014

- partitioning:
  o fix "No GSettings schemas are installed on the system" error when
    inspecting partitions (mga#12279)
- services:
  o use --no-block with chkconfig and systemctl enable to prevent systemd reload
    and potential crash (especially during first/live boot)

Version 16.21 - 13 January 2014

- partitioning:
  o do not propose check bad blocks for btrfs (Manuel Hiebel, mga#10116)
  o increase minimum partition width for Oxygen (mga#11977)
    (if not enough, we will disable labels on partitions buttons again)
- revert back to matchbox instead of mutter as it doesn't fix
  diskdrake issues (mga#11977)
  (thus fixing missing window decorations (mga#12218))

Version 16.20 - 6 January 2014

- Mageia 4 artwork

Version 16.19 - 4 January 2014

- Mageia 4 RC left background

Version 16.17 - 20 December 2013

- media step:
  o hint that nonfree is needed if a CPU needs a microcode
- install:
  o fix pausing installing while displaying release notes
- drakx-in-chroot:
  o advise to install xephyr if missing
- use mutter instead of matchbox in order to try to workaround
  diskdrake issues (mga#11790, mga#11988, ...)
  as a side effect, stage2 shrinks by 3Mb...

Version 16.14 - 10 December 2013

- Mageia 4 beta 2 left background

Version 16.13 - 10 December 2013

- fix crash when selecting an input method (mga#11939)

Version 16.10 - 6 December 2013

- package group selection:
  o make bottom buttons always available
    (by puting the scrolling window only around the package group check boxes)

Version 16.9 - 6 December 2013

- fix retrieving network info from stage2 after dracut migration (mga#11504)

Version 16.7 - 5 December 2013

- partitioning:
  o fix a crash when creating partitions (mga#11876)

Version 16.6 - 4 December 2013

- fix blue background behind left panel text (mga#11866)

Version 16.5 - 3 December 2013

- partitioning:
  o detect eMMc block devices (Luc Menut, mga#11812)
  o fix a crash in partitioning wizard (mga#11820)
  o show labels on partition buttons again but ellipsized (mga#11858)

Version 16.4 - 2 December 2013

- fix partitioning wizard moving the main window to left (mga#11790)
- fix titles not being blue anymore

Version 16.2 - 29 November 2013

- no more run urpmi.update when adding media
  (uneeded with urpmi-7.27+)

Version 16.1 - 28 November 2013

- fix a warning: include dialog-warning-symbolic
- fix left panel text being black instead of white (mga#11792)
- fix calling "child1_shrink" via package "Gtk3::HPaned" (mga#11797)
- fix using old toolbar API that is no more available (mga#11791)
- wrap too big labels in summary dialog (mga#11793)

Version 16.0 - 23 November 2013

- switch from Gtk+-2 to Gtk+-3:
  o Banners: most themes work OK but Oxygen-gtk3...
  o diskdrake: most themes work OK but Oxygen-gtk3...
- detect_devices:
  fix ids to be numeric
- drakx-in-chroot:
  o add --depth in order to force 16bit colors mode

Version 15.73.1 - 19 November 2013

- debug image:
  o include enough python in order to generate a stack trace from within stage2
  o fix passing arguments from drakx-in-chroot
- do not compile/include xhost+ anymore (unused for years)
- log why updates were not applied

Version 15.73 - 12 November 2013

- polkit: fix wrappers to properly escape arguments when calling the binary

Version 15.72.2 - 11 November 2013

- properly escape $$UID
- use $$UID instead of $$(id -u)

Version 15.72.1 - 9 November 2013

- fix typo in last Makefile change

Version 15.72 - 9 November 2013

- use /usr/libexec/drakrpm-addmedia directly in stage2 (colin, #11319)
- debug image:
  o add missing python modules for latest gdb
  o fix building with latest gdb

Version 15.71 - 8 November 2013

- do not use automatically gdm for xfce
- do not include anymore packdrake module

Version 15.70 - 3 November 2013

- Mageia 4 beta 1 left background

Version 15.69 - 29 October 2013

- adapt to a dracut based stage1

Version 15.68.1 - 14 October 2013

- adapt to latest mdadm

Version 15.68 - 14 October 2013

- drop /etc/termcap as it's no longer part of our build
- make urpmi install check more reliable (polkit related path change mga#11125)
- recognize new kernel-3.12 drivers

Version 15.67 - 10 October 2013

- log when user reject applying updates (mga#11319)
- recognize new kernel-3.11 drivers

Version 15.66 - 3 October 2013

- include another network interface name udev rule (mga#10947)
- diskdrake:
  o enable to format already formated btrfs partitions (mga#11256)

Version 15.65 - 28 September 2013

- mageia 4 alpha 3 left background
- fix detecting some soft RAID (mga#11139 and the like)

Version 15.64 - 4 September 2013

- rebuild

Version 15.63 - 4 September 2013

- revert multi selection for desktops

Version 15.62 - 3 September 2013

- Mageia 4 alpha 2 left background
- updated translations for desktop install
- add Independently install Desktop environments
- install open-vm-tools on VMware hypervisor

Version 15.61 - 8 August 2013

- include network interface name udev rule (mga#10947)

Version 15.60 - 4 August 2013

- Mageia 4 alpha 1 left background

Version 15.59 - 4 August 2013

- add missing re.so for utf8_heavy.pl (mga#10893)
- detect wifi cards managed by ssb driver (mga#9378)

Version 15.58 - 19 July 2013

- fix a lang pixmap (mga#10795)

Version 15.57 - 16 July 2013

- adapt to latest btrfs utils for resizing

Version 15.56 - 16 July 2013

- bootloader:
  o fix displaying need to install acpi* packages when they're already installed
  o read/save choosen default entry
- detect wifi cards managed by bcma driver (mga#9378)
- detect new kernel-3.10 drivers

Version 15.54 - 17 May 2013

- do not enable legacy sysvinit scripts that no longer exist (mga#10084)
- do not enable to pick xguest (mga#9750)
- fix offering to install shorewall & shorewall-ipv6 when already installed
- media step:
  o hint that nonfree is needed if a driver needs a nonfree firmware
  o preselect nonfree if needed

Version 15.52 - 15 May 2013

- fix displaying release notes while installing (mga#10087)

Version 15.51 - 13 May 2013

- drop support for fetching release-notes.ARCH.html
- enable Nonfree/Tainted repositories when adding update media if a
  package having a matching name is installed (similar to #8379)
- detect_devices: check for phy80211 sysfs directory as well to detect
  wireless devices

Version 15.49 - 2 May 2013

- fix displaying ads (mga#9939)

Version 15.48 - 1 May 2013

- include mount options in auto_inst.pl
- install 'basesystem-minimal' instead of 'basesystem' prior to add extra media
  thus fixing "basesystem package not selected" (mga#9611)
- make xdm installation automatic in auto_inst mode (mga#9875)

Version 15.47 - 30 April 2013

- include more partition fields in auto_inst.pl (mga#9784)
- skip comments in /etc/crypttab (Colin, mga#9905)
- services:
  o list 'shorewall-ipv6' along 'shorewall'

Version 15.45 - 27 april 2013

- fix doble logging of 'filesystem' installation (mga#7758)
- install shorewall-ipv6 along shorewall (mga#9401)
- bootloader:
  o try harder to get a label for other OSes (mga#9849,9681)
- partionning:
  o only allow 'acl' option for extX & reiserfs (mga#9884)

Version 15.44 - 23 april 2013

- partionning:
  o fix a crash when reloading partition table (mga#9838)
  o fix a crash when trying to create a encrypted LVM partition (mga#9837)

Version 15.43 - 22 april 2013

- prepare final release: left background

Version 15.42 - 21 April 2013

- partionning (mga#5661):
  o ensure LVMs on top of dmcrypt are activated after unlocking
  o fix UI redraw issue after unlocking dmcrypt partition

Version 15.41 - 21 April 2013

- add support for new help
- updated translations

Version 15.40 - 19 April 2013

- authentication:
  o 'nss-pam-ldapd' obsoletes 'pam_ldap' (mga#9769)
- partionning (mga#5661):
  o fix losing crypt key when detecting LVMs on top of dmcrypt
  o fix losing crypt key when re-reading partition tables

Version 15.39 - 15 April 2013

- bump min size for spliting /home fs (Eugeni, mga#3189):
  o from 8 to 12Gb if simple partionning
  o from 7 to 10Gb if /usr is split or for servers

Version 15.38 - 14 April 2013

- Mageia 3 RC banner

Version 15.37 - 9 April 2013

- library:
  o fix detecting some USB devices due to not reporting their class (mga#9674)
- partitioning:
  o allow to choose btrfs in normal mode (mga#65)

Version 15.36 - 6 April 2013

- bind mount /run in chroot, thus fixing dracut runs (Dave Hodgins, mga#9213)
- bootloader:
  o fix other Mga OS names in menu (mga#8710)

Version 15.35 - 5 April 2013

- bootloader:
  o assume grub2.cfg is UTF-8 encoded
  o read back more conf from grub2
  o set entries type when reading back grub2 conf, thus fixing
    switching back to grub-legacy (mga#9563)
- fix finding translated help (mga#9619)

Version 15.34 - 4 April 2013

- force loading NSS modules (mga#9326)
- log ignored dmraid devices (might help mga#9467)
- drakx-in-chroot:
  o always copy /etc/resolv.conf again

Version 15.33 - 4 April 2013

- drakx-in-chroot:
  o do not copy /etc/resolv.conf in chroot if not using either remote
    display or remote repository (thus fixing goup lookups, mga#9326)

Version 15.32 - 31 March 2013

- fix detecting Xen hard disks (mga#9546)

Version 15.31 - 25 March 2013

- recognize more webcam & bluetooth devices (might help mga#5841)

Version 15.30 - 25 March 2013

- Mageia 3 new design

Version 15.29 - 22 March 2013

- Mageia 3 beta 4 background

Version 15.28 - 21 March 2013

- do not disable module autoloading (mga#9428)
- bootloader-config:
  o do not build initrd if no bootloader is detected and
    --no-initd argument is supplied
- authentication:
  o install nss-pam-ldapd instead of nss_ldap (mga#9375)
- partitioning:
  o actually preserve UUID when formatting (mga#9428)

Version 15.27 - 12 March 2013

- bootloader:
  o install grub2-efi instead of grub2 if using UEFI (mga#8886)
- fix permissions of help displayer (mga#9340)
- fix dialogs popup with drakx-in-chroot

Version 15.26 - 5 March 2013

- include display_installer_help
- show all errors at once at end of installation

Version 15.25 - 5 March 2013

- fork displaying help, thus workarounding a webkit segfault (mga#9124)
- prevent displaying twice release notes

Version 15.24.1 - 2 March 2013

- rebuild with updated list_modules

Version 15.24 - 28 February 2013

- bootloader:
  o allow installing grub2 on a partition (mga#8742)
  o try harder not to have duplicate stuff on grub2 cmd line
- do not put entry for CD/DVD in /etc/fstab (mga#7657)

Version 15.23 - 27 February 2013

- bootloader:
  o fix detecting grub2 if there's a remaining grub-legacy signature
  o read more of grub2 config
  o read & save timeout value (mga#8850)
  o set default parameters in grub2 config (mga#9177)
- do not attempt to use gurpmi.addmedia or gurpmi if in text mode

Version 15.22 - 26 February 2013

- Mageia 3 beta 3 left background

Version 15.21 - 26 February 2013

- summary:
  o prevent installing grub2 somewhere else than MBR
  o read & write /boot/grub2/drakboot.conf
  o suggests MBR by default for grub2 too (Manuel Hiebel, #8851)
- always bypass blkid cache (the cache only includes a subset of the data we need)

Version 15.20 - 21 January 2013

- use modprobe instead of insmod (mga#8676)

Version 15.19 - 14 January 2013

- Mageia 3 beta 2 left background

Version 15.18 - 5 January 2013

- include more utils for raid (mga#8484)

Version 15.17 - 28 December 2012

- do not bypass blkid cache
- include kmod's modprobe
- drakx-in-chroot:
  o export blkid cache

Version 15.16 - 28 December 2012

- adapt to new help layout (mga#5634)

Version 15.15 - 24 December 2012

- drakx-in-chroot:
  o add --strace option, enabling to pinpoint missing modules
- include missing module for upcasing UTF-8 characters (mga#8475)
- media step:
  o prevent selecting an update medium without its parent medium

Version 15.14 - 17 December 2012

- ugtk2: use new exceptions management
- fix installing grub2 from live session (blino)

Version 15.13 - 15 December 2012

- fix checking grub2 installation (mga#8390)

Version 15.12 - 14 December 2012

- "enhance" fake grub2 conf reading (mga#8366)
- time steps in logs
- media step:
  o fix dialogs title
  o show which media are disabled when offering to pick supplementary ones

Version 15.11 - 13 December 2012

- install grub2 if needed
- media choice step:
  o display tooltips describing media

Version 15.10 - 11 December 2012

- revert rosa crap that breaks generating initrd (mga#8357)

Version 15.9 - 11 December 2012

- fix network set up for adding network media if not up by stage1
  (aka DVD/CD case, mga#8282)
- partitioning:
  o if a partition has been manually formated, don't offer to format
    it again (mga#7822)

Version 15.8 - 11 December 2012

- fix installing basesystem prior to adding a supplementary network
  medium

Version 15.7 - 10 December 2012

- media choice step:
  o blacklist unwanted media instead  of whitelisting wanted ones
    (fix dual cd where media names are not the regular ones)
  o no media is a critical error
- updates step:
  o add all media instead of only update ones (mga#7959)

Version 15.6 - 10 December 2012

- language choise:
  o change title of of "Multiple languages" dialog box from "Please Choose A
    Language To Use" to "Select Additional Languages" (mga#7648)
- set font familly & size system wide, thus fixing font size in gurpmi
  & release notes (mga#67)

Version 15.5 - 10 December 2012

- recognize new drivers:
  o input: hid-sensor-hub
  o PHY: at803x

Version 15.4 - 9 December 2012

- put grub-legacy before grub2

Version 15.2 - 7 December 2012

- add fake gru2 conf reading
- skip media screen in auto install

Version 15.1 - 7 December 2012

- add basic support for grub2 (mga#416)
  (based on rosa work but fixed and completed)

Version 15.0 - 6 December 2012

- enable to skip keyboard step with keyboard option
- enable to enable other media
  (such as 'nonfree', 'tainted' which are disabled by default)

Version 14.52 - 4 December 2012

- Mageia 3 beta 1 left background
- fix missing command links (mga#8289)
- fix initializing urpm object (mga#8160)
- fix offering "selecting individual packages" when pressing "previous" after
  selecting package groups

Version 14.51 - 16 November 2012

- retrieve package descriptions from XML meta-data instead of from huge hdlists
  (fix not displaying packages description in network installs) (mga#549)
- fix a crash when pressing "previous" after selecting package groups

Version 14.50.1 - 15 November 2012

- include Parse::EDID for monitor-parse-edid (mga#8076)

Version 14.50 - 6 November 2012

- prevent a horizontal scrollbar to appear in some dialogs (mga#7374)

Version 14.49 - 3 November 2012

- Mageia 3 alpha 3 banner
- prefer real binaries over the lightweight perl wrappers
- convert filesystem for usrmove during upgrades
- show a 'please wait' dialog while processing usrmove

Version 14.48 - 22 October 2012

- fix detecting if udev is already running
- include FIRMWARE packages from Cards+ in detected graphical drivers,
  to install radeon-firmware during install (#6438, #7641)
- properly generate stage2 with a usrmove-esque fs layout

Version 14.47 - 12 October 2012

- offer resizing NTFS again (broken by ntfsprogs -> ntfs-3g switch)

Version 14.46.3 - 5 October 2012

- load 'microcode' asynchronously, preventing big wait when not supported
  (mga#7671)

Version 14.46.2 - 3 October 2012

- adapt to latest dash-static
- fix comment in license text

Version 14.46.1 - 2 October 2012

- fix build with latest pango

Version 14.46 - 27 September 2012

- left background for Mageia 3 alpha 2

Version 14.45 - 20 September 2012

- load fuse module automatically when trying to mount NTFS-3G (mga#5685)

Version 14.44.1 - 16 September 2012

- add spacing between license paragraphs

Version 14.44 - 14 September 2012

- adapt to xserver 1.13
- advertize new doc license & licenser (mga#7347)
- install cpupower instead of cpufreq
- package group selection:
  o remove "select all" button (not as usefull as "unselect all" & it
    takes too much place when translated)

Version 14.43 - 4 September 2012

- compress report with xz instead of gzip
- fix crash when clicking previous in minimal install step (mga#7345)
- include swaplabel (mga#7334)

Version 14.42 - 4 September 2012

- load 'aesni_intel' crypto module for newer Intel CPUs (mga#7333)
- recognize new drivers:
  o input: hid-aureal synaptics_usb
  o wifi: qmi_wwan, mwifiex_usb

Version 14.41 - 3 September 2012

- include back Ia Ora files for matchbox (mga#6451)

Version 14.40 - 3 September 2012

- prevent going further if some transactions failed (mga#7016)
- summary: fix displayed network type (mga#4959)

Version 14.39 - 3 September 2012

- rely on stage1 for mounting /dev

Version 14.38 - 2 September 2012

- Mageia 3 alpha 1 banner

Version 14.37 - 1 September 2012

- Fix prefix checking in foreign partition check (mkinitrd)
- More logging on why initrd generation is skipped 

Version 14.36 - 30 August 2012

- adapt to urpmi-7.5

Version 14.35 - 30 August 2012

- adapt to usbfs death

Version 14.34 - 30 August 2012

- adapt to perl-5.16.1
- services:
  o fix checking systemd presence after systemd merge of subpackages

Version 14.32 - 28 July 2012

- package group selection:
  o add a scrollbar
    (due to Oxygen theme eating more space than Ia Ora one)
  o add "select all" & "unselect all" buttons
- stop fixing the raid udev rule now that it has been fixed

Version 14.31 - 24 July 2012

- adapt to latest GDB
- adapt to latest systemd/udevd
- adapt to /usr move
- nfs install: install nfs-utils instead of nfs-utils-clients
  (#6570, merged back in nfs-utils)

Version 14.30 - 23 June 2012

- show all errors at once when setting media
- fix settings 'suggests' properly according to 'no_suggests'
  (aka default to suggests enabled)
  regression intoduced in 14.23

Version 14.29 - 17 June 2012

- adapt to perl-URPM >= 4.2

Version 14.28 - 11 June 2012

- fix upgrade with rpm-4.10.0
- really fix build with brltty-4.3

Version 14.27 - 7 June 2012

- debug mode:
  o do not start udev twice
  o just start the installer if one quits the shell
  o spawn a shell like in regular mode
- fix build with brltty-4.3

Version 14.26 - 5 June 2012

- fix detecting if Xorg started successfully

Version 14.25 - 4 June 2012

- fix fallbacking on curses install aka abort gtk install startup if X
  failed to start
- switch from Ia Ora to Oxygen Gtk theme
- use proper design from original author

Version 14.24 - 31 May 2012

- adapt to latest xkb
- fix build with perl-5.16.0

Version 14.23.1 - 29 May 2012

- include newly needed module

Version 14.23 - 28 May 2012

- do not create /dev/ entries created by udev
- kill last remanents of kernel-2.4.x support
- package group selection:
  o remember minimal install values when clicking "previous"
- packages installation:
  o add support for 'justdb' option
  o enable to go fast with 'tune-rpm'...
- partitioning:
  o first attempt at supporting XenBlk discs
  o reduce blkid timeout to 30 seconds (mga#5979)
- refactoring

Version 14.22 - 15 May 2012

- final banner
- fix detecting if adding update media succeeded
- authentication:
  o don't update UsePAM option in sshd configuration

Version 14.21 - 11 May 2012

- export res_init function to perl lib

Version 14.20.1 - 10 May 2012

- drakx-in-chroot: unmount /dev in chroot

Version 14.20 - 6 May 2012

- bind mount /dev inside chroot rather than copy nodes (mga#5730)

Version 14.19 - 3 May 2012

- fix displaying urpmi fatal errors (mga#5725)

Version 14.18 - 2 May 2012

- add missing libfuse.so.2 for mount.ntfs-3g (#5685)

Version 14.17 - 30 April 2012

- fix noarch handling/search on 64bit as they're in 32 and 64 bit
  media and in some cases it may return the not-installed rpm while the other is.
- autoinstall:
  o fix rebooting on autoinstall by using a "wider" regexp (otherwise udevd was
    not found by fuzzy_pidofs) and gives some time to udevd process to disappear.
  o don't try to unmount /dev as it's still used by other processes
  o allow to set urpm curl options in order to be able to make curl quiet
    when running an autoinstall in text mode. This can be set throught
    the new option "curl_options" in the auto_inst file.
  o use quiet mode by default when downloading VERSION and auto_inst file
- partitioning:
  o drop support for reiser4 (mga#5680)

Version 14.16 - 29 April 2012

- add btrfsck
- partitioning:
  o forbid having /boot as btrfs (mga#5627)

Version 14.15 - 27 april 2012

- partitioning:
  o fix partitions not being shown after clicking on "Reload partition table"
    (mga#3260)
  o run udevadm in installer too
    (might fix unnecessary reboot (mga#4439))

Version 14.14 - 26 april 2012

- Mageia 2 RC banner

Version 14.13 - 25 April 2012

- include needed symlinks for ndiswrapper (mdv#44416)

Version 14.12 - 25 April 2012

- update desktops images

Version 14.11 - 25 April 2012

- fix offering desktop choice (DVD has task-kde4-minimal instead of task-kde4)
  (mga#5574)
- partitioning:
  o do not set fs_type to ext4 for raw LVM/RAID/LUKS
  o detect LVM on top on Encrypted partitions (mga#5330)
- services:
  o systemd support (mga#3253, mga#3740, mga#4910, mga#5122)
- partitioning wizard:
  o fix removing several notebook pages
  o reuse code from hd_gtk, fixes display of "Use free space" solution

Version 14.10 - 23 April 2012

- do not offer to upgrade mdv 201[1-9] (mga#5004)
- do not try to update KDE3 to KDE4 anymore
- individual package selection:
  o fix a crash
  o honor "no suggests" option (mga#3467)

Version 14.9 - 23 April 2012

- include missing perl modules (mga#5528)

Version 14.8 - 20 April 2012

- partitioning wizard:
  o do not crash on selecting a RAID device
  o fix displaying empty info about RAID devices
  o fix listing RAID devices

Version 14.7 - 19 April 2012

- fix a crash when package state is empty (mga#5487)
- fix not offering to upgrade RAID installs (mga#4902)
  (udev was enabling RAIDs early but leaved them in inactive mode
  due to not yet loaded personality modules)
- when selecting where ro install bootloader, display mountpoint if
  available, and size+fs_type if we have nothing (mga#5460)

Version 14.6 - 18 April 2012

- individual package selection:
  o fix "invisible" lock icon (mga#5424)
  o show again package descriptions (mga#549)
- package installation:
  o fix assuming "no" to continue on bad signatures once "do not ask
    again" has been checked in
  o offer to not ask again about missing packages
  o unselect already suggested packages when performing a minimal
    install if "no suggests" option was chosen (mga#5209)

Version 14.5 - 12 April 2012

- fix color for menu categories
- add missing udev programs needed for persistant storage rules.

Version 14.4 - 12 April 2012

- fix quiet option for bootloader
- install btrfs-progs if needed (mga#5274)
- make sure ranges are always within limits in text mode (mga#646)
- allow generation of host-only initrd during install
- include persistant storage udev rules needed to see new uuids during install

Version 14.3 - 7 April 2012

- Mageia 2 beta 3 banner
- diskdrake:
  o fix partition numbering on GPT (mga#3091)

Version 14.2 - 5 April 2012

- add boot splash to initrd only once
- log install settings (mga#3467 & mga#5209)
- do not set security level to its own value on upgrade (mga#5147)
- do not crash if msec isn't installed
- do not offer to select the security level in summary if msec is not installed
- text installer:
  o include "screen" terminfo (mga#4894)

Version 14.1 - 23 March 2012

- better "bootloader" message (mga#484)
- fix displaying "Mageia" in some messages

Version 14.0 - 13 March 2012

- disk install: handle bogus ISOs when looking for install image (mga#4919)
- step column: hide so called "bootlader" step since we do _not_ actually
  install bootloader at this stage but later in summary (mga#484)
- make "Preparing bootloader" less intimidating (mga#484)

Version 13.95 - 13 March 2012

- recognize more HID drivers (mga#4905)

Version 13.94 - 13 March 2012

- actually use new installer help

Version 13.93 - 12 March 2012

- recognize c67x00, imx21-hcd, fhci, isp1362-hcd, oxu210hp-hcd & renesas-usbhs
  USB host drivers (mga#4905)
- use lxdm for LXDE

Version 13.92 - 11 March 2012

- explain why acpi, acpid & mageia-gfxboot-theme packages are selected 
- install more packages earlier (shorewall & mandi), preventing useless
  installing steps later at summary stage
- partitioning:
  o fix error on removing LVs
  o fix resizing LVs (mga#4666)

Version 13.91.1 - 08 March 2012

- add a wrapper for running GDB in installer a simpler way

Version 13.91 - 08 March 2012

- Mageia 2 beta 2 banner
- summary: 
  o list mandi with iptables* & shorewall in services
  o list dm, mdadm, messagebus, microcode_ctl, netconsole & partmon services in system
  o list network, network-auth, network-up & resolvconf into new 'networking' category
- debug build:
  o don't run directly stage2
  o include busybox
  o include needed python files for GDB
  o start udev since we fork a shell prior to running stage2

Version 13.90 - 06 March 2012

- fix crashing if we failed to initialize Curses
- fix double segfault when text installer fails to init
- fix stopping udev
- set geometry for text installer

Version 13.89 - 02 March 2012

- fix RAID udev rule

Version 13.88 - 02 March 2012

- install mdadm for fake RAID too (mga#4750)

Version 13.87 - 01 March 2012

- include more udev rules for RAID (mga#4750)

Version 13.86 - 01 March 2012

- include libdmraid-events-isw.so for dmraid (mga#4750)
- tty stty are needed for text mode installer (mga#2038)

Version 13.85 - 26 February 2012

- load 'xts' module for crypted fses (Dave Hodgins, mga#3749)

Version 13.84 - 24 February 2012

- recognize more HID drivers (mga#4129)

Version 13.83 - 19 February 2012

- log more stuff regarding packages installation (mga#4565)

Version 13.82 - 14 February 2012

- Mageia 2 beta 1 banner

Version 13.81 - 13 February 2012

- diskdrake:
  o use better cipher for encrypted fses (mga#3092)

Version 13.80 - 26 January 2012

- kill old gtk+ warnings that confuse people
- include back urpmi translations
- do not display errors when loading a driver that is already loaded (mga#1146)

Version 13.78 - 24 January 2012

- log packages selected b/c of HW, fs, install method, ...
- summary: 
  o list shorewall with iptables* in services
- diskdrake:
  o better default name for new VG (vg-mga, vg-mga1, ...
    instead of vg-0, vg-1, ...)

Version 13.77 - 23 January 2012

- diskdrake:
  o allow using nilfs2 during install
  o enable to set label on btrfs & nilfs fses as well as on swap
  o preserve UUID when reformating a nilfs fs
- do not install shorewall & mandi if firefwall is not configured

Version 13.76 - 20 January 2012

- add support for XZ modules
- faster & safer waiting for end of USB modules
- include gtk20 translations (caps lock & the like)
- diskdrake:
  o enable to set LV names when not in expert mode
  o report back error from lvm2
  o suggest better LV names based on the mount point rather than numbers

Version 13.75.1 - 19 January 2012

- fix mounting /dev/pts & /dev/shm
- include DM/MD udev rules so that install on LVM works again
- drakx-in-chroot:
  o add support for --gdb

Version 13.75 - 29 December 2011

- stop udev at end of install
- Mageia 2 Alpha 3 banner

Version 13.74.1 - 29 December 2011

- rebuild with updated list_modules.pm for kernel-3.2.0-0.rc7.2.mga2 

Version 13.74 - 24 December 2011

- use udev
- call udevadm in installer too
- do not hardcode systemd default through kernel command line, it
  should be easily overridable by just picking the proper init package
- include xfs_freeze (needed for setup grub on XFS, mga#1536)
- interactive::curses: default to 80x25 (fixes serial)

Version 13.73 - 11 December 2011

- Mageia 2 Alpha 2 banner

Version 13.69 - 14 November 2011

- fix testing network (missing Net::Ping)

Version 13.68 - 10 November 2011

- Mageia 2 Alpha 1 banner

Version 13.67 - 07 November 2011

- Add initial systemd support

Version 13.66 - 20 October 2011

- fix missing "Mageia" instances
- include png loader from gdk_pixbuf2.0_0-loaders-png15

Version 13.65 - 19 September 2011

- only favor packages with mga extension, we don't have packages with mdv or
  mnb in release tag
- always favor packages with 'mga' extension when upgrading anything else
  than Mageia
- install perl-Hal-Cdroms for urpmi when needed
- default to systemd (through "init=/bin/systemd")
- offer not to ask again about bad signatures

Version 13.64 - 08 September 2011

- install more packages earlier (acpi{,d}, dhcp client, firewall & bootloader
  stuff), preventing useless installing steps later at summary stage & also
  fixing "program not found: grub-gfxmenu" error message while installing
- only retrieve release notes once during installation
- util-linux-ng was renamed util-linux (fix installation error)

Version 13.63 - 07 September 2011

- better microcode_ctl management
- fix cpufreq detection corrupting other types
- install cpufreq on more cases

Version 13.62 - 22 August 2011

- always align partitions to start at megabyte boundaries to avoid
  performance issues with drives with 4k physical sectors (mga#1215)
- add support to detect if CPU microcode is upgradable in order to
  install microcode_ctl

Version 13.61.1 - 05 August 2011

- do not crash if there's no mirror cache to erase
- "Multi languages" => "Multiple languages" (mga#1011)

Version 13.61 - 01 August 2011

- clear the mirror cache before upgrading (#1557)
- fix bootloader entries names
- fix build with perl-5.14.x
- detect (at least some (eg: Compaq USB numpad) (#1099)
- detect machines needing cpufreq
- spaces are not allowed between options in /etc/fstab (#2271)

Version 13.58 - 27 May 2011

- fix default level being 'standard' when /etc/security/msec/security.conf
  doesn't containt BASE_LEVEL
  (broken since msec config file format was gratuitously changed)

Version 13.57 - 25 May 2011

- update translations
- update design for final release

Version 13.56 - 24 May 2011

- forbid selecting kernel-server if not having PAE since PAE support is
  mandatory for kernel-server (#1414)

Version 13.54 - 19 May 2011

- advertize LibreOffice instead of OpenOffice.org (mga#1323)
- fix build with brltty-4.2-1.mga1
- fix reading security level with new msec (mga#332)

Version 13.53 - 16 May 2011

- left background for RC

Version 13.52 - 14 May 2011

- disable encryption option for /boot
- match partitions when one of them as device_alias to the device of the other one

Version 13.50 - 06 May 2011

- use proper locales-XX packages for Albanian (#1036)

Version 13.49 - 25 May 2011
- add nokmsboot boot option also if the bootloader is installed after setting
  up a conflicting display driver (e.g. draklive-install)
- embed more of unicore, fixes \d on strings collected from Gtk2 (#39)
- add sdhci-pci to card-reader list
- add xhci-hcd (usb3 support)

Version 13.47
- update modules list needed for md raid456 and dm-raid 4/5/6 target

Version 13.46

- new design for beta1
- update temporary piece of design

Version 13.45

- fix incorrect meta-task directory, it should be an svn:externals
- switch from scim to ibus

Version 13.44

- clean installer design for Mageia

Version 13.43

- handle new drivers: 
  o ethernet: cx82310_eth
  o 10g ethernet: bna, pch_gbe, stmmac 
  o modem: ft1000
  o usb storage: keucr, uas
  o wifi: ath6kl, bcm_wimax, brcm80211, carl9170, r8712u

Version 13.42

- alpha1 banner

Version 13.41

- correct licence management and remove Google one

Version 13.40

- new version for Mageia
- fix building with new libX11
- fix building with xserver-1.9
- include missing perl modules (#60720)

Version 13.39 - 5 August 2010

- adapt to gtk and gdk change in 2.22
- adapt to perl-5.12

Version 13.38 - 2 July 2010

- create symlink for /etc/pki to have it usable in stage2

Version 13.37 - 2 July 2010

- accept https URL in install::http
- include ca-bundle.crt

Version 13.36 - 30 June 2010

- final banner

Version 13.35 - 22 June 2010

- user management: focus on first entry in dialog, root password if
  superuser is asked, user real name otherwise (#54910)
- auto_install: when distrib media contains selected_names list, apply
  it only to the concerned media, and not to previously added media

Version 13.33 - 4 June 2010

- lookup major:minor of devices outside $::prefix
- display lock icon for not enabled dmcrypt too
- disable dmcrypt before deleting partition, evin if inside lvm/raid
- don't crash when starting stage2 with an RTL locale
- fix loading of btrfs module

Version 13.32 - 2 June 2010

- copy all devices to target

Version 13.31 - 28 May 2010

- update banner to RC2
- don't lose mountpoint if suggested partition was swap (#59510)

Version 13.30 - 26 May 2010

- final banner

Version 13.29 - 24 June 2010

- fix detection of /var partition
- force raid metadata to be 0.90 if /boot is on raid 1
- fix raid 0 to be handled as raid

Version 13.27 - 18 May 2010

- always set resume= when a swap is available, regardless of its size (#34681)
- update banner

Version 13.26 - 17 May 2010

- enable acl by default on ext2/3/4 fs
- enable user_xattr on home for ext2 too
- allow setting acl option in diskdrake
- default to defaultFS in LVM, not ext2
- don't ask to reboot after resize if not needed
- do not ask to reboot after resizing LUKS if not mounted
- workaround mapper/* being symlinks in dmraid support

Version 13.24 -  9 May 2010

- include btrfs and crc32c modules in install (#59068)
- include /etc/netconfig (needed by mount.nfs)
- diskdrake:
  o fix the crypto mountpoint checks for the create case
  o fix resize of active encrypted volumes

Version 13.22 - 29 April 2010

- diskdrake:
  o correctly set mountpoint on included partition, not encrypted one
  o refuse to have /boot encrypted
  o enable gtk-button-images to have the lock displayed during install

Version 13.21 - 27 April 2010

- diskdrake:
  o allow resizing empty FAT (#58770)
  o offer encryption in a more visible way when creating a partition
  o remove cryptoloop from diskdrake interface and transparently use dm-crypt
  o support having dm-crypt partition with non default FS
  o do not display dm-crypt partitions in separate tab, display included
    partition directly in-place
  o do not warn about data loss when changing type of unformatted partition
  o display lock icon on encrypted partitions
  o fix loading of dmcrypt info now that /dev/mapper/* are symlinks
  o fix creating encrypted LVM
- install plymouth if / is encrypted, to ask for password
- beta2 banner

Version 13.19 - 14 April 2010

- detect "Rack Mount" Chassis as server
- diskdrake:
  o use device label even if it was not changed (#47456)
  o allow creating and resizing btrfs

Version 13.18 - 2 April 2010

- compute dependencies on full list of packages from rpmsrate levels instead
  of doing it individually. This avoids getting kdm in GNOME install.

Version 13.17 - 31 March 2010

- services management:
  o translate more service descriptions (#46640)
- detect "Rack Mount" Chassis as server
- use device label even if it was not changed (#47456)

Version 13.16 - 19 March 2010

- bootloader:
  o do not apply bootloader settings before giving user the option to change
    them (#57471)

Version 13.15 - 17 March 2010

- summary:
  o enhanced services status message (#58194)

Version 13.14 - 3 March 2010

- devices:
  o handle creation of mmcblk devices (useful on Efika MX)
- alpha3

Version 13.13 - 28 February 2010

- handle new SCSI driver: mpt2sas (#57833)
- detect_devices:
  o fix merging PCI devices info from sysfs which resulted in
    ill-informed devices matching (#57711)

Version 13.11 - 10 February 2010

- add support for asturian (#56990)
- partitioning wizard:
  o display lvm/dmraid name in combo box
  o allow reusing existing partitions in lvm
  o fix a crash on empty disk
  o fix using empty dmraid
- drakboot:
  o fix crypted password detection
  o fix invocation of grub-md5-crypt from within installer (#57461)

Version 13.10 - 4 February 2010

- handle new drivers: 
  o ATA: pata_atp867x, pata_piccolo, pata_rdc
  o DVB: dvb-usb-ec168, dvb-usb-friio, earth-pt1
  o ISDN: avmfritz, mISDNinfineon, netjet, speedfax, w6692
  o network: vmxnet3
  o radio: radio-miropcm20, radio-usb-si470x
  o RAID: 3w-sas, hpsa, pmcraid
  o SCSI: be2iscsi, bfa, pm8001, vmw_pvscsi
  o TV: cx25821, saa7164
  o wifi: r8187se, r8192_pci, r8192u_usb, rt2800pci, vt6655_stage, vt6656_stage
- bootloader configuration:
  o add support for crypted grub passwords
  o always display security settings
  o allow timeout to be '0'
  o default to always crypt grub passwords
  o ensure /boot/grub/menu.lst permissions are 0600 since it can
    contains a password
- partitioning wizard:
  o offer to install on dmraid (instead of crashing if no other disk)
  o offer to install on existing lvm

Version 13.8 - 3 February 2010

- fixed logo

Version 13.7 - 2 February 2010

- alpha2 logo

Version 13.6 - 1 February 2010

- do not ask for bootloader location (still available in summary)
- try to get better initial estimation of install time
- fix bootloader entry name for rc kernels
- remove mnb from bootloader entry name like we do for mdv
- support ddf1 dmraid

Version 13.4 - 7 January 2010

- alpha1 logo
- detect_devices:
  o fix detecting pcmcia serial devices

Version 13.3 - 21 December 2009

- mount points: reset unknown partitions types to default
  fs (ext4) instead of hardcoded ext3
- diskdrake: show Ext4 instead of Ext3 in the gtk filesystems button box
- include /usr/share/X11/xkb/rules/base.lst (do we need xorg.* ?)

Version 13.2 - 14 December 2009

- fix creating devices
  (really "fix handling hdX/sdX devices (#53107)")

Version 13.1 - 10 December 2009

- fix crash introduced by 'do not stay chdired in /mnt/var/cache/urpmi'
- locale setting
  o drop support for configuring KDE3
  o fix configuring ibus (#56130, #56311)
  o install 'ibus-qt4' if configuring ibus under KDE4 (#56311)
- partitioning wizard:
  o fix setting volume label instead of MBR's one for FAT fses (#52853)

Version 13.0 - 1 December 2009

- do not offer to upgrade/install in restore mode
- fix detecting hidden partitions as recovery
- allow to convert ext2/3 to ext4 but do not enable flags
- fix using stdin and stdout in builtin dd command
- devices detection:
  o fix reading USB details (#55690)
  o fix SCSI driver module name
- partitioning wizard:
  o unmount swap too when unmounting all partitions
  o do not suggest Windows mountpoint for mounted partitions
    (breaks install if the Win partition is the installer media)
  o suggest non-removable disks first
- do not stay chdired in /mnt/var/cache/urpmi when download fails
  (workaround urpmi bug)
- bootloader:
  o do not add removable drives as "Windows" entry in bootloader
- fix adding additional media with type media_cfg (for auto_install)

Version 12.77 - 30 October 2009

- fallback on most generic kernel if the suitable one is not available
  (only kernel-desktop586-latest is available on Dual ISO for i586)

Version 12.76 - 30 October 2009

- test existence of /usr/share/bootsplash/scripts/make-boot-splash
  file instead of install status of bootsplash package to enable vga
  in bootloader
  (package check is not working during upgrade on x86_64)

Version 12.75 - 30 October 2009

- bootloader suggestion fixes (to fix removal of vga= option when
  updating with the installer):
  o make sure we use long name when adding second kernel with same
    extension than preferred one
  o do not add again kernels that are already in bootloader config file
  o add vga= option for kernels that are not the preferred one as well
  o remove previous linux-nonfb entries (like done for failsafe),
    not to add them twice or more

Version 12.74.1 - 29 October 2009

- disable X11 support for dpms

Version 12.74 - 28 October 2009

- partitioning wizard (Windows resize):
  o fix partition size computing (fixing pixel/sectors ratio)
  o improve default resizing suggestion:
    * try to keep at least 1GB free for Windows
    * try to use from 6GB to 10% free space for Linux
  o use same windows partition size suggestion for gtk and text installs
  o really ensure keeping free space for Linux partition
  o really ensure keeping free space for Windows partition

Version 12.73 - 28 October 2009

- final banner for 2010

Version 12.72 - 27 October 2009

- fix ftp URL parsing when using user + pass (#49898)

Version 12.71 - 23 October 2009

- minimal install: install packages with higher rpmsrate level only
  (level 5, and not level 4 + 5) when suggests are disabled
  (it was only done for truly minimal install before)
- cpufreq: load e_powersaver for VIA C7 (#41377)

Version 12.70 - 22 October 2009

- curses backend: do not crash when resuming interface
- minimal install: install packages with higher rpmsrate level only
  (level 5, and not level 4 + 5)

Version 12.69 - 21 October 2009

- user management:
  o enable to install/deinstall xguest

Version 12.68 - 19 October 2009

- fix raid initialisation during install (#54706)
- fix raid detection during install (#54706)
- allow to set preferred packages list in auto_install
  (comma-separated list in $o->{preferred_packages})
- partitioning wizard:
  o use mandriva logo on blue background for mandriva partition
  o fix option selection when using keyboard

Version 12.67 - 18 October 2009

- partitioning wizard:
  o use a different color for newly created partition
  o add legend for the colors
  o display mount point if known
  o display ext2 like ext3/4
  o allow setting new windows size with keyboard (#54691)
  o use available space

Version 12.66 - 15 October 2009

- mount windows partitions under /media instead of /mnt (#53392)
- partitioning wizard:
  o initialize correctly labels for windows resizing
  o fix labels for windows resizing when getting back to the screen
  o offer to resize last big enough windows partition instead 
    of the first one, until user can chose

Version 12.65 - 14 October 2009

- do not call obsolete Xconfig::default::config_keyboard function (#54541)
- improve button layout while installing
- partitioning wizard:
  o allow using existing partition on all disks (#54478)
  o reduce drawings height
  o fix windows resize width
- make sure suggests are disabled in truly minimal install
- do not attempt to configure autologin if CAT_X is not selected
- use UTF-8 for zh_TW (#53976)
- enable using newly created raid devices (#54295)

Version 12.64 - 12 October 2009

- partitioning wizard:
  o put back "previous" button on actions (#54475)
  o fix typo in message
  o fix testing interactive::gtk in standalone mode
  o fix displaying help

Version 12.63 - 9 October 2009

- bootloader configuration:
  o fix displaying arrows

Version 12.62 - 9 October 2009

- autologin/desktop configuration (shared code):
  o fix guessing dm name from lookupdm
  o abort configuration if dm install fails

Version 12.61 - 8 October 2009

- partitioning_wizard:
  o do not fail when a windows partition is corrupted
  o add separator between solutions
  o give more space between header and solutions
  o prevent cursor to go under needed size because of rounding
  o chose windows resizing when clicking on the resize handle (not perfect)
  o improve resizing captions layout
- autologin/desktop configuration (shared code):
  o fix /etc/X11/lookupdm usage during install (for default dm selection)
  o use gdm for xfce4 and LXDE

Version 12.60.1 - 7 October 2009

- use FileHandle before XML::Parser, else XML::Parser breaks if 
  File::Sync is used...
- include File::Sync in install

Version 12.60 - 7 October 2009

- RC2 banner 

Version 12.59 - 07 October 2009

- do not set mountpoints for rescue partitions (#53504)
- switch to ext4 by default

Version 12.58 - 05 October 2009

- better describe what usernames we allow (#44783)
- rewrite partitioning wizard to look better in gtk (not perfect yet)

Version 12.54 - 23 September 2009

- autologin/desktop configuration (shared code):
  o when detecting default desktop, use first session
    (instead of using hacks with dm config files)
  o guess display manager from /etc/sysconfig/desktop,
    or default session, or /etc/X11/lookupdm