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

  * Migration for bug 6900

 -- John Southworth <john.southworth@vyatta.com>  Mon, 15 Aug 2011 13:30:23 -0500

vyatta-cfg-system (0.19.113) unstable; urgency=low

  * Don't bring ethernet device up if it is disabled

 -- Stephen Hemminger <shemminger@vyatta.com>  Thu, 11 Aug 2011 15:00:44 -0700

vyatta-cfg-system (0.19.112) unstable; urgency=low

  * Add encapsulation to IPv6 parameters deletion so that ipip6 tunnels
    will work properly after a deletion.

 -- John Southworth <john.southworth@vyatta.com>  Thu, 11 Aug 2011 16:34:41 -0500

vyatta-cfg-system (0.19.111) unstable; urgency=low

  [ John Southworth ]
  * Fix permission problems on /config during initial install

  [ Jon Andersson ]
  * Initial checkin of ipv6 tunnel support

  [ John Southworth ]

 -- John Southworth <john.southworth@vyatta.com>  Thu, 11 Aug 2011 12:51:51 -0500

vyatta-cfg-system (0.19.110) unstable; urgency=low

  * bridge: allow setting mac address

 -- Stephen Hemminger <shemminger@vyatta.com>  Mon, 08 Aug 2011 16:43:34 -0700

vyatta-cfg-system (0.19.109) unstable; urgency=low

  * 0.19.108
  * fix missing command in debian/control

 -- Stephen Hemminger <shemminger@vyatta.com>  Sun, 07 Aug 2011 20:46:26 -0700

vyatta-cfg-system (0.19.108) unstable; urgency=low

  * Force dependency on later vyatta-cfg package

 -- Stephen Hemminger <shemminger@vyatta.com>  Sun, 07 Aug 2011 20:45:23 -0700

vyatta-cfg-system (0.19.107) unstable; urgency=low

  * ethernet: avoid needlessly setting mac address

 -- Stephen Hemminger <shemminger@vyatta.com>  Fri, 05 Aug 2011 20:55:41 -0700

vyatta-cfg-system (0.19.106) unstable; urgency=low

  * Added to make "force" op-mode command accessible to user type

 -- Deepti Kulkarni <deepti@vyatta.com>  Wed, 27 Jul 2011 08:00:09 -0700

vyatta-cfg-system (0.19.105) unstable; urgency=low

  * Bugfix 7350: Allow default config.boot to be selected as config
    file.

 -- Bob Gilligan <gilligan@vyatta.com>  Wed, 17 Aug 2011 15:08:32 -0700

vyatta-cfg-system (0.19.104) unstable; urgency=low

  * Fix permission problems on /config during initial install

 -- John Southworth <john.southworth@vyatta.com>  Fri, 15 Jul 2011 20:49:15 -0700

vyatta-cfg-system (0.19.103) unstable; urgency=low

  * Bugfix 7070: Need to provide full path for irq-affinity.pl in
    system()

 -- Bob Gilligan <gilligan@vyatta.com>  Sun, 14 Aug 2011 16:37:47 -0700

vyatta-cfg-system (0.19.102) unstable; urgency=low

  * Add hook to call a config migration script when upgrading from VSE
    Demo.

 -- Bob Gilligan <gilligan@vyatta.com>  Fri, 12 Aug 2011 17:30:00 -0700

vyatta-cfg-system (0.19.101) unstable; urgency=low

  [ Stephen Hemminger ]
  * Fix duplicate detection of hypervisor

  [ John Southworth ]
  * Bugfix 7326: add /config/support directory by default

 -- John Southworth <john.southworth@vyatta.com>  Wed, 13 Jul 2011 15:56:08 -0500

vyatta-cfg-system (0.19.100) unstable; urgency=low

  * new branch

 -- Deepti Kulkarni <deepti@vyatta.com>  Thu, 07 Jul 2011 20:55:59 -0700

vyatta-cfg-system (0.19.99) unstable; urgency=low

  * Add more hypervisor detection logic

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 06 Jul 2011 10:20:24 -0700

vyatta-cfg-system (0.19.98) unstable; urgency=low

  * Move the is_uniq_address function to Interface.pm

 -- John Southworth <john.southworth@vyatta.com>  Tue, 05 Jul 2011 16:21:46 -0500

vyatta-cfg-system (0.19.97) unstable; urgency=low

  * bugfix 6801: check to see if the same address is configured on
    another interface in the working config before allowing an address
    to be set on an interface, allows for swapping addresses in the same
    commit

 -- John Southworth <john.southworth@vyatta.com>  Fri, 01 Jul 2011 17:32:25 -0700

vyatta-cfg-system (0.19.96) unstable; urgency=low

  * Make add system image use the new config directory for copying files

 -- John Southworth <john.southworth@vyatta.com>  Fri, 24 Jun 2011 17:56:26 -0500

vyatta-cfg-system (0.19.95) unstable; urgency=low

  * Add better hypervisor detect logic

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 23 Jun 2011 16:26:27 -0700

vyatta-cfg-system (0.19.94) unstable; urgency=low

  * Revert "bonding: remove requirement of slaves existing before vif"
  * Ignore new hypervisor_vendor binary

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 16 Jun 2011 18:28:11 -0400

vyatta-cfg-system (0.19.93) unstable; urgency=low

  * bonding: remove requirement of slaves existing before vif
  * Add utility to find hypervisor vendor

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 16 Jun 2011 17:53:43 -0400

vyatta-cfg-system (0.19.92) unstable; urgency=low

  * Bugfix 5856: Add username and password options.

 -- Bob Gilligan <gilligan@vyatta.com>  Thu, 14 Jul 2011 09:51:17 -0700

vyatta-cfg-system (0.19.91) unstable; urgency=low

  * Move the mtu settings out of the main inteface priority subtree as a
    failure boundry

 -- John Southworth <john.southworth@vyatta.com>  Wed, 08 Jun 2011 17:26:52 -0500

vyatta-cfg-system (0.19.90) unstable; urgency=low

  * Always log authorization messages

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 01 Jun 2011 13:46:49 +0900

vyatta-cfg-system (0.19.89) unstable; urgency=low

  * alternative fix for bug 6958

 -- An-Cheng Huang <ancheng@vyatta.com>  Wed, 25 May 2011 13:44:44 -0700

vyatta-cfg-system (0.19.88) unstable; urgency=low

  * don't assume hw-id exists since it can be deleted

 -- An-Cheng Huang <ancheng@vyatta.com>  Mon, 23 May 2011 08:41:52 -0700

vyatta-cfg-system (0.19.87) unstable; urgency=low

  * irq-affinity: more fixup

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 20 May 2011 11:14:21 -0700

vyatta-cfg-system (0.19.86) unstable; urgency=low

  * irq-affinity: use sysfs to read cpu topology

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 20 May 2011 08:40:33 -0700

vyatta-cfg-system (0.19.85) unstable; urgency=low

  [ Stephen Hemminger ]
  * 0.19.82

  [ Stig Thormodsrud ]
  * Partial fix for 6393: keepalived shutdown too late - can cause lost
    traffic
  * 0.19.83

  [ Stephen Hemminger ]
  * Use syslog perror for debug option
  * irq-affinity: fix handling of UP system

  [ Stig Thormodsrud ]
  * 0.19.84

  [ Stephen Hemminger ]
  * irq-affinity: initialize sockets to 1

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 20 May 2011 07:30:32 -0700

vyatta-cfg-system (0.19.84) unstable; urgency=low

  * Partial fix for 6393: keepalived shutdown too late - can cause lost
    traffic
  * 0.19.83

 -- Stig Thormodsrud <stig@vyatta.com>  Thu, 19 May 2011 17:16:01 -0700

vyatta-cfg-system (0.19.83) unstable; urgency=low

  * Partial fix for 6393: keepalived shutdown too late - can cause lost
    traffic

 -- Stig Thormodsrud <dev@vyatta.com>  Mon, 16 May 2011 23:52:05 -0700

vyatta-cfg-system (0.19.82) unstable; urgency=low

  * Use syslog perror for debug option
  * irq-affinity: fix handling of UP system

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 19 May 2011 08:10:13 -0700

vyatta-cfg-system (0.19.81) unstable; urgency=low

  * Fix calculation of number of cores on systems with more than one
    socket.
  * Bugfix: 6773 (again).  Fix handling of single-queue NICs on MPs.

 -- Bob Gilligan <gilligan@vyatta.com>  Tue, 17 May 2011 12:10:55 -0700

vyatta-cfg-system (0.19.80) unstable; urgency=low

  * Support more than 10 CPUs.

 -- Bob Gilligan <gilligan@vyatta.com>  Tue, 17 May 2011 08:46:37 -0700

vyatta-cfg-system (0.19.79) unstable; urgency=low

  * Fix 5912: "show vrrp" doesn't list sync-group

 -- Stig Thormodsrud <stig@vyatta.com>  Wed, 18 May 2011 12:25:33 -0700

vyatta-cfg-system (0.19.78) unstable; urgency=low

  * irq-affinity: add workaround to avoid some cpu's

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 17 May 2011 16:16:57 -0700

vyatta-cfg-system (0.19.77) unstable; urgency=low

  * Fix grub syntax error

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 17 May 2011 08:51:43 -0700

vyatta-cfg-system (0.19.76) unstable; urgency=low

  * eliminate hard-coded commit hook directory

 -- An-Cheng Huang <ancheng@vyatta.com>  Mon, 16 May 2011 20:11:38 -0700

vyatta-cfg-system (0.19.75) unstable; urgency=low

  * smp-affinity: fix typo for assign_multiqueue

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 16 May 2011 16:24:57 -0700

vyatta-cfg-system (0.19.74) unstable; urgency=low

  [ Stephen Hemminger ]
  * Remove unused parts of rl-system.init

  [ John Southworth ]
  * Bugfix 7076: make add system image copy to /config instead of
    /opt/vyatta/etc/config

 -- John Southworth <john.southworth@vyatta.com>  Fri, 13 May 2011 11:55:40 -0500

vyatta-cfg-system (0.19.73) unstable; urgency=low

  * Fix Bug 7012 make /config available with init-floppy

 -- Mohit Mehta <mohit@vyatta.com>  Wed, 11 May 2011 11:33:15 -0700

vyatta-cfg-system (0.19.72) unstable; urgency=low

  * support interactive mode for rest api for install image op mode
    commands.

 -- Michael Larson <mike@vyatta.com>  Tue, 10 May 2011 14:22:05 -0700

vyatta-cfg-system (0.19.71) unstable; urgency=low

  * changes for new commit
  * more changes for new commit

 -- An-Cheng Huang <ancheng@vyatta.com>  Tue, 10 May 2011 09:33:55 +0800

vyatta-cfg-system (0.19.70) unstable; urgency=low

  * Support netxen NIC irq naming convention
  * Convert mac octets from hex

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 09 May 2011 09:40:24 -0700

vyatta-cfg-system (0.19.69) unstable; urgency=low

  * Update help for console speed

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 06 May 2011 12:10:08 -0700

vyatta-cfg-system (0.19.68) unstable; urgency=low

  * Update grub config to new syntax
  * Make ext4 the default file system type
  * Using ext4 for filesystem depends on newer version of grub

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 05 May 2011 08:26:20 -0700

vyatta-cfg-system (0.19.67) unstable; urgency=low

  * Align install-image partition correctly

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 04 May 2011 17:26:37 -0700

vyatta-cfg-system (0.19.66) unstable; urgency=low

  * Adjust root partition offset based on disk size

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 03 May 2011 19:54:12 -0700

vyatta-cfg-system (0.19.65) unstable; urgency=low

  * Make irq affinity handle any irq naming convention

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 03 May 2011 16:38:40 -0700

vyatta-cfg-system (0.19.64) unstable; urgency=low

  * Fix irq-affinity mapping for multiqueue NIC's

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 02 May 2011 16:45:04 -0700

vyatta-cfg-system (0.19.63) unstable; urgency=low

  * Yet another better alignment start

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Sat, 30 Apr 2011 10:32:50 -0700

vyatta-cfg-system (0.19.62) unstable; urgency=low

  * Fix alignment of root partition

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Sat, 30 Apr 2011 09:49:31 -0700

vyatta-cfg-system (0.19.61) unstable; urgency=low

  * Tell parted to align disk partition

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 28 Apr 2011 17:00:08 -0700

vyatta-cfg-system (0.19.60) unstable; urgency=low

  * Remove unsuccessful attempt to blacklist PC speaker

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 27 Apr 2011 14:37:10 -0700

vyatta-cfg-system (0.19.59) unstable; urgency=low

  * Fix Bug 6811 ENH: add a proper post-configuration boot script

 -- Mohit Mehta <mohit@vyatta.com>  Wed, 20 Apr 2011 14:25:26 -0700

vyatta-cfg-system (0.19.58) unstable; urgency=low

  * * run start-up script vyatta-config-reboot-params very early in boot
    process

 -- Mohit Mehta <mohit@vyatta.com>  Mon, 18 Apr 2011 18:14:09 -0700

vyatta-cfg-system (0.19.57) unstable; urgency=low

  * * Add help and checks for VRRP transition-script nodes

 -- Mohit Mehta <mohit@vyatta.com>  Wed, 13 Apr 2011 18:02:09 -0700

vyatta-cfg-system (0.19.56) unstable; urgency=low

  * fix typo in irq-affinity

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 13 Apr 2011 11:41:52 -0700

vyatta-cfg-system (0.19.55) unstable; urgency=low

  * Bonding script typo
  * Fix irq naming convention mapping code

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 13 Apr 2011 09:09:46 -0700

vyatta-cfg-system (0.19.54) unstable; urgency=low

  * Fix wrong name in get_irq_affinity

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 12 Apr 2011 09:30:15 -0700

vyatta-cfg-system (0.19.53) unstable; urgency=low

  * Reset irq affinity when adding interface to bond group

 -- Stephen Hemminger <shemminger@vyatta.com>  Wed, 30 Mar 2011 15:08:39 -0700

vyatta-cfg-system (0.19.52) unstable; urgency=low

  * Remove these priorities as they are not needed. They are from an
    earlier community submitted patch see bug 5491
  * Bugfix 6958: only call cleanup script for tunnel modules on the last
    sibling deletion

 -- John Southworth <john.southworth@vyatta.com>  Mon, 28 Mar 2011 18:19:32 -0500

vyatta-cfg-system (0.19.51) unstable; urgency=low

  * Update copybreak module param list
  * Fix use of uninitialized ospeed

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 25 Mar 2011 15:40:06 -0700

vyatta-cfg-system (0.19.50) unstable; urgency=low

  [ Stephen Hemminger ]
  * Remove rsyslog logrotate file

  [ Robert Bays ]
  * fix for bug 6919: Console settings don't support hvc0 for xen
  * updated fix for bug 6919: Console settings don't support hvc0 for
    xen
  * match console type only once.

  [ Stephen Hemminger ]
  * Handle irq assignment on multiqueue NIC

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 16 Mar 2011 12:22:23 -0700

vyatta-cfg-system (0.19.49) unstable; urgency=low

  * Don't set speed duplex twice
  * Remove flag file at end of transaction
  * Speed/duplex setup improvements

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 11 Mar 2011 14:56:40 -0800

vyatta-cfg-system (0.19.48) unstable; urgency=low

  [ Stephen Hemminger ]
  * Fix typo in domain name regex

  [ Michael Larson ]
  * fix for bug 6081. Warning, but allow commit to proceed if duplicate
    address is found.

 -- Michael Larson <mike@vyatta.com>  Thu, 10 Mar 2011 10:53:58 -0800

vyatta-cfg-system (0.19.47) unstable; urgency=low

  * Test for ipv6 blacklist when configuring SNMP

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 08 Mar 2011 09:49:14 -0800

vyatta-cfg-system (0.19.46) unstable; urgency=low

  * Fix SNMP ifAlias for more than 10 devices

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 07 Mar 2011 16:13:26 -0800

vyatta-cfg-system (0.19.45) unstable; urgency=low

  * Fix network name scan for wireless

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 03 Mar 2011 15:33:17 -0800

vyatta-cfg-system (0.19.44) unstable; urgency=low

  [ Stephen Hemminger ]
  * Fix script to handle more than 10 interfaces

  [ John Southworth ]
  * Bugfix 5491: Allow tunnel parameters to be changed on a
    preconfigured tunnel

 -- John Southworth <john.southworth@vyatta.com>  Thu, 03 Mar 2011 11:38:19 -0600

vyatta-cfg-system (0.19.43) unstable; urgency=low

  * Warn if attempting to force mask on multiqueue NIC

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 01 Mar 2011 11:25:55 -0800

vyatta-cfg-system (0.19.42) unstable; urgency=low

  * Workaround Xen NIC address

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 25 Feb 2011 11:23:30 -0800

vyatta-cfg-system (0.19.41) unstable; urgency=low

  * Increase upper limit of IPV6 route table
  * Handle Vmware mulitqueue naming convention
  * Don't set irq affinity if device is disabled
  * Validate domain and host name
  * Change where ipv6 route table size is increased

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 25 Feb 2011 10:38:17 -0800

vyatta-cfg-system (0.19.40) unstable; urgency=low

  * Use standard mechanism to start/stop snmp
  * Handle case of device with no active IRQ

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 22 Feb 2011 10:07:39 -0800

