blob: 38a516989082e3b50bd252b4084a8fd58017e0b1 (
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
|
vyatta-cfg (0.3) unstable; urgency=low
VC4.0.1
[ Mark O'Brien ]
[ An-Cheng Huang ]
* fix for bug 2868: return failure for invalid values.
* fix for bug 2749: add u32 range check
* fix for bug 2912: direct config loading output to syslog.
* fix for bug 2924: set admin flag for root
* fix for bug 2950: raise config error messages during boot to warning
level.
* add LESSSECURE
* partial fix for bug 2987: use "less" instead of "more", and disable
* handle "<*>" allowed values
[ Bob Gilligan ]
* Bugfix: 2653
* Bugfix: 2885
* Bugfix: 2986
[ Christopher Liljenstolpe ]
* Fix 2954: IPv6 addresses that have a-f in the address fail.
[ Mohit Mehta ]
* CLI tab enhancement at "set interfaces ethernet <> address"
* CLI tab enhancement at "set interfaces ethernet <> address"
[ Robert Bays ]
* fix for bugs 2725 and 2999
* fix for bugs 2725 2999
[ Stephen Hemminger ]
* Read qos-policy before setting interface qos-policy
* Replace VPL with GPLv2
* Convert from VPL 1.0 to GPLv2
* more robust handling of set mac address
* Don't allow operator to run init-floppy
[ rbalocca ]
* Merge changelog fix to glendale
* Vyatta-cfg postinst was preventing upgrade
* Add VPL to scripts and fix lintian errors
* Fix problems with upgrading (and also fix lintian errors)
* Fix problems with upgrading (and also fix lintian errors)
* Remove a dependency listed twice
* Add GPLv2 to additional Vyatta created scripts
[ Mark O'Brien ]
-- Mark O'Brien <mobrien@vyatta.com> Tue, 18 Mar 2008 19:04:10 -0700
vyatta-cfg (0.2) unstable; urgency=low
vc4.0.0
[ Mark O'Brien ]
[ An-Cheng Huang ]
* rewrite lexical analyzer to support simplified templates.
* add "official" support for "comp_help" and "allowed" in config
template
* allow non-indented line continuation
* skip spaces immediately after field names
* handle empty action
* * don't require backslash line-continuation in expressions.
* allow non-txt values in initial state (for default).
-- An-Cheng Huang <mobrien@vyatta.com> Mon, 25 Feb 2008 17:38:45 -0800
vyatta-cfg (0.1) unstable; urgency=low
* Initial Release.
-- An-Cheng Huang <ancheng@vyatta.com> Mon, 24 Sep 2007 17:31:53 -0700
|