summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: 59ab6bdee729701e1718cbfeac922edb3e8f48e8 (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
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