vyatta-cfg-system (0.19.39) unstable; urgency=low

  * Fix syslog not reloading properly after changing the log level

 -- John Southworth <john.southworth@vyatta.com>  Mon, 07 Feb 2011 14:24:31 -0600

vyatta-cfg-system (0.19.38) unstable; urgency=low

  * Bugfix 6773: Spread load of single-queue NICs across all CPUs.

 -- Bob Gilligan <gilligan@vyatta.com>  Thu, 03 Feb 2011 00:30:03 -0800

vyatta-cfg-system (0.19.37) unstable; urgency=low

  [ Mohit Mehta ]
  * Fix Bug 6696 Internal error for release/renew dhcp interface under
    op mode

  [ Robert Bays ]
  * Fix grammar error in help string.

  [ Bob Gilligan ]
  * Bugfix 6156: Allow time for renaming to complete before running
    biosdevname

 -- Bob Gilligan <gilligan@vyatta.com>  Tue, 01 Feb 2011 10:52:49 -0800

vyatta-cfg-system (0.19.36) unstable; urgency=low

  [ Robert Bays ]
  * Fix grammar error in help string.

  [ Mohit Mehta ]
  * use val_help to present valid info for node

 -- Mohit Mehta <mohit@vyatta.com>  Mon, 31 Jan 2011 12:56:34 -0800

vyatta-cfg-system (0.19.35) unstable; urgency=low

  * Fix Bug 6696 Internal error for release/renew dhcp interface under
    op mode

 -- Mohit Mehta <mohit@vyatta.com>  Thu, 27 Jan 2011 13:54:04 -0800

vyatta-cfg-system (0.19.34) unstable; urgency=low

  [ Stephen Hemminger ]
  * Pass interface name correctly when deleting dhcpv6

  [ Stig Thormodsrud ]
  * Fix 6501: "clear vrrp master interface <interface> group <group>"
    doesnt work with sync groups.

  [ Stephen Hemminger ]
  * Rearrange priority for pseudo-ethernet
  * Rearrange priority for pseudo-ethernet

  [ Stig Thormodsrud ]
  * Fix vrrp duplicate generation of last sync-group entry.

 -- Stig Thormodsrud <stig@vyatta.com>  Wed, 26 Jan 2011 15:43:08 -0800

vyatta-cfg-system (0.19.33) unstable; urgency=low

  [ Stephen Hemminger ]
  * Revert "Add debug logging."
  * Add logging to coldplug
  * Add more debug output
  * Don't fail if config.boot does not exist
  * Pass interface name correctly when deleting dhcpv6

  [ Stig Thormodsrud ]
  * Fix 6501: "clear vrrp master interface <interface> group <group>"
    doesnt work with sync groups.

 -- Stig Thormodsrud <stig@vyatta.com>  Tue, 25 Jan 2011 11:14:33 -0800

vyatta-cfg-system (0.19.32) unstable; urgency=low

  [ Stephen Hemminger ]
  * Change for rsyslog reload

  [ Bob Gilligan ]
  * Add debug logging.

 -- Bob Gilligan <gilligan@vyatta.com>  Thu, 20 Jan 2011 22:25:40 -0800

vyatta-cfg-system (0.19.31) unstable; urgency=low

  * Remove call to tshark during vrrp state transition.

 -- Stig Thormodsrud <stig@vyatta.com>  Thu, 20 Jan 2011 18:18:26 -0800

vyatta-cfg-system (0.19.30) unstable; urgency=low

  [ Bob Gilligan ]
  * Bugfix 6684: Don't delete wanpipe config files.
  * Bugfix 6156: Policy must be given on command line.
  * Bugfix 6668: Check to see if log files need rotation hourly.
  * Bugfix 6687: Need to explicitly specify the RAID metadata version
    number.
  * Bugfix 6684: Don't delete wanpipe config files.

  [ Stephen Hemminger ]
  * Cleanup old net-rules on upgrade

  [ Bob Gilligan ]

 -- Bob Gilligan <gilligan@vyatta.com>  Wed, 19 Jan 2011 20:10:16 -0800

vyatta-cfg-system (0.19.29) unstable; urgency=low

  * Bugfix 6687: Need to explicitly specify the RAID metadata version
    number.

 -- Bob Gilligan <gilligan@vyatta.com>  Mon, 17 Jan 2011 23:05:43 -0800

vyatta-cfg-system (0.19.28) unstable; urgency=low

  * Bugfix 6668: Check to see if log files need rotation hourly.

 -- Bob Gilligan <gilligan@vyatta.com>  Mon, 17 Jan 2011 19:47:35 -0800

vyatta-cfg-system (0.19.27) unstable; urgency=low

  [ Stephen Hemminger ]
  * Change priority of bonding device address

  [ Bob Gilligan ]
  * Bugfix 6156: Policy must be given on command line.

 -- Bob Gilligan <gilligan@vyatta.com>  Sun, 16 Jan 2011 23:06:37 -0800

vyatta-cfg-system (0.19.26) unstable; urgency=low

  [ Stephen Hemminger ]
  * Fix check for broadcast address

  [ Mohit Mehta ]
  * Fix Bug 6599 ha_logd starting up by default
  * skip 'new branch' commit from mendocino when using merge-branch

 -- Mohit Mehta <mohit@vyatta.com>  Tue, 04 Jan 2011 17:50:17 -0800

vyatta-cfg-system (0.19.25) unstable; urgency=low

  * new branch

 -- An-Cheng Huang <ancheng@vyatta.com>  Tue, 28 Dec 2010 13:47:51 -0800

vyatta-cfg-system (0.19.24) unstable; urgency=low

  * Add more error recovery and disk space checking.

 -- Bob Gilligan <gilligan@vyatta.com>  Wed, 22 Dec 2010 02:34:19 -0800

vyatta-cfg-system (0.19.23) unstable; urgency=low

  * Affinity script was failing to configure some queues of multi-queue
    NICs.

 -- Bob Gilligan <gilligan@vyatta.com>  Wed, 22 Dec 2010 01:23:08 -0800

vyatta-cfg-system (0.19.22) unstable; urgency=low

  * Add path to SSH V1 host key to config

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 17 Dec 2010 11:23:31 -0800

vyatta-cfg-system (0.19.21) unstable; urgency=low

  * Don't regenerate ssh v1 key
  * Add checking of protocol-version value
  * Fix help for name-server

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 16 Dec 2010 13:20:55 -0800

vyatta-cfg-system (0.19.20) unstable; urgency=low

  * Fix 6554: clear vrrp master tab completion results in cli api error

 -- Stig Thormodsrud <stig@vyatta.com>  Fri, 10 Dec 2010 18:51:36 -0800

vyatta-cfg-system (0.19.19) unstable; urgency=low

  * Fix 6453: After configuring VRRP on interface, VRRP is not active
    until VRRP is manually restared with "restart vrrp" command.

 -- Stig Thormodsrud <stig@vyatta.com>  Fri, 10 Dec 2010 17:27:03 -0800

vyatta-cfg-system (0.19.18) unstable; urgency=low

  * Fix update of serial speed on all grub lines

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 10 Dec 2010 14:54:00 -0800

vyatta-cfg-system (0.19.17) unstable; urgency=low

  * Allow telnet and ssh to start before routing protocols

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 06 Dec 2010 17:13:11 -0800

vyatta-cfg-system (0.19.16) unstable; urgency=low

  * Fix check for unspecified IPv6 address
  * Move is_local_address to common code
  * Allow Ipv6 addresses in resolv.conf
  * Move touch() perl to Vyatta::File

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 06 Dec 2010 16:39:57 -0800

vyatta-cfg-system (0.19.15) unstable; urgency=low

  * Set up commit-revisions if configured after init-floppy.

 -- Stig Thormodsrud <stig@vyatta.com>  Sat, 04 Dec 2010 13:39:09 -0800

vyatta-cfg-system (0.19.14) unstable; urgency=low

  * Allow configuring console speed etc
  * Allow more serial console lines
  * Block accidental use of virtual consoles
  * Mark the Vyatta specific section of inittab

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 02 Dec 2010 17:17:26 -0800

vyatta-cfg-system (0.19.13) unstable; urgency=low

  * Cleanup leftover ipv6_no_fwd files
  * Set group ownership and permissions on /var/run/vyatta
  * Fix delete of mac address on bonding interface

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 02 Dec 2010 13:30:48 -0800

vyatta-cfg-system (0.19.12) unstable; urgency=low

  * Speed up install-system progress bar

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 01 Dec 2010 15:26:53 -0800

vyatta-cfg-system (0.19.11) unstable; urgency=low

  * Fix dhcpv6 client script

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 30 Nov 2010 14:21:39 -0800

vyatta-cfg-system (0.19.10) unstable; urgency=low

  * Add dhcpv6 options for all interfaces that support DHCP
  * Add duplicate address check on commit
  * Remove old code for address insertion/deletion/validation

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 30 Nov 2010 14:09:42 -0800

vyatta-cfg-system (0.19.9) unstable; urgency=low

  * Fix interface scanning on boot - allow more mac addresses
  * Automatically configure physical device for wireless interfaces

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 29 Nov 2010 17:16:45 -0800

vyatta-cfg-system (0.19.8) unstable; urgency=low

  * Fix use of undefined in comparison

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 29 Nov 2010 16:06:03 -0800

vyatta-cfg-system (0.19.7) unstable; urgency=low

  * Remove module rather than deleting link device

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 29 Nov 2010 12:23:53 -0800

vyatta-cfg-system (0.19.6) unstable; urgency=low

  * Don't let biosdevname look at wireless devices

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 24 Nov 2010 16:50:26 -0800

vyatta-cfg-system (0.19.5) unstable; urgency=low

  * Fix tunnel cleanup script

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 24 Nov 2010 12:24:52 -0800

vyatta-cfg-system (0.19.4) unstable; urgency=low

  * Add cpufrequtils default config file
  * Fix range checking on bridge port priority is limited to 0-63
  * Revert "Don't need to rename vlan devices"

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 24 Nov 2010 09:38:45 -0800

vyatta-cfg-system (0.19.3) unstable; urgency=low

  [ Bob Gilligan ]
  * Bugfix 6457: Don't ask the question if you're not going to like the
    answer.
  * 0.19.2

  [ Stephen Hemminger ]
  * Don't allow zero for VRRP priority or VRID
  * Bonding should have same VRRP rules as Ethernet
  * typo in tunnel cleanup
  * Don't need to rename vlan devices
  * Make scripts executable
  * Improve performance of syntax checks for vrrp address
  * Use sockets to check if IP address is local
  * Use unlink rather than system() to remove files in keepalive script
  * Remove check function from keepalived perl script

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 23 Nov 2010 19:03:23 -0800

vyatta-cfg-system (0.19.2) unstable; urgency=low

  [ Bob Gilligan ]
  * Bugfix 6457: Don't ask the question if you're not going to like the
    answer.

  [ Stephen Hemminger ]
  * Don't allow zero for VRRP priority or VRID
  * Bonding should have same VRRP rules as Ethernet
  * typo in tunnel cleanup

  [ Bob Gilligan ]

 -- Bob Gilligan <gilligan@vyatta.com>  Sun, 21 Nov 2010 08:00:56 -0800

vyatta-cfg-system (0.19.1) unstable; urgency=low

  * Cleanup tunnel slave device on last delete
  * Add utilities checking addresses
  * Replace perl address validation with utility
  * Use script vyatta-address to set interface
  * Optimize lookup of local ip on tunnels

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 22 Nov 2010 12:57:15 -0800

vyatta-cfg-system (0.18.21) unstable; urgency=low

  * Bugfix 6101: Make a syslog record when a new image is added.

 -- Bob Gilligan <gilligan@vyatta.com>  Sun, 21 Nov 2010 03:08:06 -0800

vyatta-cfg-system (0.18.20) unstable; urgency=low

  * Bring tunnel down before deleting
  * When removing tunnel, remove encapsulation device

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 18 Nov 2010 16:45:22 -0800

vyatta-cfg-system (0.18.19) unstable; urgency=low

  * Add more checks for bridge/bond conflicts
  * Add syntax check for bridge interface name
  * Fix help for syslog

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 18 Nov 2010 13:14:48 -0800

vyatta-cfg-system (0.18.18) unstable; urgency=low

  * Add check for adding bridge-group and bond-group when setting
    address
  * Add check for interface address before putting it in bonded device
  * Cleanup bridge port management
  * Cleanup bond-group syntax and commit checks

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 17 Nov 2010 20:46:53 -0800

vyatta-cfg-system (0.18.17) unstable; urgency=low

  * Allow longer domain-name values
  * Remove useless comment
  * Add address checks to bonding

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 17 Nov 2010 15:58:01 -0800

vyatta-cfg-system (0.18.16) unstable; urgency=low

  * Add option to disable host validation (DNS) for SSH
  * Add ability to configure SSH listen address
  * Add ability to configure telnet listen-addres
  * Need to restart telnet if port or listen-address changes

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 16 Nov 2010 16:25:44 -0800

vyatta-cfg-system (0.18.15) unstable; urgency=low

  * update call to error location api.

 -- Michael Larson <mike@vyatta.com>  Tue, 16 Nov 2010 09:34:32 -0800

vyatta-cfg-system (0.18.14) unstable; urgency=low

  * Restore IRQ affinity when device is renabled

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 15 Nov 2010 13:56:33 -0800

vyatta-cfg-system (0.18.13) unstable; urgency=low

  * Add hw-id for existing interfaces to config

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 15 Nov 2010 13:14:04 -0800

vyatta-cfg-system (0.18.12) unstable; urgency=low

  * Move cleanup of serial interface into rl-system.init

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 15 Nov 2010 10:43:27 -0800

vyatta-cfg-system (0.18.11) unstable; urgency=low

  * Add more checks on VLAN
  * Change mode on all executable scripts
  * remove deprecated linda override
  * New IRQ affinity script and RPS support
  * Fix irq-affinity for special cases
  * Fix is_supported_speed matching

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 12 Nov 2010 14:51:08 -0800

vyatta-cfg-system (0.18.10) unstable; urgency=low

  * Fix path to ethtool
  * Check speed and duplex settings on Ethernet interfaces
  * Don't produce warnings for drivers that don't support ethtool

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 08 Nov 2010 15:13:17 -0800

vyatta-cfg-system (0.18.9) unstable; urgency=low

  * Add special case for single-queue NICs using multi-queue naming
    format.

 -- Bob Gilligan <gilligan@vyatta.com>  Thu, 04 Nov 2010 12:26:39 -0700

vyatta-cfg-system (0.18.8) unstable; urgency=low

  * Fix to show ifAlias of loopback

 -- Stephen Hemminger <shemminger@vyatta.com>  Wed, 03 Nov 2010 13:39:06 -0700

vyatta-cfg-system (0.18.7) unstable; urgency=low

  * Remove non-functional commit test on mtu of vif

 -- Stephen Hemminger <shemminger@vyatta.com>  Tue, 02 Nov 2010 13:06:34 -0700

vyatta-cfg-system (0.18.6) unstable; urgency=low

  * Allow setting MTU of VIF
  * Priority change for bridging a bonded vif
  * Priority change for bridging a bonded vif

 -- Stephen Hemminger <shemminger@vyatta.com>  Tue, 02 Nov 2010 08:41:59 -0700

vyatta-cfg-system (0.18.5) unstable; urgency=low

  * Fix goto in vyatta-net.rules
  * Add net-snmp ifAlias hook

 -- Stephen Hemminger <shemminger@vyatta.com>  Fri, 29 Oct 2010 11:33:08 -0700

vyatta-cfg-system (0.18.4) unstable; urgency=low

  * fix for bug 6388

 -- An-Cheng Huang <ancheng@vyatta.com>  Thu, 28 Oct 2010 18:14:26 -0700

vyatta-cfg-system (0.18.3) unstable; urgency=low

  * Don't rename vif and other non-driver interfaces

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 27 Oct 2010 11:08:12 -0700

vyatta-cfg-system (0.18.2) unstable; urgency=low

  * Fix set on uniproc machine

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 27 Oct 2010 10:53:42 -0700

vyatta-cfg-system (0.18.1) unstable; urgency=low

  * IRQ affinity update
  * Update dependency on vyatta-cfg
  * Add irqaffin to Makefile
  * Fix overwrite of irq commands

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 27 Oct 2010 10:47:46 -0700

vyatta-cfg-system (0.17.128) unstable; urgency=low

  * Use pgrep to check if ntp running

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 26 Oct 2010 20:37:46 -0700

vyatta-cfg-system (0.17.127) unstable; urgency=low

  * Move config-mgmt to it's own package.

 -- Stig Thormodsrud <stig@vyatta.com>  Tue, 26 Oct 2010 14:48:23 -0700

vyatta-cfg-system (0.17.126) unstable; urgency=low

  * Change vyatta_net_name into a perl script
  * Sort the interface names when adding

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 26 Oct 2010 14:35:45 -0700

vyatta-cfg-system (0.17.125) unstable; urgency=low

  * Fix bond hash policy
  * Fix typo in hash_policy
  * Wait to bring up bond interface until end
  * Add bonding ARP monitor parmeters

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 25 Oct 2010 10:20:08 -0700

vyatta-cfg-system (0.17.124) unstable; urgency=low

  * Fix commit-uri bug.

 -- Stig Thormodsrud <stig@vyatta.com>  Sat, 23 Oct 2010 12:14:47 -0700

