summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: 26ad2494ae432d1d94fbf043933888fc545704d8 (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
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@lenny.localdomain>  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@roatan.lenny32.lenny32>  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