summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: 912644feadff8061e310ba677e557f8419f955a0 (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
vyatta-op (0.13.161) unstable; urgency=low

  * Bugfix 7357: change the op mode command wrapper to setup the aliases

 -- John Southworth <john.southworth@vyatta.com>  Wed, 20 Jul 2011 19:28:53 -0500

vyatta-op (0.13.160) unstable; urgency=low

  * Bugfix 6392: Improve display of numeric values for storage usage.

 -- Bob Gilligan <gilligan@vyatta.com>  Wed, 17 Aug 2011 16:20:01 -0700

vyatta-op (0.13.159) unstable; urgency=low

  * Bugfix 7327: change the show tech-support help text

 -- John Southworth <john.southworth@vyatta.com>  Fri, 15 Jul 2011 17:14:44 -0500

vyatta-op (0.13.158) unstable; urgency=low

  * silence warnings when sourcing this script non-interactively

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

vyatta-op (0.13.157) unstable; urgency=low

  * Fix history time format so that webgui and cli match

 -- John Southworth <john.southworth@vyatta.com>  Mon, 11 Jul 2011 13:50:39 -0500

vyatta-op (0.13.156) unstable; urgency=low

  * Bugfix 7266: make 'show history' work with non interactive shells
    like webgui

 -- John Southworth <john.southworth@vyatta.com>  Mon, 11 Jul 2011 12:53:16 -0500

vyatta-op (0.13.155) unstable; urgency=low

  * re-release of package due to bad git config

 -- John Southworth <john.southworth@vyatta.com>  Mon, 11 Jul 2011 12:51:05 -0500

vyatta-op (0.13.154) unstable; urgency=low

  * Bugfix 7304: Bring DHCPv6 client leases script back into the
    release.

 -- Bob Gilligan <gilligan@vyatta.com>  Sun, 07 Aug 2011 15:29:02 -0700

vyatta-op (0.13.153) unstable; urgency=low

  * new branch

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

vyatta-op (0.13.152) unstable; urgency=low

  *  Bugfix 7285: remove coloring of error

 -- John Southworth <john.southworth@vyatta.com>  Wed, 06 Jul 2011 16:08:23 -0500

vyatta-op (0.13.151) unstable; urgency=low

  * Bugfix 7283: make ntp.vyatta.com have a new line

 -- John Southworth <john.southworth@vyatta.com>  Wed, 06 Jul 2011 14:13:53 -0500

vyatta-op (0.13.150) unstable; urgency=low

  * bug fix to improve "generate tech-support archive" help text.

 -- Deepti Kulkarni <deepti@vyatta.com>  Tue, 05 Jul 2011 07:37:43 -0700

vyatta-op (0.13.149) unstable; urgency=low

  * Clean up clone warning message

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

vyatta-op (0.13.148) unstable; urgency=low

  * Bugfix 7278: Add a 'show log image <image-name> tail' command

 -- John Southworth <john.southworth@vyatta.com>  Tue, 05 Jul 2011 11:01:53 -0500

vyatta-op (0.13.147) unstable; urgency=low

  * Bugfix 7277: Make clone system config consistent with the other
    image tools

 -- John Southworth <john.southworth@vyatta.com>  Tue, 05 Jul 2011 10:48:39 -0500

vyatta-op (0.13.146) unstable; urgency=low

  * Use proper directory for disk-installs. Do completion of directory
    names only in clone system config since disk installs will have
    other files in /live/image/boot

 -- John Southworth <john.southworth@vyatta.com>  Tue, 28 Jun 2011 12:52:00 -0500

vyatta-op (0.13.145) unstable; urgency=low

  * Don't guide disk-install files to /config as it doesn't exist. fix
    file detection for disk-install

 -- John Southworth <john.southworth@vyatta.com>  Tue, 28 Jun 2011 12:11:27 -0500

vyatta-op (0.13.144) unstable; urgency=low

  * Fix typo in error message in last commit

 -- John Southworth <john.southworth@vyatta.com>  Tue, 28 Jun 2011 11:35:34 -0500

vyatta-op (0.13.143) unstable; urgency=low

  * Add a disk-install uri for old disk based installs in image tools

 -- John Southworth <john.southworth@vyatta.com>  Tue, 28 Jun 2011 11:33:01 -0500

vyatta-op (0.13.142) unstable; urgency=low

  * fix typo in show interfaces legend

 -- John Southworth <john.southworth@vyatta.com>  Mon, 27 Jun 2011 16:50:20 -0500

vyatta-op (0.13.141) unstable; urgency=low

  * Make interface states more readable by using capital letters; fix
    bug in description output when there isn't an ip assigned
  * Adjust spacing on Interface column
  * make the 'u' for up lowercase so that it will draw the users
    attention to interfaces that are down.

 -- John Southworth <john.southworth@vyatta.com>  Thu, 23 Jun 2011 19:56:41 -0500

vyatta-op (0.13.140) unstable; urgency=low

  * add .txt extension to the 'show tech-support brief save' output

 -- John Southworth <john.southworth@vyatta.com>  Mon, 20 Jun 2011 17:19:19 -0700

vyatta-op (0.13.139) unstable; urgency=low

  * fix path for 'show tech-support brief save'

 -- John Southworth <john.southworth@vyatta.com>  Mon, 20 Jun 2011 17:04:08 -0700

vyatta-op (0.13.138) unstable; urgency=low

  * Bugfix 6800:  Allow non-vyatta menu entries in grub.cfg.

 -- Bob Gilligan <gilligan@vyatta.com>  Sun, 17 Jul 2011 16:44:53 -0700

vyatta-op (0.13.137) unstable; urgency=low

  * Bugfix 7124: make 'show tech-support save' have a .txt at the end of
    the file name. Make the script show the proper config path
    '/config/support' instead of '/opt/vyatta/etc/config/support'

 -- John Southworth <john.southworth@vyatta.com>  Thu, 16 Jun 2011 19:28:20 -0500

vyatta-op (0.13.136) unstable; urgency=low

  * Display image type and hypervisor in show version
  * Add dependency on vyatta-cfg-system

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

vyatta-op (0.13.135) unstable; urgency=low

  * Bugfix 5856:  Allow credentials on "add system image" command line

 -- Bob Gilligan <gilligan@vyatta.com>  Thu, 14 Jul 2011 10:46:19 -0700

vyatta-op (0.13.134) unstable; urgency=low

  * Fix completion for image log files

 -- John Southworth <john.southworth@vyatta.com>  Fri, 10 Jun 2011 12:01:48 -0700

vyatta-op (0.13.133) unstable; urgency=low

  * Fix clone so that it fails if a user attempts to clone to running://

 -- John Southworth <john.southworth@vyatta.com>  Thu, 09 Jun 2011 17:58:54 -0500

vyatta-op (0.13.132) unstable; urgency=low

  * Bugfix 5840: Change show interfaces so that ipv6 addresses and/or
    long descriptions don't break formatting

 -- John Southworth <john.southworth@vyatta.com>  Fri, 03 Jun 2011 22:16:52 -0700

vyatta-op (0.13.131) unstable; urgency=low

  * suppress errors when reading pkg file.

 -- Michael Larson <mike@vyatta.com>  Thu, 02 Jun 2011 11:58:57 -0700

vyatta-op (0.13.130) unstable; urgency=low

  * Bugfix 7101: Should have been the 6th argument not the 5thfor the
    log file

 -- John Southworth <john.southworth@vyatta.com>  Fri, 27 May 2011 11:31:15 -0700

vyatta-op (0.13.129) unstable; urgency=low

  * Bugfix: 7091 make clone restore old config directory if it fails

 -- John Southworth <john.southworth@vyatta.com>  Fri, 27 May 2011 11:27:05 -0700

vyatta-op (0.13.128) unstable; urgency=low

  * only attempt to move the old /config dir if it exists when cloning a
    configuration

 -- John Southworth <john.southworth@vyatta.com>  Fri, 20 May 2011 18:09:05 -0500

vyatta-op (0.13.127) unstable; urgency=low

  * Move the clone system template to vyatta-op so that the node.defs
    are available in the communtiy version. Note this still excludes
    clone system image from being in community

 -- John Southworth <john.southworth@vyatta.com>  Fri, 13 May 2011 15:19:27 -0500

vyatta-op (0.13.126) unstable; urgency=low

  * Only show directories in top level completion because installed
    systems have more in their /boot directories

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

vyatta-op (0.13.125) unstable; urgency=low

  * Exclude white-out files from copy. Backup current config dir before
    clone

 -- John Southworth <john.southworth@vyatta.com>  Thu, 12 May 2011 19:17:12 -0500

vyatta-op (0.13.124) unstable; urgency=low

  * bug fix - 6592: Include Quagga config in show tech-support output.

 -- Deepti Kulkarni <deepti@vyatta.com>  Fri, 06 May 2011 16:36:42 -0700

vyatta-op (0.13.123) unstable; urgency=low

  * Bugfix 7059 These commands weren't specified in the bug but they
    needed the same check

 -- John Southworth <john.southworth@vyatta.com>  Fri, 06 May 2011 13:34:06 -0500

vyatta-op (0.13.122) unstable; urgency=low

  * Bugfix: 7059 Make it such that show file prints a proper error when
    run as an operator user.

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

vyatta-op (0.13.121) unstable; urgency=low

  * suppress shutdown confirmation query if invoked by rest API.

 -- Michael Larson <mike@vyatta.com>  Thu, 05 May 2011 10:34:56 -0700

vyatta-op (0.13.120) unstable; urgency=low

  * allow "clear connection-tracking" op mode command to override query
    for rest mode.

 -- Michael Larson <mike@vyatta.com>  Wed, 04 May 2011 16:10:11 -0700

vyatta-op (0.13.119) unstable; urgency=low

  * allow "reboot at" and "reboot" to be invoked by the rest api.

 -- Michael Larson <mike@vyatta.com>  Wed, 04 May 2011 14:07:39 -0700

vyatta-op (0.13.118) unstable; urgency=low

  * Fail on invalid image name

 -- John Southworth <john.southworth@vyatta.com>  Tue, 03 May 2011 19:05:22 -0500

vyatta-op (0.13.117) unstable; urgency=low

  * Support non-interactive mode for webgui2

 -- John Southworth <john.southworth@vyatta.com>  Tue, 03 May 2011 17:25:04 -0500

vyatta-op (0.13.116) unstable; urgency=low

  * Add back default case for copy, removed too many lines on last
    commit
  * Add http as a url mode users can copy from

 -- John Southworth <john.southworth@vyatta.com>  Tue, 03 May 2011 15:19:39 -0500

vyatta-op (0.13.115) unstable; urgency=low

  * Change behavior of image tools as per discussion in design meeting

 -- John Southworth <john.southworth@vyatta.com>  Tue, 03 May 2011 12:53:05 -0500

vyatta-op (0.13.114) unstable; urgency=low

  * Fix accidental merge of show interfaces script, reverting to
    previous behavior

 -- John Southworth <john.southworth@vyatta.com>  Thu, 28 Apr 2011 17:32:48 -0500

vyatta-op (0.13.113) unstable; urgency=low

  * rename 'files' to 'file' in templates for image-tools

 -- John Southworth <john.southworth@vyatta.com>  Thu, 28 Apr 2011 16:40:28 -0500

vyatta-op (0.13.112) unstable; urgency=low

  * verify the users intention when deleting directories since we don't
    have a glob

 -- John Southworth <john.southworth@vyatta.com>  Thu, 28 Apr 2011 10:42:16 -0500

vyatta-op (0.13.111) unstable; urgency=low

  * Add options when copying a directory to another directory

 -- John Southworth <john.southworth@vyatta.com>  Mon, 25 Apr 2011 18:55:04 -0500

vyatta-op (0.13.110) unstable; urgency=low

  * Support saving to and from URLs in image tools

 -- John Southworth <john.southworth@vyatta.com>  Mon, 25 Apr 2011 14:03:10 -0500

vyatta-op (0.13.109) unstable; urgency=low

  * I had the wrong URL for this repo and the previous release added a
    tag. Rereleasing to proper URL

 -- John Southworth <john.southworth@vyatta.com>  Mon, 25 Apr 2011 11:20:30 -0500

vyatta-op (0.13.108) unstable; urgency=low

  * Clean up 'show interfaces' a bit.
  * Cleanup spacing
  * Check the validity of the filename passed to the image-tools script

 -- John Southworth <john.southworth@vyatta.com>  Mon, 25 Apr 2011 11:18:25 -0500

vyatta-op (0.13.107) unstable; urgency=low

  * Add the ability to read a packet capture file in a useable format

 -- John Southworth <john.southworth@vyatta.com>  Sun, 24 Apr 2011 16:42:32 -0700

vyatta-op (0.13.106) unstable; urgency=low

  * Initial addition of image op mode tools

 -- John Southworth <john.southworth@vyatta.com>  Sat, 23 Apr 2011 12:49:17 -0700

vyatta-op (0.13.105) unstable; urgency=low

  * Adding top level "reset".

 -- Deepti Kulkarni <deepti@vyatta.com>  Tue, 05 Apr 2011 10:34:21 -0700

vyatta-op (0.13.104) unstable; urgency=low

  * Add command to show domain name
  * Add new command to show IP multicast groups
  * Split Ipv4/Ipv6 multicast groups

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 31 Mar 2011 15:55:23 -0700

vyatta-op (0.13.103) unstable; urgency=low

  [ An-Cheng Huang ]
  * don't use conffiles (not the vyatta way)
  * correctly handle renamed file

  [ Stephen Hemminger ]
  * Add simplified 'show hardware cpu'
  * Use lscpu in show tech support

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

vyatta-op (0.13.102) unstable; urgency=low

  * fix for bug 6476.

 -- Michael Larson <mike@vyatta.com>  Mon, 17 Jan 2011 16:27:41 -0800

vyatta-op (0.13.101) unstable; urgency=low

  * new branch

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

vyatta-op (0.13.100) unstable; urgency=low

  * provide default filename completion

 -- An-Cheng Huang <ancheng@vyatta.com>  Tue, 21 Dec 2010 11:28:22 -0800

vyatta-op (0.13.99) unstable; urgency=low

  * Add show system memory detail
  * Add more options to show system processes
  * Add show system memory cache

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 07 Dec 2010 11:10:11 -0800

vyatta-op (0.13.98) unstable; urgency=low

  * Add default command completion

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 01 Dec 2010 09:09:16 -0800

vyatta-op (0.13.97) unstable; urgency=low

  * Use new bash completion for empty command

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

vyatta-op (0.13.96) unstable; urgency=low

  * Rename 10vyatta-op to vyatta-op

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 24 Nov 2010 10:49:31 -0800

vyatta-op (0.13.95) unstable; urgency=low

  * Bugfix 6101: Add syslog record when a system image is re-named.

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

vyatta-op (0.13.94) unstable; urgency=low

  * Bugfix 6101: Add logging for system image change and delete.
  * Allow admin users to disconnect PPP links.

 -- Bob Gilligan <gilligan@vyatta.com>  Sun, 21 Nov 2010 02:48:16 -0800

vyatta-op (0.13.93) unstable; urgency=low

  [ Stephen Hemminger ]
  * Use lesspipe to display gzip files

  [ Stig Thormodsrud ]
  * Fix 6353: ENH: Rename "show configuration cmds"

 -- Stig Thormodsrud <stig@vyatta.com>  Mon, 22 Nov 2010 11:35:05 -0800

vyatta-op (0.13.92) unstable; urgency=low

  [ Stephen Hemminger ]
  * remove deprecated linda override

  [ Deepti Kulkarni ]
  * bug fix for 6192 - enhancement to add "iptables-save" to "show

 -- Deepti Kulkarni <deepti@vyatta.com>  Tue, 16 Nov 2010 20:10:28 +0000

vyatta-op (0.13.91) unstable; urgency=low

  [ Stephen Hemminger ]
  * Change pci id parsing

  [ An-Cheng Huang ]
  * match pre-mendocino "show configuration"

 -- An-Cheng Huang <ancheng@vyatta.com>  Wed, 10 Nov 2010 11:43:21 -0800

vyatta-op (0.13.90) unstable; urgency=low

  * Add commands to show if-mib mappings for interface

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 09 Nov 2010 18:40:56 -0800

vyatta-op (0.13.89) unstable; urgency=low

  * Fix path to ethtool
  * Fix lookup of community string
  * Enhance show snmp command

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 09 Nov 2010 16:27:02 -0800

vyatta-op (0.13.88) unstable; urgency=low

  [ Daniil Baturin ]
  * Fixed yesno error messages when run with no "-y" argument and with
    empty prompt.

  [ Stig Thormodsrud ]

 -- Stig Thormodsrud <stig@vyatta.com>  Fri, 05 Nov 2010 14:03:43 -0700

vyatta-op (0.13.87) unstable; urgency=low

  [ Stephen Hemminger ]
  * Fix message spelling

  [ An-Cheng Huang ]
  * fix for bug 6194

 -- An-Cheng Huang <ancheng@vyatta.com>  Tue, 14 Sep 2010 13:33:47 -0700

vyatta-op (0.13.86) unstable; urgency=low

  * UNRELEASED

 -- An-Cheng Huang <ancheng@vyatta.com>  Thu, 02 Sep 2010 18:29:45 -0700

vyatta-op (0.13.85) unstable; urgency=low

  * switch "show configuration" to use new config output implementation.

 -- An-Cheng Huang <ancheng@vyatta.com>  Thu, 26 Aug 2010 16:47:14 -0700

vyatta-op (0.13.84) unstable; urgency=low

  [ Deepti Kulkarni ]
  * Adding 'generate tech-support archive'command
  * Added /home to the archive.
  * Allow non-root user extract root's bash history. Added "sudo".

  [ An-Cheng Huang ]
  * change tech-support to use shell API directly

 -- An-Cheng Huang <ancheng@vyatta.com>  Wed, 18 Aug 2010 12:02:59 -0700

vyatta-op (0.13.83) unstable; urgency=low

  * fix typo in tech-support script
  * remove low-level config dir usage

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

vyatta-op (0.13.82) unstable; urgency=low

  * new API changes

 -- An-Cheng Huang <ancheng@vyatta.com>  Fri, 30 Jul 2010 16:42:57 -0700

vyatta-op (0.13.81) unstable; urgency=low

  * UNRELEASED

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

vyatta-op (0.13.80) unstable; urgency=low

  * part of fix for BZ 5839 - move clear process cmds under restart

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Tue, 20 Jul 2010 14:21:19 -0700

vyatta-op (0.13.79) unstable; urgency=low

  * Remove duplicate templates

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 09 Jul 2010 17:51:33 -0700

vyatta-op (0.13.78) unstable; urgency=low

  * Add clear interfaces wireless

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 09 Jul 2010 17:25:01 -0700

vyatta-op (0.13.77) unstable; urgency=low

  * hide conntrack messages

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Fri, 09 Jul 2010 13:35:04 -0700

vyatta-op (0.13.76) unstable; urgency=low

  * Display supplemental groups

 -- Stephen Hemminger <shemminger@lenny.localdomain>  Thu, 08 Jul 2010 12:57:36 -0700

vyatta-op (0.13.75) unstable; urgency=low

  * Add show login commands

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 06 Jul 2010 22:04:08 -0700

vyatta-op (0.13.74) unstable; urgency=low

  * Added 'show system image' commands to 'show tech-support'.

 -- Deepti Kulkarni <deepti@vyatta.com>  Tue, 06 Jul 2010 23:27:11 +0000

vyatta-op (0.13.73) unstable; urgency=low

  * Changed to save 100 log files instead of 10.

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

vyatta-op (0.13.72) unstable; urgency=low

  * Added new command to print PCI device information.
  * Revert "Added new command to print PCI device information."
  * Blocked user operator from using show tech-support.

 -- Deepti Kulkarni <deepti@vyatta.com>  Mon, 28 Jun 2010 20:31:48 +0000

vyatta-op (0.13.71) unstable; urgency=low

  * Changes to read policy and vrrp configuration for show tech-support.

 -- Deepti Kulkarni <deepti@vyatta.com>  Wed, 16 Jun 2010 23:41:21 +0000

vyatta-op (0.13.70) unstable; urgency=low

  * Fix 5497: display entire interface description in the operational
    command output

 -- Stig Thormodsrud <stig@vyatta.com>  Sat, 12 Jun 2010 11:03:19 -0700

vyatta-op (0.13.69) unstable; urgency=low

  * Block operator user from running "show configuration *"

 -- Stig Thormodsrud <stig@vyatta.com>  Fri, 11 Jun 2010 11:07:05 -0700

vyatta-op (0.13.68) unstable; urgency=low

  * Allow admin user to run "show system image storage" command.

 -- Bob Gilligan <gilligan@vyatta.com>  Sun, 30 May 2010 06:42:20 -0700

vyatta-op (0.13.67) unstable; urgency=low

  * Show tech-support Larkspur enhancements.

 -- Deepti Kulkarni <deepti@vyatta.com>  Fri, 04 Jun 2010 18:37:17 +0000

vyatta-op (0.13.66) unstable; urgency=low

  * Add cli for vyatta-config-gen-sets.pl

 -- Stig Thormodsrud <stig@vyatta.com>  Fri, 28 May 2010 17:43:49 -0700

vyatta-op (0.13.65) unstable; urgency=low

  * Move DHCPv6 client op-mode commands to this package.

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

vyatta-op (0.13.64) unstable; urgency=low

  * Don't allow the currently running image to be renamed.

 -- Bob Gilligan <gilligan@vyatta.com>  Thu, 20 May 2010 10:47:05 -0700

vyatta-op (0.13.63) unstable; urgency=low

  * UNRELEASED

 -- Bob Gilligan <gilligan@vyatta.com>  Fri, 30 Apr 2010 17:51:27 -0700

vyatta-op (0.13.62) unstable; urgency=low

  * Add "show system image storage" op mode command.

 -- Bob Gilligan <gilligan@vyatta.com>  Fri, 30 Apr 2010 17:50:24 -0700

vyatta-op (0.13.61) unstable; urgency=low

  * Added an op-mode command to rename a system image.

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

vyatta-op (0.13.60) unstable; urgency=low

  * Bugfix 5549: Use proper prompt string when deleting image.

 -- Bob Gilligan <gilligan@vyatta.com>  Mon, 26 Apr 2010 12:26:53 -0700

vyatta-op (0.13.59) unstable; urgency=low

  * Add Input Functional Block device support

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

vyatta-op (0.13.58) unstable; urgency=low

  * Use new interface_description function

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

vyatta-op (0.13.57) unstable; urgency=low

  * Remove old vtysh alias

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 19 Mar 2010 17:31:44 -0700

vyatta-op (0.13.56) unstable; urgency=low

  * Add "reboot now" to prevent confirmation prompt.

 -- Stig Thormodsrud <stig@vyatta.com>  Tue, 16 Mar 2010 20:20:39 -0700

vyatta-op (0.13.55) unstable; urgency=low

  * Don't give error if /var/run/vyatta doesn't exist  yet
  * Add clear interfaces bonding
  * Add clear interfaces pseudo-ethernet

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

vyatta-op (0.13.54) unstable; urgency=low

  * Depends on recent version of quagga

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 08 Mar 2010 16:48:32 -0800

vyatta-op (0.13.53) unstable; urgency=low

  * Change vyatta-vtysh to vtysh

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 08 Mar 2010 16:34:53 -0800

vyatta-op (0.13.52) unstable; urgency=low

  * Bugfix 5394: Move colon characters to their proper locations.

 -- Bob Gilligan <gilligan@vyatta.com>  Thu, 04 Mar 2010 16:37:51 -0800

vyatta-op (0.13.51) unstable; urgency=low

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

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

vyatta-op (0.13.50) unstable; urgency=low

  * UNRELEASED

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

vyatta-op (0.13.49) unstable; urgency=low

  * Fix bug 4115 'clear nat translations' does not clear nat
    translations
  * clear expect table as well

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Wed, 03 Feb 2010 18:26:56 -0800

vyatta-op (0.13.48) unstable; urgency=low

  * Bugfix 2539:  Validate input when user specifies image name.

 -- Bob Gilligan <gilligan@vyatta.com>  Tue, 02 Feb 2010 12:07:37 -0800

vyatta-op (0.13.47) unstable; urgency=low

  * Merge branch 'kenwood' of 192.168.100.1:git/vyatta-op into kenwood
  * Fix completion string
  * Ignore subst vars file
  * Fix allowed strings for hostname/ipaddress

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

vyatta-op (0.13.46) unstable; urgency=low

  * Expand all possible interfaces with leases for renew

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 28 Jan 2010 17:21:45 -0800

vyatta-op (0.13.45) unstable; urgency=low

  * Bugfix 5238: Prevent the running image from being deleted

 -- Bob Gilligan <gilligan@vyatta.com>  Mon, 25 Jan 2010 15:49:00 -0800

vyatta-op (0.13.44) unstable; urgency=low

  * Re-factor image installation commands.

 -- Bob Gilligan <gilligan@vyatta.com>  Mon, 25 Jan 2010 11:36:48 -0800

vyatta-op (0.13.43) unstable; urgency=low

  * Remove system accounting

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 21 Jan 2010 18:17:12 -0800

vyatta-op (0.13.42) unstable; urgency=low

  * Add accounting per user

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 21 Jan 2010 13:47:01 -0800

vyatta-op (0.13.41) unstable; urgency=low

  * Add image name completion for two system image commands.

 -- Bob Gilligan <gilligan@vyatta.com>  Mon, 11 Jan 2010 17:07:51 -0800

vyatta-op (0.13.40) unstable; urgency=low

  * Change operational mode commands to match those in design document.

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

vyatta-op (0.13.39) unstable; urgency=low

  * Handle various conditions and cleanup.

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

vyatta-op (0.13.38) unstable; urgency=low

  * Show interfaces no longer uses Vyatta::Config
  * Simple SNMP operational command

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 06 Jan 2010 08:30:17 -0800

vyatta-op (0.13.37) unstable; urgency=low

  * Allow deletion of disk-based non-image installation.

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

vyatta-op (0.13.36) unstable; urgency=low

  * Don't allow operator to run show system login users

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 04 Jan 2010 16:51:26 -0800

vyatta-op (0.13.35) unstable; urgency=low

  * Indicate when system was booted via image.

 -- Bob Gilligan <gilligan@vyatta.com>  Mon, 04 Jan 2010 14:29:13 -0800

vyatta-op (0.13.34) unstable; urgency=low

  * Fix typo in show dhcp client lease script

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 25 Dec 2009 15:22:26 -0800

vyatta-op (0.13.33) unstable; urgency=low

  * Add help text for install-image URL mode.

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

vyatta-op (0.13.32) unstable; urgency=low

  * Fix deletion of image from disk-based image.

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

vyatta-op (0.13.31) unstable; urgency=low

  * Allow displaying and switching to disk-based installations.

 -- Bob Gilligan <gilligan@vyatta.com>  Wed, 23 Dec 2009 10:55:49 -0800

vyatta-op (0.13.30) unstable; urgency=low

  * Use perl to scan directory
  * Get rid of dead code.
  * Use perl to read resolv.conf
  * Rearrange code for clarity

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

vyatta-op (0.13.29) unstable; urgency=low

  * Add display of accounting information

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 18 Dec 2009 16:27:24 -0800

vyatta-op (0.13.28) unstable; urgency=low

  * Use new cleaner command arguments

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 16 Dec 2009 12:06:35 -0800

vyatta-op (0.13.27) unstable; urgency=low

  * add op command for image removal

 -- An-Cheng Huang <ancheng@vyatta.com>  Wed, 11 Nov 2009 18:19:24 -0800

vyatta-op (0.13.26) unstable; urgency=low

  * Prevent problems on upgrade for files moved from vyatta-serial to
    this package

 -- Mohit Mehta <mohit.mehta@vyatta.com>  Mon, 09 Nov 2009 16:06:49 -0800

vyatta-op (0.13.25) unstable; urgency=low

  * move generic interface op commands to vyatta-op

 -- An-Cheng Huang <ancheng@vyatta.com>  Mon, 09 Nov 2009 11:51:05 -0800

vyatta-op (0.13.24) unstable; urgency=low

  * add .merge-branch-exclude
  * add install-image op commands
  * add op commands for installed images

 -- An-Cheng Huang <ancheng@vyatta.com>  Wed, 04 Nov 2009 15:32:46 -0800

vyatta-op (0.13.23) unstable; urgency=low

  * Decolorize show system login users

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 14 Sep 2009 17:17:04 -0700

vyatta-op (0.13.22) unstable; urgency=low

  * Add show system login users

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 11 Sep 2009 23:19:12 -0700

vyatta-op (0.13.21) unstable; urgency=low

  [ Stephen Hemminger ]
  * remove unwanted allowed tag

  [ slioch ]
  * now supports quoted values for op mode commands

 -- slioch <slioch@eng-140.vyatta.com>  Thu, 03 Sep 2009 11:03:41 -0700

vyatta-op (0.13.20) unstable; urgency=low

  [ Stig Thormodsrud ]
  * Change vyatta-op dependency from ssmtp to mail-transport-agent.

  [ Stephen Hemminger ]
  * Add 'show interfaces pseudo-ethernet'
  * Fix completion for VIF
  * Ignore ntp.conf server options
  * Add ethtool output to show tech-support
  * Remove show tech-support bug related to interfaces
  * Add operator to show disk format
  * Fix handling of invalid bonding name
  * Fix error message from show bonding
  * Cleanup show bonding script
  * Make bonding operational mode consistent with ethernet
  * Remove pseudo-ethernet vif templates
  * Add missing template for 'show interfaces bonding bondX'
  * Remove bogus statistics template

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 12 Aug 2009 22:06:40 -0700

vyatta-op (0.13.19) unstable; urgency=low

  * UNRELEASED

 -- An-Cheng Huang <ancheng@vyatta.com>  Fri, 29 May 2009 18:36:59 -0700

vyatta-op (0.13.18) unstable; urgency=low

  * Show more detail about interfaces in show tech-support
  * Make tech-support show more PCI info

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 28 May 2009 14:17:44 -0700

vyatta-op (0.13.17) unstable; urgency=low

  [ Conny Brunnkvist ]
  * Add "show configuration files".

 -- Stig Thormodsrud <stig@vyatta.com>  Mon, 25 May 2009 13:01:09 -0700

vyatta-op (0.13.16) unstable; urgency=low

  * add local env hook

 -- An-Cheng Huang <ancheng@vyatta.com>  Mon, 23 Mar 2009 16:56:44 -0700

vyatta-op (0.13.15) unstable; urgency=low

  * Fix shutdown at to return to prompt

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 19 Mar 2009 15:38:27 -0700

vyatta-op (0.13.14) unstable; urgency=low

  * Add show shutdown
  * fix email in changelog
  * Add dependency on perl libtimedate
  * Fix formatting of output
  * Use nohup to avoid extra messages

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 12 Mar 2009 11:10:53 -0700

vyatta-op (0.13.13) unstable; urgency=low

  * Fix typo in shutdown cancel
  * Cleanup show disk format
  * Cleanup show disk format
  * Fix lsof options in tech-support

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 11 Mar 2009 17:58:58 -0700

vyatta-op (0.13.12) unstable; urgency=low

  [ Stig Thormodsrud ]
  * Fix 4183: no auto completion for 'clear vrrp interfaces <> group ?'.

 -- An-Cheng Huang <ancheng@vyatta.com>  Mon, 09 Mar 2009 19:44:29 -0700

vyatta-op (0.13.11) unstable; urgency=low

  * Remove [y] from prompt

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Sun, 08 Mar 2009 14:12:48 -0700

vyatta-op (0.13.10) unstable; urgency=low

  * Fix broken path in 'show arp <intf>'.

 -- Stig Thormodsrud <stig@io.vyatta.com>  Thu, 05 Mar 2009 15:09:17 -0800

vyatta-op (0.13.9) unstable; urgency=low

  * Use new --vif option to find allowed interfaces
  * Add default option to yesno for shutdown
  * Fix out of date stuff in README
  * Fix expansion of bonding VIF
  * Use show-interface to allow clear on all interface types
  * Use getInterfaces in vyatta-show-interfaces.pl

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Mon, 02 Mar 2009 17:21:27 -0800

vyatta-op (0.13.8) unstable; urgency=low

  * Fix problems with new show-interfaces.pl
  * Invalid action should cause usage message

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 18 Feb 2009 10:19:16 -0800

vyatta-op (0.13.7) unstable; urgency=low

  * Prompt before immediate shutdown
  * Put delayed shutdown in background to allow for other commands.
  * Enable strict in cpu summary
  * Use common Vyatta:: library

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Tue, 17 Feb 2009 17:04:34 -0800

vyatta-op (0.13.6) unstable; urgency=low

  * Change show log directory to use 'if'
  * Show arp: don't resolve host names
  * Add show arp eth0
  * Use vyatta-interfaces --show to display allowed types
  * Don't resolve hostnames in show tech-support
  * Use lesspipe to unzip log files
  * Add shutdown command to CLI

 -- Stephen Hemminger <shemminger@vyatta.com>  Thu, 12 Feb 2009 14:58:54 -0800

vyatta-op (0.13.5) unstable; urgency=low

  [ Mohit Mehta ]
  * Fix Bug 4120 Extraneous <value> item at top of Operation tree

  [ Stephen Hemminger ]
  * Add heading to 'show users'

  [ Bob Gilligan ]
  * Explicitly use the shell builtin "test" command since "test" is now
    a

 -- Bob Gilligan <gilligan@vyatta.com>  Wed, 11 Feb 2009 09:41:40 -0800

vyatta-op (0.13.4) unstable; urgency=low

  * Fix CPU summary

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Fri, 30 Jan 2009 11:05:18 -0800

vyatta-op (0.13.3) unstable; urgency=low

  * New show system cpu
  * Move 'show system cpu' to 'show hardware cpu summary'
  * Change name of cpu summary script and rearrange

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Thu, 29 Jan 2009 16:34:26 -0800

vyatta-op (0.13.2) unstable; urgency=low

  [ Justin Fletcher ]
  * Move tcp and udp commands under system/connections

 -- An-Cheng Huang <ancheng@build-vm.localdomain>  Tue, 13 Jan 2009 18:15:06 -0800

vyatta-op (0.13.1) unstable; urgency=low

  [ Stephen Hemminger ]
  * Add commands to display open sockets
  * Need full path to ss command

  [ An-Cheng Huang ]
  * correct package dependency

  [ Mohit Mehta ]
  * add bond interfaces to list of allowed interfaces for dhcp
    release/renew

  [ An-Cheng Huang ]
  * add support for development build

  [ Mohit Mehta ]
  * make changes for submodule moved to VyattaMisc

  [ Stephen Hemminger ]
  * Decode bonding modes
  * Convert to Vyatta::

  [ Stig Thormodsrud ]
  * "show interfaces" broken.  Use new perl hierarchy.

  [ Stephen Hemminger ]
  * Get rid of reference to OFR

  [ Stig Thormodsrud ]
  * Add option to show counters for multiple interfaces.

  [ An-Cheng Huang ]
  * update maintainer information
  * "files" file should be removed before package build

  [ 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:42:49 -0800

vyatta-op (0.13) unstable; urgency=low

	  3.2.0
  [ Mark O'Brien ]


  [ Mohit Mehta ]
  * add 'ppp interface-name' to output of 'show dns forwarding
    nameserver'
  * add wirelessmodem to interface hash to pick up description from CLI

  [ Stephen Hemminger ]
  * Sort interfaces in bonding operational mode commands
  * Show correct statistics on slaves

  [ Stig Thormodsrud ]
  * Rename "show arp6" to "show ipv6 neighbors".

  [ Stephen Hemminger ]
  * need sudo before ethtool -S
  * Save/restore command history in configure

  [ Bob Gilligan ]
  * Bugfix: 3841:  Allow admin level users to run the RAID op mode
    commands.

  [ Stephen Hemminger ]
  * fix 'show history N'
  * Fix references to ethtool
  * Better format of output
  * Show command history

  [ Robert Bays ]
  * move show system usb to vyatta-op

  [ Bob Gilligan ]
  * Bugfix: 3744

  [ Stephen Hemminger ]
  * Revert insecure method of displaying configuration

  [ Mohit Mehta ]
  * Fix Bug 3763 Configuration is not available to operator in "show
    tech-support"
  * make sure file has been written to before extracting

  [ Rick Balocca ]
  * Recognize aufs

  [ Mohit Mehta ]
  * Fix Bug 3609 "show tech-support" does not display open file
    information for operator level user

  [ Stig Thormodsrud ]
  * Fix 2881: "show tech-support" should limit the output of "show ip
    route"

  [ Bob Gilligan ]
  * Bugfix: 3333
  * Bugfix: 1725

  [ Mohit Mehta ]
  * Fix Bug 3716 - Dynamic DNS status may incorrectly indicate lack of
    configuration

  [ Stig Thormodsrud ]
  * Revert "Fix less prompt."
  * Fix less prompt.

  [ Stephen Hemminger ]
  * remove debug code
  * Fix script for bond with no slaves
  * Show all interfaces
  * Add preliminary operational mode support for bonding
  * Add operational mode template for ethtool statistics

  [ Mohit Mehta ]
  * change op-mode command 'clear dns forwarding statistics' to 'clear
    dns forwarding all'
  * add code for op-mode Dynamic DNS commands

  [ Bob Gilligan ]
  * Add operational mode commands for RAID.

  [ Mohit Mehta ]
  * change command 'clear dns forwarding process' to 'clear dns
    forwarding statistics'
  * allowed values for dhcp release/renew should show bridges as well if
    configured to use dhcp
  * add command 'clear dns forwarding process' to restart dnsmasq and
    clear all statistics

  [ Stig Thormodsrud ]
  * Fix 3540: ssmtp complaining that it's unable to locate mail

  [ Mohit Mehta ]
  * better wording for output of 'show dns forwarding nameservers'

  [ Stig Thormodsrud ]
  * Fix "show interfaces ethernet" after "clear interfaces counters"

  [ Mohit Mehta ]
  * use active config directory base to get config values from op-mode
  * code for op-mode command: 'show dns forwarding nameservers'
  * dns-forwarding op-mode commands:
  * add 'clear dns forwarding cache' command

  [ Stig Thormodsrud ]
  * Fix IPv6 help string.
  * Add some ipv6 op mode commands.
  * The at package pulls in citadel-mta, use small mta.
  * Add missing "show reboot".
  * Enable "reload at|cancel".

  [ An-Cheng Huang ]
  * add openvpn interfaces to "show interfaces"

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@firebolt.vyatta.com>  Tue, 25 Nov 2008 19:10:16 -0800

vyatta-op (0.12) unstable; urgency=low

	  3.1.2
  [ Mark O'Brien ]


  [ Mohit Mehta ]
  * better detection of whether domain-name set using CLI is overriding
  * => display text saying the domain-name received from dhcp-server

  [ An-Cheng Huang ]
  * fix for bug 3451: add messages output

  [ Stephen Hemminger ]
  * Turn on paging of tail when showing count lines
  * Show files completion

  [ Mohit Mehta ]
  * prevents showing backend error to user on traceroute when name-
    server not set
  * Fix Bug 2871 Internal errors reported with traceroute

  [ An-Cheng Huang ]
  * fix for bug 3414: make op mode functions available in config mode.

  [ Mohit Mehta ]
  * Fix Bug 1059 Feature Request: integrate 'tcpdump' and 'tethereal'
    into Vyatta CLI

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@firebolt.vyatta.com>  Wed, 23 Jul 2008 21:36:10 -0700

vyatta-op (0.11) unstable; urgency=low

	  3.1.1
  [ Mark O'Brien ]


  [ Mohit Mehta ]
  * Fix Bug 1059 Feature Request: integrate 'tcpdump' and 'tethereal'
    into Vyatta CLI
  * Bug 3385 incomplete command 'run' in configure mode produces backend
    error to user
  * Fix Bug 3378 user "vyatta" got "permission denied" after executing
    "renew dhcp ..." and/or "release dhcp ..."

  [ rbalocca ]
  * Output was sometimes missing important white space

  [ Mohit Mehta ]
  * added code for allowed values for op-mode dhcp release/renew lease
    commands
  * Fix bug 3059 Operator Level commands for DHCP client
  * deleting op-command 'clear dhcp client process' as its handling

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@firebolt.vyatta.com>  Sat, 28 Jun 2008 11:22:25 -0700

vyatta-op (0.10) unstable; urgency=low

	  3.1.0
  [ Mark O'Brien ]


  [ Stephen Hemminger ]
  * Do chomp in accessor routine for sysfs
  * add completions for show files

  [ Stig Thormodsrud ]
  * Add sanity check if getlogin() fails.

  [ Stephen Hemminger ]
  * Fix use of invalid variable

  [ Stig Thormodsrud ]
  * Fix 3328: operator can't issue "show vrrp"
  * Fix 787: Add command to force vrrp state transition to backup.
  * Fix 88: Feature Request: Reboot Command (add confirmation)
  * Fix 2705: Add "clear vrrp process" command.
  * Fix 3155: setting the third vrrp member with the highest priority
    doesn't change (update) the backup

  [ rbalocca ]
  * Ignore derived files

  [ Stephen Hemminger ]
  * Use perl to read sysfs directly

  [ rbalocca ]
  * Convert to our method of changelog creation

  [ Stig Thormodsrud ]
  * Fix 3233: dhcp client doesn't work on bridge interface

  [ Bob Gilligan ]
  * Bugfix: 3228
  * Bugfix: 2858
  * Enable display of info about ADSL interfaces.

  [ Mohit Mehta ]
  * Fix Bug 3069 Help strings should be standardized
  * Fix 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
  * Fix Bug 3069 Help strings should be standardized

  [ Stig Thormodsrud ]
  * Fix 3062: "Show interfaces" displays interfaces in lexicographic,
    not numeric, order

  [ Mohit Mehta ]
  * Fix Bug 2871 Internal errors reported with traceroute

  [ Tom Grennan ]
  * record selected vtysh (vyatta-quagga vs quagga) in exported shell
    variable
  * donot pipe through VYATTA_PAGER if run_cmd begins with LESSOPEN,
    less, pager, or tail
  * use less prompt to display the "show" content
  * fix typo in bug fix 3017
  * this is an architecture independent package
  * fix bug 3017

  [ Mohit Mehta ]
  * Fix Bug 802 VRRP - add "show vrrp summary" command (TC 3.2.5.7.2)

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@firebolt.vyatta.com>  Tue, 17 Jun 2008 09:27:18 -0700

vyatta-op (0.9) unstable; urgency=low

  3.0.5


 -- Mark O'Brien <mobrien@vyatta.com>  Tue, 06 May 2008 12:43:38 -0700

vyatta-op (0.8) unstable; urgency=low

  3.0.4


 -- Mark O'Brien <mobrien@vyatta.com>  Mon, 05 May 2008 16:40:56 -0700

vyatta-op (0.7) unstable; urgency=low

  3.0.3
  [ Mark O'Brien ]


  [ 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:42 -0700

vyatta-op (0.6) unstable; urgency=low

  VC4.0.2


 -- Mark O'Brien <mobrien@vyatta.com>  Sat, 19 Apr 2008 11:56:25 -0700

vyatta-op (0.5) unstable; urgency=low

  VC4.0.2 release candidate
  [ Mark O'Brien ]


  [ Stig Thormodsrud ]
  * "show bridge brX" doesn't work. Use full path to brctl.

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@vyatta.com>  Wed, 16 Apr 2008 09:50:26 -0700

vyatta-op (0.4) unstable; urgency=low

  3.0.2
  [ Mark O'Brien ]

  * 3.0.1

  [ rbalocca ]
  * Fix debian dependencies
  * Line up the colons with the copyright notice (in show version)
  * Set dependencies on either bash or vyatta-bash

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@vyatta.com>  Fri, 04 Apr 2008 18:01:12 -0700

vyatta-op (0.3) unstable; urgency=low

  VC4.0.1
  [ Mark O'Brien ]


  [ An-Cheng Huang ]
  * * fix for bug 2771: bind space to completion for vbash users.
  * Revert "* fix for bug 2771: bind space to completion for vbash
    users."
  * fix for bug 2911: check log file name
  * add quoting for inline scripts in templates
  * show commands don't need sudo
  * revert sudo removal for "identify" command since the kernel change
  * partial fix for bug 2771: change default for root and add command
    for

  [ Bob Gilligan ]
  * Bugfix: 2879

  [ Christopher LILJENSTOLPE ]
  * Fix 2965: IPv6 Interface information not shown in show interfaces

  [ Justin Fletcher ]
  * Follow log file through log rotation

  [ Mohit Mehta ]
  * Fix Bug 2707 Missing from Glendale
  * Fix Bug 2707 Missing from Glendale
  * Fix Bug 2707 Missing from Glendale
  * Fix Bug 2863 "show bridge" prompts for sudo password
  * Fix Bug 2707 Missing from Glendale

  [ Stephen Hemminger ]
  * add command to show end of log file
  * bridge status commands don't need sudo
  * no need for sudo to read log messages
  * use sysfs rather dmidecode to look at hardware information
  * remove root requirement
  * Use hardcoded path to ethtool
  * don't use sudo-users for ip commands
  * no longer need sudo-users links for commands
  * tech-support is a shell script
  * Add show license command
  * Update license from VPL 1.0 to GPLv2
  * remove init-floppy
  * Fix this a different way.
  * Move init-floppy to /opt/vyatta/sbin
  * don't run commands in subshell
  * Need to run commands via eval
  * Better fix for interrupted shell commands problem.

  [ Stig Thormodsrud ]
  * Fix operator permissions for "clear arp" and "clear ip route cache".
  * Fix operator permissions for "clear interface counters" and "clear
    dhcp client process"
  * Add quotes to user entered parameters
  * Add quotes around user input

  [ rbalocca ]
  * Remove postrm from configure.ac, since it was deleted
  * Fix syntax error in control file + add a missing dependency: "less"

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@vyatta.com>  Tue, 18 Mar 2008 19:05:07 -0700

vyatta-op (0.2) unstable; urgency=low

  vc4.0.0
  [ Mark O'Brien ]


  [ An-Cheng Huang ]
  * fix for bug 2587: add "identify" command under "show interfaces
    ethernet".
  * bind '?' to "possible-completions" for help

  [ Bob Gilligan ]
  * Teach the vyatta-show-interfaces script about PPPOE interfaces.
  * Bugfix: 2634
  * Bugfix: 2712

  [ Mark O'Brien ]
  * Added "clear console" command to clear screen.

  [ Stephen Hemminger ]
  * running brctl doesn't need root privledges
  * no longer need sudo for ethtool
  * no need for sudo when using ethtool
  * remove usage of sudo in tech-support script
  * remove unneeded install steps
  * Revert "remove unneeded install steps"
  * Revert "remove usage of sudo in tech-support script"
  * Revert "no need for sudo when using ethtool"
  * Revert "no longer need sudo for ethtool"
  * Revert "running brctl doesn't need root privledges"

  [ Stig Thormodsrud ]
  * add 'show dhcp client leases'
  * fix 'show vrrp interface <>'
  * - Add "show ip route forward"
  * Change 'show dhcp client' to 'show dhcp client leases'
  * Add 'clear arp <address|interface>' bug 2702
  * Fix 2710: Missing hardware commands
  * - Fix bug 776: need "clear interface" command to clear counters
  * Add "clear dhcp client process".
  * Fix "show dhcp client leases" so that it will parse multiple name
    servers.
  * Change printf to use "u" instead of "d". Still need to handle 32 bit
    counter roll.
  * Handle 32 bit counter roll in "show interfaces".

  [ Tom Grennan ]
  * fix (or at least improve) bug 2519

  [ Mark O'Brien ]

 -- Mark O'Brien <mobrien@vyatta.com>  Mon, 25 Feb 2008 17:39:32 -0800

vyatta-op (0.1) unstable; urgency=low

  * Initial Release.

 -- Tom Grennan <tgrennan@vyatta.com>  Mon, 17 Sep 2007 15:29:15 -0700