vyatta-cfg-system (0.17.123) unstable; urgency=low

  * Fist pass at adding archive to uri on commit.

 -- Stig Thormodsrud <stig@vyatta.com>  Fri, 22 Oct 2010 17:38:43 -0700

vyatta-cfg-system (0.17.122) unstable; urgency=low

  * Make empty config files readable

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 20 Oct 2010 17:34:06 -0700

vyatta-cfg-system (0.17.121) unstable; urgency=low

  [ Stephen Hemminger ]
  * keep serial console until configuration is working

  [ An-Cheng Huang ]

 -- An-Cheng Huang <ancheng@vyatta.com>  Tue, 19 Oct 2010 18:24:47 -0700

vyatta-cfg-system (0.17.120) unstable; urgency=low

  * Neuter the serial console config until it works

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 18 Oct 2010 12:00:29 -0700

vyatta-cfg-system (0.17.119) unstable; urgency=low

  * Fix syntax error in vyatta_update_console.pl.

 -- Stig Thormodsrud <stig@vyatta.com>  Sat, 16 Oct 2010 10:04:44 -0700

vyatta-cfg-system (0.17.118) unstable; urgency=low

  * Add ability to set transmit hash policy
  * Handle error cases on console update
  * 0.17.117

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 15 Oct 2010 15:56:56 -0700

vyatta-cfg-system (0.17.117) unstable; urgency=low

  [ root ]
  * change to accessor for outputerror

  [ Stephen Hemminger ]

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 15 Oct 2010 15:55:50 -0700

vyatta-cfg-system (0.17.116) unstable; urgency=low

  * Add ability to run modem getty

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 15 Oct 2010 10:35:46 -0700

vyatta-cfg-system (0.17.115) unstable; urgency=low

  * Change speed in grub config as well

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 14 Oct 2010 17:23:31 -0700

vyatta-cfg-system (0.17.114) unstable; urgency=low

  * Add better control over console screen blanker
  * Need sudo to change console settings

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 14 Oct 2010 16:58:42 -0700

vyatta-cfg-system (0.17.113) unstable; urgency=low

  * Turn off screen blanking on console
  * Need to be root to write /etc/inittab
  * Restore old motd and login banner
  * Remove serial console before config

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 14 Oct 2010 16:18:35 -0700

vyatta-cfg-system (0.17.112) unstable; urgency=low

  * Add support for setting up serial console ports
  * Fix email address in changelog
  * Fix regexp used for disabling up serial with Xen
  * Fix serial console setup functions
  * Change syntax for console config

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 14 Oct 2010 15:08:42 -0700

vyatta-cfg-system (0.17.111) unstable; urgency=low

  * Revise new ntp server config

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 13 Oct 2010 18:12:44 -0700

vyatta-cfg-system (0.17.110) unstable; urgency=low

  * Migrate NTP server to services ntp

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 13 Oct 2010 18:04:09 -0700

vyatta-cfg-system (0.17.109) unstable; urgency=low

  * Add default vyatta rsyslog config rules

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 11 Oct 2010 12:22:30 -0700

vyatta-cfg-system (0.17.108) unstable; urgency=low

  * Add LSB support information to telnetd.init
  * Add ubuntu changes to rsyslog

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Sun, 10 Oct 2010 11:42:35 -0700

vyatta-cfg-system (0.17.107) unstable; urgency=low

  [ root ]
  * modified reference error location.

  [ Stephen Hemminger ]
  * Check if SNMP is running before starting

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Sat, 09 Oct 2010 15:51:50 -0700

vyatta-cfg-system (0.17.106) unstable; urgency=low

  * use new error reference location method

 -- root <root@vyatta.com>  Fri, 08 Oct 2010 12:13:11 -0700

vyatta-cfg-system (0.17.105) unstable; urgency=low

  * Convert from syslog to rsyslog

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 08 Oct 2010 17:12:41 -0700

vyatta-cfg-system (0.17.104) unstable; urgency=low

  [ Stephen Hemminger ]
  * Add dependency on Squeeze version of udev
  * Change udev network naming to be more cooperative
  * Put udev rules in /lib/udev

  [ Mohit Mehta ]
  * moved code for zones to vyatta-zone package

 -- Mohit Mehta <mohit@vyatta.com>  Thu, 07 Oct 2010 19:16:02 -0700

vyatta-cfg-system (0.17.103) unstable; urgency=low

  * Update hwclockfirst fixup for Squeeze
  * Fix sysklog dependency
  * List rsyslog package dependency

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 07 Oct 2010 11:40:06 -0700

vyatta-cfg-system (0.17.102) unstable; urgency=low

  * * update count_iptables module usage

 -- Mohit Mehta <mohit@vyatta.com>  Tue, 21 Sep 2010 21:15:28 -0700

vyatta-cfg-system (0.17.101) unstable; urgency=low

  * * use count_iptables_rule from MISC module

 -- Mohit Mehta <mohit@vyatta.com>  Tue, 21 Sep 2010 17:37:14 -0700

vyatta-cfg-system (0.17.100) unstable; urgency=low

  * Bugfix 6210: Fix up case where login section is missing from config
    file.

 -- Bob Gilligan <gilligan@vyatta.com>  Sat, 18 Sep 2010 01:56:15 -0700

vyatta-cfg-system (0.17.99) unstable; urgency=low

  * fix init-floppy for squeeze

 -- An-Cheng Huang <ancheng@vyatta.com>  Mon, 20 Sep 2010 15:23:36 -0700

vyatta-cfg-system (0.17.98) unstable; urgency=low

  * Bugfix 6210: Fix parsing of config file

 -- Bob Gilligan <gilligan@vyatta.com>  Fri, 17 Sep 2010 22:38:07 -0700

vyatta-cfg-system (0.17.97) unstable; urgency=low

  * partial fix for bug 6152
  * more fixes for bug 6152

 -- An-Cheng Huang <ancheng@vyatta.com>  Mon, 13 Sep 2010 18:53:48 -0700

vyatta-cfg-system (0.17.96) unstable; urgency=low

  * rename pre-mendocino ipv6 modprobe files to add .conf suffix

 -- Mohit Mehta <mohit@vyatta.com>  Mon, 13 Sep 2010 15:49:40 -0700

vyatta-cfg-system (0.17.95) unstable; urgency=low

  * Enforce username length restriction
  * Fix quoting issues with conversion to lower case
  * Fix quoting of shell -z

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 08 Sep 2010 09:41:40 -0700

vyatta-cfg-system (0.17.94) unstable; urgency=low

  * Change modprobe.d files to .conf
  * Update to current udev
  * Update sound blacklist fix

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 07 Sep 2010 09:55:34 -0700

vyatta-cfg-system (0.17.93) unstable; urgency=low

  [ Stephen Hemminger ]
  * Remove ifDescr override

  [ An-Cheng Huang ]
  * fix squeeze paths

 -- An-Cheng Huang <ancheng@vyatta.com>  Fri, 03 Sep 2010 14:44:40 -0700

vyatta-cfg-system (0.17.92) unstable; urgency=low

  * Bugfix 5499: Fix restrictions on IPv6 addresses.

 -- Bob Gilligan <gilligan@vyatta.com>  Tue, 31 Aug 2010 02:58:11 -0700

vyatta-cfg-system (0.17.91) unstable; urgency=low

  [ Stephen Hemminger ]
  * Add dependency on libcap2-bin

  [ Bob Gilligan ]
  * Bugfix 6085: Use "-x" flag instead of "-r" to kill the old dhclient
    process

 -- Bob Gilligan <gilligan@vyatta.com>  Mon, 30 Aug 2010 02:33:54 -0700

vyatta-cfg-system (0.17.90) unstable; urgency=low

  * Add checking of port range
  * Add check for port range on SNMP listen port value
  * Generate interface description

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 23 Aug 2010 15:03:23 -0700

vyatta-cfg-system (0.17.89) unstable; urgency=low

  * update help text to use val_help

 -- An-Cheng Huang <ancheng@vyatta.com>  Tue, 17 Aug 2010 15:31:11 -0700

vyatta-cfg-system (0.17.88) unstable; urgency=low

  * Don't delete existing root password

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 17 Aug 2010 15:22:55 -0700

vyatta-cfg-system (0.17.87) unstable; urgency=low

  * Add vrrp parameters to transition script.

 -- Stig Thormodsrud <stig@vyatta.com>  Tue, 17 Aug 2010 11:59:45 -0700

vyatta-cfg-system (0.17.86) unstable; urgency=low

  * remove more low-level config dir usages

 -- An-Cheng Huang <ancheng@vyatta.com>  Mon, 16 Aug 2010 18:52:07 -0700

vyatta-cfg-system (0.17.85) unstable; urgency=low

  * remove low-level config dir usage

 -- An-Cheng Huang <ancheng@vyatta.com>  Mon, 16 Aug 2010 18:15:01 -0700

vyatta-cfg-system (0.17.84) unstable; urgency=low

  * remove low-level config dir usage

 -- An-Cheng Huang <ancheng@vyatta.com>  Mon, 16 Aug 2010 15:47:03 -0700

vyatta-cfg-system (0.17.83) unstable; urgency=low

  * remove "node.val" usages

 -- An-Cheng Huang <ancheng@vyatta.com>  Thu, 12 Aug 2010 14:13:07 -0700

vyatta-cfg-system (0.17.82) unstable; urgency=low

  * use listEffectiveNodes() from new API

 -- An-Cheng Huang <ancheng@vyatta.com>  Mon, 02 Aug 2010 17:17:30 -0700

vyatta-cfg-system (0.17.81) unstable; urgency=low

  * Bugfix 5964: Eliminate unnecessary version check.

 -- Bob Gilligan <gilligan@vyatta.com>  Mon, 02 Aug 2010 16:38:53 -0700

vyatta-cfg-system (0.17.80) unstable; urgency=low

  * new API change

 -- An-Cheng Huang <ancheng@vyatta.com>  Mon, 02 Aug 2010 15:45:23 -0700

vyatta-cfg-system (0.17.79) unstable; urgency=low

  * add comments and missing function

 -- An-Cheng Huang <ancheng@vyatta.com>  Fri, 30 Jul 2010 18:13:00 -0700

vyatta-cfg-system (0.17.78) unstable; urgency=low

  * Bugfix 5711: Don't allow special characters in image names.

 -- Bob Gilligan <gilligan@vyatta.com>  Wed, 28 Jul 2010 02:47:32 -0700

vyatta-cfg-system (0.17.77) unstable; urgency=low

  * new API changes

 -- An-Cheng Huang <ancheng@vyatta.com>  Fri, 30 Jul 2010 17:26:20 -0700

vyatta-cfg-system (0.17.76) unstable; urgency=low

  [ Stephen Hemminger ]
  * Change ranges for bridge parameters
  * Fix typo in last change

  [ Bob Gilligan ]
  * Bugfix 5929: Preserve SSH host keys during image installation.

 -- Bob Gilligan <gilligan@vyatta.com>  Tue, 27 Jul 2010 19:47:45 -0700

vyatta-cfg-system (0.17.75) unstable; urgency=low

  * UNRELEASED

 -- An-Cheng Huang <ancheng@vyatta.com>  Thu, 22 Jul 2010 17:23:36 -0700

vyatta-cfg-system (0.17.74) unstable; urgency=low

  * More fixes to standalone password reset

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 22 Jul 2010 15:09:01 -0700

vyatta-cfg-system (0.17.73) unstable; urgency=low

  [ Stephen Hemminger ]
  * Make standalone password recovery more robust

  [ An-Cheng Huang ]
  * remove unused options

 -- An-Cheng Huang <ancheng@vyatta.com>  Thu, 22 Jul 2010 12:13:05 -0700

vyatta-cfg-system (0.17.72) unstable; urgency=low

  * Move input interface over to Qos package

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 21 Jul 2010 17:46:50 -0700

vyatta-cfg-system (0.17.71) unstable; urgency=low

  * Use pgrep to count number of matching processes
  * Use val_help: for interface name help
  * Use expression to validate VRRP password
  * Add proxy-arp over bonding
  * Fix help completion text
  * Fix formatting of static-host mapping val help
  * Add completion for text fields with limited values
  * Fix completion on multi-type node

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 21 Jul 2010 15:45:39 -0700

vyatta-cfg-system (0.17.70) unstable; urgency=low

  [ Stephen Hemminger ]
  * Fix language in help text for loadkey
  * Use val_help: for Ethernet interface parameters
  * bonding vif val_help
  * Loopback address node cleanup
  * Convert tunnel parameters to new help format
  * Convert public-keys help to new format
  * Revise static-host-mapping
  * Use val_help: features to format better
  * Convert syslog commands to new CLI help style

  [ An-Cheng Huang ]
  * fix typo, val_help, etc.

  [ Stephen Hemminger ]
  * Convert VRRP preempt to bool
  * Convert VRRP to new CLI help style

  [ Bob Gilligan ]
  * Bugfix 5512: Have grub.cfg use the vmlinuz and initrd.img symlinks
    if available

 -- Bob Gilligan <gilligan@vyatta.com>  Mon, 19 Jul 2010 17:45:16 -0700

vyatta-cfg-system (0.17.69) unstable; urgency=low

  [ Stephen Hemminger ]
  * Remove verbs from all help messages
  * Covert bonding mode to val_help
  * Use val_help: for interface MTU nodes
  * Bridge parameter node update
  * Use val_help in zone-policy
  * Fix old invalid email addresses in changelog

  [ An-Cheng Huang ]
  * fix typo

  [ Stephen Hemminger ]

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 19 Jul 2010 11:08:12 -0700

vyatta-cfg-system (0.17.68) unstable; urgency=low

  * Add syntax validation for bridge STP parameters
  * Use val_help: for address nodes

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 16 Jul 2010 17:30:20 -0700

vyatta-cfg-system (0.17.67) unstable; urgency=low

  * Bugfix 5557: Properly update initrd symlink.

 -- Bob Gilligan <gilligan@vyatta.com>  Wed, 14 Jul 2010 15:01:20 -0700

vyatta-cfg-system (0.17.66) unstable; urgency=low

  * Enable putting core files /var/core

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 14 Jul 2010 16:25:22 -0700

vyatta-cfg-system (0.17.65) unstable; urgency=low

  * Bugfix 5845, 5557: Install vyatta-update-grub.pl in
    /opt/vyatta/sbin.

 -- Bob Gilligan <gilligan@vyatta.com>  Wed, 14 Jul 2010 15:45:28 -0700

vyatta-cfg-system (0.17.64) unstable; urgency=low

  * Bugfix 5557: Add script to help update grub after full upgrade.
  * Move vyatta-update-grub.pl to the vyatta-base package.
  * Revert "Move vyatta-update-grub.pl to the vyatta-base package."
  * Select kernel to boot based on current running kernel type.

 -- Bob Gilligan <gilligan@vyatta.com>  Wed, 14 Jul 2010 11:12:37 -0700

vyatta-cfg-system (0.17.63) unstable; urgency=low

  * Fix install-system if not saving old image config

 -- Stephen Hemminger <shemminger@vyatta.com>  Thu, 08 Jul 2010 09:44:16 -0700

vyatta-cfg-system (0.17.62) unstable; urgency=low

  * Don't need explict sync in init-floppy
  * Change user name validation
  * Allow incorrect user to be deleted

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 06 Jul 2010 19:14:50 -0700

vyatta-cfg-system (0.17.61) unstable; urgency=low

  * Corrected the fix for bug 5408.

 -- Deepti Kulkarni <deepti@vyatta.com>  Tue, 06 Jul 2010 16:40:24 +0000

vyatta-cfg-system (0.17.60) unstable; urgency=low

  * Update failover-mechanism sync-group CLI path and add

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Thu, 01 Jul 2010 17:40:10 -0700

vyatta-cfg-system (0.17.59) unstable; urgency=low

  * Fix 5675: clearing vrrp master for an interface group removes sync-
    group config

 -- Stig Thormodsrud <stig@vyatta.com>  Thu, 01 Jul 2010 14:11:18 -0700

vyatta-cfg-system (0.17.58) unstable; urgency=low

  * Touch file before setting capability

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 01 Jul 2010 13:37:07 -0700

vyatta-cfg-system (0.17.57) unstable; urgency=low

  [ root ]
  * fix for bug 5408.

  [ Deepti Kulkarni ]
  * Revert "fix for bug 5408."
  * fix for bug 5408.

 -- Deepti Kulkarni <deepti@vyatta.com>  Thu, 01 Jul 2010 16:53:34 +0000

vyatta-cfg-system (0.17.56) unstable; urgency=low

  [ Stephen Hemminger ]
  * Remove sudo from tunnel command
  * Fix path to ipset

  [ Michael Larson ]
  * fix for bug 5663

 -- Michael Larson <slioch@slioch.vyatta.com>  Mon, 21 Jun 2010 11:09:56 -0700

vyatta-cfg-system (0.17.55) unstable; urgency=low

  * initial support for gre-bridge tunnels.

 -- Robert Bays <rbays@vyatta.com>  Thu, 17 Jun 2010 23:33:45 -0700

vyatta-cfg-system (0.17.54) unstable; urgency=low

  * Remove sudo from ip command
  * Remove unnecessary :expression: syntax
  * Remove sudo from brctl
  * Remove capability from ping
  * Don't need audit write on vbash

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 17 Jun 2010 14:46:35 -0700

