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

  * Bump standards version to 3.9.4, no changes needed
  * Fix debian/copyright format
    (lintian: unversioned copyright format uri)
  * Read fgets() result
  * Use build var TCOS_MULTIARCH
  * Use mkinitramfs temp dir instead of initramfs file to 
    avoid [intel|amd]-microcode in initrd.gz
  * Enable hardening build
  * Multiarch fixes
  * Use mke2fs for ext3 and ext4
  * Fix nvidia clean
  * Check for DESTDIR/scripts dir before cleaning
  * Read fgets() result in tnc/tcos-net-controller.c
  * Use mktemp file in squash creation log file

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 10 Oct 2013 16:29:03 +0200

tcos (0.89.92) unstable; urgency=low

  * Fix some multiarch and console-setup issues
  * Use ~/.Xauthority only if not empty
  * Replace fuse-utils with fuse package in Recommends, (closes: #698181)
  * Remove depends on python-eggtrayicon, (closes: #702105)
  * Remove -I/usr/lib in Makefiles, (closes: #722844)
  * Save multiarch during build

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 07 Oct 2013 15:22:53 +0200

tcos (0.89.91) unstable; urgency=low

  * Disable udevadm divert, fail on old versions
  * Fix pulseaudio parse version
  * Fix some multiarch libs, fix modprobe list (closes: #694870),
  * Use glx-alternative mesa instead of fix-nvidia-ati

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 02 Jan 2013 22:28:39 +0100

tcos (0.89.90) unstable; urgency=low

  * debian/initramfs-tools-tcos.postrm:
    - piuparts, don't call delgroup if can't
  * Add overlayfs as aufs alternative
  * hooks-addons/clean_initramfs: multiarch with libpci3
  * Simplify grep commands
  * Install conf/tcos.conf instead of conf/tcos.conf.etc
  * Use a global LIB_MULTIARCH var
  * tcos-standalone French translation, thanks to Julien Patriarca, (closes: #672135)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 22 Jun 2012 13:42:53 +0200

tcos (0.89.89) unstable; urgency=low

  * debian/initramfs-tools-tcos.postinst:
    - Fix remove obsolete version.conf

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 13 Jan 2012 13:11:33 +0100

tcos (0.89.88) unstable; urgency=low

  * bin/tcos-buildchroot:
    - Install tcos-keyring only with tcos repo.
    - Don't use universe/multiverse in ubuntu-security
  * bin/gentcos: Set TCOS_KERNEL to newest vmlinuz in /boot
  * bin/tcos-buildchroot:
    - Add dbus,dbus-x11,avahi-daemon to chroot.
    - Delete not needed code.
    - Copy vmlinuz to tftp root
  * conf/tcos.conf: Unset TCOS_KERNEL
  * conf/tcos.conf.all: TCOS_DBUS=1, pulseaudio needs it
  * scripts/tcos-top/01busybox:
    - Delete ra interface.
    - Send a line break after waiting for net
  * hooks-addons/21pulseaudio:
    - Enable module-udev-detect if avalaible
  * hooks-addons/50xorg:
    - Search libGL.so.1 in /usr/lib/ARCH-linux-gnu/mesa/
  * hooks-addons/16dbus-avahi:
    - Split TCOS_DBUS and TCOS_AVAHI, TCOS_DBUS is enabled by default now

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 08 Jan 2012 16:42:46 +0100

tcos (0.89.87) unstable; urgency=low

  * conf/xorg.conf.tpl: Add ModulePath to not load propietary drivers
  * tcos-core: Depends on adduser (for postinst/postrm)
  * initramfs-tools-tcos.postrm: Delete (on purge) some files and dirs,
    piuparts errors
  * Don't hardcode TCOS_KERNEL_VERSION, use newest from /boot
  * Move version.conf from /etc/tcos to /var/lib/tcos
  * Move version.conf to tcos-core (arch depend)
  * bin/tcos-buildchroot: TCOS_MIRROR optional now with TCOS in
    Debian and Ubuntu
  * debian/control: Remove conflicts and XB-Python-Version

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 02 Jan 2012 17:34:07 +0100

tcos (0.89.86) unstable; urgency=low

  * Change 'xvnc4viewer | xvncviewer' with 
    xtightvncviewer (avalaible in armel) (closes: #651188)
  * debian/changelog: split a very long line

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 07 Dec 2011 23:24:48 +0100

tcos (0.89.85) unstable; urgency=low

  * common.mk: Update kernel versions (add 2 last Ubuntus)
  * tcos-standalone.init 45wakeonlan: Support old and new ethtool paths
  * Makefile: disable openvpn install target
  * hooks-addons/45wakeonlan: Fix OR => AND in ethtool paths
  * tnc/tcos-net-controller.c: Remove not needed include, 
    fix hurd-i386 build
  * tcos-standalone: move ethtool from Depends to Recommends
  * debian/tcos-standalone.init: Check if ethtool bin exists before run wakeonlan
  * hooks-addons/45wakeonlan: refactor ethtool cpifexists
  * Change Priority to extra, we depend on some extra packages
  * move from CDBS to dh7
  * hooks-addons/50xorg: Remove nVIDIA libs in multiarch paths too
  * hooks-addons/21pulseaudio: No install filter, equalizer or rygel modules

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 24 Nov 2011 16:02:16 +0100

tcos (0.89.84) unstable; urgency=low

  * Promoted by "Antonio Pérez-Aranda <ant30tx@gmail.com>"
             from Yaco Sistemas SL <www.yaco.es>
  * hooks-addons/00main: really fix libgssapi_krb5

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 15 Sep 2011 15:43:18 +0200

tcos (0.89.83) unstable; urgency=low

  * fix some compilations warnings variable ‘XXX’ set but not used [-Wunused-but-set-variable]
  * hooks-addons/00main: multiarch support for libgssapi_krb5.so
  * hooks-addons/51paquito: fix typo ) => }

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 15 Sep 2011 15:42:54 +0200

tcos (0.89.82) unstable; urgency=low

  * Add Ubuntu Natty and update Ubuntu Maverick kernels
  * lockscreen/Makefile: Use pkg-config to get glib-2.0 includes and libs
  * Fix warnings: 'variable XXX set but not used [-Wunused-but-set-variable]'
  * Fix multiarch support
  * hooks-addons/51dri: Add multiarch support
  * hooks-addons/00main: Add more multiarch code, and include rpcbind daemon
  * scripts/tcos-top/05network: Exec rpcbind if found
  * hooks-addons/04debug: ldd use x64 if exists
  * hooks-addons/50xorg: delete libnvidia files in image
  * bin/tcos-buildchroot: add file to package list in chroot
  * hooks-addons/05compcache: Use 'zram' in newer kernels
  * hooks-addons/50xorg: search for NVIDIA in libglx.so
  * Use '-e' instead '-d' for dir tests

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 06 Jul 2011 14:42:59 +0200

tcos (0.89.81) unstable; urgency=low

  * debian/initramfs-tools-tcos.install: Install OpenVPN files in /var/lib/tcos/openvpn
  * common.mk: Update kernels

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 12 Jun 2011 14:31:46 +0200

tcos (0.89.80) unstable; urgency=low

  * change xmlrpc dev build depends order
  * xmlrpc/Makefile: use $(shell cmd) instead of
  * hooks-addons/16dbus-avahi: add Avahi mDNS for autodiscover tcos hosts
  * hooks-addons/16dbus-avahi: join the Avahi services in one file
  * Add Avahi tcos-standalone.service file
  * add OpenVPN support for TCOS images
  * conf/base.conf: add TCOS_OPENVPN var (disabled by default)
  * hooks-addons/18openvpn: fix var names
  * scripts/tcos-top/05network: Use TCOS_SERVER instead of dhcpserver for tcos-server in /etc/hosts
  * xmlrpc/sh/getinfo.sh: fix typo
  * hooks-addons/18openvpn: don't save hostname as VPN server IP
  * openvpn/tcos-init-openvpn: secure key files and restart openvpn with cond-restart
  * scripts/tcos-bottom/25startx: Use getinfo to get NETWORK_IP
  * openvpn/tcos-init-openvpn: add info messages
  * xmlrpc/sh/getinfo.sh hooks-addons/18openvpn: use tap0 instead of tun0 and wait for VPN link
  * hooks-addons/18openvpn: Add message when starting VPN
  * Switch VPN dir from /etc/tcos/openvpn to /var/lib/tcos/openvpn
  * initial multiseat support
  * bin/tcos-buildchroot: fix udevadm calls in chroot and use dpkg-divert to move files
  * openvpn: use tap instead of tun in server side
  * hooks-addons/00main: Use /lib/x86_64-linux-gnu if found
  * hooks-addons/01busybox: remove silent old busybox
  * hooks-addons/03udev2: copy /lib/udev/pci-db if found (sound realated)
  * hooks-addons/18openvpn: add break points
  * bin/gentcos: convert module links in files and call parse_pxelinuxcfg after image build

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 12 Jun 2011 13:46:41 +0200

tcos (0.89.79) unstable; urgency=low

  * bin/configurexorg: fix quotes in font paths
  * debian/initramfs-tools-tcos.postinst: bashish, don't use function
  * debian/tcos-standalone.init: cosmetic changes in init script
  * debian/control: Use Standars 3.9.1 and add libxmlrpc-core-c3-dev as alternative of libxmlrpc-c3-dev

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 25 Feb 2011 18:38:33 +0100

tcos (0.89.78) unstable; urgency=low

  * lockscreen/Makefile tmixer/Makefile: add lost link flags, thanks ghe@d.o

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 16 Feb 2011 18:07:32 +0100

tcos (0.89.77) unstable; urgency=low

  * bin/get_vga_vendor: Use /sys/bus/pci with CLASS 0x030000 to search VGA vendor
  * lockscreen/Makefile lockscreen/waitforX.c debian/copyright: rewrite waitforX
  * hooks-addons: exit if waitforX fail
  * bin/get_vga_vendor bin/configurexorg: save VENDOR and MODEL and use in configurexorg
  * xmlrpc/pci.h: simplify PCI_ALL command

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 16 Feb 2011 17:43:53 +0100

tcos (0.89.76) unstable; urgency=low

  * debian/copyright: Machine readable debian/copyright format
  * update debian/copyright
  * bin/get_vga_vendor: cache VGA Vendor output in /tmp/vga_vendor
  * global license headers fix
  * Makefile: delete obsolete targets
  * debian/control: fix descriptions
  * debian/*.p* clean scripts and set /bin/sh as shell

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 14 Feb 2011 17:41:29 +0100

tcos (0.89.75) unstable; urgency=low

  * bin/tcos-buildchroot: remove dhcp3-client
  * cosmetic changes, remove extra spaces
  * Makefile common.mk: add Debian Squeeze

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sat, 05 Feb 2011 15:55:30 +0100

tcos (0.89.74) unstable; urgency=low

  * hooks-addons/01busybox: delete old busybox if exists
  * hooks-addons/01dhclient: copy /usr/lib/tcos/busybox if exists, don't
    show error messages

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 12 Jan 2011 17:24:40 +0100

tcos (0.89.73) unstable; urgency=low

  * tcos-standalone/tcos-standalone.desktop: replace gksu with su-to-
    root
  * bin/get_vga_vendor: use grep to extract vendor ID and product ID
  * bin/configurexorg: change method to get PCI vendor ID and product ID
  * remove usplash support
  * remove dhcp-client depend, switch to busybox udhcpc
  * udhcpc-script: use ifconfig without /sbin and save all vars in
    /tmp/net/.data
  * udhcpc read serverid instead of dhcpserver
  * clean old dhcp & splash code, and use /sbin/udhcpc if avalaible
    (lenny)
  * hooks-addons/01busybox: use TCOS_BINS/busybox if found
  * hooks-addons/01dhclient: make check with DESTDIR/busybox
  * hooks-addons/22esd: remove obsolete
  * hooks-addons/09printer: checkbashisms, remove function
  * scripts/tcos-top/50fstab: checkbashism let => a=(())
  * scripts/tcos-premount/40tftp: checkbashism 'echo -e'
  * bin/gentcos: checkbashism 'echo -e'

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 12 Jan 2011 15:40:15 +0100

tcos (0.89.72) unstable; urgency=low

  * Convert bin/get-xdg-desktop script in glib C app in lockscreen/get-
    xdg-desktop.c
  * debian/control: add libglib2.0-dev to Build Depends (get-xdg-
    desktop)
  * lockscreen/Makefile: compile get-xdg-desktop with warnings
  * Remove GRUB to build ISOS
  * lockscreen/Makefile: Add GXD to all target and fix install GXD
  * debian/initramfs-tools-tcos.install: rmeove menu.lst-tcos
  * tcos-standalone/Makefile: disable qcv locale
  * Switch to dpkg-source 3.0 (native)
  * Remove AUTOFS support
  * remove destripar_initramfs.sh, not needed
  * Remove UPGRADE.debian and references
  * Remove not needed SecurityPolicy
  * Remove obsolete daemonize dir
  * lockscreen/screensize.c, fix header and close display

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 06 Dec 2010 16:13:52 +0100

tcos (0.89.71) unstable; urgency=low

  * common.mk Update Ubuntu Lucid kernel 2.6.32-26
  * conf/tcos-generation-functions.sh: fix templates dir, use absolute
    path
  * conf/tcos-generation-functions.sh: fix another wrong templates path

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 25 Nov 2010 17:15:15 +0100

tcos (0.89.70) unstable; urgency=low

  * xmlrpc/sh/tcos-ftpclient: Parse OPEN in True/False way
  * xmlrpc/sh/tcos-last: set TCOSMONITOR_NO_EXTENSIONS before importing
    tcosmonitor
  * debian/copyright: update GIT URL
  * update GIT url
  * change TCOS_DIR from /usr/share/initramfs-tools-tcos to
    /usr/share/tcos

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 25 Nov 2010 13:25:47 +0100

tcos (0.89.69) unstable; urgency=low

  * hooks-addons/13kbmap scripts/tcos-bottom/05inittcos: really fix
    console keymaps
  * hooks-addons/clean_initramfs hooks/tcosbin: remove mdadm scripts
  * bin/get_xauth: fix XAUTHORITY handling

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 11 Nov 2010 18:48:17 +0100

tcos (0.89.68) unstable; urgency=low

  * Fix facet zombie process, go to /tmp and redirect stderr and stdout,
    thanks to Fede Heinz <fheinz@vialibre.org.ar>
  * session-cmd-script set umask 0177 and don't use --daemon, thanks
    again to Fede Heinz <fheinz@vialibre.org.ar>
  * session-cmd-script: try to call shared.py directly to get :0.0 IP
  * bin/tcos-buildchroot: don't install GRUB, and remove it if installed
  * hooks-addons/13kbmap: link cached.kmap.gz to boottime.kmap.gz
  * bin/get-xdg-desktop: safe eval XDG_DESKTOP_DIR (allow spaces) and
    create if not exists
  * common.mk: remove obsolete kernel versions and update Ubuntu Lucid
    and MaX

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 05 Nov 2010 16:29:28 +0100

tcos (0.89.67.1) unstable; urgency=low

  * Add Ubuntu Maverick

 -- Mario Izquierdo Rodríguez (Thinetic Systems SLNE) <mario.izquierdo@thinetic.es>  Fri, 15 Oct 2010 17:52:38 +0200

tcos (0.89.67) unstable; urgency=low

  * xmlrpc/sh/tcos-last update parseIpAddress and add tcosmonitor
    Sessions support (dbus+gdm+consolekit)
  * udev/cdrom-mount: read first CDROM device with devicesctl.sh
  * conf/80export_pulseaudio: call shared.py instead of importing
    modules
  * bin/tcos-gdm-autologin: fix some errors in read_exe_output and use
    pwd instead of read /etc/passwd
  * debian/control: allow isc-dhcp-client ash dhcp client
  * hooks-addons/01dhclient: move libz.so to /lib
  * hooks-addons/05compcache: use Inactive - 500KB if kbytes > AVALAIBLE
  * hooks-addons/99clean_nfs_image: move liblzo.so before deleting
    /usr/lib
  * hooks-addons/03udev2: don't delete udev script if booting in NFS
    mode
  * hooks/tcosnfs: add comcache to NFS initrd image
  * scripts/tcos-top/60make_init: fix udev script patch and use cat
    instead of link files in NFS root

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 03 Oct 2010 17:10:22 +0200

tcos (0.89.66) unstable; urgency=low

  * update Ubuntu Lucid kernel to 2.6.32-24

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 10 Sep 2010 20:03:29 +0200

tcos (0.89.65) unstable; urgency=low

  * bin/gentcos bin/installer.sh session-cmd/session-cmd-script: don't
    use '&>' to redirect all output
  * bin/gentcos: add distro and tcos version to gentcos output
  * bin/tcos-gdm-autologin: update popen2 => subprocess and search a GDM
    conf file in other sites
  * bin/tcos-gdm-autologin: add support for setting user if DISPLAY is
    local and log debug in /var/log/tcos-gdm-autologin.log

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 10 Sep 2010 19:54:29 +0200

tcos (0.89.64) unstable; urgency=low

  * hooks-addons/12getty: fix Debian lenny fgetty launch in background
  * bin/tcos-buildchroot: add fgetty to TCOS_PACKAGES and console-tools
    to Debian chroot
  * bin/configurexorg: fix xorgauto, use only if Xorg support it
    (xorg.conf.d dir)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 13 Jul 2010 18:22:41 +0200

tcos (0.89.63) unstable; urgency=low

  * xmlrpc/sh/devicesctl.sh: fix typo, double ||
  * common.mk update kernels
  * add support to automount CDROM/DVD need new version of tcos-devices-
    ng
  * bin/gentcos: Add a workaround for Debian bug #514938, rebuild
    initramfs if cpio fails
  * hooks-addons/50xorg: cosmetic change 3 dots
  * bin/configurexorg: change fullauto method to not user xorg.conf, use
    /usr/[share|lib]/X11/xorg.conf.d/ and set remote fons
  * hooks-addons/90plymouth: fix delete DejaVuSans.ttf font
  * hooks-addons/01dhclient: fix new ISC dhcp client and move libcrypto
    to /lib if needed
  * rename new fullauto to xorgauto
  * Update Ubuntu Lucid kernel to 2.6.32-23

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 13 Jul 2010 12:02:08 +0200

tcos (0.89.62) unstable; urgency=low

  * conf/tcos-run-functions.sh: download_file() read 0 from tftp command
    not from rm
  * hooks-addons/clean_initramfs: be silent if /scripts/panic/ don't
    exists
  * bin/tcos-buildchroot install tcos-usplash standalone, Ubuntu Lucid
    don't have usplash
  * move cdparanoia from tcos-core to initramfs-tools-tcos
  * tcos-core must depends on python-ipy
  * xmlrpc/sh/tcos-last don't crash if IP is binary
  * bin/tcos-buildchroot: copy /etc/hosts to chroot
  * udev/save-udev.sh xmlrpc/sh/devicesctl.sh replace spaces with
    underscores, fix some mount issues, thanks Nacho

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 17 Jun 2010 18:13:53 +0200

tcos (0.89.61) unstable; urgency=low

  [ Mario Izquierdo (mariodebian) ]
  * xmlrpc/sh/tcos-last: update parseIPAddress function and fix typo
    mitad => half
  * xmlrpc/sh/screenshot.sh: use /var/run/gdm*/ valid for Ubuntu and
    Debian
  * bin/get_xauth: use /var/run/gdm*/ valid for Ubuntu and Debian
  * scripts/tcos-top/05network: read x-display-manager and font-servers
    from dhclient.leases, option 48 and 49
  * debian/control: remove arch Depends in a all package, move to
    Recommends

  [ Ignacio Vidal ]
  * bin/get-xdg-desktop: new script to get Desktop dir
  * ssl: Add FTPSSL default certs
  * xmlrpc/sh/tcos-ftpclient new FTPSSL client
  * hooks-addons/03udev2: remove init-bottom/udev
  * xmlrpc/sh/screenshot.sh: test for XAUTH in /root folder
  * bin/gentcos: remove bashism function
  * bin/get_xauth: test for XAUTH in /root folder
  * bin/rsync-controller: remove old file
  * conf/tcos-generation-functions.sh: remove bashism function
  * Makefile: Install new get-xdg-desktop and ssl and not install rsync-
    controller
  * debian/control: add ethtools to Recommends
  * debian/tcos-core.postinst debian/tcos-core.install, unstall and
    chmod ssl dir
  * hooks-addons/clean_initramfs: chmod +x all /scripts
  * xmlrpc/sh/tcos-dbus.py: add DBus arg sendfiles
  * xmlrpc/Makefile: install sh/tcos-ftpclient
  * session-cmd/session-cmd-script: use tcosmonitor.shared to get
    DISPLAY
  * session-cmd/session-cmd-send: fix echo call
  * session-cmd/session-cmd-exec: don't load tcos-generation functions
    and use logout in gnome-session when avalaible

  [ Mario Izquierdo (mariodebian) ]
  * Release 0.89.61

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 30 Apr 2010 15:52:18 +0200

tcos (0.89.60) unstable; urgency=low

  [ Mario Izquierdo (mariodebian) ]
  * hooks-addons/95usplash_timeout: fix typo 00_nousplash => 00_nosplash
  * hooks-addons/40etc2300: change stat_after message
  * debian/control: add alsa-base and xfonts-100dpi to recommends
  * delete hooks-addons/08discover
  * hooks-addons/00users: remove '' from password string
  * scripts/tcos-bottom/05inittcos: don't delete /tmp/initramfs.debug
  * hooks-addons/50xorg: Add xorg.conf.d files

  [ Ignacio Vidal ]
  * bin/down-controller: search comands with which
  * bin/get_filesystem: try with /sbin/blkid too
  * bin/get_xauth: search XAUTHORITY in /var/run/gdm
  * conf/tcos-run-functions.sh: don't ping plymouth on quit
  * hooks-addons/00users: copy tcospasswd
  * hooks-addons/10ssl_tunnel xmlrpc/var/etc/stunnel/stunnel-custom.conf
    xmlrpc/var/etc/stunnel/stunnel.conf use sslVersion=all
  * xmlrpc/sh/getinfo.sh: use absolute path of pcimodules
  * xmlrpc/sh/restartx.sh: use which to search command
  * xmlrpc/sh/rtp-controller.sh: don't use 'w' command to search users
  * xmlrpc/sh/screenshot.sh: search XAUTHORITY in /var/run
  * xmlrpc/sh/tcos-last: try to split uthost in half len and compare it,
    Ubuntu put IP addr twice in this var

  [ Mario Izquierdo (mariodebian) ]
  * Release 0.89.60

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 23 Apr 2010 17:56:22 +0200

tcos (0.89.59) unstable; urgency=low

  * move logo.xpm.gz from /etc/tcos to /usr/share/initramfs-tools-tcos
  * Release 0.89.59

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sat, 17 Apr 2010 16:09:06 +0200

tcos (0.89.58) unstable; urgency=low

  [ Mario Izquierdo (mariodebian) ]
  * initial work supporting plymouth
  * hooks-addons/12getty hooks-addons/01busybox debian/control: use
    fgetty to protect shells
  * scripts/tcos-top/05network: read 'server-name' from dhclient.leases
    if exists for dhcpserver var
  * hooks-addons/90plymouth: delete plymouth scripts if disabled
  * scripts/tcos-bottom/05inittcos: don't change root password on boot,
    use hashed
  * hooks-addons/00users: use tcospasswd to generate a password hash and
    put in the image, don't use chpasswd

  [ Ignacio Vidal ]
  * xorgids/xorg.pciids: add new IDS
  * xmlrpc/var/etc/stunnel/*: Remove extra spaces
  * xmlrpc/sh/tcos-last: remove duplicate line and use groups command to
    search users in group
  * xmlrpc/sh/getinfo.sh: use pcimodules intead of discover
  * xmlrpc/sh/*: set volumes for capture devices
  * tnc/tcos-net-controller.c: use TCOS_TNC label for our iptables rules
  * tmixer/tmixer-alsa.c: Allow control capture channels for rtp, mic...
  * bin/gentcos: cache libglx.so and LibGL.so.1.2 if exists
  * conf/base.conf: comment new fullauto setting
  * bin/configurexorg conf/xorg.conf.tpl: use new fullauto and update
    refresh settings for old monitors
  * conf/tcos-modules.conf: add scsi-transport-spi i830 mga r128 radeon
    savage sis tdfx new modules
  * conf/tcos-run-functions.sh: kill and start plymouth/usplash in same
    function
  * hooks-addons/00main: create /usr/lib before copying things to it
  * hooks-addons/05compcache: add prereqs header
  * hooks-addons/19usbip: update usbip paths
  * hooks-addons/40etc2300: refactorize and search for a PCI id
  * hooks-addons/51dri: add TCOS_XORG_DRI_MATROX and new dri files of
    radeon and trdent
  * hooks-addons/54devices: don't copy if /usr/share/initramfs-
    tools/hooks/ntfs_3g exists
  * hooks-addons/clean_initramfs: make +x all scripts and delete usplash
    or plymouth if disabled
  * scripts/tcos-bottom/40initsound: add more channels
  * scripts/tcos-premount/40tftp: test if /usr/bin/Xorg is found instead
    of /usr/share dir
  * scripts/tcos-top/01busybox: test for usplash before calling it
  * scripts/tcos-bottom/22intel: exit if fullauto is set
  * scripts/tcos-bottom/25startx scripts/tcos-bottom/60installer
    scripts/tcos-bottom/80shell: change usplash => splash
  * hooks-addons/96modules: disable splash if sisfb is needed
  * hooks-addons/51amd_geode hooks-addons/51via_openchrome: exit if
    fullauto is set
  * hooks-addons/00init: rename usplash => splash
  * hooks-addons/90plymouth hooks-addons/95usplash_timeout

  [ Mario Izquierdo (mariodebian) ]
  * New release 0.89.58

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sat, 17 Apr 2010 15:59:10 +0200

tcos (0.89.57) unstable; urgency=low

  * Rename sources from initramfs-tools-tcos to tcos

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 06 Apr 2010 16:06:53 +0200

initramfs-tools-tcos (0.89.56) unstable; urgency=low

  * xmlrpc/sh/devicesctl.sh hooks-addons/54devices: ensure LTSPFS_TOKEN
    is set
  * add prereqs in scripts headers
  * hooks-addons/03udev2: copy input_id helper
  * hooks-addons/50xorg: copy libGL.so.1 from mesa dir if exists
  * hooks-addons/clean_initramfs: remove ORDER files an overwrite
    cache_run_scripts
  * add prereqs in some other scripts
  * remove console-tools from chroot packages
  * bin/tcos-buildchroot: copy lockscreen-custom.png if found
  * xmlrpc/sh/tcos-last: check IP with ipaddr module
  * conf/80export_pulseaudio: use python to get DISPLAY

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 30 Mar 2010 17:44:09 +0200

initramfs-tools-tcos (0.89.55) unstable; urgency=low

  * fix dolar escape in openchrome start script
  * bin/tryXorg.sh: configure fonts servers xfs and xfstt
  * tmixer/tmixer-alsa.c: Fix hidden channels, only hide enumerates
    (alsa 1.0.22)
  * Add support for compcache (ramzswap)
  * hooks-addons/05compcache: Show info when compcache is enabled
  * scripts/tcos-bottom/10ldconfig: don't show errors in ldconfig
  * tnc/tcos-net-controller.c: change ip_by_eth function
  * hooks-addons/05compcache: fix TOTAL_RAM

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 26 Feb 2010 17:36:05 +0100

initramfs-tools-tcos (0.89.54) unstable; urgency=low

  * remove backup of tcos.conf
  * better method to get VGA vendor
  * add dropbear and mbr packages in chroot
  * change perms 644 to tcos.conf
  * wait before Xorg is launched a bit more time
  * don't depend on portmap (Debian unstable)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 06 Jan 2010 17:27:33 +0100

initramfs-tools-tcos (0.89.53) unstable; urgency=low

  * move some tcos-bottom script later
  * scripts/tcos-bottom/80shell: stop bootchart if exists
  * scripts/tcos-bottom/57devices: test ltspfsd
  * scripts/tcos-bottom/55mount_listener: only start if USB and IDE is
    enabled
  * set chmod +x in scripts
  * bin/tcos-genbootchart: use DISPLAY if not arg is passed
  * set 2.6.32-trunk-486 for Debian unstable
  * conf/base.conf: add TCOS_USBIP new var, disabled by default
  * hooks-addons/19usbip: use new var TCOS_USBIP
  * debian/tcos-standalone.init: provides tcos-standalone
  * debian/copyright: replace (C) with ©
  * debian/control: add misc:Depends and fix typo
  * xmlrpc/man/update-tcospasswd.1 tcos-standalone/tcos-standalone.1
    bin/tcos-gdm-autologin.1 bin/tcos-buildchroot.1 bin/gentcos.1: split
    lines longer than 80 chars
  * Makefile conf/tcos.conf.light: Add new light template run in 46 MB
  * conf/tcos-run-functions.sh: update list of killed apps
  * tcos-standalone/tcos-standalone.desktop: remove obsolete Encoding
  * New XMLRPC method: config, read vars from tcos.conf in thin client

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 18 Dec 2009 19:04:14 +0100

initramfs-tools-tcos (0.89.52) unstable; urgency=low

  * Enable/disable composite Xorg extension
  * fix if::else TCOS_COMPOSITE
  * downgrade some depends to recommends
  * cosmetic hanges in standalone init script
  * bin/tcos-buildchroot: copy /etc/localtime /etc/adjtime if exists
  * hooks-addons/50xorg: copy linked libs
  * add TCOS_CPUFREQ support with powersave scaling governor
  * tcos-standalone/tcos-standalone.py replace obsolete popen2 with
    subprocess
  * scripts/tcos-bottom/30devices: disable -a in ltspfsd, not needed
    anymore
  * remove rtptools and sox depends, audio multicast use pulseaudio
    native RTP module
  * fix typo suggest => suggests

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 13 Dec 2009 19:24:56 +0100

initramfs-tools-tcos (0.89.51) unstable; urgency=low

  * new bin waitforX, to e used in startup scripts
  * copy waitforX and use it instead of 'pidof Xorg'
  * dnsmasq by default
  * detect VGA vendor with new script get_vga_vendor
  * update USBIP bins PATH
  * add 2 new openchrome cards
  * hooks-addons/53mga: fix typo
  * hooks-addons/21pulseaudio: fix typo
  * tcos-genbootchart: move to /usr/bin
  * hooks-addons/05devices call ltspfs-set-xprop in X11/PreRun
  * Update copyright
  * fix path in tcos-genbootchart

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 07 Dec 2009 21:37:52 +0100

initramfs-tools-tcos (0.89.50) unstable; urgency=low

  * Depend on ltspfsd-core and ltspfs
  * Use evdev as keyboard driver when kbd is not found
  * put XbdModel=abnt2 in evdev driver
  * update depends, change to i386 the thin client depends
  * update kernels
  * revert arch depends

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 22 Nov 2009 20:14:37 +0100

initramfs-tools-tcos (0.89.49) unstable; urgency=low

  * remove libnss-db, new libc conflicts with it
  * set home if getent fails
  * bin/tcos-buildchroot: remove libnss-db from PACKAGES
  * hooks-addons/00main: copy libnss_db.so.2 if exists
  * bin/get_xauth: read cookie from GDM/KDM when no user is logged
  * scripts/tcos-bottom/10ldconfig: export env vars in /root/.profile
  * scripts/tcos-bottom/80shell: change order in PS1 var
  * debian/initramfs-tools-tcos.postinst: fix typo

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 08 Nov 2009 14:57:29 +0100

initramfs-tools-tcos (0.89.48) unstable; urgency=low

  * fix startscale STANDALONE auth argument
  * copy localtime and adjtime from system to chroot
  * save date in BIOS after run ntpdate and copy /etc/services always,
    not only if inetd is ENABLED
  * bin/get_filesystem: call udevadm if exists
  * bin/tryXorg.sh: fix AutoAddDevices in xorg.conf.auto

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 13 Oct 2009 12:02:21 +0200

initramfs-tools-tcos (0.89.47) unstable; urgency=low

  * fix typo and use DPATH inseat of reserved var PATH
  * udev/mount_listener.c don't show errors if poll() return 0
  * hooks-addons/03udev: copy /lib/udev/rules.d/40-alsa.rules, 
    Ubuntu Jaunty fix sound
  * add support to update BIOS date/time with ntpdate, disabled by default
  * use blkid, from util-linux (if avalaible) to get filesystem type
  * call user scripts in /etc/tcos/pxelinux.d/*.hook files
  * log ntpdate in initramfs.debug file
  * fix typos in example install
  * add new files to initramfs package
  * check for reopen in x11vnc before using it
  * fix exec pxelinux.d hooks and fix example hack

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 04 Oct 2009 15:43:59 +0200

initramfs-tools-tcos (0.89.46) unstable; urgency=low

  * pulseaudio: set exit-idle-time to -1, only set SHM if low memory <
    64MiB, and don't copy udev or x11 modules
  * create p910nd lock dir
  * update Ubuntu Jaunty kernel to 2.6.28-15-generic
  * don't run vol_id if not found, and add udevinfo detection method
  * udev/tcos-udevd.sh udev/save-udev.sh: translate DEVPATH to old short
    one

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 01 Oct 2009 16:03:36 +0200

initramfs-tools-tcos (0.89.45) unstable; urgency=low

  * Allow to start x11vnc server in scale mode
  * Include dbus utils, disabled by default
  * PulseAudio revert to deprecated module-detect add users and revert
    module-x11-publish => pax11publish
  * Remove chroot package from DISTRO_PACKAGES

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 30 Sep 2009 22:41:29 +0200

initramfs-tools-tcos (0.89.44) unstable; urgency=low

  * Use abnt2 keymap for Brasil users
  * Add support for NTFS-3G
  * Add more info about dnsmasq and gPXE
  * Allow to personalize usplash resolution
  * Fix rdesktop IP detection and use correct keymap
  * xmlrpc/*:
    - Add support to get screensize in info.[ch]

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 25 Sep 2009 23:46:32 +0200

initramfs-tools-tcos (0.89.43) unstable; urgency=low

  * bin/gentcos:
    - Copy and remove System.map file.
  * bin/tcos-buildchroot:
    - Update to work on Ubuntu karmic
    - Add lost dependencies
    - Merge Ubuntu and Debian code, remove cdebootstrap
    - Preseed console-data, console-setup and dash too
  * hooks-addons/05devices:
    - Warn about different ltspfs versions
  * hooks-addons/21pulseaudio:
    - Copy linked libs of modules (new libudev)
    - Use module-udev-detect if avalaible

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 07 Sep 2009 11:12:50 +0200

initramfs-tools-tcos (0.89.42) unstable; urgency=low

  * Fix debian/initramfs-tools-tcos.postinst
  * Call depmod with System.map file and remove '-e' argument

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 06 Sep 2009 13:26:53 +0200

initramfs-tools-tcos (0.89.41) unstable; urgency=low

  * bin/tcos-buildchroot:
    - Add --tcos-exp option (enable experimental branch of TCOS repo)
    - Remove obsolete esound package
  * Makefile: 
    - Remove obsolete patch targets
    - Add karmic target
    - Delete deprecated amd64 patch
  * tcos/tcos.dnsmasq.conf
    - Add example of MAC:IP allocation
  * bin/configurexorg:
    - Add support to 1440x900 xres
  * New metapackage tcos-tftp-dhcp:
    - Install dnsmasq || atftp + dhcp3-server
  * common.mk:
    - Add Ubuntu karmic
  * debian/control:
    - Reformat
    - Add debootstrap [amd64]

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 06 Sep 2009 12:33:17 +0200

initramfs-tools-tcos (0.89.40) unstable; urgency=low

  * Switch to CDBS.
  * Update debhelper to 7.0.0, compat to 7 and Policy to 3.8.0
  * Add dnsmasq as replacement of DHCP and TFTP server
  * Downgrade some Depends to Recomends 
    (since Lenny, Recomends are installed by default)
  * hooks-addons/50xorg:
    - Make twm optional

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 01 Sep 2009 19:12:50 +0200

initramfs-tools-tcos (0.89.39+1) unstable; urgency=low

  * hooks-addons/21pulseaudio:
    - Only add shm settings if found in file (supported)
  * hooks-addons/03udev2:
    - Delete more not needed rules
  * hooks-addons/20alsa:
    - Only copy /etc/init.d/alsa-utils if found

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 31 Aug 2009 15:17:05 +0200

initramfs-tools-tcos (0.89.39) unstable; urgency=low

  * tcos_vnc() don't show plain password, vnc-controller.sh don't return
    error with killall fail
  * mount-listener poll() eats CPU and RAM, wait 2 seconds if no changes
  * hooks-addons/03udev2: delete some not needed rules
  * hooks-addons/25tcosmonitor: create wrapper of udevinfo if link or no
    exists
  * xmlrpc/sound.c: don't show plain password
  * scripts/tcos-bottom/75print: Add /dev/usb/lp0 as printer device

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 18 Aug 2009 15:11:58 +0200

initramfs-tools-tcos (0.89.38) unstable; urgency=low

  * Use upper PCI IDs
  * re-add wait for Xorg when launch rdesktop or local session
  * delete some not needed modules, create /var/lib/pulse fix SHM memory
    bug and use module-x11-publish.so

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 11 Aug 2009 11:05:45 +0200

initramfs-tools-tcos (0.89.37) unstable; urgency=low

  * scripts/tcos-top/05network:
    - Wait 10 seconds for netlink (some gigabit cards needs it)
  * scripts/tcos-top/01busybox:
    - Call udevadm too
  * hooks-addons/25tcosmonitor:
    - Create udevinfo script if no exists (for backwards compability)
  * hooks-addons/00main
    - Copy /lib/libnss_mdns4_minimal.so.2 when avalaible (fix DNS calls)
  * hooks-addons/50xorg:
    - Only support Xorg versions >= 7.0
  * conf/tcos-modules.conf
    - Add new modules ide-gd_mod ide-cd_mod
  * Refactorize Makefiles and some XMLRPC code
  * Set C code spaces to 2 and clean some old code
  * Disable old screenshot.c method
  * Add TCOS_XORG_DRI_* new vars to enable individual DRI libs
  * Don't copy libGLcore.so if not found (newest xserver-xorg-core don't have it)
  * Update kernel versions
  * Disable '-Wl,--as-needed' flags (Squeeze and Lenny don't work)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 13 Jul 2009 20:17:51 +0200

initramfs-tools-tcos (0.89.36) unstable; urgency=low

  * Add Xfbdev support
  * hooks-addons/99tcos:
    - Fix typo TCOS_UNONFS => TCOS_UNIONFS
  * Disable HAL in Xorg autoconfigure
  * hooks-addons/50xorg:
    - Copy linked libs in drivers
  * hooks-addons/21pulseaudio hooks-addons/22esd 
    scripts/tcos-bottom/40initsound
    - Disable ESOUND (pulseaudio only support)
  * Fix typo in hooks-addons/52intel
  * scripts/tcos-bottom/22intel:
    - Force intel driver (VESA don't works)
  * Disable INETD by default
  * Delete old code (discover, opentelnet, etc...)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 18 Jun 2009 12:32:47 +0200

initramfs-tools-tcos (0.89.35) unstable; urgency=low

  * hooks/tcosmods: fix detection of floppy module
  * hooks-addons/21pulseaudio: use pulse-*/ for modules dir adn delete
    console-kit and ldspa modules
  * scripts/tcos-bottom/40initsound: fix empty var test and add % to
    volume string, printf need it
  * scripts/tcos-bottom/10ldconfig scripts/tcos-bottom/20autofs: fix
    empty var tests
  * hooks-addons/50xorg: create /usr/lib/xorg before copying files to
    it, and don't copy fonts if not exists
  * scripts/tcos-top/01busybox: fix test var to disable ide modules
  * scripts/tcos-bottom/80shell: empty cached memory when TCOS ends
    booting
  * scripts/tcos-bottom/70wakeonlan: fix var test and only exec ethtool
    if exists

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 19 May 2009 15:34:44 +0200

initramfs-tools-tcos (0.89.34) unstable; urgency=low

  * Fix have_getty var and sleep 2 second between getty calls
  * call linkcreator in tcos-bottom/00 and fix ln -s command
  * bin/configurexorg: set TCOS_ENABLE_FONT_SERVER emtpy if value is 1
  * fix initsound script when sound is disabled
  * Change modprobe.d files with new .conf format

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sat, 21 Mar 2009 12:16:14 +0100

initramfs-tools-tcos (0.89.33) unstable; urgency=low

  * Remove tinylogin (use busybox-static when avalaible
  * Update GPL to GPL2 in debian/copyright
  * Disable RDESKTOP in tcos.conf.all
  * Add geode choipset pci IDS
  * stunnel don't allow comments on vars lines, fix 0 TIMEOUTclose
  * Stop and start tcos-bootchartd when booting in NFS mode
  * use PCI IDS instead of calling lspci in hooks-addons/51amd_geode
  * use PCI IDS instead of calling lspci in hooks-addons/53mga
  * Update module deps in initramfs image
  * don't copy udevinfo, link from udevadm if original is a symbolic link
  * scripts/tcos-top/01busybox:
  * remove prereqs test, TCOS don't need
  * hooks-addons/01busybox: check for static version of busybox, remove
    tinylogin
  * hooks-addons/12getty: disable getty if busybox don't have it
  * hooks-addons/23bootchart: remove prereqs and commented code
  * hooks-addons/04debug:
  * hooks-addons/03udev2:
  * hooks-addons/clean_initramfs
  * Update destripar_initramfs.sh script with new kernel version and
    call fdupes

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sat, 28 Feb 2009 20:13:10 +0100

initramfs-tools-tcos (0.89.32) unstable; urgency=low

  * Remove bc package as Build-Depends and fix/clean xmlrpc/Makefile
  * hooks-addons/05devices: close if LTSPFS
  * hooks-addons/19usbip
    - Fix copy of usb.ids
    - Clean header

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 16 Feb 2009 12:56:24 +0100

initramfs-tools-tcos (0.89.31) unstable; urgency=low

  * Switch tcos-standalone to arch all
  * Remove lp-server support (packages are removed from repos)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 15 Feb 2009 20:31:46 +0100

initramfs-tools-tcos (0.89.30) unstable; urgency=low

  * hooks-addons/19usbip:
    - Change path of usb.ids
  * lockscreen/lockscreen2.c lockscreen/Makefile debian/control:
    - Switch from Imlib1 to Imlib2
  * Delete USPLASH stuff (is in another package)
  * Add Debian lenny as distro target

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 15 Feb 2009 18:34:39 +0100

initramfs-tools-tcos (0.89.30) unstable; urgency=low

  * Fix some errors with (set -e) in debian/*.p* scripts

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 12 Feb 2009 18:49:14 +0100

initramfs-tools-tcos (0.89.29) unstable; urgency=low

  * Remove SHFS support
  * Update reportbug mail
  * Cleanup debian/* files and scripts

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 12 Feb 2009 16:23:41 +0100

initramfs-tools-tcos (0.89.28.1) unstable; urgency=low

  * Merge From Ignacio Vidal an Lliurex changes

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 09 Feb 2009 17:14:11 +0100

initramfs-tools-tcos (0.89.28) unstable; urgency=low

  * Remove httpfs support (unknow license)
  * Clean all busybox httpd old stuff
  * Provide alternate in tcos-core Depends:
    busybox | busybox-static
  * Remove print_server support (use p910nd or lp-server)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 09 Feb 2009 16:06:10 +0100

initramfs-tools-tcos (0.89.27) unstable; urgency=low

  * Add support of p910nd print daemon

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 08 Feb 2009 19:18:06 +0100

initramfs-tools-tcos (0.89.26) unstable; urgency=low

  * Add portmap and acpid as depends of initramfs-tools-tcos
  * hooks-addons/20alsa
    - Delete pulse-as-default Ubuntu files from usr/share/alsa
    - Copy libasound_module_conf_pulse.so if found
  * Move usr/share/initramfs-tools-tcos/inc from tcos to initramfs-tools-tcos package
    - initramfs-tools-tcos now conflicts with tcos << 0.89.26
  * hooks-addons/50xorg
    - Copy /usr/lib/xorg/protocol.txt (new file in Xorg 1.5)
    - Check if exists /usr/lib/xorg/modules/extensions/libGLcore.so before copying
    - Check if exists /etc/X11/rgb.txt before copying
  * hooks-addons/51dri
    - Copy new dri /usr/lib/dri/swrast_dri.so
  * hooks-addons/51via_openchrome
    - Check if exists /etc/X11/XvMCConfig before copying

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 05 Feb 2009 19:05:31 +0100

initramfs-tools-tcos (0.89.25) unstable; urgency=low

  * xmlrpc/sh/soundctl.sh:
    -Allow to kill/restart PulseAudio
  * Use new version to deploy PulseAudio hack

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 04 Feb 2009 13:14:13 +0100

initramfs-tools-tcos (0.89.24) unstable; urgency=low

  * Upss wrong patched lines in hooks-addons/21pulseaudio, fixed

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 04 Feb 2009 10:54:15 +0100

initramfs-tools-tcos (0.89.23) unstable; urgency=low

  * Update Vcs- debian/control headers to new GIT repos
  * Remove debootstarp stuff
  * Update debian/copyright (remove pkgdetails and usplash)
  * hooks-addons/21pulseaudio conf/base.conf conf/80export_pulseaudio:
    - New var TCOS_SOUND_REMOTE_ESD, enable pulseaudio to listen again at esound port
    - Fix some if then test

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 03 Feb 2009 23:23:02 +0100

initramfs-tools-tcos (0.89.22) unstable; urgency=low

  * conf/xorg.conf.tpl:
    - Include TTF fontserver too, doc at:
      http://wiki.tcosproject.org/Tips/XFontServer/es

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 26 Jan 2009 17:12:43 +0100

initramfs-tools-tcos (0.89.21) unstable; urgency=low

  * Enable XFS again, some apps needs another fonts
  * Use TCOS_ENABLE_FONT_SERVER (disabled by default)
  * common.mk
    - Update Ubuntu Hardy and MaX kernel to 2.6.24-23

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 25 Jan 2009 13:08:22 +0100

initramfs-tools-tcos (0.89.20) unstable; urgency=low

  * Makefile common.mk
    - Fix amd64 patches
  * Update tcos-standalone pt_BR translation

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 14 Jan 2009 20:15:04 +0100

initramfs-tools-tcos (0.89.19) unstable; urgency=low

  * Include xorg.pciids and use in configurexorg
  * hooks-addons/00main:
    - Include portmap (needed for NFS)
  * hooks-addons/01dhclient
    - Fix nameserver detection
  * hooks-addons/16debootstrap
    - Fix duplicated cpifexists
  * xmlrpc/sh/devicesctl.sh
    - New function --getid (call udevinfo to get vendor and model)
  * scripts/tcos-premount/36squashfs-methods
    - Get squashfs using NFS or http

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sat, 10 Jan 2009 16:25:21 +0100

initramfs-tools-tcos (0.89.18) unstable; urgency=low

  * Use update_progress without argument (switch to new theme)
  * tcos/logo.lss:
    - New black theme
  * conf/tcos-run-functions.sh:
    - Increase progress bar when downloading big files
  * hooks-addons/clean_initramfs:
    - No delete libdrm and other libs
  * common.mk:
    - Update Ubuntu Hardy and MaX kernel to 2.6.24-22

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 31 Dec 2008 17:22:51 +0100

initramfs-tools-tcos (0.89.17) unstable; urgency=low

  * hooks-addons/50xorg:
    - Priorice /usr/share/fonts instead or old /usr/lib/X11 (fix for etch)
  * debian/control bin/tcos-buildchroot
    - Add xfonts-base xfonts-100dpi as Depends on initramfs-tools-tcos and tcos-buildchroot

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 04 Nov 2008 16:06:09 +0100

initramfs-tools-tcos (0.89.16) unstable; urgency=low

  The 10 seconds less Release

  * Remove discover support:
    - This breaks xmlrpc/sh/getinfo.sh, bin/configurexorg  and other things
  * Add pcimodules as replacement of dicover
  * Fix lspci calls, use -n switch (more speed)
  * Overwrite run_scripts() with simple one

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 29 Oct 2008 15:38:01 +0100

initramfs-tools-tcos (0.89.15) unstable; urgency=low

  * bin/tcos-bootchartd:
    - Create new bootchartd script (without init stuff)
  * bin/tcos-genbootchart:
    - Conect to thin client, get bootchartd logs and create bootchart.png in current dir
  * scripts/tcos-premount/40tftp:
    - Disable sync and sleep before downloading (not needed)
  * scripts/tcos-top/01busybox:
    - set kernel less verbose if quiet arg detected
  * scripts/tcos-bottom/80shell:
    - Stop tcos-bootchartd if detected
  * scripts/tcos-bottom/55mount_listener:
    - Enable late tcos-udev.sh
  * scripts/tcos-bottom/30devices:
    - Configure LTSPFS wit noauth when using bootchart
    - Load floppy module with insmod in background
  * tmixer/tmixer-alsa.c:
    - Enable sset to set Capture level
  * bin/tcos-buildchroot Makefile
    - Delete libltdl3 depend with Ubuntu intrepid
  * hooks-addons/03udev2:
    - delete some not needed rules
  * bin/tcosgenbootchart:
    - Fix typo, rename

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 28 Oct 2008 18:29:40 +0100

initramfs-tools-tcos (0.89.14) unstable; urgency=low

  * Move /etc/tcos/tcos-modules.conf to /usr/share/initramfs-tools-tcos
  * Don't copy floppy/ide-floppy module in /lib/modules, use /lib/extramodules
  * Move usplash stuff to tcos-usplash package
  * Add hooks-addons/91splashy hook (don't work yet)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 26 Oct 2008 12:22:58 +0100

initramfs-tools-tcos (0.89.13) unstable; urgency=low

  * hooks-addons/50xorg:
    - Remove Xorg 6.9 support
    - Add local fonts, remove xfs depend
  * conf/tcos-run-functions.sh:
    - Only start usplash when reboot/shutdown if enabled in cmdline
  * conf/xorg.conf.tpl
    - Remove fonts and XFS line, now we have local misc/100dpi fonts
  * scripts/tcos-bottom/55mount_listener:
    - Include conf/tcos-run-functions.sh
  * bin/configurexorg bin/tryXorg.sh
    - Remove fontserver support
  * hooks-addons/23bootchart:
    - Add experimental support for bootchart (not enabled)
  * hooks-addons/52intel
    - Fix Intel X11 PreRun if (need a space)
    - Escape dollar in lspci and compare with 0
  * bin/gentcos
    - Disable XFS check

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 23 Oct 2008 15:15:35 +0200

initramfs-tools-tcos (0.89.12) unstable; urgency=low

  * Patches by Vidal:
    - Enable RTP multichat mode and configure MIC levels

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sat, 11 Oct 2008 15:15:22 +0200

initramfs-tools-tcos (0.89.11) unstable; urgency=low

  * xmlrpc/sh/tcos-pam-usb.sh:
    - Add readdevices option (used by pamusb-conf-gui)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sat, 04 Oct 2008 12:28:50 +0200

initramfs-tools-tcos (0.89.10) unstable; urgency=low

  * Change tcos-standalone Depends: tcosmonitor => tcosmonitor-common

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 30 Sep 2008 11:30:55 +0200

initramfs-tools-tcos (0.89.9) unstable; urgency=low

  [ Mario Izquierdo (mariodebian) ]
  * udev/mount_listener.c
    - Compare device with /dev/disk/ and do nothing if match => pam-usb mount
  * xmlrpc/sh/tcos-pam-usb.sh
    - No clean /tmp/tcos-udev.log
  * xmlrpc/pam-usb.c
    - Read fwrite returned value too (fix amd64 warning_unused_result)

  [ Ignacio Vidal ]
  * tnc/tcos-net-controller.c xmlrpc/*:
    - Allow net-controller only block ports
  * scripts/tcos-bottom/*
    - Add more options from cmdline
  * debian/control:
    - Update depends
  * scripts/tcos-bottom/40initsound xmlrpc/sh/rtp-controller.sh
    hooks-addons/21pulseaudio:
    -  Update scripts to allow new chat mode

 -- Ignacio Vidal <vidal_joshur@gva.es>  Tue, 23 Sep 2008 19:05:58 +0200

initramfs-tools-tcos (0.89.8) unstable; urgency=low

  * New XMLRPC method pamusb:
    - Copy LTSPFS_TOKEN, mount device UUID and get/save PAD (needed by libpam-usb-tcos)
  * xmlrpc/* printer/* tnc/* tmixer/*:
    - Read fgets and fwrite value (fix amd64 warning_unused_result)
  * xmlrpc/common.c:
    - Redefine dbgtcos as MACRO to show source filename and line number (idea taken from pam-usb)
    - Add base64_decode (needed by tcos_pam_usb)
  * xmlrpc/Makefile:
    - Remove -ansi -pedantic from compiler flags (dbgtcos MACRO use ISO C99)
  * hooks-addons/05devices:
    - Always copy xprop and ltsp-set-xprop
  * Update debian/copyright with base64 origin

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 12 Sep 2008 17:34:43 +0200

initramfs-tools-tcos (0.89.7) unstable; urgency=low

  [ Mario Izquierdo (mariodebian) ]
  * debian/control Makefile:
    - Debian etch and Ubuntu feisty, gutsy don't have libsox-fmt-all, use sox instead
  * Move sox and alsa code from 21pulseaudio to 20 alsa

  [ Ignacio Vidal ]
  * tnc/tcos-net-controller.c:
    - Add routing table support
  * debian/control:
   - Fix atftp depend

 -- Ignacio Vidal <vidal_joshur@gva.es>  Wed, 10 Sep 2008 17:48:36 +0200

initramfs-tools-tcos (0.89.6) unstable; urgency=low

  * xmlrpc/sh/rtp-controller.sh, hooks-addons/21pulseaudio:
    - Copy and create links of sox libs
    - Copy libasound2-plugins of pulseaudio and create /etc/asound.conf
  * bin/tcos-buildchroot:
    - Add libasound2-plugins to base packages
  * bin/configurexorg:
    - touch mysettings.conf (newer tftp don't create if no exists)
  * debian/control:
    - Add libsox-fmt-all and libasound2-plugins to tcos-core Depends
  * xmlrpc/sh/rtp-controller.sh, hooks-addons/21pulseaudio:
    - Revert creation of /etc/asound.conf in 21pulseaudio because breaks tmixer
  * common.mk Makefile:
    - Add Ubuntu intrepid target and kernel version (2.6.27-2-generic)
  * bin/tcos-buildchroot
    - Add intrepid in if sentences

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 05 Sep 2008 17:22:54 +0200

initramfs-tools-tcos (0.89.5) unstable; urgency=low

  * xmlrpc/validate-tcos.c:
    - Revert remove_line_break that breaks tcos auth
  * Update Debian unstable kernel to 2.6.26-1-486
  * bin/get_server:
    - Read TCOS SSL vars before reading log file
  * Update Debian testing default kernel to 2.6.25-2-486
  * xmlrpc/tcosxmlrpc.c
    - Fix typo adding method tcos_tnc in OLD API
  * tmixer/Makefile
    - Disable '-ansi -pedantic' compile flags (Debian Etch libasound2-dev don't like it)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 06 Aug 2008 20:21:58 +0200

initramfs-tools-tcos (0.89.4) unstable; urgency=low

  * xmlrpc/xauth.c xmlrpc/common.h
    - Change mkstemp prototype, from man page: 'int mkstemp(char *template);'
    - This fix amd64 warning of incompatible types.
  * hooks-addons/21pulseaudio
    - Change method to read CPU speed
    - Add --system to pulseaudio options
    - Remove --system (need pulse user)
    - Add --realtime only if pulseaudio support it (use --help to know it)
  * tmixer:
    - Add new way to get audo channels (mix of aumix and amixer sources)
  * hooks-addons/20alsa scripts/tcos-bottom/40initsound
    xmlrpc/sh/soundctl.sh xmlrpc/sh/vlc-controller.sh
    - Prepare to use new tmixer tool (all is more easy)
  * Makefile
    - Install tmixer in /usr/lib/tcos/
  * debian/control bin/tcos-buildchroot
    - Build depends on libasound2-dev and remove aumix and alsa-utils depends
    - Make pulseaudio-esound-compat as alternative of esound

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 30 Jul 2008 16:12:32 +0200

initramfs-tools-tcos (0.89.3) unstable; urgency=low

  * xmlrpc/tcosxmlrpc.c xmlrpc/reboot_poweroff.c xmlrpc/screenshot.c 
    xmlrpc/xorg.c xmlrpc/devices.c xmlrpc/tnc.c xmlrpc/vnc.c 
    xmlrpc/sound.c xmlrpc/info.c xmlrpc/validate-tcos.c xmlrpc/rtp.c 
    xmlrpc/pci.c xmlrpc/standalone.c xmlrpc/common.c
    - Use remove_line_break function to clean '\n' returned fgets line
  * xmlrpc/dpms.c xmlrpc/dpms.h
    - New method to control DPMS Monitor features
  * hooks-addons/21pulseaudio conf/80export_pulseaudio
    - don't listen on esound port and export ESPEAKER, eats a lot of bandwich

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 28 Jul 2008 12:18:08 +0200

initramfs-tools-tcos (0.89.2) unstable; urgency=low

  * conf/tcos-modules.conf:
    - Add modules: nls_base nls_utf8 snd-hda-intel snd-atiixp snd-usb-audio fat
  * bin/installer.sh
    - Use BusyBox dd instead of klibc dd (and use bs argument)
  * hooks-addons/40etc2300
    - If found, use snd-sis7019 instead of OSS sis7019 module
  * hooks-addons/56rdesktop hooks-addons/50xorg
    - Escape var XAUTHORITY in launchers
  * tnc/tcos-net-controller.c
    - Fix get_uid() function (return unsigned int not char pointer)
    - Add debug function, and clean code
    - Remove not needed vars
  * debian/control:
    - Add iproute to tcos-core Depends
  * hooks-addons/21pulseaudio hooks-addons/03wireless hooks-addons/22esd
    conf/tcos-generation-functions.sh
    - Create _ldd wrapper to call ldd with LC_ALL=C and no return error messages
  * hooks-addons/clean_initramfs:
    - Move libasound if zattoo is installed to proper path
    - Delete not needed libs (depends on resume and not used)
  * hooks-addons/22esd:
    - Use copy_exec to copy libesd (and depends)
  * scripts/tcos-top/50fstab:
    - Don't show errors mounting /proc/bus/usb

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 25 Jul 2008 12:54:29 +0200

initramfs-tools-tcos (0.89.1) unstable; urgency=low

  * New release 0.89.1

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sat, 19 Jul 2008 20:37:05 +0200

initramfs-tools-tcos (0.89~rc12) unstable; urgency=low

  * Add pt_BR translation of tcos-standalone, thanks to:
    Aécio dos Santos Pires <aecio at comunicacaodigital.org>

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 17 Jul 2008 16:32:27 +0200

initramfs-tools-tcos (0.89~rc11) unstable; urgency=low

  [ Ignacio Vidal ]
  * Update translation

  [ Mario Izquierdo (mariodebian) ]
  * debian/tcos-core.install debian/tcos-core.postinst conf/tcos.pem
    Makefile
    - Don't provide SSL cert, create using openssl
    - Add openssl to depends
  * hooks-addons/00main hooks-addons/25tcosmonitor
    - Move start-stop-daemon to 00main and check for *.original and *.REAL

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 03 Jul 2008 16:20:04 +0200

initramfs-tools-tcos (0.89~rc10) unstable; urgency=low

  [ Mario Izquierdo (mariodebian) ]
  * scripts/tcos-top/50fstab:
    - Mount /proc/bus/usb
  * tcos/default.menu.tpl:
    - Fix NFS initramfs fielname
    - Use localbot instead of chain.c32

  [ Ignacio Vidal ]
  * initramfs-tools-tcos/common.mk
    - Update kernel vars
  * debian/tcos-core.postrm debian/tcos-core.postinst
    - In standalone not found group tcos
  * Add valencian translation by Lliurex
  * debian/tcos-standalone.init hooks-addons/10ssl_tunnel
    - Use random certificates for ssl connection

 -- Ignacio Vidal <vidal_joshur@gva.es>  Mon, 30 Jun 2008 14:36:19 +0200

initramfs-tools-tcos (0.89~rc9) unstable; urgency=low

  * Set /var/lib/tcos/tftp/pxelinux.cfg as tcos group owner
  * bin/tcos-buildchroot:
    - Fix new template parse
    - Add new preseed var to kernel (>2.6.25 need it)
    - Add standalone xauth package to new distros
    - Copy console keymap
  * hooks-addons/25tcosmonitor
    - Delete start-stop-daemon of image before copying
  * common.mk
    - Update Ubuntu hardy and MaX4.0 kernel version
  * hooks/tcosmods
    - Search sound/isa patch, don't use debian default path

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 18 Jun 2008 18:06:14 +0200

initramfs-tools-tcos (0.89~rc8) unstable; urgency=low

  * debian/tcos-core.postrm debian/initramfs-tools-tcos.prerm
    - Fix delete of group tcos in upgrades
    - Move prerm to postrm to fix purge problem
  * xmlrpc/sh/screenshot.sh
    - Disable temporarily system beep on get screenshot in standalone
  * conf/*
    - Also allow personalize template pxelinux
  * hooks/tcosbin
    - Fix creation of allmodules squashfs (mariodebian)
  * hooks-addons/00main hooks-addons/00users
    - Create /etc/tcospasswd if exists generic user and passwd secret file
    - Moved to 00users and update password root with this secret method to avoid 
      plain password of root in tcos.conf

 -- Ignacio Vidal <vidal_joshur@gva.es>  Thu, 05 Jun 2008 17:04:38 +0200

initramfs-tools-tcos (0.89~rc7) unstable; urgency=low

  * xmlrpc/sh/tcos-last
    - Fix break
  * conf/tcos-generation-functions.sh tcos/default.tpl tcos/default.menu.tpl bin/gentcos
    - Parse custom msg and logo in boot menu
    - On create cdrom iso not parse or overwrite pxe vesa menu
  * debian/tcos-standalone.init
    - Fix permissions
  * scripts/tcos-premount/* xmlrpc/sh/useallmodules.sh
    - Update allmodules support
  * hooks-addons/40etc2300 hooks-addons/90usplash
    - Fix disable usplash warnings
  * hooks-addons/51via_openchrome
    - Fix vars preference

 -- Ignacio Vidal <vidal_joshur@gva.es>  Mon, 02 Jun 2008 15:14:04 +0200

initramfs-tools-tcos (0.89~rc6) unstable; urgency=low

  [ Mario Izquierdo (mariodebian) ]
  * xmlrpc/sh/tcos-last
    - Use while 1 loop to retrieve last users connected

  [ Ignacio Vidal ]
  * xmlrpc/sh/tcos-last
    - With method last fix problem with users much time logged
  * xmlrpc/sh/vnc-controller.sh
    - Fix vnc typo

  [ Mario Izquierdo (mariodebian) ]
  * Update Ubuntu hardy kernel to 2.6.24-17-generic

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 27 May 2008 15:02:33 +0200

initramfs-tools-tcos (0.89~rc5) unstable; urgency=low

  * bin/clean_string.sh
    - Use /bin/bash as shell, dash read don't have -t param
  * Update Debian unstable kernel to 2.6.25-2-486
  * Remove libxaw-headers build-depend

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 25 May 2008 16:50:52 +0200

initramfs-tools-tcos (0.89~rc4) unstable; urgency=low

  [ Mario Izquierdo (mariodebian) ]
  * hooks-addons/10ssl_tunnel xmlrpc/var/etc/stunnel conf/base.conf
    conf/tcos.pem debian/tcos-standalone README.ssl
    - Add support for tunnelize XMLRPC connection ussing stunnel4
  * tcos-standalone/
    - Update tcos-standalone GUI to allow enabling SSL
  * xmlrpc/common.h xmlrpc/common.c xmlrpc/validate-tcos.c
    xmlrpc/Makefile
    - Use split function (common.c) instead of insecure strtok
      Remember to free tokens after work with data.
  * bin/clean_string.sh xmlrpc/sh/getinfo.sh debian/control:
    - Revert unaccent change, add script with sed to replace
      some accents and strange characters
  * Update conf/tcos.pem with a new openssl key

  [ Ignacio Vidal ]
  * debian/control debian/tcos-core.postinst debian/initramfs-tools-tcos.postinst
    - Add stunnel4 depend
    - Control permissions
  * tnc/* xmlrpc/tcosxmlrpc.c xmlrpc/tnc.c xmlrpc/tnc.h
    - Add Tcos net controller for iptables
  * xmlrpc/sh/vnc-controller.sh
    - Fix demo mode?
  * xmlrpc/sh/update-tcospasswd.sh
    - Support more params for automatic actions
  * xmlrpc/standalone.h hooks-addons/25tcosmonitor
    - Update support get_server
  * xmlrpc/sh/getinfo.sh
    - Fix broken xmlrpc data broken by accents
  * debian/*
    - Fix postrm and prerm

  [ Mario Izquierdo (mariodebian) ]
  * bin/clean_string.sh

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 25 May 2008 16:34:41 +0200

initramfs-tools-tcos (0.89~rc3) unstable; urgency=low

  [ Mario Izquierdo (mariodebian) ]
  * Add TCOS_XORG_VIDEO_DRIVER and TCOS_XORG_VIDEO_RES to base.conf
  * bin/configurexorg:
    - load this vars as default
  * bin/gentcos:
    - dont gzip initramfs with -9
  * conf/tcos-generation-functions.sh
    - warn about lost TCOS_BASE_TEMPLATE var in tcosconfig.conf
  * hooks-addons/50xorg
    - Disable dpms when starting Xorg (thanks to Santiago Castillo)
  * tcos/default.menu.tpl conf/base.conf conf/tcos-generation-
    functions.sh
    - Add TCOS_NETBOOT_HIDE_LOCAL

  [ Ignacio Vidal ]
  * debian/initramfs-tools-tcos.prerm debian/initramfs-tools-tcos.postinst:
    - Pre add create/delete group tcos
  * conf/tcos-run-functions.sh:
    - Fix umount segmentation fault in poweroff/reboot
  * scripts/tcos-bottom/40initsound
    - Probe channels
  * xmlrpc/tcosxmlrpc.c xmlrpc/reboot_poweroff.c
    - Update method reboot-poweroff for down-controller
  * bin/gentcos:
    - Check libwfb.so mv
    - Support fix-nvidia-ati as pkg cached list
  * hooks-addons/21pulseaudio:
    - Fix pulseaudio hack for cpu < 800
  * scripts/tcos-bottom/10ldconfig hooks-addons/50xorg
    - Update OpenGl support
  * conf/base.conf hooks-addons/51dri hooks-addons/51via_openchrome
    - Update dri xorg support
    - Update VIA Openchrome support
  * xmlrpc/sh/tcos-last xmlrpc/standalone.*
    - Use who instead last to avoid problems with users much time connected
    - Add support for user blacklisted or excluded from control in Tcosmonitor
  * debian/tcos-core.postinst debian/tcos-core.postrm
    - Create group tcosmonitor-exclude

  [ Mario Izquierdo (mariodebian) ]
  * bin/tryXorg.sh hooks-addons/52intel hooks-addons/50xorg
    - Create /etc/X11/PreRun to be exec before launch Xorg
  * hooks-addons/50xorg hooks-addons/51via_openchrome
    - Don't copy .la|.a files, and don't copy nvidia libs (not nvidia thin client support) 
  * hooks-addons/25tcosmonitor:
    - Copi pci.ids.gz if found (instead of simple pci.ids)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 08 May 2008 00:21:25 +0200

initramfs-tools-tcos (0.89~rc2) unstable; urgency=low

  * Disable mksquashfs -no-progress option

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 15 Apr 2008 12:06:18 +0200

initramfs-tools-tcos (0.89~rc1) unstable; urgency=low

  * New Release uploaded to experimental
  * debian/control: depends con console-setup|console-data

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 15 Apr 2008 10:25:11 +0200

initramfs-tools-tcos (0.89~rc0.1) unstable; urgency=low

  [ Ignacio Vidal ]
  * xmlrpc/sh/tcos-last:
    - Fix typo

  [ Mario Izquierdo (mariodebian) ]
  * NOT RELEASE, alfa stage
  * Add tcos.conf template system:
    - Avalaible templates: base.conf tcos.conf.all tcos.conf.low
    - Add template dir in /etc/tcos for user defined templates
  * Replace PREREQ header in all boot scripts with a simple if condition
  * Add new function tcos_get_templates (return templates in correct order to load)
  * Add tcos_get_templates to gentcos hooks/[tcosbin|tcosnfs|tcosmods]
  * get_all_tcos_vars.sh (search if all TCOS_* are in base.conf)
  * Add _verbose log output function and replace some _echo => _verbose
    (enable verbose: TCOS_VERBOSE=1 gentcos -tftp)
  * hooks-addons/52intel
    - Fix if condition (if file don't exists warn, else copy)
  * show more info in get_all_tcos_vars.sh
  * Disable verbose in tcosmods modules
  * Fix info in tcosbin verbose
  * hooks-addons/50xorg
    - Copy /usr/share/xserver-corg/pci directory
    - Only copy libwfb.so if exists (some nvidia versions don't have this file)
  * Update tcos/dhcpd*.conf:
    - Change dhcpd example configurations to be more clear
  * Fix typo in hooks-addons/50xorg
  * xmlrpc/reboot_poweroff.c xmlrpc/reboot_poweroff.h
    - New method to reboot or poweroff using Xorg cookie
  * hooks-addons/50xorg
    - Fix typo
  * conf/tcos.conf.nfs
    - New template, force to boot with NFS
  * hooks-addons/01busybox hooks-addons/25tcosmonitor
    xmlrpc/sh/screenshot.sh xmlrpc/Makefile xmlrpc/screenshot.h
    xmlrpc/get_screenshot.c scripts/tcos-bottom/56tcosxmlrpc
    debian/tcos-standalone.init tcos-standalone/tcos-standalone.py tcos-
    standalone/tcos-standalone.glade
    - Delete busybox httpd process, fix screenshots path and update tcos-standalone app
  * common.mk
    - Update Ubuntu hardy and Max40 kernel version to 2.6.24-16-generic
  * conf/tcos-run-functions.sh
    - Fix typo in awk command

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 13 Apr 2008 11:37:43 +0200

initramfs-tools-tcos (0.88.15.7) unstable; urgency=low

  [ Mario Izquierdo (mariodebian) ]
  * debian/control:
    - add rtptools depends to tcos-core package (RTP sound multicast)

  [ Ignacio Vidal ]
  * xmlrpc/* xmlrpc/sh/rtp-controller.sh hooks-addons/25tcosmonitor:
    - Add support for RTP sound multicast
  * xmlrpc/standalone.h:
    - Fix last change in get user process
  * scripts/tcos-bottom/40initsound:
    - In some thin clients only work sound in headphone
  * xmlrpc/sh/vnc-controller.sh:
    - Fix not show in demo mode cursor of server in higher version of vnc

  [ Mario Izquierdo (mariodebian) ]
  * hooks-addons/00init:
    - Move real reboot and poweroff to /lib/cmds (avoid crash when unionfs is not umounted)
  * scripts/tcos-top/01busybox:
    - Delete mount and umount (klibc-utils) bins, not compatible with busybox mount
  * scripts/tcos-premount/45sqmount:
    - Revert last version change
  * conf/tcos-run-functions.sh:
    - Read mounted with /proc/mounts and awk script magic
  * hooks-addons/52intel scripts/tcos-bottom/21intel:
    - Add support for old i810 intel graphic cards chipset
    - Thanks to Rubén Gómez Antolí <listas at mucharuina [.] com>

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 04 Apr 2008 19:11:34 +0200

initramfs-tools-tcos (0.88.15.6) unstable; urgency=low

  * scripts/*:
    - Mount squashfs file using loop device (losetup)
    - Preserver old mount line if losetup return empty string
    - Remove extra shell call after panic action (panic call a shell)
  * hooks-addons/01busybox:
    - Add another test (losetup)
  * common.mk:
    - Update kernel versions of Debian testing, Ubuntu hardy and Max40

  [ Patches by Ignacio]
  * xmlrpc/sh/tcos-last:
    - Change format to time 00:00 => 00h:00m
  * xmlrpc/sh/devicesctl.sh:
    - Exec mount.ntfs-3g with start-stop-daemon (avoid to use threads in tcos-devices-ng)
  * xmlrpc/standalone.h:
    - Get user process with ps U $USER instead of ps aux|grep USER

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 30 Mar 2008 17:23:02 +0200

initramfs-tools-tcos (0.88.15.5) unstable; urgency=low

  [ Mario Izquierdo (mariodebian) ]
  * Rename 82export_pulseaudio => 80export_pulseaudio:
    - Delete old file in postinst
    - dbus session (exported in 81) need to know PulseAudio server IP

  [ Ignacio Vidal ]
  * xmlrpc/simple-methods.c
    - Update command

  [ Mario Izquierdo (mariodebian) ]
  * don't start tcos-standalone if start-stop-daemon is a fake script

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 27 Mar 2008 18:41:31 +0100

initramfs-tools-tcos (0.88.15.4) unstable; urgency=low

  * xmlrpc/sh/vlc-controller.sh
    - no change system volume if is grather than vlc need
  * xmlrpc/xauth.c xmlrpc/common.h
    - Fix segmentation fault in tcosxmlrpc when number of temp file
      descriptors reach the maximum supported by system
    - Update include typo
  * xmlrpc/sh/*
    - Avoid to show errors
    - Search var HOME in standalone for exports
  * hooks-addons/90usplash
    - Create usplash.conf to avoid crashes in thin clients (thks mariodebian)

 -- Ignacio Vidal <vidal_joshur@gva.es>  Sat, 15 Mar 2008 17:09:07 +0100

initramfs-tools-tcos (0.88.15.3.1) unstable; urgency=low

  * scripts/tcos-top/05network
    - Ups fix unknown command operator, although work ok

 -- Ignacio Vidal <vidal_joshur@gva.es>  Fri, 07 Mar 2008 14:38:13 +0100

initramfs-tools-tcos (0.88.15.3) unstable; urgency=low

  [ Ignacio Vidal ]
  * scripts/tcos-top/05network hooks-addons/03wireless:
    - Update support WPA for wifi, also works with WPA2 and other driver cards not generics 

  [ Mario Izquierdo (mariodebian) ]
  * xmlrpc/sh/tcos-last:
    - Fix GetLast() to check for hostname too

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 06 Mar 2008 22:25:57 +0100

initramfs-tools-tcos (0.88.15.2) unstable; urgency=low

  [ Mario Izquierdo (mariodebian) ]
  * Add pxelinux boot menu (normal and vesa mode)
    - Move parse_pxelinux to tcos-generation-functions.sh
    - Add 3 new TCOS vars:
      TCOS_NETBOOT_MENU, TCOS_NETBOOT_MENU_VESA, and TCOS_NETBOOT_HIDE_INSTALL
  * tcos/pxetcos.png and tcos/pxetcos.jpg
    - vesamenu.c32 images (better jpg, less size)
  * common.mk:
    - Update Ubuntu hardy kernel to 2.6.24-10
  * debian/tcos-standalone.init:
    - Exec ethtool in shutdown to enable wakeonlan
  * scripts/tcos-bottom/70wakeonlan
    - Check if network device is wakeonlan compatible before enabling
  * xmlrpc/sh/tcos-last xmlrpc/standalone.h xmlrpc/sh/screenshot.sh
    xmlrpc/sh/getinfo.sh xmlrpc/sh/vnc-controller.sh
    - Change last or w with tcos-last (a python script that reads /var/log/utmp)
      Only work in STANDALONE MODE
  * xmlrpc/sh/getinfo.sh
    - Change IFDEV detection, use /sys/class/net instead of DHCP lease file
  * xmlrpc/Makefile
    - Install tcos-last in TCOS_BINS dir

  [ Ignacio Vidal ]
  * Discard more eth not required in TCOS_NET_DEVS
  * conf/tcos.conf
    - Add TCOS_PKG_CACHE_LIST list of packages to cache for Tcos
    - Change TCOS_WEP to TCOS_WIRELESS_KEY for WEP/WPA key
  * scripts/tcos-top/05network hooks-addons/03wireless
    - Update support for wifi cards
  * xmlrpc/sh/soundctl.sh
    - Fix not show correctly sound controls depending version of distro
  * bin/gentcos
    - Check cached packages if need updates when generate thin client images
  * debian/tcos-standalone.init
    - Remove tcos-standalone log if exceed 5M

  [ Mario Izquierdo (mariodebian) ]
  * xmlrpc/sh/tcos-last:
    - Fix time diff
  * Update Ubuntu hardy kernel to 2.6.24-11
  * debian/tcos-standalone.init
    - Clean all logs of tcos-standalone not only tcos-standalone.log 
  * debian/control
    - Add python-utmp to tcos-core Depends (needs tcos-last script)
    - Add genisoimage|mkisofs to initramfs-tools-tcos Depends
  * usplash/0.4.1
    - Add png files (ImageMagick bug don't create correct colormap)
  * bin/installer.sh:
    - detect hdd and not use /dev/hda

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 06 Mar 2008 17:59:18 +0100

initramfs-tools-tcos (0.88.15.1) unstable; urgency=low

  * scripts/tcos-top/05network
    - Fix DHCP3 force detection, use 'route -n' output instead of 'myip'
  * xmlrpc/sh/getinfo.sh
    - Detect IFDEV reading dhclient.leases
  * bin/gentcos
    - Not show xfs config file errors
  * conf/tcos-run-functions.sh
    - Return 0 or 1 (not true or false)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sat, 23 Feb 2008 15:27:17 +0100

initramfs-tools-tcos (0.88.15) unstable; urgency=low

  [ Ignacio Vidal ]
  * session-cmd/session-cmd-exec
    - Redefine script
  * lockscreen/*
    - Generate lockvlc and lockvnc for non multi-actions conflicts
    - Add method to don´t allow screensaver activate
  * xmlrpc/*
    - Add lockcontroller to avoid locks not work correctly
    - Add vlc controller
    - Add lock screensaver and keyboard in vnc controller
  * bin/daemonize.sh
    - Remove recents changes
  * bin/down-controller
    - Add controller for poweroff and reboot with timout
  * bin/gentcos
    - Fix broken size calculation
  * hooks-addons/21pulseaudio
    - In some cases pulseaudio down unexpectedly
  * hooks-addons/40etc2300
    - Manual add modules for Epatec 2300 thin clients

  [ Mario Izquierdo (mariodebian) ]
  * Set log_end_msg first param in all init scripts
  * Append to GCC flags '-O2 -ansi -pedantic'
  * udev/mount_listener.c
    - Use strtok to split device (no more segfaults)
  * lockscreen/lockvnc.c lockscreen/lockscreen2.c lockscreen/lockvlc.c
    - Call setenv after vars declaration (ANSI C)
  * hooks-addons/95usplash_timeout
    - Append /etc/lsb-base-logging.sh to /scripts/functions to support fancy output
  * scripts/tcos-top/05network hooks-addons/01dhclient
    - Use /sys/class/net/IFNAME/carrier to detect link status
    - Delete mii-tool as no needed
  * scripts/tcos-bottom/25startx scripts/tcos-bottom/01download_settings
    bin/configurexorg
    - Use /var/lib/dhcp/dhclient.leases to retrieve IP ADDRESS (not eth0)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sat, 23 Feb 2008 12:43:57 +0100

initramfs-tools-tcos (0.88.14.13) unstable; urgency=low

  * udev/mount_listener.c
    - Fix Segmentation Fault:
      call to save-udev.sh, use popen() instead of system()
  * xmlrpc/get_screenshot.c xmlrpc/screenshot.h xmlrpc/common.c
    xmlrpc/sh/screenshot64.sh hooks-addons/25tcosmonitor
    - Remove screenshot64.sh and base64
    - Rewrite tcos_get_screenshot method with base64_encode function (based on wpa_supplicant)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 19 Feb 2008 17:31:37 +0100

initramfs-tools-tcos (0.88.14.12) unstable; urgency=low

  * udev/tcos-udevd.sh udev/save-udev.sh:
    - Collect mount/umount events with listener-daemon in any kernel version
  * scripts/tcos-bottom/70wakeonlan hooks-addons/45wakeonlan
    conf/tcos.conf
    - New var TCOS_WAKEONLAN
    - Set eth0 wol on during boot (needed in some network cards)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 17 Feb 2008 18:45:21 +0100

initramfs-tools-tcos (0.88.14.11) unstable; urgency=low

  * xmlrpc/*
    - Add new method getscreenshot (returns base64 screenshot file)
  * xmlrpc/sh/screenshot*:
    - Change default image format to jpg
  * hooks-addons/25tcosmonitor
    - Add jpg imlib2 lib and remove gif (not used)
    - Add base64 bin and screenshot64.sh script
  * xmlrpc/var/etc/abyss.conf
    - Change port from 8080 to 8998 (not conflicts with proxys or dansguardian)
  * udev/tcos-udevd.sh udev/save-udev.sh
    - Search ID_VENDOR and ID_MODEL in /sys tree if empty
  * udev/tcos-udevd.sh udev/save-udev.sh
    - Remove spaces in ID_VENDOR and ID_MODEL detection 

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 11 Feb 2008 12:05:24 +0100

initramfs-tools-tcos (0.88.14.10) unstable; urgency=low

  * udev/mount_listener.c udev/listener-daemon.sh udev/save-udev.sh
    - Make mount-listener more inteligent, compare files and sync without scripts
    - save-udev.sh is a script helper to generate udev event and put into /tmp/tcos-udev.log
    - listener-daemon.sh now only start mount-listener and if crash start again
  * hooks-addons/25tcosmonitor
    - Add save-udev.sh script to image
  * scripts/tcos-bottom/55mount_listener
    - Remove extra code
  * xmlrpc/tcosxmlrpc.c
    - Include time.h header

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 06 Feb 2008 23:52:16 +0100

initramfs-tools-tcos (0.88.14.9) unstable; urgency=low

  * xmlrpc/xauth.[ch]:
    - Add mkstemp file to create xauth (don't fail with concurrect connections)
  * xmlrpc/devices.c
    - Add more debug output (error codes)
  * xmlrpc/xauth.c xmlrpc/xauth.h
    - Use popen to write tmp cookie
    - Remove for loop
  * xmlrpc/*:
    - Reorganize code, move some functions to common.c and defines to common.h
  * Fix some license typos (tcos is GPL2+)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 05 Feb 2008 23:49:36 +0100

initramfs-tools-tcos (0.88.14.8) unstable; urgency=low

  * Add libwfb.so file to fix-nvidia-atu hack (need to rerun gentcos -fix-nvidia-ati)
  * Update Debian Unstable kernel to 2.6.24-1
  * xmlrpc/exe.h:
    - Add XAUTHORITY=/root/.Xauthority to thin client
  * xmlrpc/xauth.c:
    - unset tmp env var XAUTHORITY
  * xmlrpc/sh/devicesctl.sh:
    - Don't fail if already mounted
  * Update Debian etch kernel to 2.6.18-6
  * xmlrpc/xauth.h:
    - Declare unsetenv prototype

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 04 Feb 2008 15:24:45 +0100

initramfs-tools-tcos (0.88.14.7) unstable; urgency=low

  * scripts/tcos-premount/20hdd:
    - Change /target with /mnt/tmp (booting from hdd)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 29 Jan 2008 16:23:06 +0100

initramfs-tools-tcos (0.88.14.6) unstable; urgency=low

  * bin/gentcos:
    - Don't show warnings if running in chroot
  * bin/tcos-buildchroot:
    - Save settings in chroot/tcos-buildchroot.conf
    - Allow to install other distributions (ubuntu from debian for example)
    - Allow to set TCOS mirror or ubuntu security mirror
    - Enable DEBIAN_FRONTEND again (set to dialog in upgrade) 

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 27 Jan 2008 16:51:38 +0100

initramfs-tools-tcos (0.88.14.5) unstable; urgency=low

  * scripts/tcos-top/20mountnfs
    - Move NFS and ramdisk to /mnt/
    - Set ramdisk size to 5m (normal boot needs 2.3 Mb)
    - Move /mnt/nfs and /mnt/ram to /root/.dirs
  * scripts/tcos-top/01busybox:
    - Hide errors in modprobe nfs and af_packet modules
  * hooks-addons/00main:
    - Create empty /etc/modules (needed by 05inittcos)
  * scripts/tcos-bottom/05inittcos:
    - Redirect errors in modprobe

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 27 Jan 2008 12:46:02 +0100

initramfs-tools-tcos (0.88.14.4) unstable; urgency=low

  * Add max (Ubuntu MAdrid_linuX) to distro list

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sat, 26 Jan 2008 18:35:25 +0100

initramfs-tools-tcos (0.88.14.3) unstable; urgency=low

  * Move script/tcos-top/40make_init to 60make_init
  * hooks-addons/99clean_nfs_image:
    - Don't remove ide and ata modules (need for swap in NFS boot)
    - Delete usplash bins and libs (with 32 Mb of RAM can't play with usplash)
  * scripts/tcos-top/20mountnfs:
    - Reduce ramdisk size from 5m to 1m
  * scripts/tcos-bottom/30devices:
    - call fstab again (with NFS modules)
  * bin/gentcos:
    - Warn about /etc/exports not found
  * scripts/tcos-premount/20hdd
    - Detect if bootting from hdd mount disk in /target and create symlink if squashfs exists
  * bin/tcos-buildchroot
    - Fix typo DEBIAN_FRONTEND => DEBCONF_FRONTEND
    - Change DEBCONF_FRONTEND to dialog in some cases (needed for user input)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sat, 26 Jan 2008 18:17:37 +0100

initramfs-tools-tcos (0.88.14.2) unstable; urgency=low

  * hooks-addons/13kbmap:
    - Don't copy keymaps if exists
  * scripts/tcos-top/50fstab:
    - Move exit code after /etc/fstab creation
    - Allow to mount /dev/pts always

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 22 Jan 2008 17:50:09 +0100

initramfs-tools-tcos (0.88.14.1) unstable; urgency=low

  * Remove httpfs build (old versions of libfuse don't work)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 20 Jan 2008 11:57:40 +0100

initramfs-tools-tcos (0.88.14) unstable; urgency=low

  * New stable release
  * hooks-addons/01dhclient:
    - Don't copy dhclient-script, create a small hack to configure network
  * Reorganize scripts/tcos-premount to allow get squashfs with other methods ( plugins?? )

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sat, 19 Jan 2008 15:07:40 +0100

initramfs-tools-tcos (0.88.13.4) unstable; urgency=low

  * Add HTTPFS method to get squashfs

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 04 Jan 2008 14:09:58 +0100

initramfs-tools-tcos (0.88.13.3) unstable; urgency=low

  * scripts/tcos-top/01busybox:
    - Wait for any wireless iface instead of only eth0
  * bin/gentcos:
    - In cdrom copy initramfs as initrd.cdrom
  * conf/tcos-run-functions.sh:
    - Disable progress log (too many calls)
  * bin/installer.sh:
    - Copy files from cdrom instead of network if booting from cdrom
  * grub/menu.lst-tcos:
    - Put initrd var in kernel line to allow installer to detect cdrom

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 26 Dec 2007 15:47:04 +0100

initramfs-tools-tcos (0.88.13.2) unstable; urgency=low

  * session-cmd/session-cmd-exec:
    - Fix actions
  * lockscreen/Makefile:
    - Update debug make
  * xmlrpc/sh/vnc-controller.sh:
    - Revert some changes and update screensize cmd
  * bin/daemonize.sh:
    - Not work with new method reboot and poweroff

 -- Ignacio Vidal <vidal_joshur@gva.es>  Mon, 24 Dec 2007 04:49:06 +0100

initramfs-tools-tcos (0.88.13.1) unstable; urgency=low

  [ Ignacio Vidal ]
  * debian/control:
    - Add vlc depend
  * session-cmd/session-cmd-exec:
    - Add Poweroff and Reboot actions
  * scripts/tcos-premount/20swapon:
    - Fix memory exhausted in dd command
  * scripts/tcos-premount/15uselocal:
    - Fix typo
  * lockscreen/*:
    - Add screensize command to obtain screen resolution for vncviewer
    - Add lockkeybmouse to avoid user interaction with video difusion
    - Update Makefile
  * xmlrpc/*:
    - Add support for new lockkeybmouse in tcosxmlrpc.c
    - Add lockkeybmouse.c
  * xmlrpc/sh/vnc-controller.sh:
    - Exec vncviewer with screen resolution in client
  * bin/tryXorg.sh:
    - Fix sed
  * hooks-addons/*
    - 22esd: Fix esd command and ldd, now works correctly in etc-2300 and also
             fix sound which only work in first user logged
    - 25tcosmonitor: Fix typos and add support for lockkeybmouse and screensize
    - 21pulseaudio: Fix ldd and not remove necessary modules

  [ Mario Izquierdo (mariodebian) ]
  * bin/installer.sh
    - Copy files if boot from cdrom (initrd.gz image)
  * bin/gentcos
    - Use parse_pxelinux to create isolinux cfg file 

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 23 Dec 2007 00:27:23 +0100

initramfs-tools-tcos (0.88.13) unstable; urgency=low

  * hooks-addons/18tcos_hdd_installer bin/installer.sh
    - Use install-mbr from mbr package to regenerate HDD TOC
  * hooks-addons/22esd
    - Start esound without -noterminate
  * bin/rsync-controller
    - Delete -no-p -no-g -chmod in rsync cmdline
  * debian/rules
    - Call dh_installinit with -n (not duplicate postinst code)
  * debian/control
    - Add mbr package depend
    - Revert ltspfs depends, change order first ltspfs-client second ltspfsd
  * session-cmd/session-cmd-script
    - Wait 2 seconds after killing faucet
  * Merge from branches/experimental r608 => r615

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 19 Dec 2007 09:31:59 +0100

initramfs-tools-tcos (0.88.12) unstable; urgency=low

  * scripts/tcos-premount/35sqmount
    - Check if mount squashfs returns error and stop loading (new squashfs bugs)
  * hooks/tcosbin
    - Check if mksquashfs returns error
  * xmlrpc/xauth.h xmlrpc/xauth.c
    - New function check_ip_address that return an IP address check struct
    - Don't fail in xauth if pass servername as IP address
    - Rename hostname var to host (now can be an IP address)
  * session-cmd/session-cmd-script
    - Kill facet before launching

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 19 Dec 2007 09:12:51 +0100

initramfs-tools-tcos (0.88.11) unstable; urgency=low

  [ Ignacio Vidal ]
  * xmlrpc/sh/vnc-controller.sh:
    - Fix params in killall for busybox

  [ Mario Izquierdo (mariodebian) ]
  * tcos-standalone/tcos-standalone.py:
    - Save username:password with a end line break

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 12 Dec 2007 16:14:43 +0100

initramfs-tools-tcos (0.88.10) unstable; urgency=low

  * conf/tcos-generation-functions.sh:
    - Fix convert_links2files (check if using PKG_CACHE)
  * hooks-addons/05devices:
    - Support new auth method (LTSPFS_TOKEN) of ltspfsd > 0.5
  * scripts/tcos-bottom/25startx:
    - Save mcookie in /var/run/ltspfs_token
  * xmlrpc/sh/devicesctl.sh:
    - Call ltspfs-set-xprop to auth new LTSPFS_TOKEN
  * debian/control:
    - Split Depends lines again (dapper don't support [arch])

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 09 Dec 2007 16:25:13 +0100

initramfs-tools-tcos (0.88.9) unstable; urgency=low

  * With tcos-standalone separation avoid session-cmd running on server

 -- Ignacio Vidal <vidal_joshur@gva.es>  Fri,  7 Dec 2007 14:09:24 +0100

initramfs-tools-tcos (0.88.8) unstable; urgency=low

  * bin/installer.sh bin/gentcos bin/tcos-buildchroot
    - Add help2.msg file
  * bin/gentcos bin/tcos-buildchroot conf/tcos.conf conf/branding.info
    - Brand TCOS TFTP splash message
  * xmlrpc/exe.c:
    - Debug complete command in job_exe

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 05 Dec 2007 12:57:56 +0100

initramfs-tools-tcos (0.88.7) unstable; urgency=low

  * Patches by: Ignacio Vidal <vidal_joshur@gva.es>
  * xmlrpc/sh/vnc-controller.sh
      - In some cases process not die, need force kill with SIGKILL
      - Fix stopclient, bad username password exec in standalone
  * bin/tcos-buildchroot
      - Need ssh in chroot for xterm connection from tcosmonitor
  * hooks-addons/50xorg
    - Delete libvnc Xorg extension (conflicts with x11vnc)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 05 Dec 2007 00:23:54 +0100

initramfs-tools-tcos (0.88.6) unstable; urgency=low

  * debian/tcos-standalone.init:
    - Fix stupid typo, if file don't exists exit

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 04 Dec 2007 10:34:57 +0100

initramfs-tools-tcos (0.88.5) unstable; urgency=low

  * tcos-standalone/tcos-standalone.glade:
    - Change invisible character with *
  * debian/tcos-standalone.init:
    - Busybox dapper rename process to httpd, fix for it
    - Exit script if conf file not found

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 04 Dec 2007 09:30:29 +0100

initramfs-tools-tcos (0.88.4) unstable; urgency=low

  * hooks-addons/03wireless scripts/tcos-top/05network:
    - Support WEP encription
    - WEP key is in in new var TCOS_WEP

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 03 Dec 2007 17:04:35 +0100

initramfs-tools-tcos (0.88.3) unstable; urgency=low

  * hooks-addons/25tcosmonitor:
    - Move check of ELF file inside especial start-stop-daemon condition
  * bin/rsync-controller:
    - New script to wrap rsync calls and allow to work with translated dirs

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 02 Dec 2007 11:15:20 +0100

initramfs-tools-tcos (0.88.2) unstable; urgency=low

  * debian/tcos-standalone.init
    - don't exit if TCOS_STANDALONE_START is 0, but no allow to start daemons
    - kill tcosxmlrpc-standalone and delete pid in stop process
    - in tcosxmlrpc status compare pidof output with pid file and ensure pid is not empty
  * hooks-addons/25tcosmonitor bin/tcos-buildchroot:
    - Copy start-stop-daemon original executable in start-stop-daemon.original
    - check that we are copying a binary file and not a script

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 29 Nov 2007 22:50:01 +0100

initramfs-tools-tcos (0.88.1) unstable; urgency=low

  * tcos-standalone/*:
    - New python GUI to configure tcos standalone mode
  * debian/control debian/tcos-core* debian/tcos-standalone*:
    - Move some code to new package tcos-standalone
  * hooks/tcosnfs hooks-addons/00main hooks-addons/00users:
    - Only include files if not using NFS
  * hooks/03wireless  hooks-addons/90usplash:
    - Fix minor typos
  * Add gksu in tcos-standalone.desktop launcher
  * Add Conflicts in new tcos-core with tcos-standalone

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 29 Nov 2007 17:13:16 +0100

initramfs-tools-tcos (0.87.13) unstable; urgency=low

  * gentcos:
    - Add option -rmpkg (remove cached package)
  * session-cmd/session-cmd-exec:
    - Fix typo in TITLE var
  * common.mk:
    - Add Ubuntu hardy to defined distros
  * hooks-addons/00main:
    - Copy real ldconfig (suggested by Ignacio Vidal)
  * lockscreen/lockscreen2.c lockscreen/Makefile:
    - Support branding (if lockscreen-custom.png exists, loads it)
  * common.mk:
    - Add Debian testing to build targets (unstable or etch don't work)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 29 Nov 2007 11:17:08 +0100

initramfs-tools-tcos (0.87.12) unstable; urgency=low

  * bin/tcos-buildchroot:
     - Update support for Ubuntu distros grather than Gutsy with kernel modules

 -- Ignacio Vidal <vidal_joshur@gva.es>  Tue, 27 Nov 2007 15:00:23 +0100

initramfs-tools-tcos (0.87.11) unstable; urgency=low

  * conf/tcos-run-functions.sh:
    - Revert last change, sorry for break TCOS
  * debian/control:
    - Put depends in single line (old versions like dapper don't allow multiple lines)
    - Remove [i386] arch depends (old versions don't support)
    - Remove mknbi depends from Makefile patch_amd64

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 27 Nov 2007 10:26:33 +0100

initramfs-tools-tcos (0.87.10) unstable; urgency=low

  * session-cmd/session-cmd-exec:
      - Fail to read /etc/tcos/tcos.conf, need correct permissions
  * conf/tcos-run-functions.sh:
      - Fix function, not work anymore tcos pxe
  * bin/tcos-buildchroot:
      - Remove more old files to force links update

 -- Ignacio Vidal <vidal_joshur@gva.es>  Mon, 26 Nov 2007 13:34:18 +0100

initramfs-tools-tcos (0.87.9) unstable; urgency=low

  * Fix branding errors:
    - Only include if file exists

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 25 Nov 2007 23:13:37 +0100

initramfs-tools-tcos (0.87.8) unstable; urgency=low

  * Add branding support:
    - New dir /etc/tcos/conf.d/ which can contain some tcos conf files
  * bin/tcos-buildchroot:
    - Add same apt-get options to all calls
    - Fix some errors
    - tested with Debian and Ubuntu.

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 25 Nov 2007 21:33:00 +0100

initramfs-tools-tcos (0.87.7) unstable; urgency=low

  [ vidal ]
  * session-cmd/*
      - fix syntax error and logout kde

  [ Mario Izquierdo (mariodebian) ]
  * Fix pulseaudio errors, need to update cached pulseaudio-esound-compat package
  * Remove debian/initramfs-tools-tcos.postrm
  * Create TFTPBOOT dir if not exists
  * Clean more dirs in debian/initramfs-tools-tcos.prerm

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sat, 24 Nov 2007 11:53:49 +0100

initramfs-tools-tcos (0.87.6) unstable; urgency=low

  * hooks-addons/21pulseaudio:
    - Don't enable esound protocol in new pulseaudio lib
  * session-cmd/session-cmd.desktop:
    - Start session-cdm from /etc/xdg/autostart
  * session-cmd/session-cmd-script:
    - exit if not remote or not standalone

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 19 Nov 2007 23:07:56 +0100

initramfs-tools-tcos (0.87.5) unstable; urgency=low

  * session-cmd/*
    - kde logout
    - Permission denied with socket creation
    - Not list or remove all sockets in thin clients actions

 -- Ignacio Vidal <vidal_joshur@gva.es>  Mon, 19 Nov 2007 14:32:56 +0100

initramfs-tools-tcos (0.87.4) unstable; urgency=low

  * session-cmd/:
    - Scripts to exit current session (from lliurex developers)
    - Added to debian/copyright
  * bin/tcos-buildchroot:
    - More changes to make work in Ubuntu
  * debian/control:
    - New depends on tcos-core package: netpipes and libnotify-bin (session-cmd)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sat, 17 Nov 2007 19:11:47 +0100

initramfs-tools-tcos (0.87.3) unstable; urgency=low

  * Fix tcos-buildchroot in Ubuntu

 -- Ignacio Vidal <vidal_joshur@gva.es>  Thu, 15 Nov 2007 23:30:51 +0100

initramfs-tools-tcos (0.87.2) unstable; urgency=low

  * Move usr-x.x.x.squashfs file to TFTP_DIR, files dir is obsolete from now
  * scripts/tcos-bottom/50freespace bin/clear-logs:
    - New script, empty logs files bigger than 256 kb
  * scripts/tcos-bottom/35services:
    - Only start inetd if /etc/inetd.conf exists
  * tcos/tcos.msg tcos/help.msg tcos/help2.msg tcos/default.tpl
    - Update some command line options and add new page F2
  * hooks/tcosmods conf/tcos-generation-functions.sh:
    - Export tcos_manual_add_modules and force_add_module functions in tcos-generation-functions
  * hoos/tcosbin hooks/tcosnfs:
    - Move some common code to new hooks-addons: 00main 00init 90usplash
  * hooks-addons/50xorg:
    - Remove nvidia_drv.so from image (not work, no needed)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 11 Nov 2007 15:25:48 +0100

initramfs-tools-tcos (0.87.1) unstable; urgency=low

  * scripts/tcos-top/*
    - Add new cmdline force nfs to force mount nfs in host with more TCOS_MIN_RAM
  * debian/*install debian/*manpages:
    - Move update-tcospasswd and tcospasswd to tcos-core package
  * debian/control:
    - Add depends xvnc4viewer|xvncviewer
    - Remove tftpd-hpa depends (force to install atftpd)
  * debian/tcos-standalone.init:
    - Include vars.sh file only if exists (not critical)
  * hooks/tcosnfs:
    - Make some dirs in initramfs before calling other hooks-addons
  * scripts/tcos-top/40make_init:
    - Create again busybox links in NFS init
  * bin/tcos-buildchroot:
    - Link NFS files and dirs in update images (if exists)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sat, 10 Nov 2007 11:22:05 +0100

initramfs-tools-tcos (0.86.8) unstable; urgency=low

  * hooks/tcosnfs
    - Add 00users 01busybox 02udev2 hooks-addons (ubuntu busybox awk bug)
  * Remove not needed code

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 08 Nov 2007 22:21:45 +0100

initramfs-tools-tcos (0.86.7) unstable; urgency=low

  * Add support to Intel Dot Station (alias Paquito):
    - Add hook-addon and test if modem and graphic card.
    - Force load some optional modules

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 08 Nov 2007 00:06:51 +0100

initramfs-tools-tcos (0.86.6) unstable; urgency=low

  * xmlrpc/vnc.c:
    - Fix typo in IS_STANDALONE condition (not needed)
  * bin/tcos-buildchroot
    - Add EXTRA mirror to Ubuntu (universe and multiverse)
    - Add new tcos-keyring package
    - Remove download key with wget
  * debian/control:
    - Add new package depends tcos-keyring

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 06 Nov 2007 23:20:21 +0100

initramfs-tools-tcos (0.86.5) unstable; urgency=low

  * xmlrpc/sh/tcos-dbus.py:
    - Stop if bad username:passwd string
  * xmlrpc/sh/screenshot.sh
    - export XAUTHORITY in thin client case
  * xmlrpc/Makefile
    - Clean temp *~ files

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 02 Nov 2007 17:05:29 +0100

initramfs-tools-tcos (0.86.4) unstable; urgency=low

  * xmlrpc/exe.c:
    - call daemonize from job_exe
  * Makefile:
    - Install daemonize with 755 not 644
  * xmlrpc/standalone.h:
    - Change STANDALONE_TIME define to work with old and new clients
  * xmlrpc/sh/vnc-controller.sh:
    - Remove abspath and add dbus call to startclient
  * bin/daemonize.sh:
    - Fix remove first arg sed command

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 01 Nov 2007 19:13:00 +0100

initramfs-tools-tcos (0.86.3) unstable; urgency=low

  * xmlrpc/standalone.[ch]
    - New STANDALONE_TIME, to get time logged from standalone host
  * tcos.conf:
    - Disable TCOS_MAX_MEM

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 29 Oct 2007 09:32:05 +0100

initramfs-tools-tcos (0.86.2) unstable; urgency=low

  * Revert (semi) last change who => w:
    - Old versions use column 2, new versions use column 3

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 28 Oct 2007 00:47:25 +0200

initramfs-tools-tcos (0.86.1) unstable; urgency=low

  * Fix some nvidia issues, delete /usr/lib/libGLcore.so (10 Mb)
  * bin/gentcos:
    - Add another method to get packages uri (-instpkg)
  * bin/tcos-buildchroot:
    - Only make links if exists into chroot and not exits outside
    - Call apt with nointeractive frontend
  * hooks-addons/55vnc:
    - Add auth to x11vnc server
  * xmlrpc/*
    - New method tcos.vnc use a new wrapper: vnc-controller.sh
  * Update Debian unstable (2.6.22-3-486) and Ubuntu gutsy (2.6.22-14-generic) kernels
  * bin/daemonize.sh:
    - wrap start-stop-daemon in a simple script

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sat, 27 Oct 2007 23:31:17 +0200

initramfs-tools-tcos (0.85.3) unstable; urgency=low

  * hooks-addons/25tcosmonitor:
    - Create dir before copying png lock image (ups !!!)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 11 Oct 2007 11:17:28 +0200

initramfs-tools-tcos (0.85.2) unstable; urgency=low

  * Move lockscreen.png to tcos-core package => /usr/share/tcos-core/

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 07 Oct 2007 20:55:12 +0200

initramfs-tools-tcos (0.85.1) unstable; urgency=low

  * xmlrpc/*
    - Adopt new libxmlrpc API (> 1.06) and use conditionals adding methods
    - Move echo, version and status method outside main file
  * debian/initramfs-tools-tcos.[postint|postrm]
    - Remove error with unknow argument
    - Purge tcos-standalone script with || true (thanks Vidal)
  * lockscreen/lockscreen2.c:
    - set environment var XLIB_SKIP_ARGB_VISUALS=1 (force load png image)
  * Split initramfs-tools-tcos package to new tcos-core (bins for tcos images, not server dependencies)
  * bin/set-limits:
    - Set memory limit in some startup scripts (startx tcosxmlrpc...)
  * xmlrpc/xauth.c
    - Be more silent in xauth cookie creation
  * hooks-addons/25tcosmonitor:
    - Move launchers in a new scripts files: scripts/tcos-bottom/56tcosxmlrpc scripts/tcos-bottom/55mount_listener

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sat, 06 Oct 2007 20:12:44 +0200

initramfs-tools-tcos (0.84.7) unstable; urgency=low

  * Fix upgrade scripts

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 30 Sep 2007 12:06:59 +0200

initramfs-tools-tcos (0.84.6) unstable; urgency=low

  * bin/tcos-buildchroot:
    - Add rdesktop as tcos package
  * hooks-addons/25tcosmonitor:
    - Search for /sbin/start-stop-daemon.REAL (cdebootstrap hack)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 30 Sep 2007 11:44:43 +0200

initramfs-tools-tcos (0.84.5) unstable; urgency=low

  * Remove tcos-server-utils package (now contents are in tcos package)
  * Remove obsolete opengl dir
  * Remove obsolete discover dir
  * Remove obsolete esound dir
  * Remove old dir

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 24 Sep 2007 13:10:18 +0200

initramfs-tools-tcos (0.84.4) unstable; urgency=low

  * Make TCOS_EXTRA_MODULES new var in tcos.conf
  * gentcos:
    - Remove export TCOS_EXTRA_MODULES
    - Fix read -extramodules cmdline to allow more modules

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 24 Sep 2007 13:07:23 +0200

initramfs-tools-tcos (0.84.3) unstable; urgency=low

  * Only depend on mknbi on i386 arch
  * Patch debian/control in Ubuntu dapper with Source-Version

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sat, 22 Sep 2007 21:23:44 +0200

initramfs-tools-tcos (0.84.2) unstable; urgency=low

  * bin/tcos-buildroot:
    - Fix typo in TCOS_CHROOT var
    - Add --gentcos option to build images with other params
  * Update Ubuntu gutsy kernel version
  * debian/control:
    - Replace source:version depends with 0.84.1
    - Fix some descriptions 

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sat, 22 Sep 2007 18:52:55 +0200

initramfs-tools-tcos (0.84.1) unstable; urgency=low

  * Important move of code, some of tcosmonitor stuff move here:
    - udev
    - xmlrpc
    - lockscreen
    - hooks-addons
  * bin/tcos-buidchroot:
    - Script to build a (32bit) chroot to build tcos images

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 21 Sep 2007 23:32:14 +0200

initramfs-tools-tcos (0.83.2) unstable; urgency=low

  * bin/configurexorg, hooks-addons/40etc3800:
    - Support new openchrome driver
  * scripts/tcos-top/20mountnfs:
    - Mount NFS without nfsro (deprecated in new unionfs)
  * scripts/tcos-top/50fstab:
    - Call udevtrigger and udevsettle to create ide/block devices
  * scripts/tcos-premount/25nbd_filesystem:
    - Create only 2 nbd devices and wait for /dev/nbd0

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 19 Sep 2007 22:41:27 +0200

initramfs-tools-tcos (0.83.1) unstable; urgency=low

  * scripts/tcos-bottom/05inittcos, conf/tcos.conf
    - limit MAX_MEM used for thin clients with ulimit (default 95%)
  * Remove PATH definition in all scripts
  * conf/tcos-run-functions.sh:
    - Disable change vt in kill_usplash
  * scripts/tcos-top/50fstab:
    - Add option to force not use swap
    - Replace cut with awk
  * scripts/tcos-bottom/10ldconfig, hooks/tcosbins:
    - Move ldconfig to /usr/sbin
  * bin/gentcos:
    - Fix typo in inst_pkg function
  * hooks-addons/08discover:
    - Move discover /lib files to squashed /usr/lib (less ram)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 14 Sep 2007 21:32:49 +0200

initramfs-tools-tcos (0.82.11) unstable; urgency=low

  * Add USB/IP experimental support

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 05 Sep 2007 23:06:21 +0200

initramfs-tools-tcos (0.82.10) unstable; urgency=low

  * Update debian unstable kernel version 2.6.22-2-486

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 05 Sep 2007 22:04:44 +0200

initramfs-tools-tcos (0.82.9) unstable; urgency=low

  * bin/gentcos, hooks-addons/50xorg:
    - Add -fix-nvidia-ati option to cache xserver-xorg-core and libgl1-mesa-glx
    - Reorganize bin/gentcos with simpler code
  * bin/tcos-gdm-autologin:
    - Remove wrong licence line (thanks to Quiran to alert me)
  * daemonize/daemon.c, daemonize/Makefile:
    - Make work daemonize with double fork.

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 04 Sep 2007 11:10:17 +0200

initramfs-tools-tcos (0.82.8) unstable; urgency=low

  * Add support for cdaudio (using cdfs + cdparanoia to detect)
  * Update dapper kernel 2.6.15-29-386

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sat, 01 Sep 2007 13:18:30 +0200

initramfs-tools-tcos (0.82.7) unstable; urgency=low

  * bin/get_filesystem:
    - Remove disktype
    - Add fstype (new klibc)
  * Update Ubuntu gutsy kernel version

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 24 Aug 2007 17:59:18 +0200

initramfs-tools-tcos (0.82.6) unstable; urgency=low

  * bin/tcos-gdm-autologin:
    - New option (--noaction) for debug proposes only
    - If DISPLAY contains IP address instead of hostname try to convert using gethostbyaddr
    - If /etc/gd/gdm.conf-custom exists use it.
    - Update man page
  * conf/tcos-run-functions.sh:
    - Kill tryXorg too in kill_xorg()
    - Kill process in background

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 21 Aug 2007 23:10:18 +0200

initramfs-tools-tcos (0.82.5) unstable; urgency=low

  * Add Subversion repository URL to debian/control.
  * bin/gentcos:
    - Ignore errors in ramdisk size

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 20 Aug 2007 18:28:27 +0200

initramfs-tools-tcos (0.82.4) unstable; urgency=low

  * Add support for lp_server (if avalaible)
  * Change Debian etch kernel version to 2.6.18-5-486

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 20 Aug 2007 11:08:59 +0200

initramfs-tools-tcos (0.82.3) unstable; urgency=low

  * Update kernel versions (enable update && security mirrors in pbuilder)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 07 Aug 2007 13:32:34 +0200

initramfs-tools-tcos (0.82.2) unstable; urgency=low

  * Fix new gentcos test about unionfs|aufs module (crash without awk)
  * Create /sbin/startesd always not only with cached esound

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 30 Jul 2007 23:39:09 +0200

initramfs-tools-tcos (0.82.1) unstable; urgency=low

  * Add printer support TCOS_PRINT
  * Add initial NBD support (don't work fully yet)
  * Add support for using aufs module instead of unionfs
  * mksquashfs go from /usr/sbin to /usr/bin in debian unstable, search for it...
  * Try to put all copyright authors in debian/copyright

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 30 Jul 2007 17:31:24 +0200

initramfs-tools-tcos (0.81.2) unstable; urgency=low

  * Install get_filesystem in initramfs-tools-tcos package

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 27 Jun 2007 22:39:22 +0200

initramfs-tools-tcos (0.81.1) unstable; urgency=low

  * New script get_filesystem wit 3 modes of work:
    - udev vol_id
    - disktype
    - fdisk

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 27 Jun 2007 20:08:17 +0200

initramfs-tools-tcos (0.80.8) unstable; urgency=low

  * conf/tcos-run-functions.sh:
   - change get_filesystem to make modular

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 20 Jun 2007 21:17:19 +0200

initramfs-tools-tcos (0.80.7) unstable; urgency=low

  * hooks-addons/56rdesktop and hooks-addons/21pulseaudio:
    - Fix TCOS_SOUND disable
  * scripts/tcos-top/50fstab:
    - Remove some old code, and mount all in /mnt/$DEVICE
  * conf/tcos-run-functions.sh:
    - If /sbin/mount.ntfs-3g is found return ntfs-3g filesystem
  * daemonize:
    - Wrapper to daemonize a process

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 20 Jun 2007 15:10:38 +0200

initramfs-tools-tcos (0.80.6) unstable; urgency=low

  * User disktype to create a better /etc/fstab
  * conf/tcos-run-functions.sh:
    - Move get_filesystem() to this include
  * scripts/tcos-bottom/05inittcos:
    - Create fstab again with disktype info (disktype is in squashfs)
  * scripts/tcos-top/50fstab:
    - Clean and delete get_filesystem()
  * hooks-addons/18tcos_hdd_installer:
    - Add /usr/bin/disktype

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 19 Jun 2007 12:44:49 +0200

initramfs-tools-tcos (0.80.5) unstable; urgency=low

  * Fix more typos, close ticket #2

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 18 Jun 2007 11:33:25 +0200

initramfs-tools-tcos (0.80.4) unstable; urgency=low

  * bin/tryXorg.sh:
    - Fix typo this => these...
  * conf/xorg-tcos.conf:
    - Remove this obsolete file
  * Add HACKING.en, close ticket #1 (thanks to Andres Jimenez gandresin at gmail)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 15 Jun 2007 12:45:15 +0200

initramfs-tools-tcos (0.80.3) unstable; urgency=low

  * conf/xorg.conf.tpl:
    - Keyboard driver is kbd not keyboard

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 14 Jun 2007 23:40:17 +0200

initramfs-tools-tcos (0.80.2) unstable; urgency=low

  * bin/tryXorg.sh:
    - Xorg log is Xorg.0.log, not Xorg.log

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 13 Jun 2007 12:32:14 +0200

initramfs-tools-tcos (0.80.1) unstable; urgency=low

  * conf/xorg.conf.tpl:
    - Disable via VBEModes, VBEREstore (not work with last Mesa)
    - Add __xkbmodel__ var (pc104 with us keyboard and pc105 in some cases)
  * debian/control:
    - Remove as hard depends: ltspfsd | ltspfs-client
  * conf/tcos.conf:
    - New var TCOS_XORG_XKBMODEL
  * hooks-addons/40etc3800:
    - Move startup script from 30 to 15 (startx is at 25)
  * bin/configurexorg:
    - Add __xkbmodel__ in sed replace
  * bin/tryXorg.sh:
    - Change tty7 => vt7
    - Use TCOS kbd info in new xorg.conf.auto file
  * hooks-addons/05devices:
    - Enable cache for ltspfsd: gentcos -instpkg ltspfsd
  * common.mk, Makefile:
    - Add Ubuntu gutsy info.

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 12 Jun 2007 20:46:14 +0200

initramfs-tools-tcos (0.79.11) unstable; urgency=low

  * debian/tcos-usplash.postinst:
    - Change priority from 30 to 5 to not overwrite ubuntu default usplash theme
  * hooks-addons/03udev2:
    - Copy some more files to make work SATA cdrom.

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 12 Jun 2007 12:16:36 +0200

initramfs-tools-tcos (0.79.10) unstable; urgency=low

  * conf/tcos.conf:
    - Remove TCOS_VERSION => /etc/tcos/version.conf

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 08 Jun 2007 23:47:14 +0200

initramfs-tools-tcos (0.79.9) unstable; urgency=low

  * URGENT: Remove «set -e» ini initramfs-tools-tcos.postinst, 
    because break if grep exit with errors

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 08 Jun 2007 23:23:58 +0200

initramfs-tools-tcos (0.79.8) unstable; urgency=low

  * Move TCOS_VERSION and TCOS_DISTRO to version.conf
    (avoid to update tcos.conf in every package update)
  * Fix some cat commands in postinst

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 08 Jun 2007 22:47:30 +0200

initramfs-tools-tcos (0.79.7) unstable; urgency=low

  * bin/tryXorg.sh:
    - Start Xorg at tty7 to avoid getty keyboards conflicts

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 05 Jun 2007 14:32:53 +0200

initramfs-tools-tcos (0.79.6) unstable; urgency=low

  * Use debian ltspfs and ltspfsd packages

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 04 Jun 2007 14:35:46 +0200

initramfs-tools-tcos (0.79.5) unstable; urgency=low

  * hooks-addons/21pulseaudio:
    - Create symlink of libpulsecore.so.0.3 to so.0.2
  * Change in all files default Homepage to http://www.tcosproject.org
  * Change /tftpboot dir in doc files to /var/lib/tcos/tftp

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 03 Jun 2007 23:27:41 +0200

initramfs-tools-tcos (0.79.4) unstable; urgency=low

  * scripts/tcos-top/50fstab:
    - Add /dev/pts to /etc/fstab and mount it (dropbear need it for kernel 2.6.20).
  * conf/82export_pulseaudio:
    - Remove xmodmap keymap hack

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 01 Jun 2007 12:54:39 +0200

initramfs-tools-tcos (0.79.3) unstable; urgency=low

  * common.mk:
    - Set default kernel in debian unstable to 2.6.21-1-486
    - Update Ubuntu feisty kernel to 2.6.20-16-generic
  * Makefile:
    - Add patch targets
  * debian/copyright:
    - Add more info
  * hooks-addons/59freenx:
    - Warn about missing depends of libstdc++2.10-glibc2.2 package

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 31 May 2007 19:40:25 +0200

initramfs-tools-tcos (0.79.2) unstable; urgency=high

  * hooks-addons/03udev2:
    - Important bugfix 

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 28 May 2007 17:39:47 +0200

initramfs-tools-tcos (0.79.1) unstable; urgency=low

  * hooks-addons/03udev2:
    - Fix typo in logger.agent script
  * Makefile:
    - Copy parsed tcos.conf in TCOS_DIR
  * Add support for reportbug
  * Change HomePage to http://www.tcosproject.org

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 28 May 2007 16:36:23 +0200

initramfs-tools-tcos (0.79) unstable; urgency=low

  * hooks-addons/50xorg:
    - Fix XKB path
    - Remove symlinks (xfree86 and xorg)
  * scripts/tcos-bottom/10ldconfig:
    - Generate removed symlinks
  * usplash/Makefile:
    - More simple file
  * usplash/0.3/usplash-tcos.png, usplash/0.2/usplash-artwork.png:
    - New theme
  * scripts/tcos-bottom/10ldconfig:
    - Create some needed symlinks

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 27 May 2007 21:12:49 +0200

initramfs-tools-tcos (0.78) unstable; urgency=low

  * Delete hooks-addons/41_snd_cs4236 (not needed)
  * conf/82export_pulseaudio:
    - Export PulseAudio environment var and load kbmap (Spanish yet)
  * tcos/logo.lss:
    - new pxe splash logo based on new usplash
  * hooks-addons/50xorg:
    - Working keymap !!!!!!
  * scripts/tcos-bottom/25startx:
    - Move startx to medium start (start in 5 seconds less)
  * conf/tcos-run-functions.sh:
    - Use busybox syslogd and logger to save log messages => /var/log/messages
  * scripts/tcos-bottom/05inittcos:
    - Move some code to scripts/tcos-bottom/35services

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 27 May 2007 00:33:29 +0200

initramfs-tools-tcos (0.77a) unstable; urgency=low

  * Fix XKB dir in ubuntu edgy, dapper => /etc/X11/xkb
  * hooks-addons/41_snd_cs4236:
    - Add special support for Crystal Sound
  * scripts/tcos-bottom/40initsound:
    - Unmute 'Master Digital' and set to TCOS_VOLUME
  * Add experimental to common.mk defaults

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 23 May 2007 17:09:37 +0200

initramfs-tools-tcos (0.77) unstable; urgency=low

  * Add mii-tool to check what network interface have link
  * Add support for different servers (xdmcp-server, font-server, rdesktop-server, etc...)
  * Try to add xkbmap support (working on it)
  * Fix usplash change TCOS_USPLASH not work
  * Add new and beutifull usplash theme (called 0.4.1) based on usplash-theme-debian sources
  * New build dependencies: imagemagick and librsvg2-bin

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 18 May 2007 21:38:24 +0200

initramfs-tools-tcos (0.76) unstable; urgency=low

  * Remove all dpkg calls

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 04 May 2007 22:55:33 +0200

initramfs-tools-tcos (0.75) unstable; urgency=low

  * bin/tryXorg.sh:
    - new method for launching Xorg (3 times in normal mode and -configure
      if fails.
  * bin/installer.sh:
    - Mount swap after parts creation
    - Add option --oeminstall to part and install syslinux unattended
  * hooks-addons/03wireless:
    - Add support of Zydas (zd1211) in wireless hook
  * -

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 04 May 2007 22:55:31 +0200

initramfs-tools-tcos (0.74) unstable; urgency=low

  * Fix conf/tcos.conf kernel double "
  * Set usplash version with distro version
  * Delete usplash/test.sh
  * bin/gentcos:
    - Fix duplicate entries in cache package read uris
  * Set new var TCOS_USPLASH to allow change default thin client usplash theme
  * Backport new manual_add_modules to tcos_manual_add_modules (dapper have debian bug yet)
  * Add more recomends packages.
  * bin/configurexorg:
    -  parse error in xdriver ( use getsimple with #VARNAME= )
  * bin/installer.sh:
    - make mem test before installing syslinux (NFS need less ramdisk)
  * debian/control:
    - fix typo in tcos Recommends
  * Remove discover hard dependency
  * Add pulseaudio, aumix, busybox to tcos metapackage dependencies
  * Update dapper kernel to 2.6.15-28-386
  * hooks-addons/99tcos Makefile:
    - remove dpkg -l call and write TCOS_VERSION during package build => Makefile
  * hooks-addons/50xorg:
    - If Xorg don't start after 3 atemps, try to autoconfigure 
      with Xorg -configure and generate /etc/X11/xorg.conf.auto

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 29 Apr 2007 00:02:45 +0200

initramfs-tools-tcos (0.73) unstable; urgency=low

  * usplash:
    - Make usplash from dapper work (pngtobogl must be compiled from sources)
  * scripts/tcos-premount/35sqmount:
    - Ubuntu feisty udev (or 2.6.20 kernel) don't create loop devices and need to wait
  * Put in tcos.conf default distro kernel (during install check for version, see common.mk)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sat, 21 Apr 2007 21:19:38 +0200

initramfs-tools-tcos (0.72) unstable; urgency=low

  * hooks/tcosbin:
    - Try to remove all stuff in /lib/i686 in similar way than /lib/tls
  * conf/tcos-generation-functions.sh:
    - convert_links2files acepts one argument (dir where conversion is done)
  * Add serial modules (serial mouse needs it !! )

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sat, 21 Apr 2007 14:02:11 +0200

initramfs-tools-tcos (0.71) unstable; urgency=low

  * hooks/tcosbin:
    - add absolute path of mksquashfs bin.
    - hide hack load info
  * In debian unstable start thin client with vga=791 (usplash at 640x480 not work)
  * Not load pcspkr module
  * Depends on libusplash-dev (only valid with new usplash package)
  * bin/tcos-gdm-autologin:
    - Fix username : displayname compare in /etc/passwd
  * debian/rules:
    - Fix typo in version detect.

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 18 Apr 2007 10:44:18 +0200

initramfs-tools-tcos (0.70) unstable; urgency=low

  * Extends ConfigObj class to use '=' instead of ' = '
  * Don't copy /lib/dhcp3-client/call-dhclient-script
  * Use discover from TCOS cache (for dapper)
  * Better gentcos.postinst (work with inetd.conf, atftpd, tftpd-hpa)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 03 Apr 2007 14:50:05 +0200

initramfs-tools-tcos (0.69) unstable; urgency=low

  * Remove old debian/*lintian* files
  * Move allmodules-x.x.x.squashfs to TFTP_DIR instead of /tftpboot/tcos

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 27 Mar 2007 10:06:48 +0200

initramfs-tools-tcos (0.68) unstable; urgency=low

  * bin/tcos-gdm-autologin:
    - Fix typo chowm => chown
    - Add fromip var to make a network not starting in number 1
    - Add --nodelete option to not work in kiosk mode.
  * hooks/tcosbin and hooks-addons/*:
    - move some code to hooks-addons
  * Change depends, move to tcos metapackage.
  * Change Makefiles to allow not building tcos-usplash (HAVE_USPLASH=0)
  * More debug info in configurexorg with --verbose flag
  * Fix some typo in conf/xorg.conf.tpl

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 20 Mar 2007 11:27:46 +0100

initramfs-tools-tcos (0.67) unstable; urgency=low

  * gentcos depends atftpd | tftpd-hpa and dhcp3-server
  * hooks-addons/*xorg:
    - fix Xorg path search
  * Do some job in freenx support ( gentcos::README.freenx)
  * Make an special computer hook (EPATEC eTC3800 force load via driver)
  * Add acpi button daemon event.

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 11 Mar 2007 17:20:24 +0100

initramfs-tools-tcos (0.66) unstable; urgency=low

  * Add 600 file rights to tcos.conf

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed,  7 Mar 2007 19:22:23 +0100

initramfs-tools-tcos (0.65) unstable; urgency=low

  * scripts/tcos-premount/35sqmount:
    - Add autodetect support for booting from HD or USB device
      (mount all ext3 or vfat partitions and search usr.squashfs or usr-$(uname -r).squashfs)
  * Update tcos kernel version to 2.6.18-4-486 (debian testing and unstable)
  * Fix some info and warning messages in gentcos.postinst

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue,  6 Mar 2007 22:21:59 +0100

initramfs-tools-tcos (0.64) unstable; urgency=low

  * Fix 40initsound OSS broken detection
  * Copy libesd0 (OSS) always if avalaible from cache
  * Use cached pulseaudio-esound-compat files
  * Add README.cache to gentcos docs

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sat,  3 Mar 2007 16:07:40 +0100

initramfs-tools-tcos (0.63) unstable; urgency=low

  * Fix esound start in OSS compability PulseAudio -> eSound -> OSS
  * Know to not work (PulseAudio bug ???) PulseAudio -> OSS (/dev/dsp without /proc/asound)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 26 Feb 2007 21:39:47 +0100

initramfs-tools-tcos (0.62) unstable; urgency=low

  * Add cache support to gentcos, used to use some non installed packages (esound, libesd0..)
  * Rename all hooks-addons with numbers (exec order)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sat, 24 Feb 2007 13:32:20 +0100

initramfs-tools-tcos (0.61) unstable; urgency=low

  * Change /opt/tcos with /var/lib/tcos (debian correct)
  * Remove debconf message
  * Not build tcos-discover2 tcos-opengl-libs tcos-esound anymore (no clean, not debian)
  * Change /tftpboot/tcos with /var/lib/tcos/tftp and link it
  * Add UPGRADE.debian info to gentcos package
  * bin/gentcos:
     - Fix initramfs name in isolunux cdrom generation

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 20 Feb 2007 11:39:47 +0100

initramfs-tools-tcos (0.60.7) unstable; urgency=low

  * New package tcos-esound (esd and libesd0)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 18 Feb 2007 00:09:52 +0100

initramfs-tools-tcos (0.60.6) unstable; urgency=low

  * Add support for rdesktop (tested with Windows BadVista / MalaVista)
  * Loop some core functions (Xorg, rdesktop...)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 13 Feb 2007 09:11:19 +0100

initramfs-tools-tcos (0.60.5) unstable; urgency=low

  * hooks-addons/rungetty:
    - Exec getty in a while [1] loop.

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri,  9 Feb 2007 13:50:33 +0100

initramfs-tools-tcos (0.60.4) unstable; urgency=low

  * bin/seq:
     - Complete seq shell script, now accepts same params like /usr/bin/seq
         seq LAST
         seq FIRST LAST
         seq FIRST INCREMENT LAST

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu,  8 Feb 2007 18:53:33 +0100

initramfs-tools-tcos (0.60.3) unstable; urgency=low

  * conf/xorg.conf.tpl:
    - Add serial mouse support

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu,  8 Feb 2007 11:25:29 +0100

initramfs-tools-tcos (0.60.2) unstable; urgency=low

  * bin/gentcos:
     - Clean initramfs unwanted files after mkinitramfs
  * ALL:
     - reduce required RAM (min now is 24 Mb, probably need swap)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue,  6 Feb 2007 19:26:15 +0100

initramfs-tools-tcos (0.60.1) unstable; urgency=low

  * Remove PREREQS in init scripts (scripts have numbers, should start in order...)
  * hex2ascii:
    - move this build dir and bin to this package
  * scripts/tcos-bottom/80shell:
    - more elegant shells (getty) num of ttys defined in tcos.conf

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sat,  3 Feb 2007 22:07:59 +0100

initramfs-tools-tcos (0.59.1) unstable; urgency=low

  * Fix some bashism (== /bin/sh), I hope that ubuntu will work OK now.

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 29 Jan 2007 14:02:45 +0100

initramfs-tools-tcos (0.58.2) unstable; urgency=low

  * Change usplash_timeout script

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 21 Jan 2007 16:15:21 +0100

initramfs-tools-tcos (0.58.1) unstable; urgency=low

  * Add ubuntu-tcos splash theme (debian don't work in new usplash version)
  * Delete "quiet" in all boot args for ubuntu.

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 21 Jan 2007 13:49:20 +0100

initramfs-tools-tcos (0.57.2) unstable; urgency=low

  * Add wireless boot support (hooks-addons/wireless scripts/tcos-top/05network):
    - TCOS_WIRELESS_MODS="list of kernel modules" (madwifi alias of atheros)
    - TCOS_WIRELESS_ENC="type" (WEP, WPA, empty) WPA work, WEP need some job...
  * Change interpeter (bin/gentcos) /bin/sh to /bin/bash (fix problem in ubuntu with dash)
  * Remove unsused Xorg dirs (hooks-addons/xorg)
  * Add TCOS_INSTALLER_BOOT_OPT to change installer cmdline extra options.

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sat, 13 Jan 2007 11:02:19 +0100

initramfs-tools-tcos (0.57.1) unstable; urgency=low

  * usplashize installer.sh
  * Move installer launcher before startx script
  * Add installer update to pxelinux.cfg
  * Add bigger usplash timeout before udev (need some testing)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 26 Dec 2006 23:33:39 +0100

initramfs-tools-tcos (0.56.18+1) unstable; urgency=low

  * hooks-addons/xorg:
    - fix space in if conditional
    - fix "! -d /var" => "-d /usr" in opengl conditional
    - delete libglx.so (only needed by nvidia & ati drivers)
  * Fix minor typo in hooks-addons/xorg

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 17 Dec 2006 15:51:45 +0100

initramfs-tools-tcos (0.56.17) unstable; urgency=low

  * New package: tcos-opengl-libs (force free opengl drivers)
     - libGL.so.1.2
     - libGLU.so.1.*
     - libGLcore.so
     Ati (fglrx) and Nvidia drivers don't work on thin client.
  * Fix hooks-addons/xorg to use new files of new package (tcos-opengl-libs)
    Must work if packages are created in same Xorg version that server runs.

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 10 Dec 2006 17:00:19 +0100

initramfs-tools-tcos (0.56.16) unstable; urgency=low

  * Enable by default OpenGL support, now screensaver and gcompris must work.
  * Add message when OpenGL is enabled or disabled.

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 10 Dec 2006 14:16:06 +0100

initramfs-tools-tcos (0.56.15) unstable; urgency=low

  * bin/tcos-gdm-autologin: Umount all fuse devices before restoring template.

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon,  4 Dec 2006 10:46:26 +0100

initramfs-tools-tcos (0.56.14) unstable; urgency=low

  * FIX tcos-gdm-autologin AddHost() loop ;)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 29 Nov 2006 18:41:19 +0100

initramfs-tools-tcos (0.56.13) unstable; urgency=low

  * Fix LC_ALL=C in tcos image date. 

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 29 Nov 2006 18:14:49 +0100

initramfs-tools-tcos (0.56.12) unstable; urgency=low

  * Fix some errors in tcos-gdm-autologin and enable execmd() function

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 28 Nov 2006 15:19:38 +0100

initramfs-tools-tcos (0.56.11) unstable; urgency=low

  * hooks-addons/xorg
      - add Xorg OpenGL support (new tcos.conf var TCOS_XORG_OPENGL)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 24 Nov 2006 09:28:12 +0100

initramfs-tools-tcos (0.56.10) unstable; urgency=low

  * Revert vga=771 patch, initramfs-tools revert mknod /dev/fb0 too...
  * Add tcos-gdm-autologin script (need man page)
  * Installer:
     add update method to download files again, but no make parts.
     add PROMPT 1 in syslinux.cfg and change TIMEOUT to 50 (5 segs)
  * New rewrite of tcos-gdm-autologin (python based)
    With tcos-gdm-autologin you can:
    - configure GDM ( --configure option )
    - add users and host ( --add interactive option )
    - gdm autologin (it's called from GDM to return username and restore home from template)
  * Add python-configobj to tcos-server-utils depends.

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 19 Nov 2006 20:13:24 +0100

initramfs-tools-tcos (0.56.9) unstable; urgency=low

  * Fix hooks-addons/dhclient dhclient3 path of script
  * Make package with common.mk

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 16 Nov 2006 22:05:35 +0100

initramfs-tools-tcos (0.56.8) unstable; urgency=low

  * join tcos-nfs startup with normal tcos
  * autodetect ram < 38 and boot from NFS
  * fix hooks-addons/alsa amixer path
  * move fstab from tcos-premount to tcos-top
  * pxelinux.cfg/default add vga=771 to force vesa framebuffer start

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed,  8 Nov 2006 22:02:13 +0100

initramfs-tools-tcos (0.56.7) unstable; urgency=low

  * Don't use pathof() in hooks, call cpifexists() with abs path.
    If not found search with pathof()

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 29 Oct 2006 22:24:01 +0100

initramfs-tools-tcos (0.56.6) unstable; urgency=low

  * Add tcos metapackage.

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 13 Oct 2006 12:09:31 +0200

initramfs-tools-tcos (0.56.5) unstable; urgency=low

  * Fix more minor things in pulseaudio hook-addon

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 13 Oct 2006 00:05:44 +0200

initramfs-tools-tcos (0.56.4) unstable; urgency=low

  * Possibly ubuntu dapper now work.
  * Support for dhcp3-client (configure network with ifconfig and route)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun,  8 Oct 2006 20:30:53 +0200

initramfs-tools-tcos (0.56.3) unstable; urgency=low

  * Provide manual_add_modules (ubuntu dapper initramfs-tools is very old)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun,  8 Oct 2006 11:12:49 +0200

initramfs-tools-tcos (0.56.2) unstable; urgency=low

  * Error in conf/tcos-run-functions while need do not then :$

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sat,  7 Oct 2006 15:52:34 +0200

initramfs-tools-tcos (0.56.1) unstable; urgency=low

  * New stable release.

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri,  6 Oct 2006 09:37:40 +0200

initramfs-tools-tcos (0.55.3) unstable; urgency=low

  * Add tcos-discover2 package (all discover2 files into /usr/lib/tcos/discover)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon,  2 Oct 2006 18:27:56 +0200

initramfs-tools-tcos (0.55.2) unstable; urgency=low

  * Ubuntu part2, use /bin/busybox (not static) but with more utils
  * New scripts/tcos-top/01busybox that make symlinks of utils with new busybox

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 29 Sep 2006 12:45:05 +0200

initramfs-tools-tcos (0.55.1) unstable; urgency=low

  * Try to work with ubuntu, part1. More work needed....

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 29 Sep 2006 11:18:01 +0200

initramfs-tools-tcos (0.54.9) unstable; urgency=low

  * Use /usr/lib/tcos to put scripts and bins ==> $TCOS_BINS
  * Add install-system.sh script with cfdisk and debootstrap
    This install a debian/ubuntu distro in thin client.

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 28 Sep 2006 11:16:47 +0200

initramfs-tools-tcos (0.54.8) unstable; urgency=low

  * Minor bugs in some scripts (pulseaudio, alsa...)
  * Add support for ISA sound cards (TCOS_SOUND_ISA new var in tcos.conf)
  * Use mcookie to create xauth cookies and start Xorg with -auth /root/.Xauthority
  * Fix /etc/hosts creation, hostname is ip not 127.0.0.1
  * Disable creation of /etc/X0.hosts, Xorg auth is with cookies

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 24 Sep 2006 22:44:51 +0200

initramfs-tools-tcos (0.54.7) unstable; urgency=low

  * Work in bin/configurexorg, now autodetects xdriver with discover, can detect more things...
  * Add new var TCOS_XORG_ALLDRIVERS to copy all X drivers into image (usr.squashfs)
  * Remove "-ac" flag to Xorg startup, now access is disabled to all
    except localhost or 127.0.0.1. To allow more host to connect edit tcos.conf and add them
    to TCOS_XORG_XHOSTS separeted with spaces. Need localhost for lockscreen and scrot commands.
    During boot new file will be created /etc/X0.hosts listing allowed hosts (man Xserver)
  * Add TCOS_XORG_OPTS var to allow put some Xorg params from conf file.
  * ltspfsd now works with auth (remove -a param)
  * configurexorg seems to work fine with new auto setup ==> tcospersonalize
  * Add more sleep time to pax11publish

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri, 22 Sep 2006 13:54:43 +0200

initramfs-tools-tcos (0.54.6) unstable; urgency=low

  * Copy /lib/terminfo/x/xterm (needed if use ssh + iftop)
  * Fix build of floppy boot images (gentcos -nbi)
  * Add mkfs in debug hook-addon (to format disks or floppies)
  * Copy some udev files from /lib/udev (write_net_rules crash startup eth0=>eth2)
  * Make autofs support optional
  * Fix some alsa startup scripts
  * Fix TCOS_EXTRA_MODULES, now works like a charm...
  * Add more modules to conf/tcos-modules.conf (intel audio, realtek...)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 20 Sep 2006 22:04:41 +0200

initramfs-tools-tcos (0.54.5) unstable; urgency=low

  * Fix minor bug in detection of sound devices
    (scripts/tcos-bottom/40initsound)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 13 Sep 2006 19:56:01 +0200

initramfs-tools-tcos (0.54.4) unstable; urgency=low

  * Add some options to NFS mount

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 11 Sep 2006 21:56:38 +0200

initramfs-tools-tcos (0.54.3) unstable; urgency=low

  * Add hex2ascii to nfs build.

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 11 Sep 2006 21:53:33 +0200

initramfs-tools-tcos (0.54.2) unstable; urgency=low

  * Forgot file hooks-addons/clean_nfs_image FIXED !!!
  * Disable some debug messages

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 10 Sep 2006 13:09:19 +0200

initramfs-tools-tcos (0.54.1) unstable; urgency=low

  * Make powerfull NFS support (TCOS boot in 28 Mb RAM!!!)
  * Make work change passwd (need /etc/login.defs and no locks)
  * Reorganize scripts/tcos-bottom (it's used by normal and nfs tcos)
  * Make a /tftpboot/tcos/pxeslinux.cfg/default with more examples
  * A lot of bin/gentcos work:
     - gentcos -tftp (no changes)
     - gentcos -nfs (generate a small initramfs and mount a remmote NFS)
     - gentcos -rootfs (generate NFS dir /opt/tcos/fs-${TCOS_KERNEL} )
        ( need this line in /etc/exports, and a nfs server: )
        /opt/tcos  192.168.0.0/255.255.255.0(ro,no_root_squash,sync,no_subtree_check)
  * Better way to generate nfs image and filesystem is:
       # gentcos -nfs -rootfs
  * Fix PulseAudio startup params, and start silently log > /var/log/pulseaudio.log
  * Update gentcos man page
  * Change editing initramfs.conf in gentcos for exporting some env vars
    (need sync with TcosConfig)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 10 Sep 2006 10:02:58 +0200

initramfs-tools-tcos (0.53.pre6) unstable; urgency=low

  * Fix some paths.
  * Detect sound device as /dev/dsp or /dev/snd

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu,  7 Sep 2006 10:38:18 +0200

initramfs-tools-tcos (0.53.pre5) unstable; urgency=low

  * Fix convert_files2links() function in conf/tcos-generation-functions.sh
     - If app isn't in path can't copy, use readlink instead of pathof
  * Use initramfs-${SUFFIX}-${KERNEL_VERSION}, for support multiple kernel
  * Change pxelinux.cfg/default to initramfs-2.6.16-1-486
  * Add all build vars in /etc/tcos/tcos.conf
  * Fix bin/gentcos to use /etc/tcos/tcos.conf new vars
  * Use hex2ascii tcosmonitor hack to retrieve hostname in a string in dhcp dinamic servers

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue,  5 Sep 2006 23:11:41 +0200

initramfs-tools-tcos (0.53.pre4) unstable; urgency=low

  * Upload last changes to svn

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun,  3 Sep 2006 20:20:55 +0200

initramfs-tools-tcos (0.53.pre3) unstable; urgency=low

  * Change /etc/tcos for /usr/share/initramfs-tools-tcos/ for hooks and scripts
  * Start NFS support and complety rootfs

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri,  1 Sep 2006 19:52:03 +0200

initramfs-tools-tcos (0.53.pre2) unstable; urgency=low

  * Initial PulseAudio support, new var TCOS_PULSEAUDIO
  * Delete obsolete TCOS_XMLRPC username and pass.

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 24 Aug 2006 19:45:16 +0200

initramfs-tools-tcos (0.52) unstable; urgency=low

  * Add destripar_initramfs.sh script (mount initramfs and chroot into it) .
  * Fix /lib/lsb dir creation (hooks/tcosbin)
  * Delete in postinst: /etc/tcos/scripts/tcos-bottom/40freespace
  * Fix some scripts/tcos-bottom/10initsound
  * Move mount_unionfs into conf/tcos-run-functions
  * Add check_module before manual_add_modules because some files not copied
     - see debian bug: #384043
  * Rename allmodules.squashfs to allmodules-$(uname -r).squashfs
  * Add some remove stuff in postinst, to clean /etc/tcos dir
  * Add force_add_module #384043, and remove check_module

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 21 Aug 2006 22:06:14 +0200

initramfs-tools-tcos (0.51) unstable; urgency=low

  * Remove some FIXME code
  * usplash-tcos.so is in svn repos while there is a easy way to compile it (based on debian-edu)
  * Remove some extra functions in tcos-*-functions

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 16 Aug 2006 16:14:44 +0200

initramfs-tools-tcos (0.50) unstable; urgency=low

  * Add usplash artwork (tcos-usplash) usplash is now in debian unstable.

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon,  7 Aug 2006 15:50:19 +0200

initramfs-tools-tcos (0.49) unstable; urgency=low

  * New stable release
  * conf/tcos-functions is deprecated, split in two files:
     - tcos-run-functions used in thin client
     - tcos-generation-functions used by gentcos
  * Disable fstab generation if uselocal is not set
  * Do some actions in background & (better timming 15 seconds with usr.squashfs download)
  * Resync with TcosMonitor 0.0.10.b3

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sat, 15 Jul 2006 22:29:09 +0200

initramfs-tools-tcos (0.48.b4) unstable; urgency=low

  * Launch session in background ( & )
  * Disable tcos-bootom/25freespace
  * Delete old stuff (20ltspfs)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 10 Jul 2006 12:51:45 +0200

initramfs-tools-tcos (0.48.b3) unstable; urgency=low

  * Minor changes in bin/configurexorg

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Mon, 10 Jul 2006 11:17:53 +0200

initramfs-tools-tcos (0.48.b2) unstable; urgency=low

  * Minor changes in bin/configurexorg

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Fri,  7 Jul 2006 16:54:32 +0200

initramfs-tools-tcos (0.48.b1) unstable; urgency=low

  * New release
  * Add configurexorg wrapper and xorg.conf.tpl
  * Add restartxorg script (exec from TcosMonitor)
  * Disable freespace (need some work)
  * Change dependencies >= 0.48
  * Now depends in dropbear (not recomended)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue,  4 Jul 2006 11:48:11 +0200

initramfs-tools-tcos (0.47.b6) unstable; urgency=low

  * Delete depends of non avalaible unionfs and sqaushfs modules
  * Add TCOS_XMLRPC_USER and TCOS_XMLRPC_PASS to conf/tcos.conf file
  * Add background sshx start (close terminal after startx)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 29 Jun 2006 15:44:33 +0200

initramfs-tools-tcos (0.47-b5) unstable; urgency=low

  * Add -extramodules="foo,bar" argument
  * add hooks-addons/tcos to write into conf date and version
  * Add hooks-addons/hwclock to setup date by BIOS clock
  * Add update_progress() to any init script (usplash progress bar)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 20 Jun 2006 17:00:08 +0200

initramfs-tools-tcos (0.47-b4) unstable; urgency=low

  * New subrelease.
  * Add IP.conf support (put a file in /tftpboot/tcos/conf/
    like 192.168.0.25.conf and vars will overwrite tcos.conf)
  * Add X resolution and depth support, cmdline vars:
    res=800x600
    depth=16
  * Disable mouse wheel from cmdline => disablewheel

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed,  7 Jun 2006 20:09:29 +0200

initramfs-tools-tcos (0.47-b3) unstable; urgency=low

  * New subrelease.
  * Add new startx methods (F=freenx S=ssh -X)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed,  7 Jun 2006 19:47:56 +0200

initramfs-tools-tcos (0.47-b2) unstable; urgency=low

  * Add tinylogin dependency debian/control.
  * Update initramfs-tools-tcos version dependencies.
  * Fix tcos-shfs[u]mount scripts (is_remote and is_mounted don't work clean)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed,  7 Jun 2006 10:48:35 +0200

initramfs-tools-tcos (0.47-b1) unstable; urgency=low

  * Add TCOS_ADMIN_USER entry (ssh key and italc key)
  * Add TCOS_REMOTEFS selector (shfs, ltspfs, none)
  * Remove TCOS_BIG_BUSYBOX (reboot and poweroff now works!!!)
  * Add TCOS_SHOW_NEEDED_MODULES (show loaded and discover detected modules)
  * Add showmodules cmdline to show loaded, discover and not found modules info.
  * Add tcos-server-utils package:
    - tcos-shfsmount  (mount shfs in terminal)
    - tcos-shfsumount (umount shfs)
  * Add manpages of tcos-shfs[u]mount.1
  * Update gentcos manpage
  * Add tinylogin utils to create users and groups with busybox.

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Tue, 30 May 2006 22:35:59 +0200

initramfs-tools-tcos (0.47) unstable; urgency=low

  * Bad news, TCOS not accepted in SoC :(
  * Change all dirs to not intercept with initramfs-tools => all code is in /etc/tcos
  * Split tcosbin hooks file into some package-unit files, ex: xorg, discover, sound, autofs...
  * Update gentcos scripts and gentcos manpage
  * Update help.msg (pxelinux help screen)
  * Fix dropbear SSH server startup failure /dev/random => /dev/urandom
  * Clean ping before startx (resolved with /dev/urandom)
  * Start Xorg once time (keyboard seems to work correctly)
  * Add iTALC support, start ivs and daemonize it
  * Enable remote reboot and poweroff (copy reboot & poweroff in /usr/sbin, outside of squashfs)
  * Add reboot and poweroff wrapper scripts (kill X, kill process, umount squash, umount all, reboot/poweroff)
  * Delete/clean ACPI and RAID stuff (add new var TCOS_DISABLE_ACPI) -215 Kb !!!
  * Add X11VNC support (not only iTALC)
  * Join code to mount a ext3/vfat part in 15uselocal and use from swapon or sqmount
  * Add break points with every startup script:
    - network, fstab, uselocal, swapon, sqmount, ldconfig, autofs, inittcos, initsound, ltspfs, startx
  * NOT use package revision numbers, initramfs-tools-tcos is debian based !!!!
  * Mount /dev/shm as tmpfs in 50ldconfig

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 25 May 2006 11:48:27 +0200

initramfs-tools-tcos (0.46-3) unstable; urgency=low

  * Updates README file ( debug a kernel panic )
  * Delete scripts/tcos-premount/40unionfs and put code in 30sqmount
  * More easy script scripts/tcos-premount/30sqmount
  * add allmodules.squashfs ( all kernel modules to debuging )
  * add _log() function ( write into /tmp/initramfs.debug )
  * add reboot and poweroff scripts ( reboot -f / poweroff -f )

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 17 May 2006 16:24:02 +0200

initramfs-tools-tcos (0.46-2) unstable; urgency=low

  * Add info about missing packages
  * Add TCOS_DISABLE_ACPI to delete acpi and raid stuff
  * Complete gentcos script support to be more flexible from TcosConfig
  * Add some debconf scripts and templates

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun, 14 May 2006 14:12:34 +0200

initramfs-tools-tcos (0.46-1) unstable; urgency=low

  * Add support of embedded web browser (dillo 25Mb or links2 6 Mb)
  * Reorganize hooks/tcosbin scripts
  * Add some functions to conf/tcos-functions to copy files and dirs
  * Add resolv.conf file generated from server resolv.conf ( browser need it )
  * Add HACKING info.
  * Add Etherboot support ( NBI images )

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Thu, 11 May 2006 12:05:31 +0200

initramfs-tools-tcos (0.46) unstable; urgency=low

  * Initial version of tcos own package.
  * Rename pxes to TCOS support (Thin Client Operating System)
  * Add swap file mount and generation system
  * Mount /usr in read-write mode unionfs and 2 Mb of ram filesystem.
  * Add ltspfs daemon and autofs to read devices from user session.
  * Remove samba support.
  * Split TCOS to his own package.
  * Add /tftboot/tcos dir to all needed into it.
  * Create symbolic link to /boot/vmlinuz-xxxxx into /tftpboot/tcos
  * Add /etc/tcos dir to not touch /etc/mkinitramfs files
  * Add /etc/tcos/tcos-functions with common shell script functions
  * Create symbolic link to /usr/lib/syslinux/pxelinux.0 into /tftpboot/tcos
  * Add support of ssh server (dropbear ssh don't need PAM)
  * Copy ssh rsa public keys to .ssh root home in initramfs (no pass needed)
  * Add support of Xorg 7.0 or 6.9 (debian testing unstable generation build systems)
  * Move vars to /etc/tcos/tcos.conf (only vars)
  * Use debian kernel 2.6.16-1-486 (can use any > 2.6.12)

 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sun,  7 May 2006 18:43:07 +0200