summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions
='n58' href='#n58'>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 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 5053 5054 5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269 5270 5271 5272 5273 5274 5275 5276 5277 5278 5279 5280 5281 5282 5283 5284 5285 5286 5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 5318 5319
2006-01-25  Jeremy Katz  <katzj@redhat.com>

	* textw/grpselect_text.py: Moved simple_pkgselect_text and added
	functionality for package selection within groups
	* text.py (stepToClasses): Text mode package selection is back to
	something reasonable.

	* kickstart.py (Kickstart.setSteps): Don't show tasksel if
	packages are selected.

	* iw/task_gui.py: Simple task selection UI so we don't just drop
	people into the complicated group selection screen.
	* ui/tasksel.glade: Add glade file for task selection UI
	* textw/task_text.py: Text version

	* dispatch.py (installSteps): Add tasksel step
	* installclass.py (BaseInstallClass.setSteps): Likewise.
	* gui.py (stepToClass): Likewise.
	* text.py (stepToClasses): Likewise.

	* isys/lang.c (loadKeymap): Can't load keymaps under Xen, so don't
	fail in a loud fashion.

	* anaconda: Don't ask about VNC in kickstart

2006-01-25  Chris Lumens  <clumens@redhat.com>

	* kickstart.py:  Add a permanentSkipList for steps we always want to
	skip, no matter what else happens in the ksdata.  Add bootloader to
	that list in doBootloader (#178815).

	* scripts/mk-images.ia64: Create images for ia64 (#175632) 

2006-01-25  David Cantrell  <dcantrell@redhat.com>

	* exception.py (handleException):  Changed 'be reset' to say
	'be rebooted' (#178566).

	* gui.py (InstallControlWindow.releaseNotesViewerPollExitCB):
	Call present() method on main window when release notes viewer
	closes.  Sets toplevel focus to the main window.  Also set the
	mouse pointer back to LEFT_PTR.

	* gui.py (InstallControlWindow.runReleaseNotesViewer):  Lower
	releaseNotesViewerPollExitCB() execution interval to 10 ms.

	* iw/release_notes_viewer_gui.py (relnotes_closed):  Set the
	mouse pointer to WATCH before exiting.

2006-01-24  Chris Lumens  <clumens@redhat.com>

	* Makefile:  Build stubs before loader.
	* loader2/Makefile:  Use libunicode instead of wcstubs.c (#178386).
	* loader2/wcstubs.c:  Removed.
	* stubs/Makefile:  Build a static library for the loader.
	* stubs/unicode-lite.c:  Sync with old wcstubs.c.

2006-01-23  Paul Nasrat <pnasrat@redhat.com>

	* yuminstall.py (writePackagesKS):  Make %packages spew smaller

2006-01-23  David Cantrell  <dcantrell@redhat.com>

	* packages.py (queryUpgradeContinue):  Change No button text to
	Reboot since clicking it causes the system to reboot (#178096).

2006-01-23  Chris Lumens  <clumens@redhat.com>

	* whiteout.py:  Remove rpm-libs>rpm (#178540).

2006-01-21  David Cantrell  <dcantrell@redhat.com>

	* anaconda.spec:  Bump version

2006-01-20  Chris Lumens  <clumens@redhat.com>

	* anaconda: Pass backend to instdata.
	* backend.py (AnacondaBackend.writePackagesKS):  Add default method.
	* instdata.py (InstallData):  Add backend to instdata.  Call
	writePackagesKS.
	* yuminstall.py (YumBackend.writePackagesKS):  Write %packages section
	in template kickstart file.

2006-01-20  Peter Jones  <pjones@redhat.com>

	* loader2/loader.c (spawnShell): set PYTHONSTARTUP before spawning bash

	* anaconda: set PYTHONSTARTUP before spawning bash

	* scripts/Makefile: install pyrc.py in anaconda-runtime

	* scripts/pyrc.py: a pyrc that adds readline and whatnot automagically

2006-01-19  David Cantrell  <dcantrell@redhat.com>

	* instdata.py (InstallData.reset):  Set self.upgrade to None for
	initial setting (#178095).

	* instdata.py (InstallData.getUpgrade):  Return False if upgrade
	is set to None (#178095).

	* iw/examine_ui.py (UpgradeExamineWindow.getNext):  Set
	self.id.upgrade to True or False (#178095).

	* iw/examine_ui.py (UpgradeExamineWindow.getScreen):  Read
	self.id.upgrade to determine screen layout rather than checking
	to see if installtype is in the skip list (#178095).
	Always populate upgrade combo box, even if upgrade type is not
	selected.

2006-01-19  Chris Lumens  <clumens@redhat.com>

	* anaconda:  Attempt to eject the CD drive if we're in kickstart and
	given the --eject parameter to halt or shutdown (#177554).
	* loader2/kickstart.c (setShutdown):  Recognize --eject option.

	* iw/timezone_gui.py:  Translate combo box and comments (#178250).

	* instdata.py (InstallData.write):  Disabled backend arg used for
	debugging.

2006-01-18  David Cantrell  <dcantrell@redhat.com>

	* anaconda.spec:  Bump version

2006-01-18  Jeremy Katz  <katzj@redhat.com>

	* lang-table: Add sr@Latn (#175611)

2006-01-18  Peter Jones  <pjones@redhat.com>

	* kickstart.py (Kickstart.setInstallData): start dmraid before parsing
	the kickstart file, so its device verification works.

2006-01-18  David Cantrell  <dcantrell@redhat.com>

	* scripts/upd-instroot:  Added grub to i386 rescue CD (#155399).

	* loader2/module-info:  Added mptsas (#178130).

2006-01-18  Chris Lumens  <clumens@redhat.com>

	* iw/timezone_map.py (AnacondaTZMap.timezone_list_init):  Add a
	parameter to match what superclass expects (#178140).  Don't display
	Etc timezones.

2006-01-17  David Cantrell  <dcantrell@redhat.com>

	* scripts/upd-instroot:  Add missing handler for XPM images (#177994).

2006-01-17  Chris Lumens  <clumens@redhat.com>

	* exception.py (dumpClass):  Add yum package selections and excludes
	to keySkipList.  Fix an exception in exception dumping code.

	* instdata.py (InstallData.write):  Don't traceback on printing out an
	authconfig-related error message (#178041).

	* kickstart.py (AnacondaKSScript.run):  Set permissions on log files
	to 0600 (#177519).

	* loader2/urlinstall.c (loadSingleUrlImage):  Not every caller wants
	to put the product on the front of the URL (#178001).

2006-01-13  Peter Jones  <pjones@redhat.com>

	* scripts/upd-instroot: put dmraid and dmsetup in the rescue image

2006-01-13  Chris Lumens  <clumens@redhat.com>

	* exception.py (dumpClass.keySkipList):  Remove a bunch more passwords
	and language-related stuff from the exception dumps.
	(copyExceptionToRemote):  Take a filename from the user instead of
	assuming what we got was just a directory (#177738).
	* ui/scp.glade:  Reword field label (#177738).

	* image.py (CdromInstallMethod.ejectCD):  Don't duplicate isys.

2006-01-13  Paul Nasrat <pnasrat@redhat.com>

	* yuminstall.py:  Don't traceback on header download issues (#177596)

2006-01-12  Jesse Keating  <jkeating@redhat.com>

	* scripts/mk-rescueimage.ppc:  Remove map generation,
	anaconda does this elsewhere.

2006-01-12  Chris Lumens  <clumens@redhat.com>

	* yuminstall.py (YumBackend.deseletPackage):  Pass the tuple in
	instead of a reference to fix kickstart package deselection (#177530).

2006-01-11  Jesse Keating  <jkeating@redhat.com>

	* scripts/mk-rescueimage.i386: don't check for arch/arch, just check
	for destdir

	* scripts/mk-rescueimage.x86_64: don't check for arch/arch, just check
	for destdir

2006-01-11  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version

	* scripts/pkgorder: Add xen kernels. 

	* anaconda.spec (Version): Bump version.

	* scripts/mk-images.ppc: Remove some unneeded bits from the ppc 
	boot.iso

2006-01-11  Chris Lumens  <clumens@redhat.com>

	* kickstart.py (Kickstart.runTracebackScripts):  Typo fix.
	(Kickstart.setSteps):  Be smarter about skipping package selection.
	(Kickstart.setPackageSelection):  Add Core.

2006-01-11  Bill Nottingham  <notting@redhat.com>

	* iw/confirm_gui.py: propagate:
	
	revision 1.19
	date: 2004/05/07 01:22:44;  author: katzj;  state: Exp; lines: +1 -1
        the unbreakable stuff isn't working anyway now and it causes ppc gui
        installs to die.  so remove it for now

	to the other place where it happens. (#177537)

2006-01-10  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec (Requires): Bump version.

2006-01-10  Peter Jones  <pjones@redhat.com>

	* harddrive.py: add switchMount() and use it where appropriate

2006-01-10  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec (Version): Bump version.

2006-01-10  Peter Jones  <pjones@redhat.com>

	* dmraid.py: Fix detection of degraded raids

2006-01-10  Jesse Keating  <jkeating@redhat.com>

	* scripts/mk-rescueimage.ppc: Create mapping file for hfs stuff

2006-01-09  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version

	* ui/exn.glade: Various little tweaks

	* pixmaps/exception.png: More accurate icon

	* gui.py (ExceptionWindow.__init__): Use our method for finding
	images so this works everywhere.

2006-01-09  Jesse Keating  <jkeating@redhat.com>

	* scripts/mk-rescueimage.ppc:  Copy boot_image from ppc
	tree into the rescue-image tree.

2006-01-09  David Cantrell  <dcantrell@redhat.com>

	* iw/GroupSelector.py (GroupSelector._categorySelected):  Scroll
	the group list to the top each time a category is selected.

2006-01-09  Chris Lumens  <clumens@redhat.com>

	* partitions.py (Partitions.writeKS):  Always write out a device
	name for RAID devices.  None vs. 0 vs. "" fixes.

2006-01-09  David Cantrell  <dcantrell@redhat.com>

	* gui.py (ExceptionWindow): Tweak display of the exception
	window.
	* ui/exn.glade: Change default size, add an hbox with an icon
	next to the label.
	* pixmaps/exception.png: Friendly icon indicating bad things
	have happened.

2006-01-08  Jeremy Katz  <katzj@redhat.com>

	* iw/GroupSelector.py (OptionalPackageSelector.__init__): Tweak
	default size a little.
	(OptionalPackageSelector._pkgToggled): Handle installed package
	cases here as well
	(GroupSelector._categorySelected): Add handling of selected vs
	installed semantics for groups
	(GroupSelector.__setGroupDescription): Likewise.

	* yuminstall.py (AnacondaYum.isGroupInstalled): Add the simple
	version here that we need for GroupSelector in anaconda

2006-01-06  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* lang-table: Remove sr@Latn until po files exist

	* loader2/Makefile: Make msgmerge quiet.  Fix noisiness from
	charset in the generated loader.po

2006-01-06  Jeremy Katz  <katzj@redhat.com>	

	* anaconda.spec: Bump version.

	* yuminstall.py (YumSorter.isPackageInstalled): Fix a latent bug I
	noticed when working on s-c-packages.  Won't really affect
	anaconda, though.

2006-01-05  David Cantrell  <dcantrell@redhat.com>

	* iw/progress_gui.py (InstallProgressWindow_NEW.getScreen):  Use a
	3x2 table to align the current package info and remaining time.
	Keeps the remaining time label from moving around.

	* ui/GroupSelector.glade:  Increase the height of the group
	description field so we don't get a scrollbar for a few pixel lines.

2006-01-05  Jeremy Katz  <katzj@redhat.com>

	* scripts/mk-rescueimage.ppc: Add ppc rescue image script from
	jkeating (#177003)

2006-01-05  David Cantrell  <dcantrell@redhat.com>

	* iw/progress_gui.py (InstallProgressWindow_NEW.getScreen):  Realign
	the remaining time indicator and current package description so text
	isn't displaying under buttons and other widgets.

2006-01-05  Chris Lumens  <clumens@redhat.com>

	* iw/timezone_gui.py (TimezoneWindow.timezone_widget_create):  Don't
	try to make the timezone widget bigger than the screen (#176025).

	* text.py (ProgressWindow.__init__):  Set a default on updpct.

	* yuminstall.py (simpleCallback.callback):  Fix message wording
	(#155884).
	(AnacondaYum.log):  Be quiet (#171663).

2006-01-04  David Cantrell  <dcantrell@redhat.com>

	* iw/GroupSelector.py (GroupSelector.populateCategories):  Display
	the sorted category list.

2006-01-04  David Cantrell  <dcantrell@redhat.com>

	* iw/GroupSelector.py (OptionalPackageSelector.__init__):  Position
	dialog centered over parent.  Increase window size to display more
	than a few packages.

	* iw/GroupSelector.py (GroupSelector.__init__):  Disable the optional
	packages button on initial window load.

2006-01-04  David Cantrell  <dcantrell@redhat.com>

	* iw/autopart_type.py (comboChanged): If you select the custom
	layout option, the review checkbox is forced on.  When you leave the
	custom layout selection, the previous state of the checkbox is
	restored.

	* gui.py (runReleaseNotesViewer): Run at 800x445 instead of 800x420
	when the installpackages step is running.

2006-01-04  Chris Lumens  <clumens@redhat.com>

	* network.py (NetworkDevice.__str__):  Put quotes around ethtool
	arguments (#176918).

2006-01-04  David Cantrell  <dcantrell@redhat.com>

	* iw/autopart_type.py (comboChanged): Preserve partition review checkbox
	between combo box selections (#176212).

2005-12-22  Jeremy Katz  <katzj@redhat.com>

	* lang-table: Add Serbian locales (#175611)

	* isys/isys.py (hardDriveDict): Only look for STMF on iSeries (#176024)

2005-12-22  Paul Nasrat <pnasrat@redhat.com>

	* text.py: Make the progress bar work for depsolving  (#176367)

2005-12-21  Jeremy Katz  <katzj@redhat.com>

	* gui.py: Need the a11y stuff here now

2005-12-20  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* iw/network_gui.py (NetworkWindow.getScreen): Spacing fixes.

	* loader2/loader.c: Give a stacktrace on SIGSEGV to make things
	easier to debug. 

2005-12-20  Bill Nottingham  <notting@redhat.com>

	* iutil.py (getPPCMachine): Be silent on non-ppc arches.

2005-12-19  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* gui.py (findPixmap): Fix missing comma

	* iw/progress_gui.py (InstallProgressWindow_NEW.getScreen): Better
	filename for lowres version

	* splashscreen.py: Remove unused file.

	* gui.py (InstallInterface.__init__): Set cursor here instead of 
	splashscreen.
	(InstallControlWindow.setup_window): Don't pop splashscreen.

	* anaconda: Don't use the splashscreen.  --nofallback isn't used
	and now that we trap and log the exception, it shouldn't be needed
	for debugging.

2005-12-19  David Cantrell  <dcantrell@redhat.com>

	* fsset.py (devify):  Make sure /etc/fstab has accepted standards
	for the pseudo filesystems (#176149).

2005-12-19  Chris Lumens  <clumens@redhat.com>

	* kbd.c (chooseKeyboard):  Use the selected language in loaderData
	instead of in $LANG to determine default keyboard layout (#172266).
	Change chooseKeyboard to take in loaderData instead.
	* kbd.h:  Likewise.
	* loader.c (doLoaderMain):  Likewise.

2005-12-19  Jeremy Katz  <katzj@redhat.com>

	* gui.py (InstallControlWindow.createWidgets): Don't dither the
	header, clean up the code to set the GtkImage

	* iw/welcome_gui.py (WelcomeWindow.getScreen): Don't dither.

	* scripts/mk-images.x86_64 (SYSLINUX): Generate syslinux splash
	using script in -logos package instead of hard-coding knowledge of
	colors here.
	* scripts/mk-images.i386 (SYSLINUX): Likewise.

2005-12-16  Jeremy Katz  <katzj@redhat.com>

	* yuminstall.py (YumBackend.getBestKernelByArch): No more smp
	kernel if NX is available

2005-12-16 Paul Nasrat <pnasrat@redhat.com>

	* scripts/pkgorder: New groups format, need to setup a logger
	* sortedtransaction.py: Fix when using new relationship stores
	* yuminstall.py:  Fix text installs (#175773)

2005-12-15  Chris Lumens  <clumens@redhat.com>

	* anaconda:  Add more encoding modules to traceonly (#175853).

2005-12-15  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version

	* loader2/loader.h (FL_UB): Don't reuse a define (oops) and use &
	instead of &&. 

	* scripts/pkgorder: Fix for new group code.

2005-12-15  Chris Lumens  <clumens@redhat.com>

	* iutil.py (getArch, getfd, getPPCMachine):  Wrap the rhpl functions
	instead of copying.

2005-12-15  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* flags.py (Flags.__init__): dmraid by default so that it gets tested

2005-12-15 Paul Nasrat <pnasrat@redhat.com>

	* sortedtransaction.py: Use new relationship stores
	* anaconda: Add system-config-date to path to prevent Import Error
	* iw/timezone_gui.py:  Pass self to parent class calls, Fix typo

2005-12-14  Chris Lumens  <clumens@redhat.com>

	* anaconda.spec:  Bump version.

	* iw/timezone_gui.py:  Change to use system-config-date.  Subclass
	TimezoneMap from that package to get the behavior we want.
	* iw/timezone_map_gui.py:  Removed.
	* scripts/upd-instroot:  Add system-config-date and rhpxl .mo files.

2005-12-14  David Cantrell  <dcantrell@redhat.com>

	* anaconda:  Made the 'press enter for a shell' spawning loop
	more complex.  This gets the snippet of code out of iutil that
	I had put in there yesterday.

2005-12-14  David Cantrell  <dcantrell@redhat.com>

	* iutil.py (execWithRedirect):  Not the right place to write out
	the vnc shell pid.

2005-12-14  Paul Nasrat <pnasrat@redhat.com>

	* yuminstall.py (AnacondaYum.__init__): whiteout is now a module

2005-12-13  Jeremy Katz  <katzj@redhat.com>

	* yuminstall.py (doRepoSetup): Make progress bars go a little bit
	more reasonably, taking into account that some steps take longer
	than others.  Nuke the progress bar after we're done.
	(YumProgress): Handle changes for the above.  Warn if we update
	the progress bar after using it.

	* yuminstall.py (__getGroupId): Fix groupid finding

	* whiteout.py (whitetup): Break the whiteout into tuples
	* yuminstall.py (tsCheck): Use whiteout tuple instead of string
	for a minor speed improvement.

	* yuminstall.py: Scale progress properly.  Also, give a warning if
	we update a popped progress bar so that we can try to find and fix
	such cases.

	* cmdline.py (ProgressWindow.__init__): Adjust for new API

2005-12-13  David Cantrell  <dcantrell@redhat.com>

	* anaconda:  Record the PID of the forked process that handles
	spawning the shell when you are using the VNC mode.
	* iutil.py (execWithRedirect):  If we see /tmp/vncshell.pid,
	record the PID of whatever we just spawned.
	* exception.py (handleException):  If we see /tmp/vncshell.pid,
	open it and kill everything listed.  Attempt to reclaim std IO.
	Drop to pdb after we have made sure the shell and spawning loop
	are dead.

	Generic comment:  Statements like "if not child:" are misleading
	because that test would be true if it actually was the child.  I
	have changed a few to "if child == 0:" to make it more readable.

2005-12-13  Jeremy Katz  <katzj@redhat.com>

	* yuminstall.py: Profiling with hotshot for fun, profit and 
	going from 22 to 8 seconds on depsolving of a default install 
	with a test case on my laptop.
	(_provideToPkg): Return what we find for the dep
	instead of requiring an additional dictionary lookup
	(resolveDeps): Only run dep check on packages we haven't looped
	across before.  Otherwise, we waste time looking things up that
	we've done before.
	(tsCheck): Look for only the specified.  Speed up relationship
	adding with a short-circuit so that we don't always loop over the
	full list.

2005-12-13  Chris Lumens  <clumens@redhat.com>

	* keymaps/updkmaps:  Typo.

	* keymaps/:  Removed obsolete directory.

2005-12-12  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* yuminstall.py (YumDepSolveProgress.tscheck): Enhance to allow
	knowing how many things are going to be added.  Put the smarts
	about the "nice" update here instead of restartLoop
	(YumSorter.tsCheck): Feedback on packages being checked so the
	progress bar moves :-)

	* gui.py (ProgressWindow.__init__): Allow specifying the
	percentage to do updates at so that we can update more often on known
	"slow" progress bars
	* text.py (ProgressWindow): Matching prototype

	* scripts/mk-images: Add ub to the module list
	* loader2/loader.c: Temporary handling of 'ub' command line flag
	to say to try ub instead of usb-storage.
	* loader2/loader.h: Add ub flag definition.
	* loader2/usb.c (usbInitialize): Load usb-storage/ub if there is
	something which looks relevant

	* gui.py (InstallControlWindow.refreshHelp): Revert a little bit.

	* anaconda: Allow hard drive installs again

	* harddrive.py: Untested attempt to get hard drive installs working

	* scripts/upd-instroot: Fix nano (#175479)

2005-12-12  Chris Lumens  <clumens@redhat.com>

	* installclass.py (BaseInstallClass.configureX):  Remove monitor
	configuration.
	* kickstart.py (AnacondaKSHandlers.doXConfig):  Likewise.
	* xsetup.py  (XSetup.writeKS):  Write out a monitor keyword to the
	generated kickstart file.

2005-12-11  Peter Jones  <pjones@redhat.com>

	* dmraid.py (dmDriveCache): add dmDriveCache class, to to manage
	our three-drive-monte with isys's hard drive list.
	(getRaidSetInfo): remove completely
	(scanForRaid): don't use getRaidSetInfo, just test the RaidSet object
	directly.  Also log a warning when we encounter a degraded raidset.
	(startAllRaid): don't use a generator, since we need to provide
	a non-None empty result set.
	(stopRaidSet): simplify the code a bit.
	(stopAllRaids): remove traceback stuff, and remove artifacts of
	getRaidSetInfo

	* fsset.py: don't disable dmraids when rescanning partitions
	(LogicalVolumeDevice): rename the volume group name argument
	to "vgname" instead of "lvname", and add an argument for the object
	so we can find its physical volumes.

	* lvm.py (writeForceConf): take device list as an argument, and use
	that to write the filter rules.

	* partRequests.py (LogicalVolumeRequestSpec.getDevice): pass vg object
	in to fsset.LogicalVolumeDevice

	* partedUtils.py (DiskSet.startDmRaid): rewrite it to remove some
	unneeded code, and make it a lot simpler.
	(.startAllRaid): cut out a lot of crap, make the s390 handling simpler
	(.stopDmRaid): remove some useless stuff
	(.stopAllRaid): remove the s390 handling
	(.openDevices): check for None to see if dmraid is initialized.
	
	* partitions.py (Partitions.setFromDisk): call lvm.writeForceConf
	before we probe for PV/VG/LV info.

2005-12-11  Jeremy Katz  <katzj@redhat.com>

	* gui.py: Stop looking for help.

	* anaconda.spec: anaconda-help is no more.

2005-12-10  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* textw/simple_pkgselect_text.py Basic fixup for new API so that
	we at least don't just die (#175443)

	* yuminstall.py: Remove anaconda_grouplist hack.
	(tsCheck): Fix for API change 
	(_catchallCategory): Fix for changes to groups API

	* iw/GroupSelector.py (GroupSelector._categorySelected): Update
	for new group code and sort based on display_order.
	(GroupSelector.populateCategories): Likewise.  
	(_ui_comps_sort): Add sorter.
	* ui/GroupSelector.glade: Minor tweak

	* yuminstall.py: Use TS_INSTALL_STATES instead of enumerating

2005-12-10  Paul Nasrat <pnasrat@redhat.com>

	* backend.py dispatch.py yuminstall.py: Ensure upgrades
	depsolved. Ensure rpm lock/cache removed.

2005-12-08  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* anaconda (startVNCServer): -once is back for Xvnc

	* iw/welcome_gui.py (WelcomeWindow.getScreen): Dither the image,
	look for it in the right path.

	* ui/anaconda.glade: Minor padding fixes.

2005-12-08  Paul Nasrat <pnasrat@redhat.com>

	* backend.py dispatch.py installclass.py upgrade.py
	upgradeclass.py yuminstall.py: Make install more robust to file read
	failures.  Initial support for upgrades again.

2005-12-08  Jeremy Katz  <katzj@redhat.com>

	* loader2/loader.c: remove slang hack

	* loader2/wcstubs.c (nl_langinfo): We can't do this in a
	statically linked binary, so lie to slang some more.

2005-12-08  Chris Lumens  <clumens@redhat.com>

	* partRequests.py:  Support bytesPerInode on RAID
	(Curtis Doty <Curtis at Greenkey.net>, #175288).

	* iw/GroupSelector.py (GroupSelector.__setGroupDescription):  Typos.
	* iw/confirm_gui.py, iw/upgrade_swap_gui.py, iw/zipl_gui.py:
	queryUpgradeContinue has moved.

2005-12-08  David Cantrell  <dcantrell@redhat.com>

	* anaconda (startVNCServer):  Removed the '-once' switch for vncserver
	since that option is invalid [now].

2005-12-08  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* scripts/upd-instroot: Add back chinese font now that we use
	squashfs. (#172163) Also, enable locale-archive with the non-archive
	removal code.

	* iw/GroupSelector.py (GroupSelector.__setGroupDescription): Don't
	allow detail twiddling for groups that aren't selected.  Only show
	count of optional/default packages (and only if the group is selected)

	* installclasses/fedora.py (InstallClass.setGroupSelection): Get
	default groups from the backend

	* backend.py (AnacondaBackend.getDefaultGroups): Support for
	getting default groups

	* iw/GroupSelector.py: Guts of new group/package selection code.
	Eventually will live in son of s-c-packages.
	* ui/GroupSelector.glade: glade file for new group selection code

	* iw/package_gui.py: Basic shell for GroupSelector use in anaconda

	* yuminstall.py: Update for yum 2.5 API changes.  Note that we now
	*require* yum-2.5.0-0.20051207 or newer
	(isPackageInstalled): Add method to see if package is installed
	for group selection.  
	(_catchallCategory): Add method to take uncategorized groups and
	stick them somewhere
	(getDefaultGroups): Backend method for finding the default
	selected groups based on what comps says

	* gui.py (stepToClass): Move to new group selection code.

2005-12-07  Bill Nottingham  <notting@redhat.com>

	* anaconda: We don't care about the results of the mouse probe
	for starting X. If you want text, pass 'text'.

2005-12-07  Jeremy Katz  <katzj@redhat.com>

	* installclass.py (BaseInstallClass.setSteps): "package-selection"
	-> "group-selection"

	* scripts/upd-instroot: X data has moved.  Also, remove the vnc hack

2005-12-05  Chris Lumens  <clumens@redhat.com>

	* anaconda.spec:  Bump version.

	* scripts/upd-instroot:  Add some additional SELinux-related programs
	and an /etc/shells to get semodule working again.

2005-12-05  Peter Jones <pjones@redhat.com>

	* isys/nfsmount_xdr.c (xdr_mountres3_ok): reformat weird tabbing,
	and don't type-pun any more.
	* isys/linkdetect.c (mdio_read): no type-punning.
	* loader/moduleinfo.c (readModuleInfo): fix typo (+ instead of +=) that
	gcc41 complains about.

2005-12-02  David Cantrell  <dcantrell@redhat.com>

	* loader2/mediacheck.c:  Reworded the media check result dialog to
	make the result more obvious (#174530).

2005-12-02  David Cantrell  <dcantrell@redhat.com>

	* loader2/Makefile:  Added a checkisomd5 target.

2005-12-01  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* loader2/loader.c (initializeConsole): Hack around the fact that
	slang doesn't properly enable UTF-8 anymore (#174761)

	* scripts/mk-images: Fix argument order for mksquashfs, chmod images

2005-12-01  Chris Lumens  <clumens@redhat.com>

	* kickstart.py (KickstartPreParser.__init__):  Allow %pre scripts to
	be in an included file.

2005-12-01  David Cantrell  <dcantrell@redhat.com>

	* gui.py:  In 800x600 mode, set the window size of the release
	notes viewer to be 800x420 when the installpackages stage is
	running.  Release notes are readable and the progress bar is
	still visible.

2005-12-01  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

2005-12-01  David Cantrell  <dcantrell@redhat.com>

	* dispatch.py (Dispatch.bindArgs):  Make sure args is a tuple or
	list type before running the for loop.  If called while in the
	installpackages state, args is a function.

2005-12-01  Jeremy Katz  <katzj@redhat.com>

	* scripts/mk-images: Add squashfs to module list.  Build images as
	squashfs.

	* loader2/loader.c (main): Load squashfs.

	* loader2/method.c (mountLoopback): Try to mount squashfs too.

2005-12-01  David Cantrell  <dcantrell@redhat.com>

	* loader2/cdinstall.c:  Reworded the media check prompt dialog as
	suggested by #174472.

2005-11-30  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* scripts/upd-instroot: Try to build policy with semodule so that
	all the files are there.  If it works, will fix #174563

	* scripts/upd-instroot: Allow system-logos to be used for logo
	package name

2005-11-30  David Cantrell  <dcantrell@redhat.com>

	* gui.py (runReleaseNotesViewer):  Pass in appropriate window
	dimensions for the release notes viewer from this function.  Also
	modified it so it execs a release notes viewer from RHupdates if
	one is present.

	* iw/release_notes_viewer_gui.py:  Use the window dimensions given
	to us from gui.py.  Do not center the window on the screen, but
	anchor it to the upper left corner of the main install dialog.

2005-11-30  Chris Lumens  <clumens@redhat.com>

	* anaconda:  None vs. "" for vncpasswd in test mode (from Patrick
	Mansfield <patmans AT us.ibm.com> on anaconda-devel-list)

2005-11-30  Paul Nasrat <pnasrat@redhat.com>

	* yuminstall.py:  Don't try split transactions on non split
	installation methods (#174033)

2005-11-29  Chris Lumens  <clumens@redhat.com>

	* anaconda.spec:  Bump version.

	* network.py (Network.available):  Check for ff:ff:ff:ff:ff:ff as
	well.

2005-11-28  David Cantrell  <dcantrell@redhat.com>

	* iw/release_notes_viewer_gui.py: Make the release notes viewer
	the entire size of the root window (either 8x6 or 6x4).

2005-11-26  Jeremy Katz  <katzj@redhat.com>

	* loader2/urlinstall.c (mountUrlImage): Fix booting with CD1 and
	using FTP/HTTP to not look for hdlist.  This still isn't ideal

2005-11-25  Jeremy Katz  <katzj@redhat.com>

	* bootdisk/ppc/yaboot.conf.3264: Fix ppc32 from CD (#174135)

2005-11-23  Chris Lumens  <clumens@redhat.com>

	* ui/scp.glade:  Make sure people know we're using scp to copy.

2005-11-22  Paul Nasrat  <pnasrat@redhat.com>

	* loader2/nfsinstall.c: Report no DNS servers if a hostname used (#168957)

2005-11-22  Jeremy Katz  <katzj@redhat.com>

	* loader2/loader.c: Fix /dd.img in initrd (from Dan Carpenter
	<dcarpenter AT penguincomputing.com> on anaconda-devel-list)

	* scripts/upd-kernel: Add a script to create a new initrd for a
	new kernel version. 

2005-11-21  Peter Jones  <pjones@redhat.com>

	* fsset.py (ext2FormatFilesystem): remove isys.sync() from the
	progress bar update to speed up installs.

2005-11-21  Chris Lumens  <clumens@redhat.com>

	* anaconda:  Add email.Utils to traceOnly loading (#173169).
	* kickstart.py (AnacondaKSHandlers.doNetwork):  More helpful message.

2005-11-21  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* loader2/loader.c: pcspkr breaks on powerpc

2005-11-20  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* yuminstall.py (YumSorter.tsCheck): Fix backwards whiteout
	handling (#173738)
	(YumSorter.tsCheck): Log when whiteout is used
	(YumSorter._provideToPkg): If we already have a package installed
	which provides something, then we should just use that.  This
	makes it so we don't get the UP kernel pulled in when kernel-smp
	is already selected for installation.

2005-11-19  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* sortedtransaction.py (SplitMediaTransactionData.remove): typos
	are our friends.  *sigh*

2005-11-18  Chris Lumens  <clumens@redhat.com>

	* dmraid.py:  Don't print anaconda.dmraid logging on stdout.

2005-11-18  Jeremy Katz  <katzj@redhat.com>

	* loader2/selinux.h (ANACONDA_CONTEXT): Fix for new context types
	since the kernel no longer can do the mapping itself.

2005-11-18  Chris Lumens  <clumens@redhat.com>

	* anaconda: Sync vnc parameter handling with pykickstart.

2005-11-18  Bill Nottingham  <notting@redhat.com>

	* yuminstall.py: Add ellipsis to match other similar messages

2005-11-17  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version

	* partedUtils.py (DiskSet.openDevices): debug prints -> 
	log.debug (#173533)

	* scripts/upd-instroot: vnc hack me harder...

	* yuminstall.py (YumSorter.tsCheck): Don't traceback on
	unresolvable deps. (#173508)
	(AnacondaYum.getBestPackages): Fix pkg.arch for %packages

2005-11-17  Paul Nasrat <pnasrat@redhat.com>

	* anaconda.spec: Bump version.

	* scripts/buildinstall: Groups for createrepo

2005-11-17  Jeremy Katz  <katzj@redhat.com>	

	* anaconda.spec: Bump version.

2005-11-17  Chris Lumens  <clumens@redhat.com>

	* scripts/pkgorder:  Give excludeList a default.

2005-11-17  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

2005-11-17  Chris Lumens  <clumens@redhat.com>

	* scripts/pkgorder:  Move to after args is set.

2005-11-17  Jeremy Katz  <katzj@redhat.com>

	* flags.py (Flags.__init__): dmraid is off by default.

	* sortedtransaction.py (SplitMediaTransactionData.remove): Don't
	get confused if we've already removed the package from the ts.

	* loader2/loader.c: dmraid flag handling

2005-11-17  Jeremy Katz  <katzj@redhat.com>	

	* anaconda.spec: Bump version.

	* yuminstall.py (YumBackend.selectLanguageGroups): crude language
	support group hack... 

2005-11-16  Peter Jones  <pjones@redhat.com>

	* isys/devnodes.c: clean code up some
	* dmraid.py: rework disk/spare listing to use class methods.
	play 3-card-monte with isys.cachedDrives so you can partition dmraids.
	use flags.dmraid.
	* isys/isys.py: don't do special pdc raid magic
	* partitions.py: don't down dmraid devices before partitioning
	* raid.py: make isRaidX() functions return true/false
	* anaconda: cleanup line beginnings (spaces vs tabs vs waaaa)
	add dmraid flags
	* flags.py: add dmraid flags
2005-11-16  Chris Lumens  <clumens@redhat.com>

	* urlinstall.py (UrlInstallMethod.getRPMFilename):  Fix to match
	parameters in other classes.
	* yuminstall.py (getcd):  Catch AttributeError for URL methods.

	* scripts/pkgorder:  i386 -> i686.

2005-11-16  Jeremy Katz  <katzj@redhat.com>

	* sortedtransaction.py (SplitMediaTransactionData.remove): fun
	with api...

	* utils/trimpciids (f): Make a little bit more failure resistent

	* scripts/mk-images (INITRDMODS): More videoaliases fixage.

	* scripts/buildinstall (BUILDINSTALL): Okay, don't do group info.

2005-11-16  Paul Nasrat <pnasrat@redhat.com>

	* anaconda.spec: Bump version.

	* yuminstall.py:  Single sort and single installer yum classes
	* scripts/pkgorder:  Force kernels to be on the first image.  Add
	* image.py:  CD Method switchMedia

2005-11-16  Jeremy Katz  <katzj@redhat.com>

	* scripts/buildinstall (BUILDINSTALL): Run createrepo quietly and
	with the group info.

	* scripts/mk-images (INITRDMODS): videoaliases changed.  no cookie
	for notting.

2005-11-16  Jeremy Katz  <katzj@redhat.com>	

	* anaconda.spec: Bump version.

2005-11-16  Chris Lumens  <clumens@redhat.com>

	* image.py, installmethod.py:  getRPMFilename takes a media number
	instead of a header obj.  Use currentMedia everywhere.  Add
	switchMedia method for images.
	* sortedtransaction.py:  Handle AttributeError.  Logic fixes.
	* yuminstall.py:  Move _getcd to top level.  Use package objs instead
	of headers.  Handle transactions per-media image.

2005-11-16  Jeremy Katz  <katzj@redhat.com>

	* exception.py (dumpClass): Don't include backend.ayum because
	it's a ton of (not overly useful) stuff.

	* anaconda_log.py (DEFAULT_LEVEL): Back to info for default.
	* loader2/log.c: Likewise.

2005-11-16  Chris Lumens  <clumens@redhat.com>

	* kickstart.py (Kickstart.runPreScripts):  Don't give a progress bar
	if there aren't any scripts to run.
	(Kickstart.postAction):  Likewise.

	* sortedtransaction.py (SplitMediaTransactionData):  Move after its
	superclass.  Fix indentation.
	* yuminstall.py (YumSorter.doTsSetup):  Use SplitMediaTransactionData
	instead.

	* scripts/buildinstall:  Run createrepo before pkgorder.
	* scripts/pkgorder:  Force kernels to be on the first image.  Add
	--exclude as an option.

2005-11-16  Jeremy Katz  <katzj@redhat.com>

	* scripts/mk-images: Add /var/lib/xkb as a symlink to /tmp so we
	have setxkbmap work.  
	* scripts/upd-instroot: Add xkbcomp.Remove old version of xkb 
	tmp symlinking

	* anaconda.spec: Bump version.

	* scripts/upd-instroot: Don't build locale-archive for now.  The
	file is too big for cramfs :-/

2005-11-16  Bill Nottingham  <notting@redhat.com>

	* utils/trimpciids: Fix tyop

2005-11-15  Jeremy Katz  <katzj@redhat.com>

	* scripts/upd-instroot (KEEPFILEGR): Remove new chinese font for
	now.  It's larger than 16 megs which breaks cramfs (#172163)

	* anaconda.spec: Bump version

	* scripts/upd-instroot (XORGLIBS): Apparently lost a lib

2005-11-15  Jeremy Katz  <katzj@redhat.com>	

	* anaconda.spec: Bump version.

2005-11-15  Bill Nottingham  <notting@redhat.com>

	* scripts/upd-instroot, scripts/mk-images, utils/trimpciids:
	  Work with multiple videoaliases files.
	
2005-11-15  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec (BuildPreReq): Change for modular X package names

	* scripts/upd-instroot: Modular X changes, including --
	  Add new package names for modular X.  For now, list drivers by hand.
	  New paths to files everywhere
  	  Add a hack for Xvnc using the wrong font path

	* anaconda: New xorg path.  Allow getting a shell on the console
	if you're using vnc to help with the case where you don't have
	physical ttys.

	* yuminstall.py (simpleCallback.callback): Get the right filename,
	don't blow up if we can't unlink the file
	(simpleCallback.callback): Use method to unlink

	* image.py: Fix rpm filenames to be rooted at self.tree

	* yuminstall.py (YumBackend.getBestKernelByArch): Install smp
	kernel if NX is present (#172345)
	(YumBackend.doInstall): method monkeying
	(simpleCallback.callback): And fix the method name

	* iutil.py (hasNX): Add a method to find out if we have NX

2005-11-15  Chris Lumens  <clumens@redhat.com>

	* genheader.py (mungEpoch):  Add epoch manually instead of relying on
	deepcopy.
	(YumHeader.str):  Add summary and description to header.

	* image.py (CdromInstallMethod.getRPMFilename):  Fix typo.
	(NfsIsoInstallMethod.getRPMFilename):  Don't prepend the tree twice.

	* yuminstall.py (AnacondaYumMedia._getcd):  Fix typo.
	(AnacondaYumMedia.downloadHeader):  Set size and disc number.

	* scripts/pkgorder (createConfig):  Catch OSError as well.

2005-11-15  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version

	* scripts/upd-instroot: Fix up for new selinux policy

2005-11-14  Paul Nasrat   <pnasrat@redhat.com>

	* anaconda.spec:  Bump version.

	* yuminstall.py scripts/pkgorder.py: Move sorter into yuminstall 

2005-11-14  Jeremy Katz  <katzj@redhat.com>

	* isys/devnodes.c: Add support for ub devices

2005-11-14  Paul Nasrat   <pnasrat@redhat.com>

	* anaconda.spec:  Bump version.

	* installmethod.py harddrive.py image.py 
	urlinstall.py yuminstall.py: Change getRPMFileName signature, use in
	callback, generate headers on split media methods
	* anaconda installmethod.py harddrive.py 
	  urlinstall.py image.py: Method handling in classes
	* backend.py: Method not methodobject
	* installmethod.py (InstallMethod): Remove legacy metadata handling
	* urlinstall.py harddrive.py image.py: Remove legacy metadata handling

2005-11-14  Peter Jones  <pjones@redhat.com>

	* anaconda.spec: add requirements for device-mapper
	* isys/Makefile: link against libdevmapper
	* isys/devnodes.c: add support for making device-mapper nodes
	
2005-11-14  Jeremy Katz  <katzj@redhat.com>

	* loader2/net.c (wait_for_link): Log warning if no network link detected

2005-11-14  Paul Nasrat   <pnasrat@redhat.com>

	* yuminstall.py (AnacondaYumMedia): Stub media class

	* genheader.py (YumHeader): Don't change original po epoch, tag addition method

2005-11-14  Chris Lumens  <clumens@redhat.com>

	* scripts/pkgorder:  Clean up error handling a little bit.  Select all
	matching packages in i386/i686 case.  Refactor group adding code.

2005-11-13  Jeremy Katz  <katzj@redhat.com>

	* yuminstall.py (YumBackend.deselectGroup): Fix group deselection
	to pass pkgtup instead of po.  hooray for api inconsistency

2005-11-12  Jeremy Katz  <katzj@redhat.com>

	* loader2/net.c (findHostAndDomain): Not succeeding at reverse
	lookup should only be a warning

2005-11-11  Chris Lumens  <clumens@redhat.com>

	* anaconda.spec:  Bump version.

2005-11-11  Jeremy Katz  <katzj@redhat.com>

	* yuminstall.py (AnacondaYum.log): fix log levels

	* loader2/firewire.c (firewireInitialize): this should be a debug 
	message...

	* splashscreen.py: Set up a11y if 'dogtail' on kernel command line 

	* scripts/upd-instroot: Add bonobo servers.
	* scripts/upd-instroot: And add some more libraries...

2005-11-10  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec (BuildPreReq): buildrequire yum so it ends up in
	the buildroots
	
2005-11-10  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* scripts/upd-instroot: Add some stuff to try to get the framework
	present for dogtail to work (#172891) 

	* loader2/hardware.c: Look for xen devices.

	* loader2/modules.c: Who cares about missing modules, they're
	probably built-in...

2005-11-10  Paul Nasrat	  <pnasrat@redhat.com>
	
	* anaconda.spec:  require anaconda for anaconda-runtime
	* scripts/pkgorder:  Resurrect pkgorder based on yum
	* sortedtransaction.py: Only operate on dependencies (not obsoletes)

2005-11-10  Chris Lumens  <clumens@redhat.com>

	* anaconda_log.py (AnacondaLog.__init__):  Change level on stdout
	logging so we actually see what's being printed.

2005-11-10  Chris Lumens  <clumens@redhat.com>

	* anaconda.spec:  Bump version.

	* scripts/upd-instroot (PACKAGES):  Add e2fsprogs-libs.

2005-11-09  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* loader2/driverdisk.c: Clean up log levels.
	* loader2/firewire.c: Likewise.
	* loader2/hardware.c: Likewise.
	* loader2/hdinstall.c: Likewise.
	* loader2/lang.c: Likewise.
	* loader2/loader.c: Likewise.
	* loader2/log.h: Likewise.
	* loader2/mediacheck.c: Likewise.
	* loader2/method.c: Likewise.
	* loader2/modstubs.c: Likewise.
	* loader2/modules.c: Likewise.
	* loader2/net.c: Likewise.
	* loader2/nfsinstall.c: Likewise.
	* loader2/pcmcia.c: Likewise.
	* loader2/urls.c: Likewise.
	* loader2/usb.c: Likewise.

	* loader2/driverselect.c (getManualModuleArgs): We don't have help
	about the args, don't pretend that we do.

	* text.py (InstallInterface.run): debug on suspend should have priority

2005-11-09  Chris Lumens  <clumens@redhat.com>

	* anaconda:  Set up logging earlier.  Set level on handlers instead of
	on logger instance.
	* anaconda_log.py:  Remove logging of errors to stdout.
	(AnacondaLog):  Log everything to /tmp/anaconda.log.
	(LoggerClass):  Add new default Logger class.
	* autopart.py:  Use lvmLog instead of log.
	* lvm.py (getVGFreeSpace):  Lower log level on messages.
	* loader2/log.c:  Log everything to /tmp/anaconda.log.

	* text.py (InstallInterface.__init__):  Create the SnackScreen earlier
	to prevent a traceback in kickstart.

2005-11-08  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* loader2/module-info: Add xenblk and xennet

	* kickstart.py (AnacondaKSHandlers.doAuthconfig): Fix kickstart 
	traceback

	* yuminstall.py (AnacondaYum.run): Basic (bad) support for
	handling transaction errors.  Need to improve this, but at least
	it won't just traceback now.

	* text.py (InstallInterface.isRealConsole): Add method to check if
	we're on a "real" console instead of duplicating the code
	everywhere.  Add a check for /proc/xen to imply xen guest (not
	real console)
	(InstallInterface.run): Use new method.
	(InstallInterface.run): Use new method.
	* textw/language_text.py (LanguageWindow.__call__): Use new method.

2005-11-08  Peter Jones  <pjones@redht.com>

	* dmraid.py: First parts of this, needs pyblock and dm libs.
		     
2005-11-08  Chris Lumens  <clumens@redhat.com>

	* exception.py (dumpClass):  Seriously skip instLanguage stuff.

	* text.py (ProgressWindow):  Fix snack deprecation warnings (#172232).

	* yuminstall.py (YumProgress):  Don't try to update a progress window
	that's been popped (#172232).

2005-11-07  Jeremy Katz  <katzj@redhat.com>

	* scripts/upd-instroot (KEEPFILEGR): New chinese fonts (#172163)
	(KEEPFILEGR): Only need one.

	* upgrade.py (upgradeFindPackages): Fix message (#172030)

	* anaconda.spec: Bump version.

2005-11-07  Chris Lumens  <clumens@redhat.com>

	* instdata.py:  Import logging.
	(InstallData.reset):  Set default authconfig string.
	(InstallData.write):  Helps to have the right path.

	* kickstart.py (AnacondaKSHandlers.doAuthconfig):  Set id.auth.

	* yuminstall.py (YumBackend.doRepoSetup):  Typo fix.

2005-11-03  Chris Lumens  <clumens@redhat.com>

	* autopart.py (doAutoPartition):  Use "not X" instead of "X is not
	None".

	* installclass.py (BaseInstallClass.setClearParts):  Fix types.
	* kickstart.py (AnacondaKSHandlers.doClearPart):  use named parameters
	correctly.
	(AnacondaKSHandlers.doPartition):  Check for None in sizes.

	* security.py:  Use pykickstart SELinux constants for consistency
	(#172356).

2005-11-02  Peter Jones <pjones@redhat.com>

	* loader2/module-info: add bnx2

2005-10-31  Paul Nasrat  <pnasrat@redhat.com>
	
	* yuminstall.py: Log error messages, detail repoerror cause

2005-10-28  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* yuminstall.py (AnacondaYum.getBestPackages): Return the best
	package_s_ for a package name/arch.  Need more than one for
	multilib.  Should fix multilib package sel and best 
	arch selection (#171026, #171997)
	(YumBackend.getBestKernelByArch): Do this inside of
	selectBestKernel since that's the only place it's really wanted
	(YumBackend.selectGroup): Get packages using getBestPackages.
	(YumBackend.deselectGroup): Likewise.
	(YumBackend.selectPackage): Likewise.
	(YumBackend.deselectPackage): Likewise.

	* yuminstall.py (YumBackend.selectBestKernel): Select
	kernel-xen-guest if installing in a guest 

	* isys/devnodes.c: Add support for Xen xvd block devs
	* partedUtils.py (max_logical_partition_count): Likewise.

2005-10-28  Chris Lumens  <clumens@redhat.com>

	* kickstart.py (KickstartPreParser):  Pass lineno to handlePackageHdr
	and handleScriptHdr.

2005-10-28  Jeremy Katz  <katzj@redhat.com>

	* scripts/mk-images: Extract kernel-xen-guest on i386 in addition
	to kernel.  And we don't have pcmcia stuff in hwdata anymore
	* scripts/mk-images.i386: Just make an initrd and copy the kernel
	for xen-guest

	* anaconda: Don't make character device nodes quite that early

2005-10-27  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* upgrade.py (upgrade_remove_blacklist): Fix x86_64 traceback

	* bootloader.py (writeBootloader): Handle inconsistently named
	kernel-xen-{guest,hypervisor} kernels

	* yuminstall.py (YumBackend.doRepoSetup): Give full error on tty3.
	(YumBackend.selectBestKernel): Temporarily allow installation of
	xen-hypervisor kernel package by passing 'xen0' on kernel command line
	(YumBackend.kernelVersionList): Remove obsolete cruft, add xen stuff

2005-10-27  Chris Lumens  <clumens@redhat.com>

	* loader2/init.c (logChunk):  Try to put newlines into the syslog
	where appropriate.
	(doklog):  Break the logging out into its own function.

	* anaconda_log.py (DEFAULT_LEVEL):  Set minimum log level to WARNING.
	* loader2/log.c (minLevel):  Likewise.

	* scripts/upd-instroot:  Add pycairo to PACKAGESGR and KEEPFILEGR.

2005-10-26  Jeremy Katz  <katzj@redhat.com>

	* loader2/loader.c (main): Use nofb by default

2005-10-26  Chris Lumens  <clumens@redhat.com>

	* anaconda:  Make Synaptics device nodes before X starts.

2005-10-24  Jeremy Katz  <katzj@redhat.com>

	* yuminstall.py (YumBackend.kernelVersionList): Fix kernel finding

	* ui/anaconda.glade: Don't show the help buttons either...
	
2005-10-24  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* lang-table: Updated the wrong field

	* anaconda.spec: Bump version.

	* product.py: Allow passing the path to a buildstamp with an
	environment variable. Also, allow setting all values with env vars.

	* lang-table: Use pl2 keymap (#171583)

	* ui/anaconda.glade: Make help not visible by default.  This fixes
	screwiness where the pane was still there with kickstart installs.

	* dispatch.py (installSteps): Break out reposetup and base package
	selection into separate steps.
	* installclass.py (BaseInstallClass.setSteps): Likewise.
	* yuminstall.py (YumBackend.doRepoSetup): Add backend repo setup.
	* backend.py (doBasePackageSelect): Implement generically for now

	* scripts/mk-images.ia64 (image): Fix typo

	* isys/isys.py: Change some log levels

	* yuminstall.py (AnacondaYum.getBestPackage): Method to do best
	arch selection for now.
	(YumBackend.selectBestKernel): Find the "best" kernel for our
	system and select it.
	(YumBackend.selectBootloader): Ensure a bootloader is selected.

2005-10-24  Chris Lumens  <clumens@redhat.com>

	* exception.py (copyExceptionToRemote):  Destroy scp dialog.
	(copyExceptionToFloppy):  Pass in dispatch so the floppy part works.
	(handleException):  Don't make scp/floppy errors fatal so the user has
	another chance to get it right.

	* instdata.py (InstallData.writeKS):  Don't write empty authconfig
	line (#171558).
	* kickstart.py:  Make error reporting more useful with line numbers.

2005-10-21  Paul Nasrat <pnasrat@redhat.com>

	* yuminstall.py: Only get filelists when needed

2005-10-21  Chris Lumens  <clumens@redhat.com>

	* scripts/upd-instroot:  Add email.* modules.  Remove directories we
	don't care about.

	* docs/command-line.txt:  Document new updates= behavior.
	* loader2/loader.h:  Add updatessrc to the loaderData.
	* loader2/loader.c (loadUpdatesFromRemote):  Retrieve updates.img from
	a remote machine.
	(parseCmdLineFlags):  Handle new updates= behavior.

2005-10-20  Jeremy Katz  <katzj@redhat.com>

	* splashscreen.py (splashScreenShow): Don't do xsetroot anymore.
	It makes things odd in some environments and doesn't buy us much
	with X starting with a solid black background.

2005-10-20  Jeremy Katz  <katzj@redhat.com>	

	* anaconda.spec: Bump version.

	* loader2/loader.c: Second stage module location no longer exists,
	stop trying to use it.
	* loader2/usb.c (usbInitializeMouse): Likewise.
	* loader2/hardware.c (scsiTapeInitialize): Likewise.
	* loader2/modules.c (mlLoadModuleSetLocation): Remove.
	* loader2/modules.h (mlLoadModuleSetLocation): Likewise.	

2005-10-20  Jeremy Katz  <katzj@redhat.com>	

	* anaconda.spec: Bump version.

	* loader2/urlinstall.c (loadUrlImages): minstg2.img instead of
	netstg2.img 
	* loader2/hdinstall.c (mountHDImages): minstg2.img instead of
	hdstg2.img
	* loader2/method.c (validIsoImages): Look for stage2.img instead
	of hdstg2.img

	* scripts/mk-images: mkcramfs is now mkfs.cramfs

2005-10-20  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* scripts/mk-images (padfile): Remove dead function.
	(makemainmodules): Likewise.
	(makebootdisk): Likewise.
	(findloopdevice): Likewise.
	(makedriverdisk): Likewise.
	* scripts/mk-images.ia64: Don't really need/want an ls120 image anymore

	* scripts/mk-images (INITRDMODS): Define modules used in common
	across all arches here. 
	(makeinstimage): Don't pass in modules for use here, they should
	all be in the initrd now.
	(makeSecondStage): Common makeSecondStage
	(doPostImages): Add a step to get called after boot images are
	created
	* scripts/mk-images.i386: Use common INITRDMODS and
	makeSecondStage, minor other cleanups.
	* scripts/mk-images.ia64: Likewise.
	* scripts/mk-images.s390: Likewise.
	* scripts/mk-images.x86_64: Likewise.
	* scripts/mk-images.ppc: Likewise.  Also, use doPostImages stuff.
	* scripts/mk-images.sparc64: Remove old file that's not correct
	for current stuff.
	* scripts/mk-images.alpha: Likewise.

2005-10-20  Chris Lumens  <clumens@redhat.com>

	* exception.py (dumpClass.keySkipList):  Don't dump language dicts.

2005-10-20  Paul Nasrat <pnasrat@redhat.com>

	* gui.py, text.py, yuminstall.py: Initial progress for depsolving

	* yuminstall.py: order transaction, transaction coloring

	* yuminstall.py: Speed improvements, progress bar

2005-10-20  Jeremy Katz  <katzj@redhat.com>

	* partitions.py (Partitions.sanityCheckAllRequests): Don't allow
	bootable partitions on xfs

2005-10-19  Chris Lumens  <clumens@redhat.com>

	* exception.py (copyExceptionToRemote, copyExceptionToFloppy,
	handleException):  Delete the interface in the proper place.
	* gui.py (ExceptionWindow, ScpWindow):  Add screen parameter to class
	so it matches text interface.
	* text.py (ExceptionWindow):  Move the exception handling screen into
	a class.
	(ScpWindow):  Add support for copying backtraces to a remote host in
	the text interface.

2005-10-18  Chris Lumens  <clumens@redhat.com>

	* exception.py (copyExceptionToRemote, copyExceptionToFloppy,
	handleException):  Break exception copying stuff out into its own
	functions so it's easier for handleException to run in a loop,
	therefore making the Cancel buttons do something other than reboot.
	* gui.py (ScpWindow):  Don't pop the busy cursor.
	(ExceptionWindow.run):  Add run method.
	(InstallInterface.exceptionWindow):  Return the ExceptionWindow
	instance.

2005-10-18  Paul Nasrat <pnasrat@redhat.com>

	* upgrade.py:  blacklist system-config-mouse

	* anaconda.spec: add yum dependencies

	* scripts/Makefile: install yumcache

	* scripts/yumcache: Create yum cache

2005-10-17  Chris Lumens  <clumens@redhat.com>

	* kickstart.py:  Import translation.

	* loader/selinux.c (loadpolicy):  Don't try to symlink again.

2005-10-14  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

2005-10-14  Chris Lumens  <clumens@redhat.com>

	* anaconda:  Call makeCharDeviceNodes.
	* iutil.py (makeCharDeviceNodes):  Add function to make character
	device nodes.
	* rescue.py (runRescue):  Call makeCharDeviceNodes.
	* isys/devnodes.c (devices):  Add /dev/input/event* nodes.

2005-10-13  Paul Nasrat  <pnasrat@redhat.com>

	* yuminstall.py: Fix typo

2005-10-12  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* dispatch.py: Remove unused import.  Pass intf to doPostAction

2005-10-12  Chris Lumens  <clumens@redhat.com>

	* scripts/upd-instroot:  Change location of modes data files.

2005-10-11  Jeremy Katz  <katzj@redhat.com>

	* floppy.py (hasFloppyDevice): Default return.

	* isys/devnodes.c: Make the ide drive device node creation cleaner.

2005-10-11  Chris Lumens  <clumens@redhat.com>

	* anaconda:  Move warnings redirection here from kickstart.py.
	* kickstart.py:  Likewise.

	* floppy.py (hasFloppyDevice):  Return a boolean instead of an int.
	* floppy.py (makeBootdisk):  Removed.
	* gui.py (ExceptionWindow.__init__):  Use hasFloppyDevice.
	* text.py (InstallInterface.exceptionWindow):  Likewise.

2005-10-11  Jeremy Katz  <katzj@redhat.com>

	* scripts/upd-instroot: Just remove test stuff (#170428)

	* iw/partition_gui.py (PartitionWindow.makeraidCB): Fix 
	traceback (#170189)

	* kickstart.py (Kickstart.postAction, Kickstart.preAction): Give
	visual indication of scriptlets running (#170017)

2005-10-10  Jeremy Katz  <katzj@redhat.com>

	* isys/imount.c: Actually assign the nfs mount opts to the right 
	variable

2005-10-10  Paul Nasrat <pnasrat@redhat.com>

	* yuminstall.py: Handle missing metadata

2005-10-10  Chris Lumens  <clumens@redhat.com>

	* anaconda.spec:  Bump version.

	* anaconda.spec:  Make rhpxl requirement conditional.
	* loader/loader2.c (main):  Add a newline.
	* scripts/upd-instroot:  Fix syntax error.

2005-10-07  Chris Lumens  <clumens@redhat.com>

	* anaconda.spec:  Bump version.

2005-10-07  Jeremy Katz  <katzj@redhat.com>

	* loader2/selinux.c (loadpolicy): load_policy changed how it
	works, let's try to keep it happy if we can instead of having to
	implement it ourselves.

	* scripts/upd-instroot (SELINUX): Create an selinux config.

2005-10-07  Chris Lumens  <clumens@redhat.com>

	* anaconda:  Use rhpxl instead of rhpl for X configuration.
	* installclass.py:  Likewise.
	* xsetup.py:  Likewise.
	* command-stubs/rescue-startx-stub:  Likewise.

	* anaconda.spec:  Add rhpxl dependancy.
	* scripts/upd-instroot:  Likewise.

	* ui/exn.glade:  Fix word wrap so the dialog doesn't grow too much.

2005-10-06  Chris Lumens  <clumens@redhat.com>

	* anaconda (setupPythonUpdates):  Add pykickstart.

	* kickstart.py (KSshowwarnings):  Override warnings.showwarning to
	ensure kickstart DeprecationWarnings get logged.

	* partedUtils.py (get_partition_file_system_type):  Reorder cases so
	we don't run into a surprise None (#170003).

2005-10-05  Chris Lumens  <clumens@redhat.com>

	* anaconda.spec:  Bump version.

2005-10-05  Chris Lumens  <clumens@redhat.com>

	* anaconda:  Reference pykickstart package.
	* kickstart.py:  Likewise.  Fixed up LVM and RAID partitioning typos.
	* kickstartData.py, kickstartParser.py:  Removed.
	* iw/network_gui.py (NetworkWindow.getNext):  Remove kickstart import.
	
	* anaconda.spec:  Pull in pykickstart package.
	* scripts/upd-instroot:  Likewise.  Pull in firstboot_module_window
	from the right place.

	* constants.py:  Pull in kickstart constants.

	* gui.py (InstallControlWindow.releaseNotesButtonClicked):  Display
	release notes instead of raising an exception.

2005-10-04  Chris Lumens  <clumens@redhat.com>

	* kickstart.py:  Switch to using new ksdata objects instead of lists
	of dictionaries which might contain certain keys, if we're lucky.
	* kickstartData.py:  Add objects for partition and network data.
	* kickstartParser.py:  Fix broken use of map action with callbacks
	instead.  Don't overwrite empty values in the ksdata with None at the
	end of each action.

2005-10-04  Jeremy Katz  <katzj@redhat.com>

	* kickstartParser.py (KickstartHandlers.doXConfig): Fix some defaults
	(KickstartHandlers.doXConfig): Revert, I'm backwards.

	* iw/autopart_type.py (PartitionTypeWindow.getNext): Skip
	bootloader screen if we're not reviewing/modifying 
	partitioning (#169817)

	* installclass.py (BaseInstallClass.setSteps): Make non-existent
	arch-specific step skipping permanent

	* iw/autopart_type.py (PartitionTypeWindow.getNext): Don't skip
	manual partitioning if we're doing custom partitions (#169001)
	(PartitionTypeWindow.comboChanged): Also make it obvious what's
	going on with custom partitioning + review checkbox 
	* ui/autopart.glade: Add callback.

	* textw/partition_text.py (PartitionTypeWindow.__call__): Properly
	shut down UI if custom partitioning selected.

2005-10-03  Jeremy Katz  <katzj@redhat.com>

	* anaconda (traceOnly): Add yuminstall to what we suck in (#169228)

2005-09-30  Chris Lumens  <clumens@redhat.com>

	* anaconda.spec:  Bump version.

	* kickstart.py:  Fix location and name of ks script in run method.
	Make state and script attributed of the AnacondaKSParser object in
	line with kickstartParser changes.  Skip group-selection.
	* kickstartData.py:  Move constants here from kickstartParser, kill
	__str__ method since we'll have kickstartWriter soon instead.
	* kickstartParser.py:  Make state and script attributes of
	KickstartParser.  Fix %post scripts to run correctly.  Fix includes of
	scripts.

2005-09-27  Chris Lumens  <clumens@redhat.com>

	* anaconda.spec:  Bump version.

	* kickstart.py:  Use AnacondaKSScript instead of Script class.
	Override KickstartParser.addScript so we have the run method.
	* kickstartData.py:  Reorganize.  Remove duplicate information.
	* kickstartParser.py:  Added a method to Script to print out the
	script in a form suitable for printing to a kickstart file.  Fix
	setattr on current ks command.  Prefix "ksdata" with "self." where it
	was missing.  Fix check for chroot script option.
	
2005-09-24  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

2005-09-23  Jeremy Katz  <katzj@redhat.com>

	* yuminstall.py (YumBackend.deselectGroup): Fix group deselection
	to not remove everything

	* loader2/urlinstall.c: Silly fix for constant.

	* loader2/loader.c: Don't load parallel port module. (#169135)
	* loader2/loader.h (LOADER_FLAGS_NOPARPORT): Remove unused flag.
	* loader2/hardware.c (initializeParallelPort): Remove unused code.
	* loader2/hardware.h (initializeParallelPort): Remove declaration.	

2005-09-22  Chris Lumens  <clumens@redhat.com>

	* exception.py: Added a button to the exception dialog for saving
	the detailed traceback to a remote host via scp.  Thanks to Will Woods
	<wwoods@redhat.com> for the python scp control.
	* gui.py:  Likewise.
	* ui/exn.py:  Likewise.
	* ui/scp.py:  Likewise.

2005-09-22  Jeremy Katz  <katzj@redhat.com>

	* yuminstall.py: Adjust for yum api changes (returnNewestBy*
	always returns a list)

2005-09-21  Paul Nasrat <pnasrat@redhat.com>
	
	* scripts/mk-images.ppc: Single ppc boot image (#166625)
	* scripts/upd-instroot: Likewise
	* bootdisk/ppc/ofboot.b: Likewise
	* bootdisk/ppc/yaboot.conf.3264: Likewise
	* bootdisk/ppc/yaboot.conf.in: Likewise

	* bootdisk/ppc/ofboot.b.auto: removed
	* bootdisk/ppc/yaboot.conf.mac: removed
	* bootdisk/ppc/yaboot.conf.mac64: removed
	* bootdisk/ppc/yaboot.conf.pseries: removed

2005-09-20  Jeremy Katz  <katzj@redhat.com>
	
	* anaconda.spec: Bump version.

	* iw/simple_pkgselect.py: Simple group selection UI...
	* textw/simple_pkgselect_text.py: And the same for text mode

	* yuminstall.py (YumBackend): Some hacks for simple group
	selection UI.

	* dispatch.py (installSteps): Add simple group selection step.
	* gui.py (stepToClass): Likewise.
	* text.py (stepToClasses): Likewise.
	* installclass.py (BaseInstallClass.setSteps): Likewise.

2005-09-20  Paul Nasrat  <pnasrat@redhat.com>

	* yuminstall.py: ftp/http installation support

	* installclass.py: fix import

2005-09-20  Chris Lumens  <clumens@redhat.com>

	* loader2/init.c (doklog):  Don't copy null characters into the log
	file.

	* ui/exn.glade:  Added a glade file for exception dialogs.
	* cmdline.py (InstallInterface.exceptionWindow):  Rename params to
	match other interfaces.
	* constants.py:  Remove exceptionTextNoFloppy, reword exceptionText.
	* exception.py (handleException):  Provide name of traceback file.
	* gui.py (ExceptionWindow):  Use glade for the UI and add the full
	exception dump to the bottom of the dialog.
	* text.py (InstallInterface.exceptionWindow):  Rename params to match
	other interfaces.  Don't use exceptionTextNoFloppy.

2005-09-19  Chris Lumens  <clumens@redhat.com>

	* kickstartData.py:  Add package header data.
	* kickstartParser.py (KickstartParser.handlePackageHdr):  Likewise.

2005-09-19  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* scripts/upd-instroot (KEEPFILE): Fix some globs for x86_64.

	* loader2/module-info: Add skge. (#168590)

	* gui.py (InstallControlState.__init__): Look in /tmp/updates for
	help (... if we bring it back) (#168155)
	* text.py (InstallInterface.helpWindow): Likewise.

	* yuminstall.py (YumBackend.doInstall): Fix silly typo

2005-09-16  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* kickstartParser.py (KickstartHandlers.doNetwork): By default, we
	want onboot for network devices.

	* yuminstall.py (AnacondaYum.setup): Do macro setup ourselves.
	(YumBackend.doInstall): Add macro magic to speed up installs.

	* anaconda (setupPythonUpdates): repomd too.

	* anaconda (instClass): If there's only one visible installclass,
	don't ask about them either

	* installclasses/custom.py: Hide old install class.
	* installclasses/personal_desktop.py: Likewise.
	* installclasses/server.py: Likewise.
	* installclasses/workstation.py: Likewise.
	* installclasses/fedora.py: Add new Fedora install class.

	* yuminstall.py (AnacondaYum.__init__): Little bit of clean-up,
	remove some unused code.
	(YumBackend.__init__): Create config file sooner. 
	(YumBackend.doPreSelection): Get base install class package
	selection working in the short-term.
	(YumBackend): Implement groupExists, selectGroup, selectPackage
	and deselectPackage.

	* kickstart.py (AnacondaKSParser.handleCommand): Fix traceback.
	(Kickstart.setPackageSelection): Implement basic package selection.
	(Kickstart.setGroupSelection): ... and group selection.

	* installclass.py (BaseInstallClass.setPackageSelection): Use backend.
	(BaseInstallClass.setGroupSelection): Likewise.

	* dispatch.py (installSteps): Some comments to move stuff around,
	re-instate post action step.

	* backend.py (AnacondaBackend): Take instpath argument.  Stub in
	functions for basic package/group selection.

	* anaconda: Pass rootPath into backend.

2005-09-16  Paul Nasrat <pnasrat@redhat.com>

	* anaconda: Start to enable other install methods
	* backend.py: Method string not object for now
	* yuminstall.py: AnacondaYumConf for other methods

2005-09-16  Jeremy Katz  <katzj@redhat.com>

	* scripts/upd-initrd: Make a little bit easier to use by
	auto-canonicalizing the paths.  

	* isys/imount.c (doPwMount): Fix segfault when NFS mounting with
	no options.

2005-09-15  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* isys/imount.c (doPwMount): Make arguments for doPwMount
	simpler.  Use a bitmask of flags and pass extra data like
	mount(2). Use flags for nfs and pass arguments onto nfsmount().
	Kill some dead code.
	* isys/imount.c (doPwMount): Update prototype, add constants.
	* isys/isys.c (doMount): Update for new API.
	* loader2/cdinstall.c: Likewise.
	* loader2/driverdisk.c: Likewise.
	* loader2/hdinstall.c: Likewise.
	* loader2/loader.c: Likewise.
	* loader2/method.c: Likewise.
	* loader2/nfsinstall.c: Likewise.
	* loader2/usb.c: Likewise.

2005-09-15  Bill Nottingham  <notting@redhat.com>

	* loader2/firewire.c: Handle 'NULL' in device->driver.
	* loader2/hardware.c: Likewise.
	* loader2/pcmcia.c: Likewise.
	* loader2/usb.c: Likewise.

2005-09-15  Jeremy Katz  <katzj@redhat.com>

	* scripts/mk-images.i386: No more --pcmcia.
	* scripts/mk-images.x86_64: Likewise.

2005-09-15  Chris Lumens  <clumens@redhat.com>

	* kickstart.py (Kickstart.setInstallData):  Run %pre scripts.

2005-09-14  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* gui.py (stepToClass): More dead stuff.
	* text.py (stepToClasses): Likewise.

2005-09-14  Paul Nasrat <pnasrat@redhat.com>

	* yuminstall.py (AnacondaYum.doPostInstall): set runlevel

2005-09-13  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* yuminstall.py (AnacondaYum.run): Fix install.log writing out
	some more.  We probably want to just have yum be passed a file
	which it then sets for the log file and the scriptFd eventually.

	* anaconda (setupPythonUpdates): Fix a thinko.

2005-09-13  Bill Nottingham  <notting@redhat.com>

	* loader2/hardware.c: Remove agpgartInitialize - agpgart is
	  built statically in 2.6 (and the probe code here won't work
	  now in any case...)
	* loader2/hardware.h: Likewise.
	* loader2/loader.c: Adjust accordingly.

        * loader2/pcmcia.c (getPcicController): Handle multiple
          PCIC types in one box.
        * loader2/pcmcia.c (startupPcmciaControllers): Add code to
          set resources for PCMCIA controllers, and enable them.
          (initializePcmciaController): Call it.
          (has_pcmcia, startPcmciaDevices, activate_device): Remove
          obsolete and ugly cruft.
        * loader2/pcmciatest.c: Remove obsolete file
        * loader2/hardware.c: Adjust for changes.
        * scripts/mk-images: Remove obsolete PCMCIA options
        * scripts/upd-instroot: Ship pcmciautils socket startup program.
          (mainly for debugging. It's tiny.)	
	
2005-09-13  Jeremy Katz  <katzj@redhat.com>

	* scripts/upd-instroot: latest doesn't exist anymore, nuke.
	* scripts/mk-images: Likewise.

	* anaconda (setupPythonUpdates): Generalize setupRhplUpdates to
	work with things other than just rhpl.  For now, use for rhpl,
	yum, urlgrabber and rpmUtils

	* security.py (Security.write): log formatting fixes.

	* instdata.py (InstallData.write): authconfig's flags changed.  *sigh*

	* iw/network_gui.py (NetworkWindow.getNext): Don't enforce
	selinux/firewall here.  Use the object defaults.
	* textw/network_text.py (NetworkGlobalWindow.__call__): Likewise.

	* firewall.py (Firewall.__init__): Default firewall to allow ssh.

2005-09-13  Chris Lumens  <clumens@redhat.com>

	* kickstart.py:  Fill in the blanks on kickstart commands without
	handlers.
	* kickstartData.py:  Likewise.
	* kickstartParser.py:  Likewise.

2005-09-13  Jeremy Katz  <katzj@redhat.com>

	* packages.py: Remove unused import (for file that doesn't exist)

2005-09-12  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* iw/release_notes_viewer_gui.py: Switch to using
	gtkhtml2 instead of htmlbuffer for more complete HTML support.

	* scripts/upd-instroot: Add gnome-python2-gtkhtml2 stuff

	* yuminstall.py (YumBackend.doPreSelection): Do a minimal install
	if we ask for it until we get real package selection going.
	(AnacondaYum.run): Get RPM logging going to the install log.

	* packages.py: Remove obsolete pcmcia code.  This is irrelevant in
	today's world.
	* pcmcia.py: Remove dead file.

	* iw/fdisk_gui.py: Remove dead code.
	* iw/fdasd_gui.py: Likewise.
	* textw/fdisk_text.py: Likewise.
	* textw/fdasd_text.py: Likewise.

	* partitioning.py (partitionMethodSetup): Remove dead step code.
	(partitionObjectsInitialize): Set protected parts here.
	* dispatch.py (installSteps): Likewise.

	* installclass.py (BaseInstallClass.setSteps): More dead step nuking.

	* iw/xconfig_gui.py: Remove dead code.
	* textw/xconfig_text.py: Likewise.
	* iw/bootdisk_gui.py: Likewise.
	* iw/bootdisk_text.py: Likewise.

2005-09-12  Chris Lumens  <clumens@redhat.com>

	* anaconda:  Move special PPC display stuff into rhpl functions.

	* kickstart.py  (AnacondaKSParser.doLangSupport):  Added to fix
	traceback.

	* kickstartData.py  (KickstartData.__init__):  Add more settings.
	* kickstartParser.py  (KickstartHandlers):  Likewise.

	* docs/kickstart-docs.txt:  Describe xconfig changes.

2005-09-12  Jeremy Katz  <katzj@redhat.com>

	* installclass.py (BaseInstallClass.setSteps): Nuke some dead steps.
	* dispatch.py (installSteps): Likewise.
	* gui.py (stepToClass): Likewise.
	* text.py (stepToClass): Likewise.

	* backend.py: Some imports...

	* packages.py (writeXConfiguration): Fix writeout of X server for
	new X backend code.

	* yuminstall.py (YumBackend.doPostInstall): Fix typo

	* dispatch.py (installSteps): Don't comment out findinstall.
	* installclass.py (showUpgrade): really disable upgrades for now

2005-09-12  Paul Nasrat <pnasrat@redhat.com>

	* utils/genhdlist.c: un-neuter for multilib composes

2005-09-09  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* scripts/upd-instroot: Add videodrivers file so X will startup

2005-09-09  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version, fix rhpl requires.

2005-09-09  Bill Nottingham  <notting@redhat.com>

	* loader2/driverdisk.c, loader2/loader.c: Pass in the right
	  filename to pciReadDrivers()
	  
        * scripts/mk-images: Fix tyop.
	
	* scripts/mk-images: Ship videodrivers in first stage too.

2005-09-09  Paul Nasrat <pnasrat@redhat.com>
	
	* backend.py, yuminstall.py: start post install work

2005-09-09  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* scripts/mk-images (XDRIVERS): Fix tyop.

2005-09-09  Chris Lumens  <clumens@redhat.com>

	* anaconda.spec:  Bump version.
	* anaconda:  Make sure we have /dev/tty3 before trying to write to it.

2005-09-09  Bill Nottingham  <notting@redhat.com>

	* anaconda.spec: Bump version, tweak requirements
	* installclass.py (setVideoCard, configureX): Adapt to new rhpl
	  X setup code
	* kickstart.py (doXConfig): Likewise
	* kickstartData.py (__init__): Likewise
	* kickstartParser.py (doXConfig): Likewise
	* packages.py (writeXConfiguration): Likewise
	* xsetup.py (getArgList): Likewise
	* scripts/mk-images: Remove modules.pcimap, modules.usbmap,
	  pcitable, from images, and associated trimmer scripts from
	  files used. Add modules.alias, videoaliases. Trim modules.alias
	  using trimmodalias.
	* scripts/upd-instroot: Don't keep Cards, but keep videoaliases.
	  Don't run checkcards.py
	* utils/trimmodalias:  New script, trim modules.alias file to
	  match modules in the first/second stage
	* utils/trimpciids:  Trim pci.ids based on modules.alias and
	  videoaliases, not pcitable and modules.pcimap
	* utils/checkcards.py:  Remove now obsolete script
	* utils/trimmodmap:  Likewise
	* utils/trimpcitable:  Likewise
	* utils/trimusbmap:  Likewise
	* utils/Makefile: Adjust for changed/removed files

2005-09-08  Paul Nasrat <pnasrat@redhat.com>

	* scripts/pkgorder: Neuter pkgorder

	* utils/genhdlist.c: neuter genhdlist

2005-09-08  Jeremy Katz  <katzj@redhat.com>

	* gui.py: No help, let's see how it goes...

2005-09-08  Bill Nottingham  <notting@redhat.com>

	* scripts/mk-dd: Remove obsolete script

2005-09-08  Chris Lumens  <clumens@redhat.com>

	* anaconda:  Catch all kickstart exceptions.  Pass the interface to
	the install class.
	* kickstart.py:  Straighten up exception throwing.  Add graphical
	exception dialog back.  Move KickstartPreParser here from
	kickstartParser.py since it's anaconda specific.
	* kickstartParser.py:  Don't copy certain attrs into the ksdata if
	they are None, as these will override our defaults.  Clean up
	exception handling.  Remove KickstartPreParser.

2005-09-07  Chris Lumens <clumens@redhat.com>

	* scripts/pythondeps:  Make sure there's a /tmp for logging.

2005-09-07  Paul Nasrat <pnasrat@redhat.com>

	* anaconda.spec: Bump version

2005-09-07  Chris Lumens  <clumens@redhat.com>

	* kickstart.py:  Modify skipSteps.  Set partition mount points to None
	where needed.
	* kickstartParser.py (KSOptionParser.error):  Fix typo.
	* partIntfHelpers.py (sanityCheckMountPoint):  Make error message
	useful.

2005-09-06  Chris Lumens  <clumens@redhat.com>

	* anaconda:  Start using new kickstart code.
	* kickstart.py:  Likewise.
	* kickstartParser.py:  Runtime fixes.  Don't catch exceptions in
	handleCommand so they propagate up somewhere useful.

2005-09-06  Paul Nasrat  <pnasrat@redhat.com>

	* yuminstall.py: Fix selinux file_context handling

2005-09-01  Paul Nasrat  <pnasrat@redhat.com>

	* anaconda.spec: Bump version

	* anaconda, backend.py, dispatch.py, yuminstall.py whiteout.py:
	Make installs complete and correctly sort

2005-09-01  Chris Lumens  <clumens@redhat.com>

	* kickstartData.py:  Add more settings and defaults and a __str__
	method.
	* kickstartParser.py:  Add ability to mark arguments as required.
	Added partitioning handlers.

2005-08-31  Chris Lumens  <clumens@redhat.com>

	* kickstartData.py:  Add more settings and defaults.
	* kickstartParser.py:  Add processing for more commands.  Set values
	in data store from handlers.  Minor bug fixes.

2005-08-30  Chris Lumens  <clumens@redhat.com>

	* kickstartData.py, kickstartParser.py:  Added beginnings of unified
	kickstart parser and data store, though they're not hooked in yet.

2005-08-30  Jeremy Katz  <katzj@redhat.com>

	* exception.py (dumpClass): Stop spamming dumps with the release notes

	* loader2/module-info: Add qla2100 (#167065)

2005-08-30  Paul Nasrat <pnasrat@redhat.com>

	* anaconda, backend.py, dispatch.py, yuminstall.py:
	dispatch and yum backend integration

2005-08-29  Chris Lumens  <clumens@redhat.com>

	* installclass.py (BaseInstallClass.setAuthentication):  Simplified to
	store authconfig data as a string to be passed to authconfig without
	mangling.
	* kickstart.py (Kickstart.doAuthconfig):  Likewise.
	* instdata.py (InstallData.write, InstallData.writeKS):  Likewise.

	* dispatch.py (installSteps):  Removed authentication step.
	* gui.py (stepToClass):  Likewise.
	* text.py (stepToClasses):  Likewise.
	* installclasses/personal_desktop.py:  Likewise.
	* installclasses/server.py:  Likewise.

	* packages.py (handleMiscPackages):  Check string instead of instdata
	values.
	* users.py (Authentication):  Removed.
	* iw/auth_gui.py:  Removed.
	* textw/userauth_text.py (UsersWindow, AuthConfigWindow):  Removed.

2005-08-29  Jeremy Katz  <katzj@redhat.com>

	* anaconda: Don't translate temporary text.  Also, don't warn me
	in test mode, I get it.

	* iw/autopart_type.py (PartitionTypeWindow.getScreen): Fix a
	traceback from clumens

2005-08-26  Jeremy Katz  <katzj@redhat.com>

	* dispatch.py (installSteps): Add new autopart type step, remove
	some obsolete stuff (fdisk, fdasd)
	* gui.py (stepToClass): Add new step.
	(getGladeWidget): Add helper function for glade screens.
	* text.py (stepToClasses): Add new step.
	* installclass.py (BaseInstallClass.setSteps): Add new step.
	* iw/autopart_type.py: Add first pass at new autopartitioning
	screen.  Still want to make the shown options more dynamic based
	on what your system initially looks like.
	* textw/partition_text.py: Add new autopartitioning screen.
	* ui/autopart.glade: Add glade file for new autopartitioning screen.

2005-08-25  Jeremy Katz  <katzj@redhat.com>

	* network.py (NetworkDevice.__init__): Don't set some types that
	aren't really relevant (#136188, #157193)

2005-08-24  Matt Wilson  <msw@rpath.com>

	* loader2/loader.c: Disable selinux if mounting /selinux fails.

2005-08-23  Jeremy Katz  <katzj@redhat.com>

	* isys/isys.c: We don't use /dev/ptyp* anymore, so our pty major
	is different.  Check for the range to fix getting a shell with
	telnet installs (#165437)

2005-08-19  Paul Nasrat <pnasrat@redhat.com>

	* anaconda.spec: Bump version

	* packages.py: remove rpmErrorClass

	* packages.py: remove sortPackages

	* packages.py: Extract InstallCallback

	* packages.py: remove now uncalled anacondaTS

	* anaconda: fixup temporary warnings

	* anaconda: warn for nfs installs

	* anaconda, dispatch.py, packages.py: break all but nfs installs

	* dispatch.py, packages.py: Extract checkDependencies

	* dispatch.py, packages.py: Extract readPackages

	* packages.py: remove unused function

	* harddrive.py, image.py, installmethod.py, urlinstall.py:
	Simplify findBestFileMatch

	* harddrive.py, image.py, installmethod.py, urlinstall.py:
	Remove legacy comps reading

2005-08-18  Chris Lumens  <clumens@redhat.com>

	* anaconda.spec:  Bump version.

2005-08-17  Jeremy Katz  <katzj@redhat.com>

	* loader2/net.c: Add support for ksdevice=bootif with patch from
	Alex Kiernan (alex.kiernan@gmail.com).  This plus "IPAPPEND 2" in
	your pxelinux config will set your install device to the one you
	pxebooted from.  (#166135)
	* loader2/loader.h: Likewise.
	* loader2/loader.c: Likewise.
	* docs/command-line.txt: Document it!

2005-08-17  Chris Lumens  <clumens@redhat.com>

	* kickstart.py (Kickstart.doMouse):  Don't silently fail anymore.
	* docs/kickstart-docs.txt:  Document change.

2005-08-16  Jeremy Katz  <katzj@redhat.com>

	* scripts/upd-instroot (KEEPFILE): Fix paths to some python stuff
	for lib64 systems

2005-08-16  Chris Lumens  <clumens@redhat.com>

	* anaconda:  Init tty3 logger in the right place to fix scripts.
	* anaconda_log.py (AnacondaLog.__init__):  Likewise.

	* iutil.py (getPPCMachine):  Add support for Pegasos machine
	(dwmw2, #166013).
	* partedUtils.py (getDefaultDiskType):  Likewise.

	* tree.py:  Remove unused code.

	* loader2/kickstart.c (ksReadCommands):  Correctly detect when we're
	in a ks file section (dlehman, #165865).

	* scripts/upd-instroot:  Switch to Sazanami Japanese font (#166045).

2005-08-16  Jeremy Katz  <katzj@redhat.com>

	* iw/installpath_gui.py: Remove unused vars (msw@rpath.com)

	* autopart.py (autoCreatePartitionRequests): Fix for autopart with
	not lvm (msw@rpath.com)

2005-08-15  Chris Lumens  <clumens@redhat.com>

	* anaconda.spec:  Bump version.

2005-08-15  Jeremy Katz  <katzj@redhat.com>

	* kickstart.py (Kickstart.readKickstart): Remove obsolete and dead
	--ignoredeps stuff (#165224).
	* instdata.py (InstallData.writePackagesKS): Likewise.
	* packages.py (checkDependencies): Likewise.
	* docs/kickstart-docs.txt: Likewise.

2005-08-15  Chris Lumens  <clumens@redhat.com>

	* anaconda:  Accept loglevel= and syslog= command line options.
	Establish connection to remote syslog process if needed.
	* anaconda_log.py (AnacondaLog.__init__):  Keep a log on tty3.
	* anaconda_log.py (AnacondaLog.addSysLogHandler):  Use argument for
	which logger to add handler to.
	* docs/command-line.txt:  Explain new options.
	* loader2/loader.c:  Accept loglevel= and syslog= command line options.
	* loader2/loader.h:  Add logLevel to loaderData.
	* loader2/log.c:  Use macro for level.

2005-08-15  Paul Nasrat <pnasrat@redhat.com>

	* textw/network_text.py: 165934 typo

2005-08-12  Chris Lumens  <clumens@redhat.com>

	* bootloader.py, desktop.py, exception.py, firewall.py, floppy.py,
	fsset.py, harddrive.py, hdrlist.py, image.py, installclass.py,
	installmethod.py, iutil.py, network.py, partRequests.py,
	partedUtils.py, partitioning.py, partitions.py, pcmcia.py, raid.py,
	rescue.py, security.py, syslogd.py, text.py, timezone.py, upgrade.py,
	urlinstall.py, users.py, vnc.py, whiteout.py, yuminstall.py, zfcp.py,
	iw/lvm_dialog_gui.py, iw/package_gui.py, iw/partition_gui.py,
	iw/progress_gui.py, iw/upgrade_migratefs_gui.py,
	iw/upgrade_swap_gui.py, iw/xconfig_gui.py, textw/bootloader_text.py,
	textw/keyboard_text.py, textw/language_text.py, textw/network_text.py,
	textw/packages_text.py, textw/partition_text.py,
	textw/progress_text.py, textw/upgrade_text.py, textw/zfcp_text.py:
	Use new logging system.
	* loader2/log.c (logMessage):  Don't write to the same file twice.

	* loader2/log.c (logMessage), loader2/log.h:  Support the same sort of
	logging levels and output style as we do in the python portion of the
	installer.
	* loader2/cdinstall.c, loader2/driverdisk.c, loader2/driverselect.c,
	loader2/firewire.c, loader2/getparts.c, loader2/hardware.c,
	loader2/hdinstall.c, loader2/kbd.c, loader2/kickstart.c,
	loader2/lang.c, loader2/loader.c, loader2/loadermisc.c,
	loader2/mediacheck.c, loader2/method.c, loader2/modstubs.c,
	loader2/modules.c, loader2/net.c, loader2/nfsinstall.c,
	loader2/pcmcia.c, loader2/selinux.c, loader2/telnet.c,
	loader2/telnetd.c, loader2/urlinstall.c, loader2/urls.c,
	loader2/usb.c:  Use new logging level support.

2005-08-11  Chris Lumens  <clumens@redhat.com>

	* anaconda:  Use new logging system.
	* anaconda_log.py:  Reimplemented using python's logging class, which
	gets us log levels and the ability to write the logs to all sorts of
	places.  Files that have not been converted from rhpl.log will
	currently log to tty1.  Currently defaulting to verbose.
	* autopart.py:  Use a separate logger for LVM debugging.
	* language.py:  No logging here.

	* cmdline.py, dispatch.py, gui.py, hdrlist.py, kickstart.py, lvm.py,
	packages.py, text.py, isys/isys.py, scripts/pkgorder:  Converted to
	new logging system.

2005-08-10  Jeremy Katz  <katzj@redhat.com>

	* isomd5sum/libcheckisomd5.c: Fix buffer overrun (from Dustin
	Kirkland <dustin.kirkland@us.ibm.com>

2005-08-03  Bill Nottingham  <notting@redhat.com>

	* ui/Makefile: fix make clean

2005-08-01  Jeremy Katz  <katzj@redhat.com>

	* loader2/module-info: Add mptspi and mptfc for new driver split

2005-07-29  Jeremy Katz  <katzj@redhat.com>

	* loader2/driverdisk.c (loadDriverFromMedia): Apply patch from 
	Akinobu Mita <mita@miraclelinux.com> to fix dd off of sda1:/dd.img

2005-07-26  Jeremy Katz  <katzj@redhat.com>

	* gui-tags.txt: Remove unused file.

	* scripts/makestamp.py (opts): Fix from dgregor for passing
	timestamp in (#163875)

2005-07-21  Chris Lumens  <clumens@redhat.com>

	* anaconda.spec:  Bump version.

	* dispatch.py (installSteps):  Remove firewall step.
	* gui.py (stepToClass):  Likewise.
	* kickstart.py (Kickstart.setSteps):  Likewise.
	* text.py (stepToClasses):  Likewise.
	* firewall.py:  Remove Service class.
	* installclass.py (BaseInstallClass.setFirewall):  Interactive
	kickstart installs can no longer see a firewall config screen, so
	simplify this method.
	* iw/network_gui.py (NetworkWindow.getNext):  Initialize firewall and
	SELinux.
	* textw/network_text.py (NetworkGlobalWindow.__call__):  Likewise.
	* iw/firewall_gui.py:  Removed.
	* textw/firewall_text.py:  Likewise.

2005-07-21  Bill Nottingham <notting@redhat.com>

	* network.py: Use the right enum. Not that it makes
	  much difference here.

2005-07-20  Paul Nasrat <pnasrat@redhat.com>

	* anaconda.spec:  Bump version.

	* dispatch.py: Work in yum for testing

	* installclass.py: Work in yum for testing

	* scripts/mk-images.ppc: sungem_phy

2005-07-15  Paul Nasrat <pnasrat@redhat.com>

	* fsset.py: Fix for writing boot flag to first part #157245

2005-07-13  Chris Lumens  <clumens@redhat.com>

	* anaconda.spec:  Bump version.
	* installclass.py (BaseInstallClass.setNetwork):  Use list of all
	network devices so the firstdev is properly excluded and multiple NICs
	works in kickstart (#158556).
	* network.py (Network.__init__):  Set firstnetdevice from
	/tmp/netinfo as part of above.

2005-07-11  Paul Nasrat <pnasrat@redhat.com>

	* kickstart.py: name.arch fix from Florian

2005-07-08  Paul Nasrat <pnasrat@redhat.com>

	* yuminstall.py: Solve dependencies and pull files from right place

2005-07-08  Jeremy Katz  <katzj@redhat.com>

	* partitions.py (Partitions.getBootableRequest): Nuke some dead code.

	* scripts/mk-images.ia64 (image): Bump ia64 boot.img size (#162801)

	* autopart.py (doAutoPartition): Fix from lxo for 
	clearpart --none (#162445)

	* scripts/upd-instroot (KEEPFILERESCUE): Add rsync (#162292)

2005-07-07  Chris Lumens  <clumens@redhat.com>

	* iw/progress_gui.py (InstallProgressWindow_NEW.getScreen):  Work
	around pygtk progress table bug.

2005-07-07  Paul Nasrat <pnasrat@redhat.com>

	* anaconda.spec:  Bump version.

2005-07-06  Jeremy Katz  <katzj@redhat.com>

	* packages.py (handleMiscPackages): Select kernel-devel if we
	install kernel and gcc even if we installed kernel-smp also (#160533)

2005-07-01  Jeremy Katz  <katzj@redhat.com>

	* scripts/mk-images: Fixups for ia64 images from prarit (#162072)
	* scripts/mk-images.ia64: Likewise.

2005-06-30  Paul Nasrat <pnasrat@redhat.com>

	* scripts/upd-instroot: add rpmUtils
	* scripts/upd-instroot: Include yum libraries in stage2
	* yuminstall.py: Initial stubbing for yum back end

2005-06-30  Chris Lumens  <clumens@redhat.com>

	* gzread.py:  Removed.

2005-06-29  Chris Lumens  <clumens@redhat.com>

	* anaconda.spec:  Bump version.

2005-06-28  Chris Lumens  <clumens@redhat.com>

	* exception.py (dumpClass.keySkipList):  Remove references to
	langsupport.
	* packages.py (selectLanguageSupportGroups):  Likewise.
	* iw/language_gui.py (LanguageWindow.getNext):  Likewise.
	* textw/language_text.py (LanguageWindow.__call__):  Likewise.
	* installclass.py (BaseInstallClass.setLanguageSupport):  Removed.
	* kickstart.py (Kickstart.doLangSupport):  Removed langsupport keyword.
	* language.py (Language):  Remove langsupport and langInfoByName
	lists; and getSupported, getAllSupported, and setSupported methods.

	* docs/kickstart-docs.txt:  Mark langsupport as deprecated and explain
	what to do instead.  Also clarify the purpose of the lang keyword.

	* Makefile:  Remove locale-list.
	* scripts/genlocalelist.py:  Likewise.
	* scripts/upd-instroot (KEEPFILE):  Likewise.

2005-06-27  Chris Lumens  <clumens@redhat.com>

	* fsset.py:  Add a clobberDevice method used for obliterating
	identifying information and call it before formatting.
	* isys/isys.c (doClobberExt2):  Add function to clobber ext2
	filesystems.
	* isys/isys.py (ext2Clobber):  Glue.

2005-06-24  Chris Lumens  <clumens@redhat.com>

	* scripts/upd-instroot (KEEPFILEGR):  libpixman is required for cairo
	(#161556).

2005-06-23  Chris Lumens  <clumens@redhat.com>

	* isys/isys.py (oldSwapLabelMunge):  Remove method in addition to
	calls.

2005-06-22  Jeremy Katz  <katzj@redhat.com>

	* isys/isys.py (oldSwapLabelMunge): Nuke it.

	* scripts/upd-instroot (KEEPFILEGR): Add cairo for new pango/gtk

2005-06-21  Chris Lumens  <clumens@redhat.com>

	* fsset.py (AutoFileSystem):  Add mount and umount methods so entries
	in /etc/fstab marked as "auto" can still be mounted on upgrade
	(#160986).
	* language.py (Language.setDefault):  Canonicalize default language
	(#160923).
	* upgrade.py:  Remove the comment that's no longer correct.

2005-06-20  Bill Nottingham  <notting@redhat.com>

	* anaconda.spec: Bump version

	* utils/genhdlist.c: Reliance on undefined behavior is fun!
	
2005-06-17  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

2005-06-17  Chris Lumens  <clumens@redhat.com>

	* gui.py (InstallControlWindow.loadReleaseNotes):  Some FTP servers
	cause urllib to give us back an empty file for files that don't exist,
	rather than an exception  (#160262).

2005-06-16  Chris Lumens  <clumens@redhat.com>

	* isys/eddsupport.c (readDiskSig):  Close file descriptor leak
	relating to reading the partition table (Jon Burgess, #160693).

2005-06-16  Paul Nasrat <pnasrat@redhat.com>

	* anaconda: Fix typo breaking pseries console support (#160573)

2005-06-15  Chris Lumens  <clumens@redhat.com>

	* kickstart.py (Kickstart.setPackageSelection,
	Kickstart.setGroupSelection):  Allow ignoring packages without having
	to specify architecture (#160209).

	* scripts/upd-instroot:  Add gpart to the i386 rescue image (#55532).
	
2005-06-13  Jeremy Katz  <katzj@redhat.com>

	* anaconda: Start the warnings for mixed tabs/spaces.
	Or not.  Far too many changes needed.

	* Makefile Makefile.inc mini-wm.c xmouse.c xutils.c isys/Makefile
	isys/isys.c isys/lang.c isys/smp.c isys/uncpio.c
	isys/gzlib/Makefile isys/gzlib/inflate.c loader2/Makefile
	loader2/driverdisk.c loader2/driverselect.c loader2/hdinstall.c
	loader2/init.c loader2/kickstart.c loader2/loader.c
	loader2/loadermisc.c loader2/moduleinfo.h loader2/modules.c
	loader2/net.c loader2/nfsinstall.c loader2/telnet.c
	loader2/undomounts.c loader2/urlinstall.c utils/Makefile
	utils/genhdlist.c utils/mapshdr.c utils/snarffont.c: Define cflags
	in one place (Makefile.inc) and use a consistent set
	everywhere. Fix up some of the compile warnings this uncovered.
	Also fix a few more things that -Wextra turned up. 

2005-06-07  Jeremy Katz  <katzj@redhat.com>

	* isys/lang.c (bterm_main): Use the full font first (#159505)

	* partitions.py (Partitions.writeKS): And use the quoted format so
	we get it everywhere (#159193)

	* fsset.py (FileSystemType.getName): Pass back quoted fsname if needed.

	* packages.py (rpmErrorClass.install_callback): Don't segfault
	before removes, should fix upgrades.

2005-06-01  Chris Lumens  <clumens@redhat.com>

	* packages.py (doInstall):  Fixed grammar problem (#159044).
	* iw/congrats_gui.py (CongratulationWindow.getScreen):  Simplify text
	(#156408).
	* textw/complete_text.py (FinishedWindow.__call__):  Likewise.
	* po/:  update-po.

2005-05-31  Chris Lumens  <clumens@redhat.com>

	* fsset.py (RAIDDevice.mdadmLine):  Revert to super-major behavior for
	volumes that aren't activated either (#159079, #159182).

2005-05-25  Chris Lumens  <clumens@redhat.com>

	* iw/lvm_dialog_gui.py:  Use sizes of PV requests instead of
	preexisting PVs on volume group editor screen (#158696).

2005-05-24  Peter Jones  <pjones@redhat.com>

	* autopart.py (doAutoPartition):  Don't consider drives without
	free space as candidates on which to put partitions.

2005-05-24  Chris Lumens  <clumens@redhat.com>

	* packages.py:  Automatically select any conditional packages that
	are required by currently selected groups.  This step used to be only
	needed for parts of language support, but is now needed more widely
	(#154572, #158389).
	* dispatch.py (installSteps):  Likewise.
	* installclass.py (BaseInstallClass.setSteps):  Likewise.
	* upgradeclass.py (BaseInstallClass.setSteps):  Likewise.

2005-05-23  Jeremy Katz  <katzj@redhat.com>

	* partedUtils.py (DiskSet.getLabels): Look for labels on all
	fstypes.  

	* loader2/modules.c (loadModule): usb-storage has reached new
	levels of awful and now doesn't enumerate the devices with
	anything approaching a reasonable speed.  Add a sleep to wait for
	some devices to show up

	* isys/isys.py (oldSwapLabelMunge): Munge old swap label format to
	the new version.  Elliot's first pass wasn't accepted upstream so
	we need to try to do some conversion.  We should probably nuke
	this code for FC5 or FC6.

	* bootloader.py (writeBootloader): Only update the default if
	we're setting the default to linux (#156678)

	* hdrlist.py (DependencyChecker.callback): Make the comments a
	little clearer

	* upgrade.py (upgradeFindPackages): Ensure we don't leave deps
	stranded that we could have solved (#157754)

	* iw/progress_gui.py (InstallProgressWindow_NEW.setPackage): Limit
	the length of the package installing string to try to avoid
	jumping (#157583)

	* autopart.py (partlist.getFreeSpace): Fix problem Chris and Paul
	saw on Friday where manual partition growing would stop at the
	size of the partition.  When imposing a max size based on the free
	sectors available, it should remember how big the part originally was.

	* kickstart.py (Kickstart.setGroupSelection): Allow excluding
	packages based on arch (Dave Lehman, #158370)

	* loader2/net.c: Don't spew an error if you don't set the wepkey
	or essid (#158223)

	* loader2/module-info: Add megaraid (#157420).  Go through the
	kernel and add other new drivers that I noticed.

2005-05-23  Chris Lumens  <clumens@redhat.com>

	* isys/isys.c:  Left pad UUID chunks with zeros to eight places.

2005-05-20  Paul Nasrat <pnasrat@redhat.com>

	* scripts/upd-instroot: PACKAGESGR for synaptics

2005-05-19  Jeremy Katz  <katzj@redhat.com>

	* loader2/telnetd.c: Switch to using ptys via devpts instead of
	hard-coded ptyp* (#124248)

2005-05-19  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* fsset.py (prepbootFileSystem.__init__): PReP partitions should
	be marked bootable, from Dustin Kirkland.

	* raid.py (availRaidLevels): Allow ppc to have a RAID /boot, from
	Dustin Kirkland.

	* partitions.py (Partitions.getBootableRequest): Split
	PMac/pSeries handling to be different.  pSeries can do bootable
	PReP.  Patch from Dustin Kirkland <dustin.kirkland@us.ibm.com>

	* exception.py (handleException): Just exit on the bdbQuit exception.

	* textw/bootloader_text.py (BootloaderImagesWindow.__call__):
	Support deletion of images in text mode (#125358).  After FC4 goes
	out, we'll want to uncomment the new help line.

2005-05-19  Chris Lumens  <clumens@redhat.com>

	* fsset.py (RAIDDevice.mdadmLine):  Use the UUID instead of the
	super-minor, unless the UUID is somehow not available (#136051).
	* isys/isys.c:  Converted to using kernel MD headers instead of our
	own internal copies.  Return the RAID's UUID from the superblock as
	well.
	* isys/md-int.h:  Don't need this anymore.

2005-05-19  Jeremy Katz  <katzj@redhat.com>

	* loader2/urlinstall.c (loadUrlImages): Use the constant, bumped
	to 192M to try to avoid OOM situations (#157274)

	* loader2/loader.h (GUI_STAGE2_RAM): Add constant for when to do a
	graphical install with stage2.img loaded into RAM.

2005-05-19  Paul Nasrat <pnasrat@redhat.com>

	* scripts/mk-images.ppc, bootdisk/ppc/ofboot.b.auto:
	magic boot for macs

	* scripts/upd-instroot: Include synaptics for x configuration

2005-05-18  Jeremy Katz  <katzj@redhat.com>

	* iw/network_gui.py (NetworkWindow.getNext): Don't depend on 
	class as closely (#158134)

2005-05-17  Bill Nottingham <notting@redhat.com>

	* loader2/method.c: The arch could be up to 65 character;
	a little more storage won't hurt.

2005-05-17  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

2005-05-17  Bill Nottingham  <notting@redhat.com>

	* scripts/mk-images: Add arch to buildstamp...
	
	* loader2/method.c: ... and check it. (#151927)

2005-05-17  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

2005-05-17  Peter Jones  <pjones@redhat.com>

	* loader2/selinux.h: switch from system_u:object_r:anaconda_t to
	system_u:system_r:anaconda_t .

2005-05-16  Jeremy Katz  <katzj@redhat.com>

	* scripts/upd-instroot: Keep email python stuff (#157709)

2005-05-16  Chris Lumens  <clumens@redhat.com>

	* scripts/splittree.py (Timber.createSplitDirs):  Handle traversing
	directories on a symlink (David Kuestler, #157722).
	* scripts/splittree.py (Timber.getSize):  Fix typo, integer overflow
	(David Kuestler, #157721).
	* scripts/splittree.py (usage):  Change example arguments to match
	current number of discs (David Kuestler, #157723).

2005-05-12  Paul Nasrat <pnasrat@redhat.com>

	* upgrade.py: (name, arch) tuples for blacklist
	Add x86_64 perl.i386 to blacklist (#156658)

2005-05-11  Chris Lumens  <clumens@redhat.com>

	* isys/isys.py (compareDrives):  Make drive sorting smarter.

2005-05-10  Jeremy Katz  <katzj@redhat.com>

	* kickstart.py: Remove %installclass support.  It's
	been in the code for five years.  And it's been broken the entire
	time. (#149690)

2005-05-10  Paul Nasrat <pnasrat@redhat.com>

	* kickstart.py: fix thinko

2005-05-06  Chris Lumens  <clumens@redhat.com>

	* autopart.py (doAutoPartition):  Also remove bogus preexisting RAID
	information when doing kickstart installs (#88359).

2005-05-06  Jeremy Katz  <katzj@redhat.com>

	* scripts/upd-instroot: Pretend we have nano too.

2005-05-05  Jeremy Katz  <katzj@redhat.com>

	* loader2/cdinstall.c: Don't load stage2.img into RAM if they boot
	with 'text' (#155398)

2005-05-05  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* scripts/pkgorder: This used EverythingExclude.

2005-05-05  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

2005-05-05  Paul Nasrat <pnasrat@redhat.com>

	* loader2/loader.c: fix typo

2005-05-05  Jeremy Katz  <katzj@redhat.com>

	* scripts/upd-instroot (KEEPFILE): Pull in more selinux policy
	files for dwalsh

2005-05-04  Jeremy Katz  <katzj@redhat.com>
	
	* fsset.py (HfsPlusFileSystem.__init__): Add hfs+ support.

	* autopart.py (growParts): Don't try to grow a partition beyond 
	the size of the largest free space.  Fixes pathological problem 
	hit when installing a dual boot with MacOS X. 

	* hdrlist.py (EverythingExclude): Add the gfs kernel module
	packages to the everything exclude list too... we need to do this
	better :-/ (#156849)

2005-05-04  Chris Lumens  <clumens@redhat.com>

	* packages.py (selectLanguageSupportGroups):  Unselect the language
	support group if no languages besides en_US are supported.

2005-05-03  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

2005-05-03  Chris Lumens  <clumens@redhat.com>

	* autopart.py (doAutoPartition):  Remove bogus preexisting LVM
	information when doing kickstart installs with --onpart for everything
	(#156283, possibly others).
	* partRequests.py (LogicalVolumeRequestSpec.__str__):  Allow the
	resulting string to be put into a call to rhpl.log.

2005-05-03  Bill Nottingham  <notting@redhat.com>

	* loader2/init.c: always reset terminal attributes on ppc (#156411)

2005-05-03  Jeremy Katz  <katzj@redhat.com>

	* anaconda: More pmac X hacking -- look at what the fb is running
	at and use that as the resolution to try.

2005-05-02  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* iw/progress_gui.py (InstallProgressWindow_NEW.setPackage):
	Slightly shorter strings.

	* anaconda: If the monitor doesn't support 800x600, try 1024x768;
	helps with G3 iMac.  Use the same xconfig for post-install as
	during install.  Allow booting with "usefbx" to go back to old
	fbdev X behavior on ppc. (#149188)
	* loader2/loader.c (parseCmdLineFlags): Add usefbx

2005-05-02  Chris Lumens  <clumens@redhat.com>

	* image.py  (NfsIsoInstallMethod.__init__):  Fix parameter passing so
	mounted ISO image installs work again, too.
	* packages.py  (selectLanguageSupportGroups):  Select language support
	package for install-time language.

2005-04-29  Jeremy Katz  <katzj@redhat.com>

	* packages.py (InstallCallback.cb): Switch these back.  Otherwise,
	things are wrong in GUI.  Text mode is just not going to be quite
	right with the text.

	* image.py (CdromInstallMethod.getRPMFilename): Beep when asking
	to insert the CD, not after... 

2005-04-28  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* scripts/upd-instroot (LC_ALL): Don't do the locale trimming in
	an attempt to fix Chinese.
	(KEEPFILEGR): Add bluecurve icons back since we should be 
	using them now.

2005-04-28  Chris Lumens  <clumens@redhat.com>

	* fsset.py (readFstab):  Don't skip bind mounts with an fstype of none
	on upgrades (#151458).

	* harddrive.py (HardDriveInstallMethod.__init__):  Fix parameter
	passing so ISO image installs work again.

2005-04-28  Peter Jones  <pjones@redhat.com>:
	
	* mediacheck.h: add FRAGMENT_SUM_LENGTH here, fix parsepvd prototype.
	* mediacheck.c: remove FRAGMENT_SUM_LENGTH, include mediacheck.h,
	fix some declarations
	* cdinstall.c: fix parsepvd call for new prototype.

2005-04-27  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* installmethod.py (doMethodComplete): Figure out rootfs better
	* dispatch.py (installSteps): Pass id.fsset to methodcomplete.

2005-04-27  Peter Jones  <pjones@redhat.com>

	* installmethod.py (doMethodComplete): write a minimal mtab when
	we're done installing, so fsck/mount don't complain on first boot.

2005-04-27  Jeremy Katz  <katzj@redhat.com>

	* loader2/undomounts.c: Stop error'ing out on umounting of (tmpfs) /dev

	* hdrlist.py (betterPackageForProvides): Nuke debug code.

	* partitions.py (Partitions.setFromDisk): Fix lvs showing up with
	a mountpoint of 0 (#153965)

	* text.py (InstallInterface.messageWindow): Properly return the
	idx of the return on a custom messageWindow

	* image.py (presentRequiredMediaMessage): Add back button for
	required media message (#114770)
	* textw/confirm_text.py (BeginUpgradeWindow.__call__): Likewise.
	(BeginInstallWindow.__call__): Likewise.
	* iw/confirm_gui.py (UpgradeConfirmWindow.getNext) 
	(InstallConfirmWindow.getNext): Likewise.

	* scripts/mk-images.i386: Bump size of diskboot.img
	* scripts/mk-images.x86_64: Likewise.

	* textw/partition_text.py (PartitionWindow.__call__): Give a
	little bit more room for cylinder #s (#119767)

	* gui.py (InstallInterface.run): Don't set SUPPORTED 
	unnecessarily (#155847)
	* language.py (Language.getDefault): Likewise.
	* text.py (InstallInterface.run): Likewise.

	* iutil.py (writeRpmPlatform): patch from Joe Pruett to improve
	rpmarch= support (#101971)

	* iw/ipwidget.py (IPEditor.dehydrate): Make sure people get
	decimal IP addrs.  (#156088)

2005-04-27  Chris Lumens  <clumens@redhat.com>

	* docs/kickstart-docs.txt:  Updated for new --label parameter.
	* fsset.py:  Modify LabelFactory to use kickstart-provided
        filesystem labels if possible, and make up new ones otherwise.
	* kickstart.py:  Recognize --label for the part keyword  (#79832).
	* partRequests.py:  Pass labels between kickstart and requests.

	* language.py (Language.__init__):  Set a default font for bterm and
	none, which only mean something to the loader (#156052).

2005-04-27  Jeremy Katz  <katzj@redhat.com>

	* isys/isys.c (doDevSpaceFree): Apply Jindrich Novy's patch to fix
	space calculation on > 2 TB devices (#155709)

	* cmdline.py (progressDisplay.setPackageStatus): Don't spam about
	package downloads in cmdline mode (#155250)

2005-04-27  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* loader2/hardware.c (detectHardware): Probe macio (pnasrat, #154846)

	* packages.py (InstallCallback.cb): Fix order of retry/reboot (#155884)

2005-04-26  Jeremy Katz  <katzj@redhat.com>

	* isomd5sum/libimplantisomd5.c: Add Dustin Kirkland's patch for
	implanting the isomd5 fragments. 
	* isomd5sum/libcheckisomd5.c: Add Dustin's patch to give slightly
	more verbose output.

	* packages.py (handleMiscPackages): Only select a kernel-smp that
	matches the arch of the primary kernel (#149618).  Remove dead code.

2005-04-26  Chris Lumens  <clumens@redhat.com>

	* anaconda.spec:  Bump version.

2005-04-26  Jeremy Katz  <katzj@redhat.com>

	* image.py (CdromInstallMethod.getRPMFilename): Beep if we need to
	insert a new CD (#109264)

	* harddrive.py (HardDriveInstallMethod.__init__): Do method
	parsing here instead of in anaconda.  Pass intf down.
	* image.py (ImageInstallMethod.__init__): Likewise.
	* image.py (CdromImageInstallMethod.__init__): Likewise.	
	* image.py (NfsInstallMethod.__init__): Likewise.	
	* image.py (NfsISOInstallMethod.__init__): Likewise.
	* installmethod.py (InstallMethod.__init__): Likewise.
	* urlinstall.py (UrlInstallMethod.__init__): Likewise.

	* anaconda: Make method __init__'s all basically act the same

	* hdrlist.py (EverythingExclude): Add kernel-smp-devel and
	kernel-hugemem-devel to the exclude too

2004-04-26  Chris Lumens  <clumens@redhat.com>

	* gui.py (InstallControlWindow.setLanguage):  Work around the buttons
	being drawn in English only.  Thanks to Ronny Buchmann for the patch.
	* iw/language_gui.py  (LanguageWindow.getNext):  Likewise.

	* isys/isys.c (doLoSetup):  Don't overflow the buffer when copying
	over image location in case loopback images are buried (#154715).
	* loader2/method.c (mountLoopback):  Likewise.

2005-04-26  Peter Jones  <pjones@redhat.com>

	* isomd5sum/libcheckisomd5.c: sync the code with loader's version.
	Also check result from read to make sure it's not larger than 
	requested.
	* loader2/mediacheck.c: sync the code with isomd5sum's version.

2005-04-26  Jeremy Katz  <katzj@redhat.com>

	* iw/congrats_gui.py (CongratulationWindow.getScreen): Beep on
	install completion (#116681)

	* text.py (InstallInterface.beep): Add no-op beep method.  Could
	actually do something if newtBell() were bound in snack.

	* cmdline.py (InstallInterface.beep): Add (no-op) beep method.

	* gui.py (InstallInterface.beep): Add beep method.

	* scripts/mk-images.x86_64 (COMMONMODULES): Add pcspkr module.
	* scripts/mk-images.i386 (COMMONMODULES): Likewise.
	
	* loader2/loader.c (main): Load pcspkr module.

2005-04-25  Chris Lumens  <clumens@redhat.com>

	* iw/language_gui.py (LanguageWindow.getNext):  Set language properly
	on CD and nopass installs  (#149688).  Also fixes the button bar
	disappearing on CD installs (#151837).
	* textw/language_text.py  (LanguageWindow.__call__):  Likewise.

2005-04-22  Paul Nasrat <pnasrat@redhat.com>

	* bootloader.py: Upgrade PReP on iSeries as no real bootloader

2005-04-21  Chris Lumens  <clumens@redhat.com>

	* anaconda.spec:  Bump version.

	* autopart.py (doAutoPartition):  Copy filesystem options over for
	preexisting partitions so they show up in /etc/fstab (#97560).
	* fsset.py (FileSystemSetEntry.__str__):  Better output.
	* hdrlist.py (Package.select):  Turn off debugging output (#155611).

2005-04-21  Jeremy Katz  <katzj@redhat.com>

	* partRequests.py (RaidRequestSpec.sanityCheckRaid): Ensure there
	are <= 27 members of the RAID device (#155509)

2005-04-21  Paul Nasrat <pnasrat@redhat.com>

	* instdata.py: Make anaconda-ks.cfg ro

2005-04-20  Chris Lumens  <clumens@redhat.com>

	* isomd5sum/libcheckisomd5.c:  Applied Dustin Kirkland's checkpoint
	fragment sum patch.

2005-04-18  Jeremy Katz  <katzj@redhat.com>

	* iw/progress_gui.py (InstallProgressWindow_NEW.setPackageStatus):
	Mark Downloading for translation properly (#155214)

2005-04-18  Chris Lumens  <clumens@redhat.com>

	* iw/language_gui.py:  Fix traceback (#155103).
	* kickstart.py (KickstartBase.definePartition):  Write out filesystem
	options for regular partitions instead of "--fsoptions".

2005-04-16  Jeremy Katz  <katzj@redhat.com>

	* textw/partition_text.py (AutoPartitionWindow.__call__): Check
	for a drive being selected (#124296)
	* partIntfHelpers.py (mustHaveSelectedDrive): Add UI helper for
	selected drives error.
	* iw/partition_gui.py (AutoPartitionWindow.getNext): Use helper.

	* loader2/kickstart.c: Allow specifying 'mediacheck' in ks.cfg to
	specify mediacheck.
	* loader2/kickstart.h: Define constant.
	* kickstart.py (KickstartBase.readKickstart): Define no-op for
	'mediacheck' keyword for stage2

	* loader2/method.c (queryIsoMediaCheck): Allow mediacheck for 
	kickstart if 'mediacheck' passed on the command line. (#116429)
	* loader2/cdinstall.c (queryCDMediaCheck): Likewise.

2005-04-15  Chris Lumens  <clumens@redhat.com>

	* anaconda.spec:  Bump version.

	* packages.py (selectLanguageSupportGroups):  Select language support
	packages for all requested languages (#153746, #154181).

2005-04-14  Chris Lumens  <clumens@redhat.com>

	* gui.py (growToParent):  Make WrappingLabel wrap (#153071, #154786).
	* iw/examine_gui.py (UpgradeExamineWindow.getScreen):  Don't indent
	the upgrade selection box so much.
	* iw/blpasswidget.py (BootloaderPasswordWidget.__init__):  Don't set
	alignment internally in case this gets wrapped in another alignment.
	* iw/bootloader_main_gui.py (MainBootloaderWindow.getScreen):  Fix
	left alignment on all widgets.
	* iw/network_window.py (NetworkWindow.getScreen):  Fix spacing so UI
	elements don't run off the screen in French translation.
	* iw/osbootwidget.py (OSBootWidget.__init__):  Don't set alignment
	internally in case this gets wrapped in another alignment.
	* ui/anaconda.glade:  Use the correct forward button image.

2005-04-14  Jeremy Katz  <katzj@redhat.com>

	* hdrlist.py (EverythingExclude): Add kernel-xen?-devel too (#154819)

2005-04-13  Chris Lumens  <clumens@redhat.com>

	* instdata.py (InstallData.writeKS):  Decode source URL (#154149).

2005-04-13  Peter Jones  <pjones@redhat.com>

	* scripts/upd-instroot: revert last week's nptl hack

2005-04-13  Chris Lumens  <clumens@redhat.com>

	* anaconda:  Always set a default language.
	* gui.py  (InstallInterface.run):  Set supported languages.  Use
	Language's search path instead of making our own.
	* installclass.py  (BaseInstallClass.setLanguageSupport):  Use
	language nicknames instead of regular names.
	* language.py:  Use language nicknames throughout.  Have canonLangNick
	return en_US.UTF-8 if the nickname isn't found.  Set up the runtime
	language properly even if the installtime langauge is not supported by
	anaconda  (#152404).
	* loader2/loader.c (main):  Set LC_COLLATE=C.
	* text.py:  Use Language's search patch instead of making our own.
	Use language nicknames throughout.  Set supported languages.

2005-04-13  Peter Jones  <pjones@redhat.com>

	* scripts/upd-instroot: add libaudit to the graphical environment,
	because the new Xorg needs it.

2005-04-12  Jeremy Katz  <katzj@redhat.com>

	* isys/wireless.c: Free'ing mem from alloca() can be bad (#129058)

	* scripts/upd-initrd: Add simple stupid script to update the
	loader in an initrd to make my life easier.

	* upgrade.py (upgradeFindPackages): Fix message (#154552)

	* rescue.py (runRescue): Fix rescue mode network enabling (#153961)

2005-04-11  Jeremy Katz  <katzj@redhat.com>

	* iw/progress_gui.py (InstallProgressWindow_NEW.setPackage): Cut
	summary off at a reasonable length to avoid changing the screen
	layout (#154459)

2005-04-11  Peter Jones  <pjones@redhat.com>

	* anaconda.spec: Bump version.
	* language.py (Language.CanonLangNick): Always return some value;
	if the input language isn't in the list, use en_US.UTF-8
	* upgrade.py (bindMountDevDirectory): function that does bind mounting
	of /dev to /mnt/sysimage/dev, so there are devices there.
	* upgrade.py (upgradeMountFileSystems): mount dev once we've found
	the new root directory.

2005-04-11  Jeremy Katz  <katzj@redhat.com>

	* partitioning.py (partitioningComplete): Don't try to do
	early swap in test mode and use yesno instead of okcancel (msw)

2005-04-10  Jeremy Katz  <katzj@redhat.com>

	* gui.py (ExceptionWindow.__init__): Fix typo (menthos, #154324)

2005-04-08  Bill Nottingham  <notting@redhat.com>

	* bootdisk/i386/param.msg: Choose something more reasonable memory-wise
	* bootdisk/x86_64/param.msg: Likewise

2005-04-08  Chris Lumens  <clumens@redhat.com>

	* loader2/init.c (createDevices):  Use the right flag for creating
	block devices (#152381, #154132).
	* loader2/net.c (setupNetworkDeviceConfig):  Don't free a string we
	need later. (#149871, #150844, #153072)

2005-04-07  Bill Nottingham  <notting@redhat.com>

	* scripts/upd-instroot: fix default theme, take 2 (#154153)

2005-04-07  Peter Jones  <pjones@redhat.com>

	* scripts/upd-instroot: put ncurses into the text images.

2005-04-07  Bill Nottingham <notting@redhat.com>

	* scripts/upd-instroot: Need redhat-artwork for the default gtkrc.
	I suppose we could write one inline as well.

2005-04-07  Peter Jones  <pjones@redhat.com>

	* scripts/upd-instroot: - Move the linuxthreads stuff around some,
	to stop bogus error messages.  
	- move readline to KEEPFILES/PACKAGES, not GR
	- bump version

2005-04-07  Chris Lumens  <clumens@redhat.com>

	* scripts/upd-instroot:  Move /usr/lib/locale/* into KEEPFILE so we
	have it around for running build-locale-archive.  Also add
	/usr/share/locale/locale.alias.

2005-04-06  Elliot Lee  <sopwith@redhat.com>

	* textw/language_text.py: The language display is now in English
	names instead of nicknames - make this a reality in more of the code.
	* iw/language_gui.py: Ditto

2005-04-06  Chris Lumens  <clumens@redhat.com>

	* language.py (Language.setDefault):  Don't set SYSFONTACM.

2005-04-06  Peter Jones  <pjones@redhat.com>

	* anaconda.spec: bump version

	* scripts-upd-instroot: avoid removing libraries that aren't the ones
	in obsolete/linuxthreads/

2005-04-05  Peter Jones  <pjones@redhat.com>

	* anaconda.spec:  Bump version.

	* scripts/upd-instroot: pull libc, libm, libpthreads, and librt from
	/lib/obsolete/linuxthreads/ if it's there, unless called with --nptl .
	This flag may not come before --debug, and must come before --comps .
	Hopefully we can revert this soon :/

2005-04-05  Chris Lumens  <clumens@redhat.com>

	* anaconda.spec:  Bump version.

	* language.py (Language.setDefault):  Use canonicalized nick
	(#153656).
	* scripts/mk-images:  Don't delete anaconda-runtime before it's
	needed.
	* scripts/upd-instroot:  Fix path to chroot.

2005-04-05  Elliot Lee  <sopwith@redhat.com>

	* anaconda: import encodings.idna to fix #153754

2005-04-04  Chris Lumens  <clumens@redhat.com>

	* kickstart.py (KickstartBase.doLangSupport):  Don't skip a step that
	doesn't exist.
	* loader2/lang.c (setLangEnv):  Change font case to match lang-table.

2005-04-04  Chris Lumens  <clumens@redhat.com>

	* anaconda.spec:  Bump version.

	* language.py (Language.__init__):  Add settings for the 'C' locale to
	prevent a traceback when building an RPM.

2005-04-02  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* Makefile: Fix makefile deps and clean target.

2005-04-01  Chris Lumens  <clumens@redhat.com>

	* anaconda.spec:  Bump version.

	* iw/language_support_gui.py:  Removed.
	* dispatch.py:  Removed reference to LanguageSupportWindow.
	* gui.py:  Likewise.
	* textw/language_text.py:  Likewise.

	* installclass.py (BaseInstallClass.setLanguageSupport):  Don't add
	duplicate entries to supported list.
	* language.py:  Fix traceback on kickstart language support.
	* language.py (Language.setDefault):  Remove dependance on
	langInfoByName.
	* text.py (InstallInterface.run):  Use language nick instead of name.

2005-04-01  Jeremy Katz  <katzj@redhat.com>

	* scripts/upd-instroot: Lots of cleanup to try to get things
	smaller, including:
	 Creating a locale-archive and using that instead of /usr/lib/locale.
	 Removal of old unneeded packages.
	 Removal of bits of the standard python library that aren't needed.
	 Removal of pyc files from stage2.img as well.

	* scripts/mk-images: Do some cleanup of images before we create them.

	* scripts/upd-instroot (PACKAGESGR): Add missing indic font packages
	(LC_ALL): Use build-locale-archive to try to reduce the amount of
	space needed for stage2

2005-03-31  Elliot Lee  <sopwith@redhat.com>

	* scripts/splittree.py: s/srcdiscs/src_discs/

2005-03-31  Chris Lumens  <clumens@redhat.com>

	* language.py (InstallTimeLanguage.__init__):  Set default language
	settings so we get a useful /etc/sysconfig/i18n on manual installs
	(#149688).
	* language.py (InstallTimeLanguage.__init__):  Fix time zones.

	* language.py:  Renamed class to Language.
	* instdata.py:  Likewise.
	* scripts/getlangnames.py:  Likewise.

	* iw/network_gui.py  (NetworkWindow.setHostOptionsSensitivity): Make
	sure automatic hostname option isn't greyed out when using a static IP
	for installation (#149116).

2005-03-30  Jeremy Katz  <katzj@redhat.com>
	
	* anaconda.spec: Bump version.

	* bootdisk/ppc/yaboot.conf.mac: Nuke maxcpus=1
	* bootdisk/ppc/yaboot.conf.pseries: Likewise.
	* scripts/mk-images.ia64 (image): Likewise.

2005-03-30  Elliot Lee  <sopwith@redhat.com>

	* language.py (expandLangs): s/str/astring/ - as the name of 
	the string type, 'str' is a pseudo-reserved word in python.

2005-03-30  Chris Lumens  <clumens@redhat,com>

	* language.py (InstallTimeLanguage.setSupported):  supported is a list
	of language names, not nicknames.
	* language.py (InstallTimeLanguage.setDefault):  Fix check for if we
	got a match or not.

	* loader2/lang.c (loadLanguageList):  Language names may now contain
	spaces, which sscanf splits on.  Change what it's looking for.
	* loader2/lang.c (setLangEnv):  Don't set $LANG to the language's name.

2005-03-29  Chris Lumens  <clumens@redhat.com>

	* language.py (InstallTimeLanguage.__init__):  Fix string split.

2005-03-29  Jeremy Katz  <katzj@redhat.com>

	* loader2/lang.c: Oops, remove debug printf

	* anaconda.spec: Bump version.

	* scripts/buildinstall (PRODUCTPATH): Fix silly tree build problem

	* anaconda.spec: Bump version.

	* scripts/Makefile: Old file go away.

2005-03-29  Chris Lumens  <clumens@redhat.com>

	* anaconda.spec:  Bump version.

	* language.py (InstallTimeLanguage.__init__):  Split on tabs.
	* scripts/genlocalelist.py, scripts/getlangnames.py: Updated for
	lang-table format change.  Also, delimit fields with tabs to make
	splitting easier.

2005-03-29  Jeremy Katz  <katzj@redhat.com>

	* product.py (bugUrl): Clean up .buildstamp reading, read in bug url

	* constants.py (bugzillaUrl): Make bug url a per-product characteristic.

	* scripts/buildinstall: Allow passing in bug url on the command
	line.
	* scripts/mk-images: Likewise, and use it to populate .buildstamp.

	* text.py: Make topline match the loader.

	* anaconda: Remove essentially unused config file data code,
	product.img basically supplanted this.
	* Makefile: Likewise.
	* cmdline.py: Likewise.
	* gui.py: Likewise.
	* text.py: Likewise.

	* dispatch.py: Likewise.
	* instdata.py: Likewise.
	* splashscreen.py: Likewise.
	* iw/welcome_gui.py: Likewise.
	* textw/welcome_text.py: Likewise.
	
	* anaconda.conf: Remove file.
	* configFileData.py: Likewise.
	* readConfigFile.py: Likewise.

	* constants.py: Fix traceback

	* bootdisk/sparc/*: Remove out of date sparc files.

	* anaconda: Product name fixup
	* bootdisk/ppc/bootinfo.txt: Likewise.
	* loader2/linuxrc.s390: Likewise.

	* scripts/buildinstall (PRODUCTPATH): Product path simplification.
	* scripts/pkgorder: Likewise.
	* scripts/mk-rescueimage.x86_64 (productname): Likewise.
	* scripts/mk-rescueimage.i386 (productname): Likewise.
	* scripts/mk-images (PRODUCTPATH): Likewise.

	* text.py (stepToClasses): Remove silo stuff.
	* gui.py (stepToClasses): Likewise.
	* iw/silo_gui.py: Remove.
	* textw/silo_text.py: Remove.

	* utils/genhdlist.c: Genericize product dir
	* loader2/loader.c (initProductInfo): Likewise.
	* scripts/splittree.py: Likewise.

	* scripts/check-repository.py: Remove dead code.
	* iw/congrats_gui.py (CongratulationWindow.getScreen): Likewise.

	* partedUtils.py (getRedHatReleaseString): Change to getReleaseString.
	* upgrade.py (findExistingRoots): Method name change.

	* constants.py: Make bugzilla URL more changeable.
	* iw/xconfig_gui.py (XConfigWindow.getNext): Likewise.
	* packages.py (betaNagScreen): Likewise.

	* hdrlist.py (GroupSet.__main__): Nuke some dead code.
	* Makefile (DESTDIR): Likewise.

	* image.py (findIsoImages): Genericize comment.
	* loader2/urlinstall.c: Likewise.
	* urlinstall.py (UrlInstallMethod.__init__): Likewise.

	* loader2/cdinstall.c (findRedHatCD): Change function to
	findAnacondaCD to be more general.
	* loader2/cdinstall.h: Likewise.
	* loader2/urlinstall.c: Likewise.
	* loader2/loader.c: Likewise.

	* loader2/lang.c: Fix for removed instlang line.  Require tabs for
	spacing language information.
	* loader2/lang.h: Remove instlang.

2005-03-28  Peter Jones  <pjones@redhat.com>
	* partitions.py, partRequests.py: don't put snapshot LVs into
	RequestSpecs after all.  Instead, look for children when we
	actually do the lvremove()
	
2005-03-28  Jeremy Katz  <katzj@redhat.com>

	* loader2/loader.c (parseCmdLineFlags): Allow setting mtu on the
	command line (#151789)

2005-03-28  Chris Lumens  <clumens@redhat.com>

	* language.py (setDefault):  Check all forms of the language nick in
	case someone's specified a shorter one.

	* instdata.py:  Remove the Boolean class.  We have a type for that.
	* kickstart.py, packages.py, upgradeclass.py:  Don't use the old
	accessors made obsolete by the boolean type.

2005-03-28  Peter Jones  <pjones@redhat.com>

	* lvm.py (lvlist,vglist,pvlist): make lvm list functions use
	a specified separator, explicitly ask for the fields we need,
	and get sizes without format specifiers
	
	* lvm.py (lvlist): list the "origin" of snapshot LVs
	
	* partRequests.py (LogicalVolumeRequestSpec.__init__): add 
	"snapshots" and "lvorigin" attributes, so we can track lv
	snapshots we need to delete

	* partedUtils.py (DiskSet.findExistingRootPartitions): explictly
	ignore snapshot LVs

	* partitions.py (Partitions.setFromDisk): mark snapshot LV requests
	with lvorigin, and link snapshots to parents.

	* partitions.py (Partitions.deleteDependentRequests): add snapshot
	requests to the delete list when deleting snapshots.

2005-03-28  Peter Jones  <pjones@redhat.com>

	* scripts/mk-rescueimage.i386 scripts/mk-rescueimage.x86_64:
	Make the rescue images identify which arch they're for (#151501)

2005-03-28  Peter Jones  <pjones@redhat.com>

	* loader2/pcmcia.c: don't load "ds" any more, but do load "pcmcia"
	(#151235)

	* loader2/pcmciatest.c: same as above, plus some gcc4 fixes

	* scripts/mk-images.i386: don't load "ds", do load "pcmcia"

2005-03-25  Bill Nottingham  <notting@redhat.com>
	
	* anaconda.spec: Bump version.

	* partedUtils.py (allPartitionTypesDict): add comma

2005-03-24  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* scripts/upd-instroot: Switch theme to Clearlooks

	* partedUtils.py (allPartitionTypesDict): Add new Solaris
	partition label

2005-03-23  Jeremy Katz  <katzj@redhat.com>

	* textw/timezone_text.py (TimezoneWindow.__call__): Mark strings
	for translation.
	* gui.py (ExceptionWindow.__init__): Likewise.
	* iw/network_gui.py (NetworkWindow.handleIPError): Likewise.
	* textw/mouse_text.py (MouseWindow.__call__): Likewise.

2005-03-23  Peter Jones  <pjones@redhat.com>

	* fsset.py (xfsFileSystem.formatDevice): Fix mkfs on xfs,
	from Lars Hamann (#151378)

2005-03-23  Chris Lumens  <clumens@redhat.com>

	* Bump version.

2005-03-23  Jeremy Katz  <katzj@redhat.com>

	* gui.py (readImageFromFile): Fix gtk Deprecation warning.

	* hdrlist.py: Make sure we don't hide groups which just have
	metapkgs (#149182)

	* loader2/selinux.c: Load SELinux booleans (#151896)

2005-03-23  Chris Lumens  <clumens@redhat.com>

	* dispatch.py, exception.py, installclass.py, instdata.py,
	packages.py, iw/package_gui.py, textw/packages_text.py:  Renamed
	langSupport to instLanguage to comply with the class merging in
	language.py.
	* gui.py:  Updated for new language classes.
	* lang-table:  Remove last column, which duplicates information.
	* language.py:  Rewrote to combine Language and InstallTimeLanguage
	into a single class, hopefully simplifying language support.
	* packages.py, iw/language_gui.py:  Use getNickByName as it's more
	descriptive of what's actually going on.
	
	* scripts/upd-instroot  (KEEPFILE, PACKAGES):  Once more, with
	feeling - this time for libgcc.

2005-03-22  Chris Lumens  <clumens@redhat.com>

	* anaconda.spec: Bump version.

	* dispatch.py (installSteps):  Pass id down to network.
	* iw/network_gui.py (getNext, getScreen):  If we're using an
	interactive kickstart install and using DHCP for networking, don't
	obliterate the nameserver settings so we write out a good
	/etc/resolv.conf (#151472).
	* textw/network_text.py:  Accept id parameter.
	* scripts/upd-instroot (PACKAGES):  List libstdc++ in PACKAGES to
	hopefully really fix the tree scrubbing problem.

2005-03-21  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* loader2/Makefile (LANGS): Fix translation getting (Northern
	Sotho broke it)

	* lang-table: Add locale support for Afrikaans, Amharic,
	Indonesian, Northern Sotho and Thai.

	* scripts/splittree.py (Timber.__init__): Add reserve_size for use
	on ppc (#151234)

	* hdrlist.py (EverythingExclude): Exclude Xen kernels from an
	everything install for now (related to #151490)

2005-03-21  Paul Nasrat <pnasrat@redhat.com>

	* loader2/cdinstall.c: Don't unlink device (#151232)

2005-03-16  Chris Lumens  <clumens@redhat.com>

	* iw/congrats_gui.py:  Kill the big empty box on the congrats screen
	to fix word wrap (#149526).
	* scripts/upd-instroot:  rpm needs libstdc++.so.6 in the network
	install images.
	* ui/anaconda.glade:  Don't constrain the button bar so much so the
	buttons can grow a bit for wordy translations (#151208).

2005-03-16  Jeremy Katz  <katzj@redhat.com>

	* packages.py (betaNagScreen): Fix beta nag translation.

2005-03-14  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* scripts/upd-instroot: More finagling for bogl fonts (#149039)

	* scripts/upd-instroot (KEEPFILEGR): Fix for font location 
	changes (#150889)

	* scripts/mk-images (DEBUG): Fix handling of --debug (Ingo
	Pakleppa, #150925)

	* scripts/buildinstall (BUILDINSTALL): Fix passing --debug to
	second buildinstall invocation (Ingo Pakleppa, #150920)

2005-03-14  Paul Nasrat <pnasrat@redhat.com>

	* utils/genhdlist.c: support longer package names - #146820
	* scripts/upd-instroot: sqlite3->sqlite

2005-03-11  Peter Jones  <pjones@redhat.com>

	* gui.py htmlbuffer.py splashscreen.py iw/account_gui.py
        iw/auth_gui.py iw/blpasswidget.py iw/bootdisk_gui.py
        iw/bootloader_advanced_gui.py iw/bootloader_main_gui.py
        iw/bootlocwidget.py iw/checklist.py iw/confirm_gui.py
        iw/congrats_gui.py iw/dependencies_gui.py iw/zfcp_gui.py
        iw/driveorderwidget.py iw/examine_gui.py iw/fdisk_gui.py
        iw/firewall_gui.py iw/installpath_gui.py iw/ipwidget.py
        iw/language_gui.py iw/language_support_gui.py iw/lvm_dialog_gui.py
        iw/mouse_gui.py iw/network_gui.py iw/osbootwidget.py
        iw/package_gui.py iw/partition_dialog_gui.py iw/partition_gui.py
        iw/partition_ui_helpers_gui.py iw/partmethod_gui.py
        iw/pixmapRadioButtonGroup_gui.py iw/progress_gui.py
        iw/raid_dialog_gui.py iw/release_notes_viewer_gui.py
        iw/timezone_gui.py iw/timezone_map_gui.py iw/zipl_gui.py
        iw/upgrade_bootloader_gui.py iw/upgrade_migratefs_gui.py
        iw/upgrade_swap_gui.py iw/xconfig_gui.py
	iw/desktop_choice_gui.py: fix warnings about gtk.TRUE and gtk.FALSE,
	partly based on a patch from Colin Charles.

2005-03-11  Chris Lumens  <clumens@redhat.com>

	* loader/method.c (validIsoImages):  Unmount the loopback mounted ISO
	image to free up the loopback device for later use (#150887).

2005-03-09  Chris Lumens  <clumens@redhat.com>

	* anaconda:  Put a comma between "once" and "DisconnectClients"
	(#150498).

2005-03-09  Peter Jones  <pjones@redhat.com>

	* iutil.py (swapAmount): fix this to actually use the SwapTotal line
	from /proc/meminfo, not just whichever line is at offset 2.  Offset
	2 is now "Buffers:", so this is hopelessly broken.
	* isys.py (ddfile): use '\x00' * num instead of os.read to make a
	string of '\x00' characters.
	* fsset.py: make availRaidLevels be in raid.py instead of here
	* partitions.py: get availRaidLevels from raid.py not fsset.py
	* raid.py: move availRaidLevels here, and put it and getRaidLevels()
	before the module imports, so it doesn't go boom importing sometimes
	when it can't find getRaidLevels()
	* iw/raid_dialog_gui.py: get availRaidLevels from raid.py
	* textw/partition_text.py: get availRaidLevels from raid.py

2005-03-07  Peter Jones  <pjones@redhat.com>

	* anaconda.spec: Bump version.
	* anaconda: add LVM_SUPPRESS_FD_WARNINGS to the environment,
	which should make the lvm tools not complain about open FDs on exec.
	* partRequests.py: comment out not-so-useful log events.
	* autopart.py: still clamp each LV to the pesize.

2005-03-07  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* anaconda.spec (Requires): Require python-urlgrabber

	* scripts/upd-instroot (PACKAGES): urlgrabber stuff is in its own
	package now

2005-03-06  Peter Jones  <pjones@redhat.com>

	* autopart.py: fix growable size log to show IDs instead of
	python's <instance> info.
	log how much free space we're starting with
	don't clamp an lv's total size, instead clamp pv's sizes appropriately
	* lvm.py: remove and recreate all PVs when we do a vgremove, so they
	don't lose 1 PE each time due to an lvm2 bug.
	log what lvm commands are being run, since that doesn't go into lvmout.
	log total vs actual in getVGFreeSpace
	* partRequests.py: get rid of getPVSize, that way can't work (oopsie).
	remove bogus check in getActualSize.
	clamp totalspace for preexisting PVs.
	clamp each PV's size and trim 1 PE off when computing total space.
	don't clamp the LV's overall size.
	* iw/lvm_dialog_gui.py: clamp each PV and trim 1 PE when computing
	availSpaceMB.
	
2005-03-03  Jeremy Katz  <katzj@redhat.com>

	* scripts/upd-instroot (PACKAGESGR): Add new font package names

2005-03-02  Bill Nottingham <notting@redhat.com>

	* upgrade.py: Empty blacklist (#142893)

2005-03-01  Peter Jones  <pjones@redhat.com>
	* anaconda/isys/gzlib/binding.c anaconda/isys/devnodes.c
	  anaconda/isys/lang.c anaconda/isys/isys.c anaconda/isys/pdc.c
	  anaconda/isys/smp.c anaconda/isys/wireless.c
	  anaconda/isys/eddsupport.c anaconda/loader2/loader.c
	  anaconda/loader2/loadermisc.c anaconda/loader2/modules.c
	  anaconda/loader2/moduledeps.c anaconda/loader2/lang.c
	  anaconda/loader2/driverdisk.c anaconda/loader2/mediacheck.c
	  anaconda/loader2/method.c anaconda/loader2/cdinstall.c
	  anaconda/loader2/telnet.c anaconda/loader2/telnetd.c
	  anaconda/loader2/undomounts.c anaconda/loader2/shutdown.c
	  anaconda/loader2/init.c anaconda/utils/snarffont.c
	  anaconda/isomd5sum/libimplantisomd5.c
	  anaconda/isomd5sum/libcheckisomd5.c anaconda/xutils.c:
	silence some gcc4 warnings that stop the build
	* anaconda/isys/Makefile anaconda/isys/Makefile anaconda/Makefile
	  anaconda/utils/Makefile anaconda/loader2/Makefile
	  anaconda/stubs/Makefile anaconda/isomd5sum/Makefile:
	use -D_FORTIFY_SOURCE=2, build genhdlist.o with -Wno-return-type
	as a temporary fix for a gcc4 warning
	* anaconda.spec: Bump version
	
2005-03-01  Chris Lumens  <clumens@redhat.com>

	* loader2/driverdisk.c:  Fix nested case statements in a switch to
	silence a gcc4 warning.

2005-02-28  Chris Lumens  <clumens@redhat.com>

	* anaconda.spec:  Bump version.

2005-02-28  Jeremy Katz  <katzj@redhat.com>

	* anaconda (startVNCServer): Add -once to help ensure Xvnc exits
	when last client of the server exits (#137337)

	* scripts/upd-instroot: More attempts at the bogl stuff.

2005-02-28  Chris Lumens  <clumens@redhat.com>

	* scripts/upd-instroot, scripts/mk-images:  Import new
	libkrb5support.so library.  (#149856)

2005-02-25  Peter Jones <pjones@redhat.com>

	* partRequests.py: All RequestSpec's must be able to guess how much
	space a nested PV can provide.

2005-02-24  Peter Jones <pjones@redhat.com>

	* gui.py: fix "debug" cmdline arg to not traceback.

2005-02-24  Paul Nasrat <pnasrat@redhat.com>

	* loader2/net.c: Do ethtool setup everywhere (#145422)

2005-02-23  Peter Jones  <pjones@redhat.com>

	* iw/lvm_dialog_gui.py iw/raid_dialog_gui.py textw/partition_text.py:
	Add Apple Bootstrap partitions to the lvm/raid ignore lists
	* kickstart.py/partitions.py: kickstart support for the Apple
	Bootstrap part
	
2005-02-23  Chris Lumens  <clumens@redhat.com>

	* iw/account_gui.py, iw/bootdisk_gui.py, iw/confirm_gui.py,
	iw/congrats_gui.py, iw/examine_gui.py, iw/mouse_gui.py,
	iw/silo_gui.py, iw/timezone_gui.py, iw/xconfig_gui.py:  Use
	gui.readImageFromFile instead of deprecated ics methods.
	* partitions.py:  Fix clampPVSize call.  Fix typo in
	getBootableRequest.

2005-02-23  Paul Nasrat  <pnasrat@redhat.com>

	* loader2/cdinstall.c: Eject CD when failing (#147272)

2005-02-21  Chris Lumens  <clumens@redhat.com>

	* iw/network_gui.py  (NetworkWindow.setHostOptionsSensitivity):
	Properly set hostname option sensitivity to follow which option is
	selected (#149116).

2005-02-21  Paul Nasrat  <pnasrat@redhat.com>

	* partitions.py: Deal with multiple Apple Bootstrap 
	partitions (dwmw2)

2005-02-21  Jeremy Katz  <katzj@redhat.com>

	* fsset.py (FileSystemSet.mtab): Don't write out filesystems we
	haven't mounted like /dev/shm (#149091)

	* scripts/upd-instroot: More bogl fixing

2005-02-20  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* scripts/upd-instroot: Attempt to fixup bogl changes (#149039)
	(KEEPFILE): Include all urlgrabber files (#149040)

2005-02-20  Peter Jones <pjones@redhat.com>

	* bootloader.py: remove code to show lilo as a bootloader choice
	* gui-tags.txt: remove reference to lilo_gui.py and LiloWindow
	* installclass.py: remove lilo specific code
	* kickstart.py: remove lilo specific code
	* packages.py: don't choose lilo if "useGrubVal" is 0.
	  - remove lilo.conf from list of anaconda generated files
	* tui-tags.txt: remove references to lilo_text.py and LiloAppendWindow
	* upgrade.py: remove code to add lilo package to install set.
	* kickstart-docs.txt: remove docs about lilo options
	* iw/bootloader_main_gui.py: remove lilo radio button entries
	* iw/bootlocwidget.py: remove lilo drive ordering code
	* textw/bootloader_text.py: remove lilo bootloader choice

2005-02-19  Paul Nasrat <pnasrat@redhat.com>

	* autopart.py, bootdisk/ppc/ofboot.b, fsset.py, installclass.py,
	partedUtils.py, partitions.py, scripts/mk-images.ppc:
	Fedora PPC - autopartitioning (#121266) and G5 (#149081)
	* anaconda.spec: Bump version

2005-02-16  Karsten Hopp  <karsten@redhat.com>

	* scripts/mk-images: the s390 linuxrc creates some devices 
	during boot, shut up warnings about nonexistant groups

2005-02-12  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

2005-02-10  Chris Lumens  <clumens@redhat.com>

	* iw/network_gui.py (NetworkWindow.getScreen):  Always put the
	hostname we got from DHCP (or localhost.localdomain) in the hostname
	entry box (#132826).

2005-02-09  Chris Lumens  <clumens@redhat.com>

	* installclass.py (BaseInstallClass.postAction):  Handle the default
	case where there is no %post script.

	* docs/kickstart-docs.txt:  Synchronize options with kickstart.py.

2005-02-09  Jeremy Katz  <katzj@redhat.com>

	* scripts/upd-instroot (KEEPFILE): urlgrabber is in a noarch
	python package ==> usr/lib/python?.? instead of usr/$LIBDIR

2005-02-08  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version
	
2005-02-08  Chris Lumens  <clumens@redhat.com>

	* dispatch.py:  Pass a handle to the interface into doPostAction.
	* kickstart.py:  Support --erroronfail as an option for %pre and
	%post.  This option will display an error dialog to the screen and
	terminate installation (#124386).
	* packages.py (doPostAction):  Accept a handle to the interface so we
	can pass it into the %post kickstart handler.

	* docs/kickstart-docs.html:  Removed.
	* docs/kickstart-docs.txt:  Cleaned up in preparation for additions.

2005-02-08  Jeremy Katz  <katzj@redhat.com>

	* packages.py: Fix segfault if we have to order packages.

	* scripts/upd-instroot: Add new deps of rpm 4.4 (sqlite3 and neon)
	as well as relevant libs needed for rpm-python 4.4

	* iw/timezone_map_gui.py: Fix-up for new gnome-python2-canvas
	module naming.  Handle fallback for older gnome-python2.
	* iw/partition_gui.py: Likewise.

	* comps.py: Remove old code.

2005-02-08  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

2005-02-08  Paul Nasrat  <pnasrat@redhat.com>

	* findpackageset.py:
	Don't use rpm.archscore as iseries upgrades don't work (#146915)

	* installclass.py, network.py:
	Only configure ksdevice if no --device (#138852)

2005-02-07  Chris Lumens  <clumens@redhat.com>

	* gui.py (helpClicked, refreshHelp):  If help is disabled, don't
	redraw the help pane when the next button is clicked (#145691).

2005-02-07  Matt Wilson  <msw@specifixinc.com>

	* exception.py: Import log handler

2005-02-04  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

2004-02-03  Chris Lumens  <clumens@redhat.com>

	* kickstart.py:  Support setting filesystem options via kickstart
	through a --fsoptions flag (#97560).
	* partRequests.py:  Likewise.
	* isys/isys.py (mount):  Don't try to make a device node for virtual
	filesystems like proc or shm.

2005-02-02  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* installclass.py (BaseInstallClass.setSteps): Nuke languagesupport.

	* packages.py (selectLanguageSupportGroups): Switch to selecting
	metapkgs of a "language-support" group so that language selection
	is just like other package selection

	* product.py: Default product path to Fedora for HEAD

	* urlinstall.py: Fix urlgrabber import up
	* kickstart.py: Likewise.
	* hdrlist.py (groupSetFromCompsFile): Likewise.

	* scripts/upd-instroot: Fix up little bugs in the font reduce stuff

2005-02-02  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* iw/congrats_gui.py (CongratulationWindow.getScreen): Fix up
	reference to media to not get stale (#138688)
	* textw/complete_text.py (FinishedWindow.__call__): Likewise.

	* fsset.py (FileSystemSet.reset): Mount pseudo-filesystems with a
	device name other than "none" for clarity (#136820)
	(Device.__init__): Allow specification of device for generic devices.
	(readFstab): Handle the above changes when reading in fstabs

	* scripts/splittree.py: Allow not creating SRPM CDs by passing
	--src-discs=0.  Based on a patch from Armijn Hemel (#119070)

	* scripts/upd-instroot: Create reduced font for bogl at
	upd-instroot time (#92146, #140208)

	* loader2/Makefile (install): Install the unicode linedraw chars file

2005-02-02  Chris Lumens  <clumens@redhat.com>

	* comps.py (ComponentSet.readCompsFile):  Use urlgrabber instead of
	urllib2 directly.
	* gui.py (InstallControlWindow.loadReleaseNotes):  Likewise.
	* hdrlist.py (groupSetFromCompsFile):  Likewise.
	* kickstart.py (pullRemainingKickstartConfig):  Likewise.
	* urlinstall.py (urlretrieve, UrlInstallMethod.readHeaders):  Likewise.
	* scripts/upd-instroot:  Pull in urlgrabber from yum until it's broken
	out into its own package.

2005-02-02  Jeremy Katz  <katzj@redhat.com>

	* partRequests.py: import math, fix a traceback

2005-01-31  Chris Lumens  <clumens@redhat.com>

	* kickstart.py (KickstartBase.doBootloader):  Don't install a
	bootloader if --location=none is provided in the kickstart config
	file (#146448).

2005-01-26  Chris Lumens  <clumens@redhat.com>

	* gui.py:  Fixed deprecation warnings for gtk.idle_add,
	gtk.idle_remove, gtk.timeout_add, gtk.timeout_remove.
	* iw/installpath_gui.py:  Fixed deprecation warning for
	ics.readPixmap.
	* iw/language_gui.py:  Likewise.
	* iw/welcome_gui.py:  Likewise.
	* iw/package_gui.py:  Fixed deprecation warnings for gtk.idle_add,
	gtk.idle_remove.
	* iw/progress_gui.py:  Fixed deprecation warnings for
	ics.readPixmapDithered.

2005-01-25  Peter Jones  <pjones@redhat.com>

	* loader2/method.c: make validIsoImages check the buildstamp and report
	back if it found invalid entries.
	* loader2/method.h: update prototype for validIsoImages
	* loader2/hdinstall.c: call validIsoImages() with foundinvalid = 0
	* loader2/nfsinstall.c: pass the address of foundinvalid to
	validIsoImages

2005-01-21  Peter Jones  <pjones@redhat.com>

	* lvm.py (lvlist): return size in MB.
	* lvm.py (pvlist): return size in MB.
	* lvm.py (vglist): return size in MB, and pesize in KB.
	* lvm.py (clampLVSizeRequest): use math.ceil and math.floor for
	"roundup", so we don't need to special case "size % pe == 0"
	* lvm.py (clampPVSize): replace the completely broken code that
	fails to implement a size heuristic for lvm1.  We still need to guess
	at the available size, but not here.
	* partRequest.py: add PartitionSpec.getPVSize, which returns a size
	for a Physical Volume given a partition.  If there's no PV in the
	real partition, it guesses the size based on the free space.
	Make VolumeGroupRequestSpec.getActualSize use PartitonSpec.getPVSize
	instead of PartitionSpec.getActualSize
	* partitions.py: make Partitions.setFromDisk use the PE size from
	the volume group, so we don't give the wrong pesize to clamp later
	and create an LV with an invalid size.  Also make it handle lv size
	in MB.
	make Partitions.getAvailLVMPartitions use the PV's size, not the
	partition's size.  It'll estimate the size from the partition's size
	if there's no LV created yet.
	* iw/lvm_dialog_gui.py: use getPVSize instead of getActualSize for
	LVM physical volume sizes.
	                  
2005-01-20  Chris Lumens  <clumens@redhat.com>

	* autopart.py (growLogicalVolumes):  Properly grow logical partitions
	in cases where there's more than one volume group defined (Potential
	fix for #144280, #145145).

2005-01-19  Jeremy Katz  <katzj@redhat.com>

	* isys/pdc.c: Fix build if HDIO_GETGEO_BIG_RAW isn't defined.
	* isys/silraid.c: Likewise.

	* isys/hpt.c: Remove unused include.
	* isys/isys.c: Likewise.

2005-01-19  Chris Lumens  <clumens@redhat.com>

	* anaconda.spec: Bump version.

	* autopart.py (fitConstrained):  Allow logical partitions to go all
	the way to the end of the extended partition.  (Potential fix for
	#101432).

2005-01-18  Chris Lumens  <clumens@redhat.com>

	* iw/partition_gui.py (PartitionWindow.refresh):  Only repopulate the
	partition display screen if we were successful in adding the request.
	(corner case - #137119).

2005-01-14  Chris Lumens  <clumens@redhat.com>

	* fsset.py:  Support bytes per inode on a per-partition basis
	(#57550).
	* kickstart.py:  Likewise.  Also, add --bytes-per-inode as an option
	for logical volumes as well.
	* partRequest.py:  Likewise.

2005-01-13  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

2005-01-13  Peter Jones  <pjones@redhat.com>

	* loader2/loader.c: Initialize terminals 0 to 9 before we start
	bterm, so fbcon won't mess our color palette up when we need them.
	Make the shell on tty2 use LANG=C so the error messages work.

2005-01-13  Jeremy Katz  <katzj@redhat.com>

	* scripts/upd-instroot: Use busybox for our shell instead of ash

	* gui.py (InstallControlWindow.prevClicked): Allow programatically
	going back even if prev isn't active.
	(InstallControlWindow.nextClicked): Likewise.
	(InstallControlState.setHelpButtonEnabled): Fixup for newer help
	handling.
	(InstallControlWindow.refreshHelp): Don't try to show help for a
	non-existent screen

	* gui.py (InstallControlState.findPixmap): Fix warning syntax.
	(InstallControlState.readPixmap): Likewise.
	(InstallControlState.readPixmapDithered): Likewise.

2005-01-13  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* Makefile (SUBDIRS): Add ui subdir.

	* ui/Makefile: Add the makefile.

	* po/Makefile: Handle extracting strings which need translating
	from the glade files.  Requires fixed intltool-extract (0.31.2-3)

	* scripts/upd-instroot: Add libglade2 and pygtk2-libglade2.

	* iw/package_gui.py (PackageSelectionWindow.getScreen): Use
	gui.readImageFromFile instead of deprecated ics methods.

	* splashscreen.py (splashScreenShow): Use gui.readImageFromFile to
	find the splashscreen.

	* gui.py (readImageFromFile): Pull pixbuf handling out of ICS into
	stand-alone methods.
	(getPixbuf): Likewise.
	(findPixbuf): Likewise.
	(InstallControlWindow.createWidgets): Remove the hack of using ics
	for finding the header image.
	(InstallControlState.findPixmap): Deprecate.
	(InstallControlState.readPixmap): Deprecate.
	(InstallControlState.readPixmapDithered): Deprecate.

	* gui.py (findGladeFile): Look for the glade file in the
	appropriate places

2005-01-12  Jeremy Katz  <katzj@redhat.com>

	* iw/congrats_gui.py (CongratulationWindow.__init__): Change the
	handling of the reboot button for the glade stuff.

	* gui.py: Switch to using glade.  Nuke some dead code.  Note that
	low-res isn't currently 100% functional.

	* ui/anaconda.glade: Add glade file for base anaconda UI.

	* ui/: New directory for glade files.

2005-01-12  Chris Lumens  <clumens@redhat.com>

	* loader2: When unable to connect to an HTTP or FTP server for some
	reason, display an error message instead of flashing back to the input
	screen.  (#144546).

2005-01-12  Jeremy Katz  <katzj@redhat.com>

	* anaconda: If graphics mode fails to start in test mode, print
	the exception and then exit.

2005-01-11  Jeremy Katz  <katzj@redhat.com>

	* packages.py (readPackages): Ensure that the Core group exists in
	the comps file (#143930)
	
	* packages.py (readPackages): Remove hack for ia64 stuff added in
	revision 1.169.6.32 as we don't install i386 packages on ia64
	in anaconda anymore.

2005-01-10  Jeremy Katz  <katzj@redhat.com>

	* installclass.py (BaseInstallClass.setSteps): Allow install
	classes to turn off showing upgrade as an option (only really
	applicable if you only have one install class)

	* scripts/upd-instroot (KEEPFILE): Add /usr/sbin/lvm since
	/sbin/lvm is gone

2005-01-05  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* scripts/upd-instroot (KEEPFILEGR): Add libXfixes

2005-01-05  Chris Lumens  <clumens@redhat.com>

	* scripts/mk-images.x86_64:  Write a README like i386 (#143366).

	* scripts/mk-rescueimage.x86_64:  Make a rescue image (#143366).

2005-01-04  Jeremy Katz  <katzj@redhat.com>

	* partedUtils.py (getDefaultDiskType): the default disk type on
	s390 should be dasd, but we can't format those with parted and if
	we get here, we're formatting an fcp disk which should 
	be msdos (#144199)

	* loader2/net.c: Fix multiple dns servers being specified on the
	command line.  Again.  Patch from Matthew Miller (#84409)

	* packages.py (rpmErrorClass.selected): Fix tyop (#143257)

	* loader2/loader.c: Apparently, I can't count (#144006)

2004-12-23  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* isys/isys.py (readSwapLabel_int): Update for newer swap label
	format (#143447)

2004-12-23  Chris Lumens  <clumens@redhat.com>

	* loader2/lang.c  (setupLanguage): Let the user know that they're
	in rescue mode from the very beginning (#136171).

2004-12-23  Jeremy Katz  <katzj@redhat.com>

	* network.py (Network.available): Work around kudzu not being able
	to determine which netdev is which and set hwaddrs anyway (except
	on s390 to avoid setting it on qeth) (#143535)

2004-12-21  Jeremy Katz  <katzj@redhat.com>

	* loader2/init.c (createDevices): Fix silly typo breaking creation
	of devices under /dev

2004-12-21  Chris Lumens  <clumens@redhat.com>

	* fsset.py (turnOnSwap): Print out a more descriptive error
        message if swap partition cannot be mounted (#143000).
	* upgrade.py (createSwapFile,upgradeMountFilesystems): Likewise.

2004-12-21  Jeremy Katz  <katzj@redhat.com>

	* scripts/mk-images (makeinitrd): Just create /dev

	* partIntfHelpers.py (sanityCheckVolumeGroupName): Blacklist root
	as a VG name (#142785)

	* loader2/init.c: tmpfs, not ramfs for /dev

2004-12-20  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* packages.py (InstallCallback.cb): Let people reboot more easily
	in case of bad packages but warn them that it's going to be bad.

	* partitions.py (Partitions.writeKS): Improve quoting of fstypes.
	Patch from Danen Brücker <dbrucker AT modwest DOT com> on
	anaconda-devel-list

	* iw/progress_gui.py: Remove old InstallProgressWindow class to
	avoid confusion with dead code

	* scripts/mk-images (makeinitrd): Remove /dev creation from here,
	it's handled by init now.

	* loader2/linuxrc.s390: Create /dev and devices in it here too

	* loader2/devices.h: Add static list of basic devices to create in 
	/dev.

	* loader2/init.c: Create /dev as a tmpfs so that we don't try to
	bind-mount to the rootfs (#141570)

	* packages.py (doPreInstall): Some finagling for kernel-*devel 
	handling (#143257)
	
	* command-stubs/mknod-stub (main): Add 
	* partedUtils.py (get_partition_name): 
	* iutil.py (makeDriveDeviceNodes): 
	* fsset.py (prepbootFileSystem.getDiskPart): 
	Promise SX8 devices are of the form /dev/sx8/dpn; support this as 
	needed.	

2004-12-16  Paul Nasrat  <pnasrat@redhat.com>

	* loader2/init.c: Extra checking to distinguish hvsi consoles #134397

2004-12-14  Jeremy Katz  <katzj@redhat.com>

	* loader2/driverdisk.c (useKickstartDD): Add support for 
	biosdev in driverdisk directive.  Patch basically from Rez Kabir
	AT dell (#142738)

2004-12-14  Paul Nasrat  <pnasrat@redhat.com>

	* lvm.py: LVM on RAID1 - (#141781)

2004-12-14  Jeremy Katz  <katzj@redhat.com>

	* dispatch.py (installSteps): Pass new arg to desktopchoice

	* iw/desktop_choice_gui.py (DesktopChoiceWindow.getNext): Reset
	package selection to defaults if selected (#142415)
	* textw/desktop_choice_text.py (DesktopChoiceWindow): Likewise.

2004-12-13  Jeremy Katz  <katzj@redhat.com>

	* loader2/module-info: Add tcmscsim (#142692)

2004-12-09  Jeremy Katz  <katzj@redhat.com>

	* fsset.py (getDevFD): Better error handling if we can't create
	the device (#142273)

2004-12-08  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* partitions.py (Partitions.setFromDisk): Adding as a request
	requires more bits, do as a delete (#142304)
	(Partitions.getPartialLVMRequests): Check deletes now

	* partRequests.py (PartialVolumeGroupRequestSpec): It's not really
	a RequestSpec, change accordingly.

2004-12-03  Jeremy Katz  <katzj@redhat.com>

	* partitions.py (Partitions.setFromDisk): Detect partial vgs,
	preserve the name (#139058)

	* lvm.py (partialvgs): Detect partial volume groups.

	* partitions.py (Partitions.getPartialLVMRequests): Get partial
	volume group requests
	(Partitions.isVolumeGroupNameInUse): If we have a partial by the
	requested name, let it be known so that we avoid conflicts.

	* partRequests.py (PartialVolumeGroupRequestSpec.__init__): Add
	partial volume group request for handling non-complete volume
	groups so we avoid conflicting names.

2004-12-01  Jeremy Katz  <katzj@redhat.com>

	* loader2/shutdown.c (shutDown): Make loop while waiting for
	reboot less cpu-intensive to improve user-experience with, eg, VMWare

	* partitions.py (Partitions.writeKS): Include pesize (#141370)

2004-12-01  Paul Nasrat  <pnasrat@redhat.com>

	* fsset.py: Don't trace back for bad/missing / in fstab (#141174)

2004-11-30  Jeremy Katz  <katzj@redhat.com>

	* image.py (findIsoImages): Skip ISOs which don't have a
	product/RPMS dir to avoid some of the confusion if users put the
	source ISOs in the same dir as the binary (#106017)

	* network.py (Network.write): Write WEPKEY in
	/etc/sysconfig/network-scripts/keys-$DEVNAME with mode 0600 (#140645)

	* iw/network_gui.py (NetworkWindow.editDevice): KEY, not 
	WEPKEY (#140645)

2004-11-30  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* autopart.py (setPreexistParts): Fix handling of existing
	partitions on drives which don't have a partition table we
	understand (#131333)

	* loader2/modules.c (lateModuleSort): Fix the list to be big
	enough (#140541, #140876)

2004-11-29  Jeremy Katz  <katzj@redhat.com>

	* iw/zfcp_gui.py: Fix removal and editing of devices to stick (#140559)

2004-11-29  Paul Nasrat  <pnasrat@redhat.com>

	* autopart.py: Fix LVM resizing with new partitions (#141268)

2004-11-29  Karsten Hopp <karsten|redhat.com>

	* loader2/net.c: CTCPROT fix (#133088)

2004-11-23  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.
	
	* upgrade.py (upgradeFindPackages): More iiiimf upgrade (#129218)

	* Makefile.inc (USEDIET): No diet on i386.

	* textw/upgrade_bootloader_text.py
	(UpgradeBootloaderWindow.__call__): Set a default when we can't
	determine the boot loader to avoid indeterminate state (#139603)

	* lvm.py: Don't disable LVM if vgscan, et al segfault (#134263)

	* packages.py (doPreInstall): Don't remove the directories as
	they may not be empty (#133773)

2004-11-22  Jeremy Katz  <katzj@redhat.com>

	* loader2/init.c: Only open /dev/console once.

2004-11-22  Paul Nasrat  <pnasrat@redhat.com>

	* loader2/init.c:
	Improved ppc console detection, based on notting's kudzu 
	patch #135707 (#134397)

2004-11-17  Jeremy Katz  <katzj@redhat.com>

	* scripts/mk-images (makeinitrd): initramfs execs on /init
	instead of /linuxrc

	* scripts/upd-instroot: Update python version in urllib hack

2004-11-16  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* scripts/mk-images: Remove some old code.  Switch makeinitrd to
	create an initramfs instead of an initrd.

	* loader2/loader.c (setupRamdisk): Remove old code.

	* loader2/net.c (setKickstartNetwork): Allow passing --notksdevice
	to your network lines so that you don't try to use them as your
	device (#136903)

	* kickstart.py (KickstartBase.doNetwork): Handle --notksdevice
	here too.

	* loader2/net.c: Allow going back and manually changing the
	network device used even if ksdevice= is passed (#136903)

	* loader2/loader.c: Fix for serial console magic to work again
	with just console= and not explicit serial (#137971)

2004-11-15  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* isys/isys.py (hardDriveDict): ignore IBM *STMF disks as they're
	just the *STMF for booting on a power5 iSeries box (#137920)

2004-11-15  Paul Nasrat  <pnasrat@redhat.com>

	* scripts/splittree.py: Fix error not msg #139391

2004-11-12  Jeremy Katz  <katzj@redhat.com>

	* bootloader.py: Add patch from HJ Lu to fix popping hang in cases
	where boot loader isn't being installed (#138932)

	* packages.py (copyAnacondaLogs): Copy in the X log too per
	pnasrat's request.

2004-11-11  Jeremy Katz  <katzj@redhat.com>

	* iw/partition_ui_helpers_gui.py (mountptchangeCB): Automatically
	set the filesystem type to vfat if the user selects /boot/efi as
	the mountpoint on ia64 (#138580)

	* iw/datacombo.py (DataComboBox.set_active_text): Add convenience
	method to set the active item based on text.

2004-11-10  Jeremy Katz  <katzj@redhat.com>

	* loader2/loader.c: Make serial imply nofb (#134167)

2004-11-10  Paul Nasrat <pnasrat@redhat.com>

	* findpackageset.py:
	Fix for obsoletes E being long. Gratuitously borrowed from rpmUtils

2004-11-09  Jeremy Katz  <katzj@redhat.com>

	* packages.py (doPreInstall): If we go back, we need to try
	unmount /dev, too (#133773)

2004-11-08  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* users.py: whrandom is deprecated, use random instead

	* bootloader.py: remove unneeded import of deprecated whrandom module

	* iw/bootloader_main_gui.py
	(MainBootloaderWindow.changeBootloaderCallback): Fix syntax.

	* loader2/modules.c (lateModuleSort): Fix stack corruption.

	* text.py (InstallInterface.run): Fallback to English for
	languages that can't do text-mode (#138308)

2004-11-08  Karsten Hopp  <karsten@redhat.com>

	* loader2/linuxrc.s390: Don't ask for input if PORTNAME or CTCPROT
	are already set. Use defaults if RUNKS is set for kickstart
	installations

2004-11-07  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* gui.py (MnemonicLabel.__init__): Allow setting of label
	alignment on creation.

	* iw/network_gui.py (NetworkWindow.editDevice): Get rid of 
	warning from pygtk

	* Makefile.inc (PYTHON): devel now has python 2.4

	* loader2/loader.c (parseCmdLineIp): Add patch from Bastien Nocera
	to support parsing of pxelinux IPAPPEND (#134054)

	* scripts/scrubtree: Clean up handling of binaries that we
	want busybox to override.  Inspired by #137948.

	* dispatch.py (installSteps): Add handleMiscPackages steps.
	* installclass.py (BaseInstallClass.setSteps): Likewise.
	* upgradeclass.py (InstallClass.setSteps): Likewise.

	* packages.py (handleMiscPackages): Add a step to do all of the
	miscellaneous package selection based on installer selections
	instead of doing them in doPreInstall so that our needed CD list
	is correct (#122017)

	* loader2/urls.c: Mark strings for translation (#137197)

	* iw/bootloader_main_gui.py: Don't reference boot 
	disks anymore (#135851)
	* iw/bootloader_advanced_gui.py: Likewise.
	* textw/bootloader_text.py: Likewise.

	* iw/network_gui.py (NetworkWindow.editDevice): Add hardware
	address as another way to figure out which device is which (#131814)
	* textw/network_text.py (NetworkDeviceWindow.runScreen): Likewise.

2004-11-05  Jeremy Katz  <katzj@redhat.com>

	* isys/isys.py (readJFSLabel_int): Fix exception handling.
	(readXFSLabel_int): Likewise.
	(readSwapLabel_int): Likewise.

2004-11-04  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* partitions.py (Partitions.writeKS): Have to have sizes as
	integers (#138109)

	* loader2/modules.c (lateModuleSort): Implement an additional sort
	to move drivers to the end of our list of drivers to load.  This
	is handy for, eg, fibre channel so that it doesn't end up at the
	front of the list so that people don't get confused with sda being
	their FC disk.  Also, put ibmvscsic in the list due to #137920

	* loader2/module-info: More qlogic fibre channel adapters

	* upgrade.py (upgradeFindPackages): Key iiimf-le-canna off of
	kinput2-canna-wnn6 instead of just kinput2 (#129218)

2004-11-03  Jeremy Katz  <katzj@redhat.com>

	* iw/network_gui.py (NetworkWindow.setupDevices): 
	* textw/network_text.py (NetworkDeviceWindow.runScreen): 
	Sync behavior of onboot between gui/text (#138011)

	* autopart.py (getAutopartitionBoot): Use
	iutil.hasiSeriesNativeStorage instead of iutil.hasIbmSis()
	* partitions.py (Partitions.sanityCheckAllRequests): Likewise.

	* iutil.py (hasiSeriesNativeStorage): Rename from hasIbmSis(),
	check for ipr as well as ibmsis.

	* packages.py (copyAnacondaLogs): Set permissions on logs (#137963)

	* scripts/scrubtree: Don't use busybox shutdown, poweroff, or
	reboot (#137948)

2004-11-03  Karsten Hopp  <karsten@redhat.com>

	* loader2/linuxrc.s390: Check input for CTCPROT, remove ctc-tty
	from selection

2004-11-02  Jeremy Katz  <katzj@redhat.com>

	* rescue.py (runRescue): Fix traceback with going back in the
	network config (#137844)

2004-11-02  Karsten Hopp  <karsten@redhat.com>

	* loader2/linuxrc.s390: Ask for CTCPROT even if MTU is already
	specified (mainframe)

2004-11-02  Karsten Hopp  <karsten@redhat.com>

	* loader2/linuxrc.s390: Try harder to find out the LCS
	interface name
	
2004-11-02  Jeremy Katz  <katzj@redhat.com>

	* packages.py (handleX11Packages): Handle making sure gdm is
	installed and don't get TWM started if people don't 
	install GNOME (#132743)

	* isys/isys.py (readJFSLabel_int): Better handling of errors while
	trying to read the label (#137846).
	(readXFSLabel_int): Likewise.
	(readSwapLabel_int): Likewise.

2004-11-02  Tim Waugh  <twaugh@redhat.com>

	* loader2/hdinstall.c (mountHardDrive): Pass the correct pointer to
	free() (bug #137533).

2004-10-29  Kristian Høgsberg  <krh@redhat.com>

	* mini-wm.c (main): Write acknowledge token back to anaconda to
	indicate successful connection to the X server.

	* anaconda (startMiniWM): Wait for token before launching other X
	clients (#108777).

2004-10-29  Jeremy Katz  <katzj@redhat.com>

	* loader2/net.c (getWirelessConfig): Allow 128-bit WEP keys (#137447)

2004-10-27  Jeremy Katz  <katzj@redhat.com>

	* upgrade.py (upgradeFindPackages): Fix traceback on cjk 
	upgrades (#137345)

2004-10-26  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* partedUtils.py (DiskSet.openDevices): Don't die if we don't have
	an intf set up yet (#130123, #137239)

	* upgrade.py (upgradeFindPackages): firefox replaces
	mozilla/netscape (#137244)
	
2004-10-26  Jeremy Katz  <katzj@redhat.com>	

	* anaconda.spec: Bump version.

	* kickstart.py (KickstartBase.definePartition): More fixing for
	size of zero (#137120)

	* scripts/mk-images: Use busybox sleep for s390 instead of
	coreutils sleep to avoid needing librt and libpthread (#131167)

2004-10-25  Jeremy Katz  <katzj@redhat.com>

	* loader2/net.c (setKickstartNetwork): Handle onboot 
	properly (#136903)

	* lang-table: Punjabi shouldn't try to do text mode (#137030)

2004-10-24  Jeremy Katz  <katzj@redhat.com>

	* scripts/mk-images.ia64 (IDEMODULES): Add sgiioc4 module for
	Altix cdrom drive (#136730)

2004-10-21  Bill Nottingham <notting@redhat.com>

	* scripts/mk-images: forward port pci.ids trimming from taroon-branch
	
	* utils/trimpciids: new file

2004-10-20  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* scripts/mk-images.ppc: Update to work with new mkzimage so we
	get a netboot.img again (#125129)

2004-10-20  Jeremy Katz  <katzj@redhat.com>	

	* anaconda.spec: Bump version.

2004-10-19  Karsten Hopp <karsten@redhat.com>

	* loader2/linuxrc.s390: make sure to lowercase SUBCHANNELS sourced 
          from the .parm/.conf file, too

2004-10-19  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* loader2/linuxrc.s390: Ensure OSA addresses are lowercase so the
	kernel will like them (#133190)

	* autopart.py (doAutoPartition): Don't hard code VG name for
	auto-partitioned volume groups as VolGroup00 (#134263)

	* partRequests.py (VolumeGroupRequestSpec.__init__): Add autoname
	hack for autopart + lvm.

	* packages.py (handleX11Packages): Make sure that we don't do a
	graphical startup if people run out of space and then go back to
	unselect stuff (#135895)

	* scripts/upd-instroot: Change filenames for Indic fonts

2004-10-18  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.  
	Rebuild against newer bogl to hopefully fix CJK text installs

	* scripts/upd-instroot: Add Bluecurve icon theme index, hopefully
	fixes the icon theme to be correct.

	* bootloader.py: Add a trailing newline to /etc/sysconfig/kernel

	* loader2/urlinstall.c: When using the local stage2.img shortcut,
	ensure that an hdlist exists in the tree they point at to catch
	typos sooner (#135603, #117155, #120101)

	* kickstart.py: Fix traceback using %post logging (Gijs
	Hollestelle, #136154)

2004-10-17  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* iw/partition_gui.py: Fix font size to fit a little bit 
	better (#135731)

	* partitions.py (Partitions.writeKS): Write out size=0 (#135714)

	* kickstart.py (KickstartBase.definePartition): Allow partition
	size to be zero to work better with LVM autopart (#135714)

2004-10-15  Jeremy Katz  <katzj@redhat.com>

	* iw/driveorderwidget.py: Remove empty row leading 
	to traceback (#135944)

	* urlinstall.py: Replace "%" in urls with "%%" to avoid format
	string problems (#135929)

	* rescue.py (runRescue): bind mount /dev (#135860)

	* lang-table: Set Dutch and Danish keyboards by default (#135839)

2004-10-14  Jeremy Katz  <katzj@redhat.com>

	* loader2/module-info: Add s2io 10GbE driver

	* anaconda.spec: Bump version.

2004-10-14  Karsten Hopp  <karsten@redhat.com>

	* loader/linuxrc.s390: Hardcode LCS interface to eth0 (workaround
	until fix with sysfs interface is available)

2004-10-14  Jeremy Katz  <katzj@redhat.com>

	* scripts/upd-instroot: Add fonts for ta, gu, hi, bn and pa (#119283)

	* isys/lang.c (bterm_main): Enable bterm again for testing (#113910)

	* loader2/hdinstall.c: Fix segfault when using biospart for hard
	drive kickstart install.  Patch from Rez Kabir (#135609)

2004-10-13  Jeremy Katz  <katzj@redhat.com>

	* bootloader.py: Write out /etc/sysconfig/kernel with the default
	kernel type and to change the bootloader default on new kernel
	installation (#135161)

2004-10-13  Karsten Hopp <karsten@redhat.com>

	* scripts/mk-images: add /etc/pam.d/remote for telnet logins
	                     (mainframe)

2004-10-12  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version

	* autopart.py (doAutoPartition): Be more certain we have
	one of "our" LVM partitions (#135440)

	* scripts/mk-images.x86_64:
	* scripts/mk-images.i386:
	Remove localboot option from syslinux.cfg for diskboot.img (#135263)

	* upgrade.py (upgradeFindPackages): Handle the great input method
	switch (#129218)

	* network.py (Network.__init__): Don't save the hwaddr 
	for qeth (#135023)

	* packages.py (doPostInstall): Add rhgb in post-install, not
	doInstall (from msw on anaconda-devel-list)

2004-10-12  Bill Nottingham  <notting@redhat.com>

	* loader2/module-info: add ahci, sx8

2004-10-11  Bill Nottingham  <notting@redhat.com>

	* scripts/genlocalelist.py: reverse norwegian blacklisting (#129453)

	* loader2/module-info: add sata_nv, sata_sx4, ixgb; sort sata list

2004-10-07  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* fsset.py (FileSystemSet.makeLVMNodes): Make sure the DM node
	doesn't exist before we create it (#124092)

	* textw/packages_text.py: Sort packages in the group 
	details screen (#123437)

	* scripts/upd-instroot (KEEPFILEGR): Add prelink config (#117867)

2004-10-06  Jeremy Katz  <katzj@redhat.com>

	* iw/lvm_dialog_gui.py (VolumeGroupEditor.updateLogVolStore):
	Don't show "0" as a mountpoint for an LV that's not being mounted
	anywhere (#134867)

	* partRequests.py (RequestSpec.sanityCheckRequest): Call
	sanityCheckMountPoint with new option

	* partIntfHelpers.py (sanityCheckMountPoint): Don't allow
	formatting unless they specify a mountpoint on pre-existing
	partitions (#134865)

	* iw/network_gui.py (NetworkWindow.getScreen): Make Bengali fit a
	little bit better (#134762)

2004-10-06  Karsten Hopp <karsten@redhat.com>

	* partedUtils.py: Fix traceback with unpartitioned FCP disks (mainframe)

2004-10-05  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version:

	* kickstart.py (KickstartBase.readKickstart): Have to reset things
	when we enter a new scriptlet to break multiple scriptlet with
	different interpreters (#134707)

	* isys/devnodes.c: Working scsi disk nodes again (#134709)

2004-10-04  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version

	* scripts/upd-instroot (PACKAGES): Add selinux-policy-targeted so
	that text-mode installs will have working SELinux (#134549)

	* kickstart.py (KickstartBase.readKickstart): Handle having a
	%include inside a scriptlet. (#120252)

	* iw/zfcp_gui.py: Fix zfcp help tag
	(ZFCPWindow.getScreen): Don't change fcp devs until going forward.

2004-10-04  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* isys/devnodes.c: Add support more than 128 SCSI disks
	(#134575).

	* dispatch.py (installSteps): Remove my new typo.

	* partRequests.py (LogicalVolumeRequestSpec.getDevice): Fix
	changing of VG name carrying through to boot loader setup (#132213)

	* partitions.py (Partitions.writeKS): Include PPC PReP boot
	partition (#133934)

	* kickstart.py (KickstartBase.definePartition) 
	Allow specifying the PPC PReP Boot partition as "part prepboot"
	
	* kickstart.py (KickstartBase.setPackageSelection): Fix a thinko
	in the arch-specific case.  Also, add arch-specific removal (#133396)

	* lang-table: Fix Polish (#134554)

	* dispatch.py (installSteps): 
	* installclass.py (BaseInstallClass.setSteps): 
	* upgradeclass.py (InstallClass.setSteps): 
	Add copylogs step.

	* packages.py (copyAnacondaLogs): Copy /tmp/anaconda.log and
	/tmp/syslog to /var/log/anaconda.log and /var/log/anaconda.syslog
	so that they exist post-install (#124370)

	* kickstart.py: Add logging of kickstart scripts with --log to
	%post/%pre, etc.  Note that the filename is relative to use of
	--chroot or not. (#124370)

2004-10-04  Mike McLean  <mikem@redhat.com>
	* scripts/pkgorder: Add some command line options: --file <f> to
	write to a file instead of stdout, --debug to increas the rpm
	verbosity, --product to set the product path.

2004-10-04  Karsten Hopp  <karsten@redhat.com>

	* loader2/linuxrc.s390: fix LCS PORTNAME

2004-10-04  Jeremy Katz  <katzj@redhat.com>

	* iutil.py (makeDriveDeviceNodes): Create more RAID devs (#134438)

2004-10-01  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* installclass.py (BaseInstallClass.setZFCP): Add method for use
	in kickstart setting of zfcp config.

	* kickstart.py (KickstartBase.doZFCP): 
	Add syntax for defining zfcp volumes in kickstart.  
	Use --devnum=, --scsiid=, --wwpn=, --scsilun=, --fcplun=.  
	All are required. (#130070, #133288)
	(KickstartBase.doAutoPart): Skip zfcpconfig (#133288)
	(KickstartBase.definePartition): Skip zfcpconfig (#133288)

	* isys/nfsmount.c (HAVE_NFSV3): Let's use NFSv3.  Will fix using
	the DVD iso via nfsiso (#122032)

	* loader2/module-info: Fix megaraid_mbox module name (#134369)

	* loader2/driverdisk.c: Another uninitialized variable (#133996)

	* scripts/upd-instroot (PACKAGESGR): Actually add the zh_CN fonts
	package (#133330)

2004-09-30  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* po/anaconda.pot, po/*.po:
	refresh-po

	* installclasses/workstation.py:
	* installclasses/rhel_ws.py:	
	Install compat-arch-support and compat-arch-devel-support 
	by default (#133514).
	s/OpenOffice/OpenOffice.org/
	Mozilla isn't the web browser now.
	
	* installclasses/personal_desktop.py:
	* installclasses/server.py:
	* installclasses/rhel_as.py:	
	* installclasses/rhel_es.py:	
	* installclasses/rhel_desktop.py:
	Install compat-arch-support by default (#133514)
	s/OpenOffice/OpenOffice.org/
	Mozilla isn't the web browser now.

	* installclasses/rhel_ws.py: 
	* installclasses/rhel_desktop.py:
	Should say OpenOffice.org, not OpenOffice.

	* upgrade.py (upgradeFindPackages): If this is RHEL, warn if
	they're upgrading from < RHEL 3 (#134523)

	* fsset.py (FileSystemSet.makeLVMNodes): Try to fix upgrade
	traceback (#134258)

	* loader2/net.c: Make changing the DNS server work (#122554)

2004-09-30 Paul Nasrat <pnasrat@redhat.com>

	* findpackageset.py: Improved arch handling  (#133045)

	* findpackageset.py: Fix thinko with missing rpm.ts (#133045)

2004-09-29  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version.

	* isys/isys.py (getDasdState): Unformatted dasd seem to show up as
	"basic" now instead of "ready" (#130123)

	* loader2/driverdisk.c: Fix hang with driver disks (#131112, #122952)

	* iw/examine_gui.py: Remove spurious option in upgrade combo (#134058)

	* iw/language_support_gui.py: Avoid changing default language when
	selecting additional languages (#134040)

2004-09-29 Paul Nasrat <pnasrat@redhat.com>

	* findpackageset.py: Better arch handling for biarch system upgrades
	(#133045)

2004-09-28  Jeremy Katz  <katzj@redhat.com>

	* loader2/hdinstall.c (setKickstartHD): 
	* loader2/urlinstall.c (setKickstartUrl): 
	Make sure variables are initialized (#133996).

	* isys/isys.py (readSwapLabel): Add function to read label from
	swap filesystems.
	(readFSLabel): Read swap and JFS labels too.

	* fsset.py: Add support for label'ing swap filesystems (#127892).

	* anaconda: Lack of a mouse if using remote display shouldn't ask
	about the mouse type (#133902)

2004-09-27  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version

	* iw/zfcp_gui.py (ZFCPWindow.getNext): Update FCP config after
	adding SCSI LUNs (#133290)

	* autopart.py (doAutoPartition): Fix LVM traceback if going back
	from not enough space (#131325)

	* isys/isys.py (getGeometry): Remove unused function.
	* isys/isys.c (doGetGeometry): Likewise.

	* anaconda.spec: Bump version.

	* loader2/driverdisk.c: 
	Don't try to mount as ext3 (we don't have the module).
	If we haven't mounted a partition, don't fail the driver 
	disk load (#133036)

	* loader2/hardware.c: we need to always do our busprobe (fixes
	nonet, etc)

	* loader2/loader.c: noprobe ==> nousb and nofirewire

	* kickstart.py: Allow name.arch syntax for selecting a package in
	%packages (#124456)

	* iw/partition_dialog_gui.py (PartitionEditor.run): 
	* iw/raid_dialog_gui.py (RaidEditor.run): 
	Update SpinButtons before getting their value (#133456)

	* iw/language_support_gui.py
	(LanguageSupportWindow.rebuild_combo): Fix traceback when
	unselecting last language (#133164)

	* fsset.py (swapFileSystem.mount): Skip version 0 swaps (#122101)

	* partedUtils.py (sniffFilesystemType): Don't accept version 0
	swaps as swap

	* kickstart.py (KickstartBase.definePartition): strip /dev from
	--onpart (inspired by #121486)

	* loader2/hdinstall.c: skip over /dev if given for path (#121486)

	* lang-table: Use no instead of no-latin1 as 
	Norwegian keyboard (#133757)

	* loader2/loader.c: Load dm-zero, dm-snapshot and dm-mirror (#132001)

	* scripts/mk-images.i386: 
	* scripts/mk-images.ia64: 
	* scripts/mk-images.ppc: 
	* scripts/mk-images.s390: 
	* scripts/mk-images.x86_64:
	Use a variable for raid and lvm modules.  Add dm-zero, dm-snapshot
	and dm-mirror (#132001)

2004-09-24  Jeremy Katz  <katzj@redhat.com>

	* anaconda.spec: Bump version

	* iw/partition_gui.py (PartitionWindow.populate): 
	* textw/partition_text.py (PartitionWindow.populate):