vyatta-cfg-system (0.17.53) unstable; urgency=low

  * * make vrrp work with conntrack-sync
  * * perltidy vyatta-keepalived.pl

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Wed, 09 Jun 2010 15:01:47 -0700

vyatta-cfg-system (0.17.52) unstable; urgency=low

  * Add skip option to vyatta-interfaces

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 07 Jun 2010 16:28:13 -0700

vyatta-cfg-system (0.17.51) unstable; urgency=low

  * Using "send dhcp6.oro" is no longer required in config file.

 -- Bob Gilligan <gilligan@vyatta.com>  Sun, 30 May 2010 07:14:32 -0700

vyatta-cfg-system (0.17.50) unstable; urgency=low

  * Fix use of bareword file handles
  * Set file capability attributes
  * Add pam_cap capability configuration

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 04 Jun 2010 14:10:09 -0700

vyatta-cfg-system (0.17.49) unstable; urgency=low

  * move list functions to vrrp perl module so other scripts can use it
    as well

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Thu, 03 Jun 2010 16:32:05 -0700

vyatta-cfg-system (0.17.48) unstable; urgency=low

  * fix for bug 5656

 -- An-Cheng Huang <ancheng@vyatta.com>  Thu, 03 Jun 2010 14:55:46 -0700

vyatta-cfg-system (0.17.47) unstable; urgency=low

  * Fix 5521: Cannot Delete vif with vrrp configured.

 -- Stig Thormodsrud <stig@vyatta.com>  Tue, 01 Jun 2010 15:24:45 -0700

vyatta-cfg-system (0.17.46) unstable; urgency=low

  * Move DHCPv6 client configuration to this package and restructre
    parameters.

 -- Bob Gilligan <gilligan@vyatta.com>  Wed, 26 May 2010 16:12:45 -0700

vyatta-cfg-system (0.17.45) unstable; urgency=low

  * Don't enable PAM Radius by default

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 24 May 2010 10:46:08 -0700

vyatta-cfg-system (0.17.44) unstable; urgency=low

  * don't start conntrackd itself

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Thu, 20 May 2010 19:29:10 -0700

vyatta-cfg-system (0.17.43) unstable; urgency=low

  * Add enable-proxy-arp to vif interface.

 -- Stig Thormodsrud <stig@vyatta.com>  Wed, 19 May 2010 20:16:12 -0700

vyatta-cfg-system (0.17.42) unstable; urgency=low

  * Change SNMP community handling
  * Fix syntax of default listen address

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 14 May 2010 11:01:48 -0700

vyatta-cfg-system (0.17.41) unstable; urgency=low

  * Revert "Snmp Ipv6 support"
  * Better version of SNMP IPv6 support
  * Allow configuring/restricting SNMP listen address

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 12 May 2010 21:02:35 -0700

vyatta-cfg-system (0.17.40) unstable; urgency=low

  * Snmp Ipv6 support
  * Show progress bar when copying filesystem

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 12 May 2010 14:34:54 -0700

vyatta-cfg-system (0.17.39) unstable; urgency=low

  * Preserve file capablities and attributes during install-system
  * Preserve file attributes of root files

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 07 May 2010 15:25:22 -0700

vyatta-cfg-system (0.17.38) unstable; urgency=low

  * Add code to check digital signature of image files.

 -- Bob Gilligan <gilligan@vyatta.com>  Mon, 03 May 2010 17:21:10 -0700

vyatta-cfg-system (0.17.37) unstable; urgency=low

  * Allow user to name system images when installing them.

 -- Bob Gilligan <gilligan@vyatta.com>  Fri, 30 Apr 2010 15:48:57 -0700

vyatta-cfg-system (0.17.36) unstable; urgency=low

  * Ignore comments in level file
  * Set capabilities on standard utilities
  * Make interface help completion strings consistent
  * Revert "Set capabilities on standard utilities"

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 27 Apr 2010 15:27:49 -0700

vyatta-cfg-system (0.17.35) unstable; urgency=low

  * Configure IFB devices earlier in boot

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 16 Apr 2010 11:35:23 -0700

vyatta-cfg-system (0.17.34) unstable; urgency=low

  * Rename in0 to ifb0

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 15 Apr 2010 13:16:38 -0700

vyatta-cfg-system (0.17.33) unstable; urgency=low

  * For Bug 5625 Not ready for DNSSEC implementation

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Wed, 14 Apr 2010 16:22:44 -0700

vyatta-cfg-system (0.17.32) unstable; urgency=low

  * increase xen hypervisor heap size

 -- An-Cheng Huang <ancheng@vyatta.com>  Fri, 09 Apr 2010 18:35:29 -0700

vyatta-cfg-system (0.17.31) unstable; urgency=low

  * Add input pseudo-interface configuration

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 06 Apr 2010 09:27:17 -0700

vyatta-cfg-system (0.17.30) unstable; urgency=low

  * Use 3 arg open
  * Use 3 arg open to create pipe
  * Ignore errors from ethtool when setting speed/duplex

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 05 Apr 2010 22:20:49 -0700

vyatta-cfg-system (0.17.29) unstable; urgency=low

  * Fail gracefully if path is unknown

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 05 Apr 2010 16:17:35 -0700

vyatta-cfg-system (0.17.28) unstable; urgency=low

  * Improve wording of config info save dialog.

 -- Bob Gilligan <gilligan@vyatta.com>  Tue, 30 Mar 2010 12:02:35 -0700

vyatta-cfg-system (0.17.27) unstable; urgency=low

  * Ignore setting CPU affinity on UP systems
  * Fix test for UP

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 29 Mar 2010 16:34:57 -0700

vyatta-cfg-system (0.17.26) unstable; urgency=low

  * run snmpd as user snmp

 -- An-Cheng Huang <ancheng@vyatta.com>  Wed, 24 Mar 2010 19:08:22 -0700

vyatta-cfg-system (0.17.25) unstable; urgency=low

  * Fix Bug 5487  http redirect url address placed on the router gets
    blocked by

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Wed, 24 Mar 2010 15:31:16 -0700

vyatta-cfg-system (0.17.24) unstable; urgency=low

  * Fix Bug 5386 L2TP will work only the first time Vyatta is booted

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Sat, 20 Mar 2010 22:43:27 -0700

vyatta-cfg-system (0.17.23) unstable; urgency=low

  [ Michael Larson ]
  * fixes commit warning when run invoked via the api--getlogin() may
    return an undefined value as the process is a child process

  [ Bob Gilligan ]
  * Bugfix 5449: Maintain "console affinity" when adding a new image.

 -- Bob Gilligan <gilligan@vyatta.com>  Thu, 18 Mar 2010 18:03:55 -0700

vyatta-cfg-system (0.17.22) unstable; urgency=low

  * Remove Radius Server config file on reboot
  * Handle devices that do not report ethtool

 -- Stephen Hemminger <shemminger@vyatta.com>  Wed, 17 Mar 2010 11:29:44 -0700

vyatta-cfg-system (0.17.21) unstable; urgency=low

  * Make /var/run/vyatta and /var/log/vyatta
  * Use userdel -f to force removal of user
  * Better version of forcing user logout

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 15 Mar 2010 10:45:04 -0700

vyatta-cfg-system (0.17.20) unstable; urgency=low

  [ Stephen Hemminger ]
  * Disable SELinux during password reset
  * Fix case of VGA_LOGO option

  [ Mohit Mehta ]
  * * Fix BZ 5334 services start automatically on boot up after upgrade
    to kenwood

  [ Stephen Hemminger ]
  * Run partition editor with script flag to avoid prompting user
  * Force user process to die

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 12 Mar 2010 10:01:06 -0800

vyatta-cfg-system (0.17.19) unstable; urgency=low

  * Bugfix 5021: Make smp_affinity configuration tolerant of failures.

 -- Bob Gilligan <gilligan@vyatta.com>  Tue, 09 Mar 2010 15:49:56 -0800

vyatta-cfg-system (0.17.18) unstable; urgency=low

  [ Stephen Hemminger ]
  * Set primary interface after bond-group is initialized

  [ Bob Gilligan ]
  * Bugfix 5424: Allow image with same version to be added to disk-based
    install

 -- Bob Gilligan <gilligan@vyatta.com>  Tue, 09 Mar 2010 11:08:49 -0800

vyatta-cfg-system (0.17.17) unstable; urgency=low

  * Use more reliable method for determining system version.

 -- Bob Gilligan <gilligan@vyatta.com>  Mon, 08 Mar 2010 17:37:20 -0800

vyatta-cfg-system (0.17.16) unstable; urgency=low

  * Bugfix 5416: determine system version from version of vyatta-version
    package

 -- Bob Gilligan <gilligan@vyatta.com>  Mon, 08 Mar 2010 16:19:08 -0800

vyatta-cfg-system (0.17.15) unstable; urgency=low

  * Bugfix 5360: Get name of image from correct source.

 -- Bob Gilligan <gilligan@vyatta.com>  Mon, 08 Mar 2010 14:51:58 -0800

vyatta-cfg-system (0.17.14) unstable; urgency=low

  [ Stephen Hemminger ]
  * Fixup xl2tpd init during install

  [ Bob Gilligan ]
  * Bugfix 5414: Use correct install root reference when copying back
    SSH keys.

 -- Bob Gilligan <gilligan@vyatta.com>  Mon, 08 Mar 2010 14:17:56 -0800

vyatta-cfg-system (0.17.13) unstable; urgency=low

  * Bugfix 5413: Determine system version from vyatta-version package.

 -- Bob Gilligan <gilligan@vyatta.com>  Fri, 05 Mar 2010 13:07:33 -0800

vyatta-cfg-system (0.17.12) unstable; urgency=low

  * Bugfix 5404: Handle RAID re-sync on image-installed systems.

 -- Bob Gilligan <gilligan@vyatta.com>  Wed, 03 Mar 2010 18:09:55 -0800

vyatta-cfg-system (0.17.11) unstable; urgency=low

  * Bugfix 5377: strict-dad must be applied before interfaces are
    configured

 -- Bob Gilligan <gilligan@vyatta.com>  Mon, 01 Mar 2010 14:19:23 -0800

vyatta-cfg-system (0.17.10) unstable; urgency=low

  * Bugfix 5217: Don't use the "-#" option to curl.  It runs slow on
    serial ports.

 -- Bob Gilligan <gilligan@vyatta.com>  Thu, 25 Feb 2010 11:50:19 -0800

vyatta-cfg-system (0.17.9) unstable; urgency=low

  * Bugfix 5377: Add parameter to control behavior when DAD fails.

 -- Bob Gilligan <gilligan@vyatta.com>  Tue, 23 Feb 2010 15:53:53 -0800

vyatta-cfg-system (0.17.8) unstable; urgency=low

  [ Stephen Hemminger ]
  * Handle empty set of public keys

  [ Stig Thormodsrud ]
  * Fix 5157: dhcpclient doesn't work when alternative mac address
    specified on bootup

 -- Stig Thormodsrud <stig@vyatta.com>  Sun, 21 Feb 2010 20:21:32 -0800

vyatta-cfg-system (0.17.7) unstable; urgency=low

  * Fix Bug 5064 can't delete bridge group and membership in one commit

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Thu, 18 Feb 2010 17:28:54 -0800

vyatta-cfg-system (0.17.6) unstable; urgency=low

  * UNRELEASED

 -- An-Cheng Huang <ancheng@vyatta.com>  Wed, 17 Feb 2010 16:13:35 -0800

vyatta-cfg-system (0.17.5) unstable; urgency=low

  * Handle DSA keys
  * Add support for options in keyfile

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 17 Feb 2010 12:52:02 -0800

vyatta-cfg-system (0.17.4) unstable; urgency=low

  * Speed up VIF creation
  * Check current status (not configured value) when enabling vlan
    device
  * Use template to do syntax checks on ethernet device name

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 16 Feb 2010 17:37:10 -0800

vyatta-cfg-system (0.17.3) unstable; urgency=low

  * Don't allow format strings in snmp-community
  * Add syntax check for vif name where non-vif expected
  * Use die function for failures

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 16 Feb 2010 13:58:55 -0800

vyatta-cfg-system (0.17.2) unstable; urgency=low

  * Bugfix 5327: Don't try to save config from images with none.

 -- Bob Gilligan <gilligan@vyatta.com>  Tue, 16 Feb 2010 11:57:24 -0800

vyatta-cfg-system (0.17.1) unstable; urgency=low

  * use more specific version before which modprobe files in vyatta-cfg
    r2b replaced

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Fri, 12 Feb 2010 13:53:27 -0800

vyatta-cfg-system (0.16.43) unstable; urgency=low

  * fix bug 5334 services start automatically on boot up post upgrade to
    kenwood

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Fri, 12 Feb 2010 11:29:49 -0800

vyatta-cfg-system (0.16.42) unstable; urgency=low

  * Bugfix 5117:  Preserve config files from previous image
    installation.

 -- Bob Gilligan <gilligan@vyatta.com>  Thu, 11 Feb 2010 16:06:16 -0800

vyatta-cfg-system (0.16.41) unstable; urgency=low

  * Fix bug 5325 vyatta-cfg-system fails to upgrade during full-upgrade
    VC5 to VC6

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Wed, 10 Feb 2010 12:21:52 -0800

vyatta-cfg-system (0.16.40) unstable; urgency=low

  * Remove vyatta-ofr on upgrade
  * Remove IPv6 address_flush sysctl

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 09 Feb 2010 15:17:46 -0800

vyatta-cfg-system (0.16.39) unstable; urgency=low

  * add dependency on vyatta-biosdevname

 -- An-Cheng Huang <ancheng@vyatta.com>  Mon, 08 Feb 2010 12:53:02 -0800

vyatta-cfg-system (0.16.38) unstable; urgency=low

  * Bugfix 5225: Include the OS version number in the grub menu entry.

 -- Bob Gilligan <gilligan@vyatta.com>  Mon, 08 Feb 2010 12:04:44 -0800

vyatta-cfg-system (0.16.37) unstable; urgency=low

  * Bugfix 5120: Use biosdevname to generate the canonical name for an
    interface.

 -- Bob Gilligan <gilligan@vyatta.com>  Fri, 05 Feb 2010 16:49:36 -0800

vyatta-cfg-system (0.16.36) unstable; urgency=low

  * Force vyatta-cfg/vyatta-cfg-system version synchronization

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 05 Feb 2010 12:31:10 -0800

vyatta-cfg-system (0.16.35) unstable; urgency=low

  * Set system host-name and time-zone first

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 03 Feb 2010 14:39:44 -0800

vyatta-cfg-system (0.16.34) unstable; urgency=low

  * Change owner of created authorized key file
  * Move modprobe.d/no-copybreak from vyatta-cfg

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 03 Feb 2010 13:37:20 -0800

vyatta-cfg-system (0.16.33) unstable; urgency=low

  * Fix password-authentication setup in sshd
  * Bug in handling local key file
  * Run login update as root

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 02 Feb 2010 15:12:07 -0800

vyatta-cfg-system (0.16.32) unstable; urgency=low

  * Add help for system ip arp
  * Add help string for system ip neighbor
  * Static host-name mapping changes
  * Don't remove users home directory

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 02 Feb 2010 10:52:39 -0800

vyatta-cfg-system (0.16.31) unstable; urgency=low

  * Allow local user (non vbash) accounts
  * Make message clearer

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 27 Jan 2010 18:21:04 -0800

vyatta-cfg-system (0.16.30) unstable; urgency=low

  * Don't delete non-user accounts

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 27 Jan 2010 09:39:33 -0800

vyatta-cfg-system (0.16.29) unstable; urgency=low

  * Don't allow vyatta configured accounts to overlap internal accounts
  * Reindent user account module
  * Change function names in User.pm
  * Refactor user update
  * Add additional check that new user doesn't exist in NSS
  * Get rid of protected-users file

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 26 Jan 2010 18:30:04 -0800

vyatta-cfg-system (0.16.28) unstable; urgency=low

  * Bugfix 5229: Save old config info when installing on pre-existing
    RAID group.

 -- Bob Gilligan <gilligan@vyatta.com>  Tue, 26 Jan 2010 16:25:04 -0800

vyatta-cfg-system (0.16.27) unstable; urgency=low

  * Bugfix 5220: Use correct path to config directory on installed
    image.

 -- Bob Gilligan <gilligan@vyatta.com>  Tue, 26 Jan 2010 14:19:59 -0800

vyatta-cfg-system (0.16.26) unstable; urgency=low

  * Bugfix 5232: Correctly handle case where user doesn't want to save
    SSH keys

 -- Bob Gilligan <gilligan@vyatta.com>  Tue, 26 Jan 2010 12:03:23 -0800

vyatta-cfg-system (0.16.25) unstable; urgency=low

  [ Stephen Hemminger ]
  * Fix typo in PermitRoot setup.

 -- Stig Thormodsrud <stig@vyatta.com>  Mon, 25 Jan 2010 21:24:55 -0800

vyatta-cfg-system (0.16.24) unstable; urgency=low

  * Bugfix 5240: Prevent re-installation of same version on running
    systems

 -- Bob Gilligan <gilligan@vyatta.com>  Mon, 25 Jan 2010 17:23:21 -0800

