summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: 0c9044f86967a2e8346cedf858f5ec54dafe222d (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
vyatta-cfg-system (0.15.48+jenner45) 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 13:56:54 -0700

vyatta-cfg-system (0.15.48+jenner44) unstable; urgency=low

  * Fix 4748: Pre-login message files (/etc/issue,/etc/issue.net) are

 -- Stig Thormodsrud <stig@vyatta.com>  Thu, 30 Jul 2009 13:43:58 -0700

vyatta-cfg-system (0.15.48+jenner43) unstable; urgency=low

  * fix undefined array ref

 -- An-Cheng Huang <ancheng@vyatta.com>  Wed, 29 Jul 2009 15:53:15 -0700

vyatta-cfg-system (0.15.48+jenner42) unstable; urgency=low

  * Handle case of bond device with no slaves

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 28 Jul 2009 21:25:22 -0700

vyatta-cfg-system (0.15.48+jenner41) unstable; urgency=low

  * Remove slaves before changing mode

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 27 Jul 2009 12:38:06 -0700

vyatta-cfg-system (0.15.48+jenner40) 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:17:33 -0700

vyatta-cfg-system (0.15.48+jenner39) unstable; urgency=low

  * Bugfix 4708: Eliminate use of "update" in non-leaf valueless nodes.

 -- Bob Gilligan <gilligan@vyatta.com>  Tue, 14 Jul 2009 12:11:50 -0700

vyatta-cfg-system (0.15.48+jenner38) unstable; urgency=low

  * UNRELEASED

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 09 Jul 2009 04:54:29 -0700

vyatta-cfg-system (0.15.48+jenner37) unstable; urgency=low

  * Fix descriptions with meta-characters

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 07 Jul 2009 15:35:13 -0700

vyatta-cfg-system (0.15.48+jenner36) unstable; urgency=low

  * Revert "Allow user to select round-robin mode."
  * Allow round-robin to be selected

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 07 Jul 2009 14:36:20 -0700

vyatta-cfg-system (0.15.48+jenner35) unstable; urgency=low

  * Allow disable of bonding interface with VIF

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 07 Jul 2009 14:26:05 -0700

vyatta-cfg-system (0.15.48+jenner34) unstable; urgency=low

  [ Mohit Mehta ]
  * 0.15.48+jenner33

  [ Stephen Hemminger ]
  * Block creating vif until after slaves present

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 07 Jul 2009 14:16:28 -0700

vyatta-cfg-system (0.15.48+jenner33) unstable; urgency=low

  * 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:19:50 -0700

vyatta-cfg-system (0.15.48+jenner32) unstable; urgency=low

  * Allow user to select round-robin mode.

 -- Mark O'Brien <mark@vyatta.com>  Wed, 01 Jul 2009 17:47:20 -0700

vyatta-cfg-system (0.15.48+jenner31) unstable; urgency=low

  * Fix 'sh: line 1:' error ing bug 4655.

 -- Mark O'Brien <mark@vyatta.com>  Wed, 01 Jul 2009 16:17:18 -0700

vyatta-cfg-system (0.15.48+jenner30) 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:25:32 -0700

vyatta-cfg-system (0.15.48+jenner29) unstable; urgency=low

  * make changes to work with dhcp 4.1.0

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Fri, 26 Jun 2009 18:49:43 -0700

vyatta-cfg-system (0.15.48+jenner28) unstable; urgency=low

  * Added link detect to ethernet bonded vlan interfaces.

 -- Mark O'Brien <mark@vyatta.com>  Fri, 26 Jun 2009 14:28:30 -0700

vyatta-cfg-system (0.15.48+jenner27) 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:40:20 -0700

vyatta-cfg-system (0.15.48+jenner26) 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:17:13 -0700

vyatta-cfg-system (0.15.48+jenner25) unstable; urgency=low

  * Change interface state to down, add to bond group, change state to
    up.

 -- Mark O'Brien <mark@vyatta.com>  Tue, 23 Jun 2009 18:29:57 -0700

vyatta-cfg-system (0.15.48+jenner24) 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:26:10 -0700

vyatta-cfg-system (0.15.48+jenner23) unstable; urgency=low

  * Bugfix 4592: Generate NTP config file from Vyatta configuration
    parameters.

 -- Bob Gilligan <gilligan@vyatta.com>  Wed, 17 Jun 2009 16:09:02 -0700

vyatta-cfg-system (0.15.48+jenner22) unstable; urgency=low

  * Bugfix 4490: Wait for stability after marking partition bootable.

 -- Bob Gilligan <gilligan@vyatta.com>  Wed, 17 Jun 2009 15:18:12 -0700

vyatta-cfg-system (0.15.48+jenner21) 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:45:11 -0700

vyatta-cfg-system (0.15.48+jenner20) unstable; urgency=low

  * Make telnet management smarter

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 16 Jun 2009 17:49:58 -0700

vyatta-cfg-system (0.15.48+jenner19) unstable; urgency=low

  * move acpid and ifupdown from Suggest to Depends

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 15 Jun 2009 14:18:33 -0700

vyatta-cfg-system (0.15.48+jenner18) unstable; urgency=low

  * Convert bonding to use sysfs instead of ifenslave
  * Add ifupdown package

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 15 Jun 2009 11:46:06 -0700

vyatta-cfg-system (0.15.48+jenner17) unstable; urgency=low

  [ Stephen Hemminger ]
  * Remove ability to add vif to macvlan

  [ Stig Thormodsrud ]
  * 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:17:53 -0700

vyatta-cfg-system (0.15.48+jenner16) unstable; urgency=low

  * Revert earlier change -- keep debian net.agent

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 10 Jun 2009 16:49:38 -0700

vyatta-cfg-system (0.15.48+jenner15) unstable; urgency=low

  * Allow operator to look at PCI settings

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 09 Jun 2009 17:12:55 -0700

vyatta-cfg-system (0.15.48+jenner14) unstable; urgency=low

  * Remove invalid buried templates

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 09 Jun 2009 15:58:13 -0700

vyatta-cfg-system (0.15.48+jenner13) unstable; urgency=low

  * Fix help/completion for xor-hash

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 09 Jun 2009 10:46:27 -0700

vyatta-cfg-system (0.15.48+jenner12) unstable; urgency=low

  * Use sysfs for bonding device control

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 08 Jun 2009 15:53:37 -0700

vyatta-cfg-system (0.15.48+jenner11) unstable; urgency=low

  * Change version of system config

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 05 Jun 2009 10:51:21 -0700

vyatta-cfg-system (0.15.48+jenner10) unstable; urgency=low

  * change default-policy to default-action for zones

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Wed, 03 Jun 2009 16:41:57 -0700

vyatta-cfg-system (0.15.48+jenner9) unstable; urgency=low

  * Fix generation of syslog host targets

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 03 Jun 2009 11:22:12 -0700

vyatta-cfg-system (0.15.48+jenner8) unstable; urgency=low

  * Fix multi-nodes for address using update tag
  * Fix some more update tag

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 02 Jun 2009 19:54:05 -0700

vyatta-cfg-system (0.15.48+jenner7) unstable; urgency=low

  * Make Radius server work
  * Change API for login modules
  * Handle deletion of radius (or other) server
  * Avoid rewriting radius config unless needed

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 02 Jun 2009 16:12:43 -0700

vyatta-cfg-system (0.15.48+jenner6) unstable; urgency=low

  [ Stephen Hemminger ]
  * Tacplus no longer part of jenner

 -- An-Cheng Huang <ancheng@vyatta.com>  Tue, 02 Jun 2009 14:56:36 -0700

vyatta-cfg-system (0.15.48+jenner5) unstable; urgency=low

  * Fix User Login configurator

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 01 Jun 2009 16:20:44 -0700

vyatta-cfg-system (0.15.48+jenner4) unstable; urgency=low

  * Fix deletion of pseudo-ethernet
  * Ignore patch and editor temporary files
  * Change how system login update works

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 01 Jun 2009 15:50:29 -0700

vyatta-cfg-system (0.15.48+jenner3) unstable; urgency=low

  * Fix bug preventing 'vyatta' user login.

 -- Stig Thormodsrud <stig@vyatta.com>  Sun, 31 May 2009 11:21:43 -0700

vyatta-cfg-system (0.15.48+jenner2) unstable; urgency=low

  * Change tunnel multicast from on/off to enable/disable.

 -- Stig Thormodsrud <stig@vyatta.com>  Sat, 30 May 2009 12:55:39 -0700

vyatta-cfg-system (0.15.48+jenner1) 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

  [ An-Cheng Huang ]

 -- An-Cheng Huang <ancheng@vyatta.com>  Fri, 29 May 2009 18:31:07 -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