vyatta-cfg-system (0.16.23) unstable; urgency=low

  * Remove duplicate crontab and stop munging /etc/crontab.

 -- Stig Thormodsrud <stig@vyatta.com>  Mon, 25 Jan 2010 15:13:09 -0800

vyatta-cfg-system (0.16.22) unstable; urgency=low

  * Fix allow-root for telnet/ssh

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Sun, 24 Jan 2010 22:27:33 -0800

vyatta-cfg-system (0.16.21) unstable; urgency=low

  * Set IPV6 parameters in rl-system.init

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 21 Jan 2010 11:24:44 -0800

vyatta-cfg-system (0.16.20) unstable; urgency=low

  [ Stephen Hemminger ]
  * Fix typo in install-image

  [ Bob Gilligan ]
  * Bugfix 5162: Make disabling flow control work at boot time.

 -- Bob Gilligan <gilligan@vyatta.com>  Tue, 19 Jan 2010 17:37:10 -0800

vyatta-cfg-system (0.16.19) unstable; urgency=low

  [ Jon Andersson ]
  * Restiction on filtering of udev rules

 -- Stig Thormodsrud <stig@vyatta.com>  Tue, 19 Jan 2010 17:01:50 -0800

vyatta-cfg-system (0.16.18) unstable; urgency=low

  [ Stephen Hemminger ]
  * Restrict radius-server timeout value

  [ Robert Bays ]
  * fix bug 5226: Hostname does not allow number as first char

  [ Stephen Hemminger ]
  * Change how IPV4/IPV6 configuration values are done

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 19 Jan 2010 17:00:39 -0800

vyatta-cfg-system (0.16.17) unstable; urgency=low

  * Fix snmp trap-source

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 18 Jan 2010 19:01:44 -0800

vyatta-cfg-system (0.16.16) unstable; urgency=low

  * Fix typo in community for trap-target

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 18 Jan 2010 18:35:59 -0800

vyatta-cfg-system (0.16.15) unstable; urgency=low

  * Bugfix 5220: Save config information from previous image-based
    install.

 -- Bob Gilligan <gilligan@vyatta.com>  Mon, 18 Jan 2010 18:03:59 -0800

vyatta-cfg-system (0.16.14) unstable; urgency=low

  * Add sysctl to control IPV6 address flush

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 14 Jan 2010 14:35:01 -0800

vyatta-cfg-system (0.16.13) unstable; urgency=low

  * Add support for trap community and port
  * Add support trap source address

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 13 Jan 2010 19:54:16 -0800

vyatta-cfg-system (0.16.12) unstable; urgency=low

  * Don't allow installation to proceed if MD5 checksum errors are
    found.

 -- Bob Gilligan <gilligan@vyatta.com>  Wed, 13 Jan 2010 16:55:41 -0800

vyatta-cfg-system (0.16.11) unstable; urgency=low

  * Switch from wget to curl since the latter supports more URL methods.

 -- Bob Gilligan <gilligan@vyatta.com>  Fri, 08 Jan 2010 17:15:36 -0800

vyatta-cfg-system (0.16.10) unstable; urgency=low

  * Updates to SNMP link state trap

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 06 Jan 2010 14:37:20 -0800

vyatta-cfg-system (0.16.9) unstable; urgency=low

  * Validate MD5 checksums on ISO file before proceeding with
    installation.

 -- Bob Gilligan <gilligan@vyatta.com>  Wed, 06 Jan 2010 14:32:18 -0800

vyatta-cfg-system (0.16.8) unstable; urgency=low

  * Do loopback before other interfaces
  * Remove snmpd.conf on deletion
  * Cleanup SNMP config file generation
  * SNMP: Merge common code for rand hex number
  * Change 'protocols snmp' to 'service snmp'
  * update version
  * Need to be root to remove snmpd.conf

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 05 Jan 2010 18:39:32 -0800

vyatta-cfg-system (0.16.7) unstable; urgency=low

  * Add support for fetching ISO file based on URL.

 -- Bob Gilligan <gilligan@vyatta.com>  Wed, 23 Dec 2009 16:17:40 -0800

vyatta-cfg-system (0.16.6) unstable; urgency=low

  * Set default to only ARP if IP address matches received interface
  * Handle default of auto

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 23 Dec 2009 10:49:38 -0800

vyatta-cfg-system (0.16.5) unstable; urgency=low

  * Update snmp template
  * Remove old init code
  * Read Vyatta version from file

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 22 Dec 2009 20:59:10 -0800

vyatta-cfg-system (0.16.4) unstable; urgency=low

  * Bring device to up state when removed from bond

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 22 Dec 2009 14:53:03 -0800

vyatta-cfg-system (0.16.3) unstable; urgency=low

  * Don't allow setting speed/duplex if hardware doesn't support it
  * Fix return of dhcp start client.
  * Mark banner script executable
  * Ignore more debian build files

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 22 Dec 2009 14:02:55 -0800

vyatta-cfg-system (0.16.2) unstable; urgency=low

  * allow vyatta-cfg-system to replace interface files in older versions
    of

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Tue, 22 Dec 2009 11:45:39 -0800

vyatta-cfg-system (0.16.1) unstable; urgency=low

  * UNRELEASED

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 21 Dec 2009 13:15:00 -0800

vyatta-cfg-system (0.16) unstable; urgency=low

  * Sync versions with vyatta-cfg

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 21 Dec 2009 13:14:45 -0800

vyatta-cfg-system (0.15.127) unstable; urgency=low

  * Move interface support from vyatta-cfg to vyatta-cfg-system
  * Fix command-with-path-in-maintainer-script postinst:158
    /usr/sbin/dpkg-reconfigure
  * Add vyatta-interfaces.pl to build

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 21 Dec 2009 12:38:05 -0800

vyatta-cfg-system (0.15.126) unstable; urgency=low

  * User deletion update
  * Block passwd command for non-root user

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 18 Dec 2009 14:56:43 -0800

vyatta-cfg-system (0.15.125) unstable; urgency=low

  * Re-enable frame-buffer on console
  * Fix install-image to save config/keys
  * Ignore errors from chmod/chown if ssh keys don't exist

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 14 Dec 2009 16:57:26 -0800

vyatta-cfg-system (0.15.124) unstable; urgency=low

  * The protected-users file does not need to be made during install
  * Redefine meaning of protected-user

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 09 Dec 2009 14:53:06 -0800

vyatta-cfg-system (0.15.123) unstable; urgency=low

  * Keep udev from borking wireless device names
  * Allow root account to not exist
  * Force root account to have disabled password

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 08 Dec 2009 15:03:25 -0800

vyatta-cfg-system (0.15.122) unstable; urgency=low

  * don't block passwd with pam
  * Fix configure of user

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 07 Dec 2009 11:41:33 -0800

vyatta-cfg-system (0.15.121) unstable; urgency=low

  * Fix load user key script
  * Add back public-key templates
  * Fix code that generates authorized keys

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 04 Dec 2009 20:25:12 -0800

vyatta-cfg-system (0.15.120) unstable; urgency=low

  * Oops forgot to update installed version
  * Rearrange the public-key configuration schema
  * Block user from changing name or password

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 04 Dec 2009 15:47:22 -0800

vyatta-cfg-system (0.15.119) unstable; urgency=low

  * Change telnet allow-root to existance (instead of boolean)

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 04 Dec 2009 09:54:03 -0800

vyatta-cfg-system (0.15.118) unstable; urgency=low

  * Fix some file headers that cause build warnings
  * Add dependency on adduser

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 03 Dec 2009 16:29:30 -0800

vyatta-cfg-system (0.15.117) unstable; urgency=low

  * SSH enhancements
  * Require key-type to be set.
  * Update .ssh/authorized_keys as part of the login update
  * Set modes of created authorization key (and directory)
  * Add script for loading public key
  * Add script for loading public key
  * Preserve ssh host keys in install-image

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 03 Dec 2009 16:20:51 -0800

vyatta-cfg-system (0.15.116) unstable; urgency=low

  * Use ext3 all the time

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 02 Dec 2009 18:18:31 -0800

vyatta-cfg-system (0.15.115) unstable; urgency=low

  [ Stephen Hemminger ]
  * Pass more info to login scripts
  * Don't lose user customization to pam-auth
  * Simply Radius server update

  [ Bob Gilligan ]
  * Changes related to co-ordination between kernel parameters and
    radvd.

 -- Bob Gilligan <gilligan@vyatta.com>  Wed, 02 Dec 2009 16:48:52 -0800

vyatta-cfg-system (0.15.114) unstable; urgency=low

  [ Stephen Hemminger ]
  * Add ability to disable password authentication

  [ Bob Gilligan ]
  * Co-ordinate global and per-interface IPv6 forwarding control.

 -- Bob Gilligan <gilligan@vyatta.com>  Wed, 02 Dec 2009 11:50:31 -0800

vyatta-cfg-system (0.15.113) unstable; urgency=low

  * Avoid updating files on boot
  * Get rid of warning on package update
  * Save SSH keys on re-install

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 01 Dec 2009 14:14:00 -0800

vyatta-cfg-system (0.15.112) unstable; urgency=low

  * Add sync after config save

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 01 Dec 2009 09:53:35 -0800

vyatta-cfg-system (0.15.111) unstable; urgency=low

  * added required keyword to help text.

 -- Michael Larson <slioch@slioch.vyatta.com>  Mon, 30 Nov 2009 16:40:47 -0800

vyatta-cfg-system (0.15.110) unstable; urgency=low

  [ Stephen Hemminger ]
  * Remove Radius server on reboot

  [ Michael Larson ]
  * added required keyword to help text.

 -- Michael Larson <slioch@slioch.vyatta.com>  Mon, 30 Nov 2009 16:33:59 -0800

vyatta-cfg-system (0.15.109) unstable; urgency=low

  * added required keyword to help text.

 -- Michael Larson <slioch@slioch.vyatta.com>  Mon, 30 Nov 2009 15:55:21 -0800

vyatta-cfg-system (0.15.108) unstable; urgency=low

  * added required keyword to help text.

 -- Michael Larson <slioch@slioch.vyatta.com>  Mon, 30 Nov 2009 15:36:33 -0800

vyatta-cfg-system (0.15.107) unstable; urgency=low

  * Add user tss for udev

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 19 Nov 2009 16:41:35 -0800

vyatta-cfg-system (0.15.106) unstable; urgency=low

  * Mount floppy with dirsync

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 18 Nov 2009 21:25:57 -0800

vyatta-cfg-system (0.15.105) unstable; urgency=low

  * Don't start hostapd at boot

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 17 Nov 2009 16:26:26 -0800

vyatta-cfg-system (0.15.104) unstable; urgency=low

  * Add start_offset value to log message when partion attempt fails.

 -- Bob Gilligan <gilligan@vyatta.com>  Fri, 13 Nov 2009 17:46:42 -0800

vyatta-cfg-system (0.15.103) unstable; urgency=low

  * Add start_offset value to log message when partion attempt fails.

 -- Bob Gilligan <gilligan@vyatta.com>  Fri, 13 Nov 2009 16:39:04 -0800

vyatta-cfg-system (0.15.102) unstable; urgency=low

  * dependency update

 -- Michael Larson <slioch@slioch.vyatta.com>  Fri, 13 Nov 2009 13:45:26 -0800

vyatta-cfg-system (0.15.101) unstable; urgency=low

  * Remove blank line
  * Show dependency on pam version

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 11 Nov 2009 17:09:29 -0800

vyatta-cfg-system (0.15.100) unstable; urgency=low

  * copy the whole config directory during install

 -- An-Cheng Huang <ancheng@vyatta.com>  Tue, 10 Nov 2009 14:08:59 -0800

vyatta-cfg-system (0.15.99) unstable; urgency=low

  [ An-Cheng Huang ]
  * use new vyatta-union arg to reduce kernel cmdline length.

  [ Robert Bays ]
  * Fix library include

 -- Robert Bays <rbays@vyatta.com>  Fri, 06 Nov 2009 05:53:10 -0800

vyatta-cfg-system (0.15.98) unstable; urgency=low

  [ Stephen Hemminger ]
  * Remove blank line
  * Fix pam-auth-update errors from radius
  * Move user configuration information to files
  * radius: only try first password if first module

  [ An-Cheng Huang ]
  * move custom script to custom repo

 -- An-Cheng Huang <ancheng@vyatta.com>  Thu, 05 Nov 2009 15:01:40 -0800

vyatta-cfg-system (0.15.97) unstable; urgency=low

  * Fix 5063: committing "set interfaces ethernet <> bridge-group bridge
    <>" got "invalid variable reference (invalid format)"

 -- Stig Thormodsrud <stig@vyatta.com>  Mon, 02 Nov 2009 18:31:22 -0800

vyatta-cfg-system (0.15.96) unstable; urgency=low

  [ An-Cheng Huang ]
  * use top-level pid for progress indicator

  [ Stephen Hemminger ]
  * Don't want/need --package option to pam-auth-update
  * Reset PAM configuration on boot
  * rename pam-radius to pam_radius.cfg

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 02 Nov 2009 17:28:17 -0800

vyatta-cfg-system (0.15.95) unstable; urgency=low

  [ David S. Madole ]
  * Add VRRP capability to bonding interfaces and vifs of bonding
    interfaces.

  [ Stig Thormodsrud ]
  * Convert keepalived to use Interface infrastructure.
  * Add priority for bonding vrrp nodes.
  * Fix interface carrier status.
  * Fix 'show vrrp summary' showing last vip 1st
  * Using Interface.pm infrastructure to detect vif on eth|bond
    interface.

 -- Stig Thormodsrud <stig@vyatta.com>  Sun, 01 Nov 2009 14:59:29 -0800

vyatta-cfg-system (0.15.94) unstable; urgency=low

  [ An-Cheng Huang ]
  * add unified install-image

  [ slioch ]
  * added missed vrrp priorities.

 -- slioch <slioch@eng-140.vyatta.com>  Sat, 31 Oct 2009 14:02:41 -0700

vyatta-cfg-system (0.15.93) unstable; urgency=low

  * radius client: try first password only if not first
  * Shut up debconf when installing pam radius
  * radius-server: shutup debconf dialog
  * radius: add missing space

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 30 Oct 2009 13:37:15 -0700

vyatta-cfg-system (0.15.92) unstable; urgency=low

  * Dont start radvd on boot

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 29 Oct 2009 11:16:33 -0700

vyatta-cfg-system (0.15.91) unstable; urgency=low

  * Fix description of vif bonding
  * Use pam-auth-update to configure radius

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 27 Oct 2009 18:52:45 -0700

vyatta-cfg-system (0.15.90) unstable; urgency=low

  * move priority after tag nodes.

 -- slioch <slioch@eng-140.vyatta.com>  Wed, 21 Oct 2009 09:12:23 -0700

vyatta-cfg-system (0.15.89) unstable; urgency=low

  * move priority after multi tags

 -- slioch <slioch@eng-140.vyatta.com>  Tue, 20 Oct 2009 21:22:35 -0700

vyatta-cfg-system (0.15.88) unstable; urgency=low

  * partial fix for bug 4903.

 -- slioch <slioch@eng-140.vyatta.com>  Tue, 20 Oct 2009 16:11:07 -0700

vyatta-cfg-system (0.15.87) unstable; urgency=low

  * add .merge-branch-exclude
  * update .merge-branch-exclude

 -- An-Cheng Huang <ancheng@vyatta.com>  Wed, 14 Oct 2009 13:16:18 -0700

vyatta-cfg-system (0.15.86) unstable; urgency=low

  [ Robert Bays ]
  * limit xen dom0 memory to 512meg

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 13 Oct 2009 16:42:00 -0700

vyatta-cfg-system (0.15.85) unstable; urgency=low

  * add override mechanism for protected users

 -- An-Cheng Huang <ancheng@vyatta.com>  Mon, 05 Oct 2009 19:20:44 -0700

vyatta-cfg-system (0.15.84) unstable; urgency=low

  * use pattern instead of exec

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Fri, 02 Oct 2009 18:31:15 -0700

vyatta-cfg-system (0.15.83) unstable; urgency=low

  * Mount floppy with safer options

 -- Stephen Hemminger <shemminger@vyatta.com>  Thu, 01 Oct 2009 12:05:29 -0700

vyatta-cfg-system (0.15.82) unstable; urgency=low

  [ Stephen Hemminger ]
  * Cleanup all vbash users

  [ Bob Gilligan ]
  * Bugfix 4951:  Add configuration parameter to blacklist the IPv6
    module.

 -- Bob Gilligan <gilligan@vyatta.com>  Thu, 24 Sep 2009 16:05:25 -0700

vyatta-cfg-system (0.15.81) unstable; urgency=low

  * Bugfix 4892:  Add a config parameter to disable IPv6

 -- Bob Gilligan <gilligan@vyatta.com>  Wed, 23 Sep 2009 16:27:00 -0700

vyatta-cfg-system (0.15.80) unstable; urgency=low

  * Bugfix 4951: Don't fail if IPv6 kernel module is not loaded.

 -- Bob Gilligan <gilligan@vyatta.com>  Tue, 22 Sep 2009 15:56:58 -0700

vyatta-cfg-system (0.15.79) unstable; urgency=low

  * allow install on old compaq smart-array

 -- Robert Bays <rbays@vyatta.com>  Mon, 14 Sep 2009 09:10:18 -0700

vyatta-cfg-system (0.15.78) unstable; urgency=low

  * Fix Bug 4919 "service dns" branch of configuration file missing ...

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Fri, 11 Sep 2009 18:11:30 -0700

vyatta-cfg-system (0.15.77) unstable; urgency=low

  * User group fixes
  * Add operators to vyattaop group
  * If configuration is wrong just skip user don't die
  * Delete vyatta users not in configuration

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 11 Sep 2009 16:31:43 -0700

vyatta-cfg-system (0.15.76) unstable; urgency=low

  * Invert test for livecd

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 11 Sep 2009 08:31:19 -0700

vyatta-cfg-system (0.15.75) unstable; urgency=low

  * Move check for livecd install to before filesystem intialization

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 10 Sep 2009 15:44:25 -0700

vyatta-cfg-system (0.15.74) unstable; urgency=low

  * Allow null description on device

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 09 Sep 2009 14:39:39 -0700

vyatta-cfg-system (0.15.73) unstable; urgency=low

  [ Bob Gilligan ]
  * Bugfix 4916, 4917: Exit correctly when vyatta user doesn't exist.
    Add timeout.

  [ Stephen Hemminger ]
  * Enforce syntax checking on password

  [ Bob Gilligan ]

 -- Bob Gilligan <gilligan@vyatta.com>  Fri, 04 Sep 2009 02:56:14 -0700

vyatta-cfg-system (0.15.72) unstable; urgency=low

  * Revert "Validate encrypted password field"

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 04 Sep 2009 09:35:58 -0700

vyatta-cfg-system (0.15.71) unstable; urgency=low

  * Don't change name of non-ethernet devices
  * Validate encrypted password field

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 03 Sep 2009 11:18:24 -0700

vyatta-cfg-system (0.15.70) unstable; urgency=low

  * Bonding: load module with MII monitor enabled
  * bonding: remove primary slave last
  * BONDING: handle change of bond-group
  * BONDING: handle change of bond-group
  * BONDING: fix error messages
  * Fix bonding group setup
  * Remove slaves before changing mode

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 04 Aug 2009 16:27:17 -0700

vyatta-cfg-system (0.15.69) unstable; urgency=low

  * Fix uninitialized variable.
  * Fix 4766: can't set login banners "Can't locate
    Vyatta/Login/Banner.pm"

 -- Stig Thormodsrud <stig@vyatta.com>  Thu, 30 Jul 2009 16:27:16 -0700

vyatta-cfg-system (0.15.68) unstable; urgency=low

  * Bugfix 4700:  Move processing to "end" field so that param
    modifications are handled.

 -- Bob Gilligan <gilligan@vyatta.com>  Thu, 30 Jul 2009 14:09:49 -0700

vyatta-cfg-system (0.15.67) unstable; urgency=low

  [ Stig Thormodsrud ]
  * Fix 4748: Pre-login message files (/etc/issue,/etc/issue.net) are

 -- Bob Gilligan <gilligan@vyatta.com>  Thu, 30 Jul 2009 13:59:35 -0700

vyatta-cfg-system (0.15.66) unstable; urgency=low

  * fix undefined array ref

 -- An-Cheng Huang <ancheng@vyatta.com>  Mon, 27 Jul 2009 18:06:59 -0700

vyatta-cfg-system (0.15.65) unstable; urgency=low

  [ Stephen Hemminger ]
  * Fix User Login configurator
  * Make Radius server work
  * Change API for login modules
  * Handle deletion of radius (or other) server
  * Avoid rewriting radius config unless needed
  * Fix multi-nodes for address using update tag
  * Fix some more update tag
  * Fix generation of syslog host targets
  * Change version of system config

  [ An-Cheng Huang ]
  * Use sysfs for bonding device control

  [ Stephen Hemminger ]
  * Fix help/completion for xor-hash
  * Remove invalid buried templates

  [ An-Cheng Huang ]
  * Revert earlier change -- keep debian net.agent

  [ Stephen Hemminger ]
  * Remove ability to add vif to macvlan
  * Convert bonding to use sysfs instead of ifenslave
  * Add ifupdown package
  * move acpid and ifupdown from Suggest to Depends
  * Make telnet management smarter

  [ Bob Gilligan ]
  * Bugfix 4592: Generate NTP config file from Vyatta configuration
    parameters.

  [ Mark O'Brien ]
  * Change interface state to down, add to bond group, change state to
    up.
  * Added link detect to ethernet bonded vlan interfaces.
  * Fix 'sh: line 1:' error ing bug 4655.
  * Allow user to select round-robin mode.

  [ Stephen Hemminger ]
  * Block creating vif until after slaves present
  * Allow disable of bonding interface with VIF
  * Revert "Allow user to select round-robin mode."
  * Allow round-robin to be selected
  * Fix descriptions with meta-characters

  [ An-Cheng Huang ]
  * initial implementation of image install

 -- An-Cheng Huang <ancheng@vyatta.com>  Fri, 17 Jul 2009 15:09:47 -0700

vyatta-cfg-system (0.15.64) unstable; urgency=low

  * Bugfix 4708: Re-structure to avoid using "update" in non-leaf
    valueless nodes.

 -- Bob Gilligan <gilligan@vyatta.com>  Tue, 14 Jul 2009 17:19:12 -0700

vyatta-cfg-system (0.15.63) unstable; urgency=low

  * Bugfix 4708: Eliminate use of "update" in non-leaf valueless nodes.

 -- Bob Gilligan <gilligan@vyatta.com>  Tue, 14 Jul 2009 12:12:55 -0700

vyatta-cfg-system (0.15.62) unstable; urgency=low

  [ Mark O'Brien ]
  * Fix 'sh:1 error' in bug 4655.

  [ Mohit Mehta ]
  * Fix Bug 4554 check for existing firewall ruleset fails when applying
    it to a zone during boot

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Thu, 02 Jul 2009 12:23:33 -0700

vyatta-cfg-system (0.15.61) unstable; urgency=low

  * Fix Bug 4593 zone-policy can't be deleted if zone interfaces are
    bridges

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Tue, 30 Jun 2009 18:28:55 -0700

vyatta-cfg-system (0.15.60) unstable; urgency=low

  * make changes to work with dhcp 4.1.0

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Mon, 29 Jun 2009 10:05:35 -0700

vyatta-cfg-system (0.15.59) unstable; urgency=low

  * Update hooks to setup config files for installing to a Xen VM.

 -- Bob Gilligan <gilligan@vyatta.com>  Thu, 25 Jun 2009 17:41:38 -0700

vyatta-cfg-system (0.15.58) unstable; urgency=low

  * Add optional hooks to setup config files for installing to a Xen VM.

 -- Bob Gilligan <gilligan@vyatta.com>  Wed, 24 Jun 2009 16:19:12 -0700

vyatta-cfg-system (0.15.57) unstable; urgency=low

  * temporarily undo check for firewall ruleset until bug 4554 is
    resolved

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Wed, 17 Jun 2009 20:35:37 -0700

vyatta-cfg-system (0.15.56) unstable; urgency=low

  * Merged from Jenner.

 -- Bob Gilligan <gilligan@vyatta.com>  Wed, 17 Jun 2009 16:24:28 -0700

vyatta-cfg-system (0.15.55) unstable; urgency=low

  * Bugfix 4490: Wait for stability after marking partition bootable.

 -- Bob Gilligan <gilligan@vyatta.com>  Wed, 17 Jun 2009 16:22:47 -0700

vyatta-cfg-system (0.15.54) unstable; urgency=low

  * Bugfix 4490: Mark root partition as "bootable" in the master boot
    record (MBR).

 -- Bob Gilligan <gilligan@vyatta.com>  Wed, 17 Jun 2009 10:49:56 -0700

vyatta-cfg-system (0.15.53) unstable; urgency=low

  * Fix 4579: There is no validation for vrrp virtual-address like the
    one for interfaces address.

 -- Stig Thormodsrud <stig@vyatta.com>  Sun, 14 Jun 2009 14:30:17 -0700

vyatta-cfg-system (0.15.52) unstable; urgency=low

  * change default-policy to default-action for zones

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Wed, 03 Jun 2009 16:42:45 -0700

vyatta-cfg-system (0.15.51) unstable; urgency=low

  [ Stephen Hemminger ]
  * Tacplus no longer part of jenner

 -- An-Cheng Huang <ancheng@vyatta.com>  Tue, 02 Jun 2009 11:25:45 -0700

vyatta-cfg-system (0.15.50) unstable; urgency=low

  [ Stephen Hemminger ]
  * Print error message on failure to create group/user

  [ Mohit Mehta ]
  * move server,protocol to the same line in config file

  [ Stig Thormodsrud ]
  * Change tunnel multicast from on/off to enable/disable.
  * Fix bug preventing 'vyatta' user login.

  [ Stephen Hemminger ]
  * Fix deletion of pseudo-ethernet
  * Ignore patch and editor temporary files
  * Change how system login update works

 -- An-Cheng Huang <ancheng@vyatta.com>  Mon, 01 Jun 2009 17:43:59 -0700

vyatta-cfg-system (0.15.48) unstable; urgency=low

  * Restore default facility for 'syslog console'
  * Revert "Restore default facility for 'syslog console'"
  * NTP management version 3

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 27 May 2009 10:12:45 -0700

vyatta-cfg-system (0.15.47) unstable; urgency=low

  [ Jon Andersson ]
  * Fix 4430: Not possible to create tunnel on fluctating interfaces
  * Allow multicast to be enabled on tunnel interfaces.

  [ Stig Thormodsrud ]

 -- Stig Thormodsrud <stig@vyatta.com>  Mon, 25 May 2009 14:19:19 -0700

vyatta-cfg-system (0.15.46) unstable; urgency=low

  * Fix install rules
  * Simplify ntp.conf
  * Fix post install script to adjust ntp.conf and net.agent

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Sun, 24 May 2009 10:15:03 -0700

vyatta-cfg-system (0.15.45) unstable; urgency=low

  * Put server at end of file
  * add iburst
  * Fix ntp.conf management

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 22 May 2009 14:38:52 -0700

vyatta-cfg-system (0.15.44) unstable; urgency=low

  * UNRELEASED

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 22 May 2009 14:36:24 -0700

vyatta-cfg-system (0.15.43) unstable; urgency=low

  * Run ntp during boot
  * Don't run net.agent

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 22 May 2009 10:22:30 -0700

vyatta-cfg-system (0.15.42) unstable; urgency=low

  * Change default NTP server
  * Don't flush out ntp.conf on boot
  * Revert "Change default NTP server"
  * Add NTP configuration file

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 22 May 2009 08:13:33 -0700

vyatta-cfg-system (0.15.41) unstable; urgency=low

  [ Stephen Hemminger ]
  * Avoid restarting NTP server if not needed

  [ Mohit Mehta ]
  * Fix Bug 4416 Add the ability to configure a specific server for
    DynDNS

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Tue, 19 May 2009 21:24:59 -0700

vyatta-cfg-system (0.15.40) unstable; urgency=low

  * Don't advertise loopback interface as an allowed value for zone
    interfaces

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Fri, 15 May 2009 12:20:42 -0700

vyatta-cfg-system (0.15.39) unstable; urgency=low

  * Fix Bug 4395 After local-zone is set, traffic from localhost is
    dropped

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Fri, 15 May 2009 11:02:14 -0700

vyatta-cfg-system (0.15.38) unstable; urgency=low

  * Allow specifying 'protocols' for syslog facility
  * Reindent syslog script

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 06 May 2009 17:21:16 -0700

vyatta-cfg-system (0.15.37) unstable; urgency=low

  * * do silent validity check when creating zone chains and adding from
    zone rules

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Wed, 06 May 2009 16:52:59 -0700

vyatta-cfg-system (0.15.36) unstable; urgency=low

  * Split up system login scripts

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 05 May 2009 13:51:14 -0700

vyatta-cfg-system (0.15.35) unstable; urgency=low

  * * restrict zone name to 20 characters

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Tue, 05 May 2009 11:50:15 -0700

vyatta-cfg-system (0.15.34) unstable; urgency=low

  * Move virtual-ethernet to pseudo-ethernet

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 29 Apr 2009 12:32:41 -0700

vyatta-cfg-system (0.15.33) unstable; urgency=low

  [ Stig Thormodsrud ]
  * Replace md5 compare with a (hopefully) lighter-weight file compare.

  [ Stephen Hemminger ]
  * ntp: fix message

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 28 Apr 2009 14:09:30 -0700

vyatta-cfg-system (0.15.32) unstable; urgency=low

  * Using perl module for move() rather than system call.
  * Avoid unnecessary writing of file if it's the same contents.

 -- Stig Thormodsrud <stig@vyatta.com>  Mon, 27 Apr 2009 14:42:17 -0700

vyatta-cfg-system (0.15.31) unstable; urgency=low

  * Add configurable login banners.

 -- Stig Thormodsrud <stig@vyatta.com>  Sun, 26 Apr 2009 18:53:02 -0700

vyatta-cfg-system (0.15.30) unstable; urgency=low

  * * add jump to local-zone-out chain in OUTPUT chain for both [ip and
    ip6] tables

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Fri, 24 Apr 2009 18:31:57 -0700

vyatta-cfg-system (0.15.29) unstable; urgency=low

  * Add support for virtual-ethernet
  * New tacacs+ configuration templates

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 24 Apr 2009 13:01:24 -0700

vyatta-cfg-system (0.15.28) unstable; urgency=low

  [ Justin Fletcher ]
  * Allow for enterprise MIB

  [ Mohit Mehta ]
  * Fix Bug 4207 dns forwarding has hardcoded ethernet assumptions

  [ Stig Thormodsrud ]

 -- Stig Thormodsrud <stig@vyatta.com>  Thu, 23 Apr 2009 13:26:49 -0700

vyatta-cfg-system (0.15.27) unstable; urgency=low

  * Move disable-link-detect out of vyatta-cfg-quagga to interfaces

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 20 Apr 2009 09:22:39 -0700

vyatta-cfg-system (0.15.26) unstable; urgency=low

  * add default-policy node for zones. can be set to drop or reject
  * add default-policy node for zones. can be set to drop or reject

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Thu, 16 Apr 2009 17:46:19 -0700

vyatta-cfg-system (0.15.25) unstable; urgency=low

  * add read-write union install mechanism
  * handle default xen kernel
  * post-install changes

 -- An-Cheng Huang <ancheng@vyatta.com>  Tue, 14 Apr 2009 16:27:15 -0700

vyatta-cfg-system (0.15.24) unstable; urgency=low

  * add local-zone in|out firewall and clean-up code

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Fri, 10 Apr 2009 18:41:11 -0700

vyatta-cfg-system (0.15.23) unstable; urgency=low

  * Fix file syslog target

 -- Stephen Hemminger <shemminger@vyatta.com>  Fri, 10 Apr 2009 10:13:35 -0700

vyatta-cfg-system (0.15.22) unstable; urgency=low

  * fix xen kernel handling for union install

 -- An-Cheng Huang <ancheng@vyatta.com>  Thu, 09 Apr 2009 13:49:59 -0700

vyatta-cfg-system (0.15.21) unstable; urgency=low

  *  Resolve problems with syslog.conf

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 09 Apr 2009 13:25:42 -0700

vyatta-cfg-system (0.15.20) unstable; urgency=low

  * Rewrite syslog management

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 08 Apr 2009 15:35:47 -0700

vyatta-cfg-system (0.15.19) unstable; urgency=low

  * change xen kernel detection

 -- An-Cheng Huang <ancheng@vyatta.com>  Mon, 06 Apr 2009 11:41:23 -0700

vyatta-cfg-system (0.15.18) unstable; urgency=low

  * Fix "clear vrrp process".  Use new perl lib hierarchy.

 -- Stig Thormodsrud <stig@vyatta.com>  Sun, 05 Apr 2009 13:14:14 -0700

vyatta-cfg-system (0.15.17) unstable; urgency=low

  [ Stig Thormodsrud ]
  * Change "syntax" check to "commit" check for virtual interfaces.
  * 0.15.16

  [ Stephen Hemminger ]
  * Update template to handle change in default syslog.conf

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 01 Apr 2009 16:52:02 -0700

vyatta-cfg-system (0.15.16) unstable; urgency=low

  * Change "syntax" check to "commit" check for virtual interfaces.

 -- Stig Thormodsrud <stig@vyatta.com>  Wed, 01 Apr 2009 16:27:35 -0700

vyatta-cfg-system (0.15.15) unstable; urgency=low

  * Don't double log quagga messages
  * Help text spelling fix
  * Update help text to show which facility is quagga
  * Use interface check program

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 01 Apr 2009 08:46:51 -0700

vyatta-cfg-system (0.15.14) unstable; urgency=low

  * Turn off forwarding delay if STP is off
  * Set forwarding-delay when STP is enabled

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 31 Mar 2009 14:12:24 -0700

vyatta-cfg-system (0.15.13) unstable; urgency=low

  * UNRELEASED

 -- Bob Gilligan <gilligan@vyatta.com>  Thu, 26 Mar 2009 14:53:20 -0700

vyatta-cfg-system (0.15.12) unstable; urgency=low

  * Bugfix 4139:  Increase minimum root filesystem size to 1 GB.

 -- Bob Gilligan <gilligan@vyatta.com>  Thu, 26 Mar 2009 14:11:38 -0700

vyatta-cfg-system (0.15.11) unstable; urgency=low

  * Revert "Split login authentication configuration into three scripts"

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 26 Mar 2009 10:17:39 -0700

vyatta-cfg-system (0.15.10) unstable; urgency=low

  * Add "interface ethernet <> bridge-group bridge" update tag in
    addition to create tag.

 -- Stig Thormodsrud <stig@vyatta.com>  Wed, 25 Mar 2009 18:22:28 -0700

vyatta-cfg-system (0.15.9) unstable; urgency=low

  * Change bridge check from "syntax" to "create".

 -- Stig Thormodsrud <stig@vyatta.com>  Wed, 25 Mar 2009 17:45:33 -0700

vyatta-cfg-system (0.15.8) unstable; urgency=low

  * move keepalived.pm to vyatta-cfg

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 25 Mar 2009 16:43:25 -0700

vyatta-cfg-system (0.15.7) unstable; urgency=low

  [ Stephen Hemminger ]
  * Fix bare file handle warning
  * Split login authentication configuration into three scripts

  [ Stig Thormodsrud ]
  * Change "syntax" check to "commit" check for "bridge-group bridge".

  [ Stephen Hemminger ]
  * Fix update of description

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 25 Mar 2009 14:19:22 -0700

vyatta-cfg-system (0.15.6) unstable; urgency=low

  * Change "syntax" check to a "commit" check.

 -- Stig Thormodsrud <stig@vyatta.com>  Tue, 24 Mar 2009 17:53:17 -0700

vyatta-cfg-system (0.15.5) unstable; urgency=low

  * Save interface description in kernel

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 23 Mar 2009 12:27:42 -0700

vyatta-cfg-system (0.15.4) unstable; urgency=low

  [ Stephen Hemminger ]
  * Change update to create on multi-nodes

  [ Mohit Mehta ]
  * will help debug bug 4181 if and when it happens

  [ An-Cheng Huang ]
  * use renamed tacplus package

 -- An-Cheng Huang <ancheng@vyatta.com>  Mon, 23 Mar 2009 11:11:38 -0700

vyatta-cfg-system (0.15.3-14) unstable; urgency=low

  * Fix 4190: vrrp may fail to start daemon if previous commit of vrrp
    partially failed

 -- Stig Thormodsrud <stig@vyatta.com>  Thu, 12 Mar 2009 10:58:43 -0700

vyatta-cfg-system (0.15.3-13) unstable; urgency=low

  [ Mohit Mehta ]
  * use code from Vyatta::Misc where is_dhcp_enabled() is already
    defined

  [ Stephen Hemminger ]
  * Fix perlcritic warning about bare file handle
  * Fix delete of bonding vif
  * Don't allow vif on disabled bonding interface

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 11 Mar 2009 21:36:16 -0700

vyatta-cfg-system (0.15.3-12) unstable; urgency=low

  [ Stig Thormodsrud ]
  * Fix 4183: No auto completion for group number when running 'clear
    vrrp

  [ Bob Gilligan ]
  * Remove per-interface firewall templates.  They are generated now.

 -- Bob Gilligan <gilligan@vyatta.com>  Mon, 09 Mar 2009 11:16:47 -0700

vyatta-cfg-system (0.15.3-11) unstable; urgency=low

  [ Stig Thormodsrud ]
  * Remove prefix mask on vip if present since it can't be using in
    arping.

  [ Stephen Hemminger ]
  * Fix path to lsof

 -- An-Cheng Huang <ancheng@vyatta.com>  Sat, 07 Mar 2009 23:25:55 -0800

vyatta-cfg-system (0.15.3-10) unstable; urgency=low

  [ Stephen Hemminger ]
  * Fix perlcritic warnings
  * Change sudo ability of some operator related commands
  * More checking for open() of log

  [ Stig Thormodsrud ]
  * Move changes file to /var/run/vrrpd and make sure the directory
    exists.
  * Remove unused directory.
  * Specify source address with arping since we no longer require an IP

 -- Stig Thormodsrud <stig@io.vyatta.com>  Fri, 06 Mar 2009 18:59:46 -0800

vyatta-cfg-system (0.15.3-9) unstable; urgency=low

  * Fix path on hwclock cleanout
  * Run through tidy for indent
  * Use vyatta-interfaces.pl to show available bonding devices
  * Use vyatta-interfaces.pl to check bridge validity
  * Fix slave device startup

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 03 Mar 2009 10:56:22 -0800

vyatta-cfg-system (0.15.3-8) unstable; urgency=low

  * Convert to bonding vif to use netlink.
  * Change install-system to handle CF better
  * Remove out of date quick-install

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 02 Mar 2009 16:11:10 -0800

vyatta-cfg-system (0.15.3-7) unstable; urgency=low

  [ Mohit Mehta ]
  * let admin user set arp paramters

  [ Stig Thormodsrud ]
  * Fix 3778: vrrp should allow prefix to be included with the virtual-
    address
  * Fix breakage from previous cleanup commit.
  * Fix 4068: 'show vrrp' last transition times are not updated when a
    transition occurs on boot.
  * Fix 4152: Add support for VRRP operation on unnumbered interfaces

 -- Stig Thormodsrud <stig@io.vyatta.com>  Sun, 01 Mar 2009 12:15:45 -0800

vyatta-cfg-system (0.15.3-6) unstable; urgency=low

  [ An-Cheng Huang ]
  * fix logic and shell syntax
  * up the bridge interface when it's created

  [ Mohit Mehta ]
  * Fix Bug 2463 Allow the neighbor table threshold values to be

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Fri, 27 Feb 2009 19:08:52 -0800

vyatta-cfg-system (0.15.3-5) unstable; urgency=low

  * set default values for ipv6 accept_redirects and accept_source_route

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Tue, 24 Feb 2009 18:56:48 -0800

vyatta-cfg-system (0.15.3-4) unstable; urgency=low

  * Allow installation on virtio disk
  * Don't depend on /proc/ide

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 24 Feb 2009 15:41:57 -0800

vyatta-cfg-system (0.15.3-3) unstable; urgency=low

  [ Stephen Hemminger ]
  * Take out ipt_rlsnmpstats module

  [ Mohit Mehta ]
  * Fix Bug 3951 default values for kernel tunable security parameters
    under firewall

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Thu, 19 Feb 2009 19:12:45 -0800

vyatta-cfg-system (0.15.3-2) unstable; urgency=low

  * fix spelling mistake

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Tue, 10 Feb 2009 10:10:03 -0800

vyatta-cfg-system (0.15.3-1) unstable; urgency=low

  [ Stephen Hemminger ]
  * bridge: handle non ethernet devices in bridge

  [ Mohit Mehta ]
  * permit operator-level user to issue show and clear commands for
    firewall

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Fri, 06 Feb 2009 17:45:06 -0800

vyatta-cfg-system (0.15.3) unstable; urgency=low

  * Fix delete of bonding interface
  * Replace bare word file handle

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 26 Jan 2009 16:25:33 -0800

vyatta-cfg-system (0.15.2) unstable; urgency=low

  * disable bridge node should be same as disable ethernet
  * Bridge/bonding update to new syntax

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 12 Jan 2009 16:51:36 -0800

vyatta-cfg-system (0.15.1) unstable; urgency=low

  [ Rick Balocca ]
  * Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3731

  [ Stephen Hemminger ]
  * Fix password changer to deal with update config format
  * Make standalone passwd reset change vyatta not root
  * Leave root account disabled
  * Standalone tool now changes vyatta not root password

  [ Rick Balocca ]
  * Fix typo

  [ rbalocca ]
  * Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=2426

  [ Stephen Hemminger ]
  * Mount root filesystem with noatime
  * Add completion for allowed values
  * Don't force rebuild of ssh_host_key on each boot
  * Remove OFR from grub lines
  * fix grammar of previous patch
  * Don't restart sshd if not needed
  * Always restart ssh

  [ Robert Bays ]
  * add basic tacacs+ support

  [ Stephen Hemminger ]
  * Avoid sleep in ntp restart
  * Speed up boot
  * Remove extra call to set hwclock on startup
  * typo in last commit
  * Speed up addition of users to system

  [ Mohit Mehta ]
  * dhcp action scripts for linkup/down

  [ Stephen Hemminger ]
  * Fix sysctl key values

  [ An-Cheng Huang ]
  * add support for development build

  [ Mohit Mehta ]
  * Fix Bug 3917 dhcp brings interface up for lease acquire/renew even
    though interface has been disabled in CLI

  [ Stephen Hemminger ]
  * Rename VyattaKeepalived to Vyatta::Keepalived
  * Convert to Vyatta::Config hierarchy

  [ Bob Gilligan ]
  * Bugfix 3747:  Allow user to break previously existing RAID group.

  [ Stephen Hemminger ]
  * VyattaConfig -> Vyatta::Config
  * Add correct help for bonding modes

  [ Rick Balocca ]
  * Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3963

  [ Stephen Hemminger ]
  * use vyatta-link-detect
  * Remove OFR from grub lines
  * fix grammar of previous patch
  * need full path to linkdetect

  [ An-Cheng Huang ]
  * update maintainer information
  * "files" file should be removed before package build

  [ Stephen Hemminger ]
  * Add acpid

  [ slioch ]
  * removed unprintable form-feed characters. This was causing xml
    validation to fail within the webgui.

  [ Mohit Mehta ]
  * Fix Bug 4022 dynamic dns config fails during system boot if
    interface does not exist

  [ An-Cheng Huang ]

 -- An-Cheng Huang <ancheng@vyatta.com>  Thu, 08 Jan 2009 09:25:28 -0800

vyatta-cfg-system (0.15) unstable; urgency=low

	  3.2.0
  [ Mark O'Brien ]


  [ Bob Gilligan ]
  * Bugfix 3738: Improve safety in installing onto RAID sets.
  * Bugfix 3932

  [ Stig Thormodsrud ]
  * Fix 3929: Operator level user now need sudo password to run "clear
    arp

  [ Bob Gilligan ]
  * Bugfix 3928:  Need to install vyatta-raid-event script.

  [ Stig Thormodsrud ]
  * Fix 3920: Operator level users require sudo permission for nat
  * Fix 3918: Operator level users require sudo permission for ipv6
    clear

  [ Stephen Hemminger ]
  * Make sure install-system only run with root privledges

  [ Mohit Mehta ]
  * make 'show interfaces wirelessmodem <wlm(num)> stats' work from
    operator mode

  [ Stephen Hemminger ]
  * Handle older format config files in password reset

  [ An-Cheng Huang ]
  * fix for bug 2313: add support for "Region/City" timezone
    specification.

  [ Mohit Mehta ]
  * rmeove ddclient script from ppp ip-up directory as we configure

  [ Stig Thormodsrud ]
  * Add config to disable ip/ipv6 forwarding.

  [ Mohit Mehta ]
  * change input parameter name from dhclient_script to outside_cli to

  [ Robert Bays ]
  * bug 3791: set sysObjectID and sysDescr
  * bug 1587: add error message when user tries native install from non-
    union media

  [ Bob Gilligan ]
  * Bugfix: 3841

  [ Stephen Hemminger ]
  * Fix standalone password reset
  * Allow more ethtool commands
  * Make stanalone passwd reset work

  [ Mohit Mehta ]
  * Fix Bug 3840 System error reported on initial SNMP commit with trap
    target

  [ Stephen Hemminger ]
  * Handle config file format change in standalone reset
  * Fix password changer to deal with update config format

  [ An-Cheng Huang ]
  * add firewall configuration to bridge interface

  [ Stephen Hemminger ]
  * Fix bad tab completion on interfaces/bonding

  [ Mohit Mehta ]
  * Fix Bug 3567 Debug messages are not logged by default on upgraded
    system

  [ Bob Gilligan ]
  * Bugfix: 3687:  Only start mdadm if we have a RAID group as root
    filesystem.
  * Bugfix: 3775: Allow RAID-1 to be configured on disks with different
    sizes

  [ Stig Thormodsrud ]
  * Change telnet allow-root type from txt to bool.

  [ Stephen Hemminger ]
  * Need sudo when editing ssh config file
  * Fix parsing of allow-root field
  * Revert "Block remote access to rpc-bind port"
  * Block remote access to rpc-bind port

  [ Bob Gilligan ]
  * Bugfix: 3744

  [ An-Cheng Huang ]
  * remove unused files
  * use epoch in package version number
  * add ssh key blacklists

  [ Stephen Hemminger ]
  * Allow non-livecd union install
  * install-system can only run from livecd

  [ Bob Gilligan ]
  * Bugfix: 3226

  [ Robert Bays ]
  * fix ssh keygen on startup

  [ Mohit Mehta ]
  * - redo internal snmpv3 user creation for linkUpDownNotifications
  * Fix Bug 3751 configuring multiple global syslog facilities
    overwrites previous ones in /etc/syslog.conf

  [ Stephen Hemminger ]
  * Go back to simpler syslog config
  * Don't allow operator to reboot system

  [ Bob Gilligan ]
  * Bugfix: 3226

  [ Stephen Hemminger ]
  * Revert "Set correct mode on configuration mode"
  * Set correct mode on configuration mode

  [ An-Cheng Huang ]
  * fix xen grub setup

  [ slioch ]
  * Revert "Change allow-root nodes to boolean"

  [ Stephen Hemminger ]
  * Change allow-root nodes to boolean

  [ Mohit Mehta ]
  * don't poll resolv files for nameserver changes - it messes up
    statistics

  [ rbalocca ]
  * Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3735

  [ Bob Gilligan ]
  * Bugfix: 3743

  [ Mohit Mehta ]
  * Fix Bug 3609 - "show tech-support" does not display open file
    information for operator level user

  [ Bob Gilligan ]
  * Bugfix: 3727
  * Bugfix: 3572

  [ Stephen Hemminger ]
  * Standalone passwd reset prompt for password
  * Workaround problems with mkpasswd

  [ rbalocca ]
  * Add vyatta-grub-setup
  * Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3712

  [ Bob Gilligan ]
  * Bugfix: 3492
  * Bugfix: 3515
  * Bugfix: 3703

  [ Stephen Hemminger ]
  * No longer need to turn off SACK
  * Allow any number of bridge devices
  * Allow any number of tunnel devices

  [ Rick Balocca ]
  * Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3694

  [ Mohit Mehta ]
  * Fix Bug 3607 Error setting DNS forwarding to use DHCP

  [ Stephen Hemminger ]
  * Don't need to list ifenslave twice
  * Add support for bonding

  [ Robert Bays ]
  * expose the union option in install-system
  * fix bug 3863
  * Don't kill An-Cheng's commits.
  * change to native install from a USB stick
  * remove complex options from union install
  * changed union install to support multiple directories

  [ An-Cheng Huang ]
  * add postinst hook for install-system

  [ Mohit Mehta ]
  * use script for setting/deleting system nameservers
  * preserve system name-servers order in /etc/resolv.conf as configured
    in CLI
  * - change forced update wait time from 2 weeks to 4 weeks if no
    change in IP as per the free service provided by dyndns
  * - remove ddclient cache before restarting

  [ Robert Bays ]
  * fixes to install-system and grub-setup for xen hypervisor and
    device.map

  [ Mohit Mehta ]
  * - use apt per interface ddclient files

  [ Bob Gilligan ]
  * Account for size of diag partition when calculating disk size, which
    is needed

  [ Mohit Mehta ]
  * first attempt at implementing CLI support for Dynamic DNS
  * better worded warning when no name-servers set under 'system name-
    server'
  * released interface should be flagged as a warning rather than a
    commit failed

  [ Robert Bays ]
  * add functioanlity for binary images to install system

  [ Mohit Mehta ]
  * prompt warning for no nameservers if no nameservers set and no
    interface set to use dhcp

  [ Stephen Hemminger ]
  * Add support for aufs

  [ Mohit Mehta ]
  * polish up DNS forwarding error messages
  * show bridge interfaces in allowed values as well if configured to
    use dhcp
  * move from a 'ignore-interface' model to a 'listen-on' model for DNS
    forwarding
  * - get ddclient package for Dynamic DNS

  [ An-Cheng Huang ]
  * remove 2nd timeout to avoid 64-bit boot problem

  [ Bob Gilligan ]
  * Update install-system and grub-setup to handle RAID-1 configuration.

  [ Rick Balocca ]
  * Merge from "hollywood"

  [ rbalocca ]
  * Merge from "hollywood"

  [ Bob Gilligan ]
  * Add mdadm package to support RAID-1 configurations.

  [ Mohit Mehta ]
  * - servers being used for dns forwarding written to dnsmasq.conf with
    more info in comments
  * log dnsmasq output to /var/log/dnsmasq.log on start-up and whilst
    running (i.e. when sent a signal to log)
  * tighten the checks for checking the existence or removal or
    nameservers
  * tighten regex pattern to get dhclient resolv files

  [ Stig Thormodsrud ]
  * Change udevtrigger to udevadm trigger.

  [ Mohit Mehta ]
  * remove earlier added dnsmasq options
  * update dns forwarding nameservers on dhcp lease updates
  * any change in system name-servers should be communicated to dnsmasq
  * configure dnsmasq to use dns-servers as specified in CLI
  * use config rather than /etc/resolv.conf to get system set
    nameservers
  * code to specify DNS forwarding nameservers (system, dhcp, explicitly
    specified) using CLI
  * tighten syntax check
  * change 'service dns forward' to 'service dns forwarding'
  * this better detects the interfaces in /proc/net/dev

  [ Rick Balocca ]
  * Script cleanup

  [ Mohit Mehta ]
  * change DNS forwarding CLI from 'service dns-forwarding' to 'service
    dns forward'
  * add missing comma

  [ Mark O'Brien ]
  * control: added ifenslave-2.6 to debian control file

  [ rbalocca ]
  * Fix for http://bugzilla.vyatta.com/show_bug.cgi?id=3542

  [ Mohit Mehta ]
  * add command for user to enter interfaces on which not to listen for
    DNS queries
  * - add ability to set cache-size for DNS forwarding from CLI

  [ Rick Balocca ]
  * Cleanup
  * Additional fixes for http://bugzilla.vyatta.com/show_bug.cgi?id=3520

  [ rbalocca ]
  * Fixes for: http://bugzilla.vyatta.com/show_bug.cgi?id=3520
    http://bugzilla.vyatta.com/show_bug.cgi?id=3519
    http://bugzilla.vyatta.com/show_bug.cgi?d for:
    http://bugzilla.vyatta.com/show_bug.cgi?id=3520
    http://bugzilla.vyatta.com/show_bug.cgi?id=3519
    http://bugzilla.vyatta.com/show_bug.cgi?id=3518 and perhaps others

  [ Mohit Mehta ]
  * First parts of DNS forwarding stuff

  [ Stig Thormodsrud ]
  * Add IPv6 address to comp_help for bridge/tunnel
  * Enable IPv6 forwarding.

  [ Stephen Hemminger ]
  * Get rid of debian build warning

  [ Rick Balocca ]
  * Fix for http://bugzilla.vyatta.com/show_bug.cgi?id=3225
  * Partial fix for http://bugzilla.vyatta.com/show_bug.cgi?id=3225

  [ Bob Gilligan ]
  * Bugfix: 3519

  [ rbalocca ]
  * Since this packages changes the bash-completion conf file, it must
    be installed after bash-completion

  [ Mohit Mehta ]
  * add dnsmasq package to be included in the build

  [ rbalocca ]
  * The postinst was printing a '?'

  [ An-Cheng Huang ]
  * fix for bug 3459: make bash-completion use "builtin set".

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@firebolt.vyatta.com>  Tue, 25 Nov 2008 19:09:21 -0800

vyatta-cfg-system (0.14) unstable; urgency=low

	  3.1.4
  [ Mark O'Brien ]


  [ Robert Bays ]
  * fix ssh keygen on startup

  [ An-Cheng Huang ]
  * remove unused files
  * use epoch in package version number
  * add ssh key blacklists

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@firebolt.vyatta.com>  Tue, 14 Oct 2008 17:30:18 -0700

vyatta-cfg-system (0.13) unstable; urgency=low

	  3.1.3
  [ Mark O'Brien ]


  [ Bob Gilligan ]
  * Bugfix: 1292
  * Bugfix: 1292

  [ rbalocca ]
  * More spaces (bugs http://bugzilla.vyatta.com/show_bug.cgi?id=3549
    and http://bugzilla.vyatta.com/show_bug.cgi?id=3552)
  * Fixes for bugs: http://bugzilla.vyatta.com/show_bug.cgi?id=3549 and
    http://bugzilla.vyatta.com/show_bug.cgi?id=3552

  [ Rick Balocca ]
  * Merge from islavista
  * Fix for http://bugzilla.vyatta.com/show_bug.cgi?id=3520

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@firebolt.vyatta.com>  Tue, 19 Aug 2008 17:48:26 -0700

vyatta-cfg-system (0.12) unstable; urgency=low

	  3.1.2
  [ Mark O'Brien ]


  [ Mohit Mehta ]
  * => Modified vyatta_update_resolv.pl to update (i.e. add and remove)
    'name-server' and 'domain-name-server' options

  [ root ]
  * Fix 3359: changing telnet setting drops other telnet sessions.

  [ Stig Thormodsrud ]
  * Fix 3460: vrrp authentication error msg is wrong

  [ Stephen Hemminger ]
  * purge any old entries from sudoers
  * Don't add ide=nodma twice

  [ rbalocca ]
  * Remove debugging
  * Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=2807

  [ Robert Bays ]
  * fix for bug 3095

  [ Stephen Hemminger ]
  * Modify upgrade procedure for /etc/sudoers

  [ An-Cheng Huang ]
  * fix for bug 3417: use UUID in grub config file

  [ Stephen Hemminger ]
  * Fix problem if install-system run twice

  [ Bob Gilligan ]
  * Bugfix: 1592

  [ Stephen Hemminger ]
  * Missing -e causes sudoers problem
  * Can't use logger in standalone
  * get rid of extra fi from last commit
  * Change syslogging of authorization related commands
  * Use logger to write system log
  * Make standalone password reset work
  * Handle multiple slashes in passwd

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@firebolt.vyatta.com>  Wed, 23 Jul 2008 21:35:54 -0700

vyatta-cfg-system (0.11) unstable; urgency=low

	  3.1.1
  [ Mark O'Brien ]


  [ Stig Thormodsrud ]
  * Fix 3379: tunnel interfaces are artificially limited to tun0-tun9
  * Add cli to enable proxy arp on a interface.

  [ Bob Gilligan ]
  * Bugfix: 1292

  [ Stephen Hemminger ]
  * translate slash in password
  * Spellin fixes

  [ Auto Build ]
  * Remove dependency on grub-pc

  [ rbalocca ]
  * Insist on vyatta-keepalived
  * Additional dependencies

  [ Bob Gilligan ]
  * Bugfix: 3259

  [ Stig Thormodsrud ]
  * Add module version for vrrp.
  * Fix 2030: Enhancement: VRRP preemption hold down timer

  [ Stephen Hemminger ]
  * Prompt for vyatta and root password
  * Use tr command rather than awk
  * Use UUID to find root filesystem
  * Surpress messages by default
  * Add passwd sync script

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@firebolt.vyatta.com>  Sat, 28 Jun 2008 11:22:12 -0700

vyatta-cfg-system (0.10) unstable; urgency=low

	  3.1.0
  [ Mark O'Brien ]


  [ An-Cheng Huang ]
  * fix for bug 3032: rename pre-glendale config files during install-
    system.

  [ Robert Bays ]
  * fix bug 3039

  [ Stephen Hemminger ]
  * Turn off framebuffer (by default)

  [ Stig Thormodsrud ]
  * Fix 1818: Add disable option to vrrp.

  [ Stephen Hemminger ]
  * Enable vga framebuffer on console
  * Allow operator to run wanpipemon

  [ Bob Gilligan ]
  * Bugfix: 3305

  [ Stig Thormodsrud ]
  * Fix 3328: operator can't issue "show vrrp".

  [ Stephen Hemminger ]
  * wrong option to useradd
  * Put vyatta users in the users group

  [ Stig Thormodsrud ]
  * Fix 787: Add a command to force vrrp state transition to backup

  [ Stephen Hemminger ]
  * Switch back to snmpd
  * Remove shell template (not ready yet).

  [ Robert Bays ]
  * fix for bugs 3294 and 3296

  [ Stephen Hemminger ]
  * Turn off TCP SACK
  * Pull in vyatta version of snmpd

  [ Mohit Mehta ]
  * Fix Bug 3094 SMUX port is open to outside connections

  [ Stephen Hemminger ]
  * Allow any user to be in config file
  * Rework how user accounts are managed
  * re-indent login script
  * Add GPL license

  [ Tom Grennan ]
  * add libnetaddr-ip-perl dependency

  [ Stig Thormodsrud ]
  * Fix 2705: Add "clear vrrp process" command.
  * Fix vrrp snoop_for_master() to also work with AH authentication.
  * Make vrrp pcap filter more specific.
  * Fix 3273: "show vrrp summary" output doesn't line-up when using
    vlans
  * Fix 3155: setting the third vrrp member with the highest priority
    doesn't change (update) the backup

  [ rbalocca ]
  * Add vyatta-busybox to dependencies
  * Ignore derived files

  [ rbays ]
  * update install-system to work with xen setup

  [ Stig Thormodsrud ]
  * Fix 3251: vrrp should also send a gratuitous arp reply on master
    transition
  * Fix 3144: VRRP backup obtains VIP resulting in a duplicate IP
    situation.
  * Change dependancy from keepalived to vyatta-keepalived.

  [ rbays ]
  * fix install system to use the correct kernels in grub.cfg

  [ An-Cheng Huang ]
  * fix typo in rl-system.init

  [ Stephen Hemminger ]
  * Move sysctl configuration to /etc/vyatta-sysctl.conf

  [ Stig Thormodsrud ]
  * Set initial vrrp state based on existing state if available.

  [ rbalocca ]
  * Convert to our method of changelog creation

  [ Mohit Mehta ]
  * Modifications to send link up/down traps to configured trap-target
  * Modifications for enabling net-snmp's interaction with quagga for
    bgp, ospf and rip mib traversals

  [ Stephen Hemminger ]
  * watchlink is no longer used

  [ rbalocca ]
  * Pretty print the grub.cfg file
  * Partitions in grub-pc now start at 1 (instead of 0)
  * Update install-system to use grub-pc
  * Revert "remove deprecated install scripts"
  * config.boot.default is not moved to the top level repo (build-
    iso.git)

  [ Mohit Mehta ]
  * Fix Bug 3172 set interfaces tunnel <> key <> allowed after tunnel
    creation

  [ Stig Thormodsrud ]
  * Fix 3148: can't delete bridge interface

  [ Mohit Mehta ]
  * Fix Bug 3164 set interfaces tunnel tun0 remote-ip <> doesn't take
    effect after committing

  [ rbalocca ]
  * Merge from glendale

  [ Mohit Mehta ]
  * Bug 3069 Help strings should be standardized
  * Bug 3069 Help strings should be standardized
  * Fix Bug 3069 Help strings should be standardized
  * Fix Bug 1059 Feature Request: integrate 'tcpdump' and 'tethereal'
    into Vyatta CLI

  [ An-Cheng Huang ]
  * fix dependencies

  [ Stephen Hemminger ]
  * Allow operator to run ntpdate

  [ Mohit Mehta ]
  * Fix Bug 2778 VRRP: add ability to run scripts on state transition

  [ Tom Grennan ]
  * consolidate proc/sys flag settings to livecd/install hook
  * remove deprecated install scripts

  [ Mohit Mehta ]
  * Fix Bug 802 VRRP - add "show vrrp summary" command (TC 3.2.5.7.2)

  [ Stig Thormodsrud ]
  * Add tshark dependency on vyatta-cfg-system.

  [ Stephen Hemminger ]
  * Fix format of date from rl-system.init

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@firebolt.vyatta.com>  Tue, 17 Jun 2008 09:26:27 -0700

vyatta-cfg-system (0.9) unstable; urgency=low

  3.0.5


 -- Mark O'Brien <mobrien@vyatta.com>  Tue, 06 May 2008 12:43:15 -0700

vyatta-cfg-system (0.8) unstable; urgency=low

  3.0.4
  [ Mark O'Brien ]


  [ An-Cheng Huang ]
  * fix for bug 3225: only insert sudoers if not present.

  [ Stig Thormodsrud ]
  * Mimic the transaction mechanism to only restart the vrrp daemon
    once/commit.

  [ rbalocca ]
  * config.boot.default is not moved to the top level repo (build-
    iso.git)

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@vyatta.com>  Mon, 05 May 2008 16:40:35 -0700

vyatta-cfg-system (0.7) unstable; urgency=low

  3.0.3
  [ Mark O'Brien ]


  [ Stephen Hemminger ]
  * watchlink is no longer used

  [ rbalocca ]
  * Indicate the VC4.0.2 release candidate in the changelog

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@vyatta.com>  Tue, 29 Apr 2008 16:42:17 -0700

vyatta-cfg-system (0.6) unstable; urgency=low

  VC4.0.2


 -- Mark O'Brien <mobrien@vyatta.com>  Sat, 19 Apr 2008 11:56:03 -0700

vyatta-cfg-system (0.5) unstable; urgency=low

  VC4.0.2 release candidate
  [ Mark O'Brien ]


  [ Stig Thormodsrud ]
  * Fix 3148: can't delete bridge interface

  [ rbalocca ]
  * Remove vestigal version file from vyatta-cfg-system

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@vyatta.com>  Wed, 16 Apr 2008 09:50:05 -0700

vyatta-cfg-system (0.4) unstable; urgency=low

  3.0.2
  [ Mark O'Brien ]


  [ An-Cheng Huang ]
  * fix for bug 3032: rename pre-glendale config files during install-
    system.
  * fix for bug 3087: add proper dependency to ensure install order.

  [ Bob Gilligan ]
  * Bugfix: 3021

  [ Mark O'Brien ]
  * Update version file to 3.0.1
  * 3.0.1

  [ Michael Larson ]
  * up proc limit for rmem_max to support zebra netlink buffer size
    increase.

  [ Mohit Mehta ]
  * Fix Bug 3027 Unable to configure SNMP community client address

  [ Robert Bays ]
  * fix bug 3039

  [ Stephen Hemminger ]
  * Allow operator to run ntpdate

  [ Stig Thormodsrud ]
  * Add vrrp vip addresses to watchlink exclude file.
  * Fix 3086: VRRP only allows up to 20 virtual IPs

  [ rbalocca ]
  * Fix debian dependencies
  * Line up the colons with the one from the copyright notice (in show
    version)
  * Set dependencies on either bash or vyatta-bash
  * Move the copyright dates over (bug 3028)

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@vyatta.com>  Fri, 04 Apr 2008 18:00:34 -0700

vyatta-cfg-system (0.3) unstable; urgency=low

  VC4.0.1
  [ Mark O'Brien ]


  [ An-Cheng Huang ]
  * fix for bug 2083: add radius authentication support.

  [ Mark O'Brien ]
  * Update version file to VC4.0.1

  [ Mohit Mehta ]
  * Fix Bug 2707 Missing from Glendale
  * CLI tab enhancement at "set interfaces ethernet <> address"

  [ Robert Bays ]
  * fixes for bugs 2499, 2967

  [ Stephen Hemminger ]
  * add operator and admin to linux group adm
  * add option to disable root login over ssh
  * fix ssh allow-root template
  * put operator in operator group
  * add explicit list of commands in sudoers
  * don't allow illegal hostnames
  * allow numbers in hostname
  * allow non-root to clear nat counters
  * Replace VPL with GPLv2
  * Changes for license/copyright
  * Update to GPLv2
  * Move init-floppy to /opt/vyatta/sbin
  * Allow operator to set date.

  [ Stig Thormodsrud ]
  * Fix 2877: Bridge group can not be assiged to vif sub interfaceZ
  * Fix parse error in /etc/sudoers
  * Fix 2880 SNMP configuration file issues
  * Fix 2695 GRE tunnel doesn't work with "key"

  [ rbalocca ]
  * Fix for bug #2934
  * Fix for bug #2542 ( http://bugzilla.vyatta.com/show_bug.cgi?id=2542
    )
  * Fix for bug #2921 ( http://bugzilla.vyatta.com/show_bug.cgi?id=2921
    )
  * Revert "Fix for bug #2921 (
    http://bugzilla.vyatta.com/show_bug.cgi?id=2921 )"
  * Improve the package repository template
  * Fix for bug #2969 ( http://bugzilla.vyatta.com/show_bug.cgi?id=2969
    )
  * Update copyright for "show version"

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@vyatta.com>  Tue, 18 Mar 2008 19:03:58 -0700

vyatta-cfg-system (0.2) unstable; urgency=low

  vc4.0.0
  [ Mark O'Brien ]


  [ An-Cheng Huang ]
  * clean up temp file in delete fail case
  * convert templates to new syntax
  * add commit check for user password
  * revise the password check
  * fix for bug 2768: add "dynamic" keyword to server entry.
  * template cleanup and fix for bug 2785: update /etc/mailname with
    hostname.
  * prevent ':' in full name (separator in passwd)
  * allow empty full-name
  * fix for bug 2547: don't require/output ':' after "hw-id".
  * fix for bug 2855: change help text
  * debian's latest update to "bash" (3.1dfsg-9) broke the completion
    mechanism.
  * fix for bug 2764: rename user level
  * use vyattacfg for config files

  [ Mark O'Brien ]
  * Updated syslog help with severity information.
  * Update version file to vc4.0.0

  [ Michael Larson ]
  * bump up rmem_max limit to 223232 (in conjunction with fix for zebra)

  [ Stig Thormodsrud ]
  * update tunnel help strings with defaults
  * add a few missing help strings
  * - Fix 2745: bridge-group cost - syntax error
  * Fix 2819 Plain-text authentication should be identified as such.
  * Fix syntax error in "interface bridge <> priority".

  [ Tom Grennan ]
  * source /etc/default/vyatta instead of configuring install-system
  * remove stale CONFIG_PARTITION comments

  [ rbalocca ]
  * Add version file
  * Update version file to 4.0.0
  * 4.0.0
  * vyatta-cfg-system postinst was clobbering version file
  * These files will be changed by autobuild-git-eureak
  * Missing version file in Makefile.am

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@vyatta.com>  Mon, 25 Feb 2008 17:38:40 -0800

vyatta-cfg-system (0.1) unstable; urgency=low

  * Initial Release.

 -- An-Cheng Huang <ancheng@vyatta.com>  Thu, 18 Oct 2007 11:03:18 -0700