summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: dc6da32029e5a0b94581dc4ef4573004c4583f7e (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
vyatta-cfg-qos (0.10) unstable; urgency=low

	  3.1.0
  [ Mark O'Brien ]


  [ Stephen Hemminger ]
  * Fix formatting of error message
  * Fix error messages for misconfiguration
  * Fix speed detection on vlan interface
  * Fix mixing of set-dscp and dscp match
  * Apply filters always to root.

  [ rbalocca ]
  * Ignore derived files

  [ Stephen Hemminger ]
  * new qos-policy type rate-limit
  * remove unused uninitialized variable
  * Fail on commit if ceiling is less than bandwidth

  [ rbalocca ]
  * Convert to our method of changelog creation

  [ Bob Gilligan ]
  * Add QoS policy configurability for PPPOE, PPPOA and classical IP
    over

  [ Mohit Mehta ]
  * Fix Bug 3069 Help strings should be standardized

  [ Mark O'Brien ]

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

vyatta-cfg-qos (0.9) unstable; urgency=low

  3.0.5


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

vyatta-cfg-qos (0.8) unstable; urgency=low

  3.0.4


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

vyatta-cfg-qos (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:12 -0700

vyatta-cfg-qos (0.6) unstable; urgency=low

  VC4.0.2


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

vyatta-cfg-qos (0.5) unstable; urgency=low

  VC4.0.2 release candidate
  [ Mark O'Brien ]


  [ Stephen Hemminger ]
  * allow qos over vlan
  * Allow qos over vlan
  * Fix match rule formatting
  * fix bug with interpretation of ceiling
  * fix QoS traffic shaper priority-queue setup
  * change error message when speed can not be determined
  * Limit Qos priority values

  [ Mark O'Brien ]

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

vyatta-cfg-qos (0.4) unstable; urgency=low

  3.0.2
  [ Mark O'Brien ]

  * 3.0.1

  [ Stephen Hemminger ]
  * Use uppercase when describing DSCP in help text
  * Better validation of numeric input
  * silence ethtool messages when auto bandwidth used
  * Wait for the eternal freeze to lift
  * More unfrozen stuff
  * More trivial stuff to wait for after freeze
  * Put back the spelling fixes.
  * Put back the bugfix for numeric input
  * Fix error messages from ethtool leaking out
  * bandwidth problems should be nonfatal
  * set ceiling on class

  [ rbalocca ]
  * Fix debian dependencies
  * Set dependencies on either bash or vyatta-bash

  [ Mark O'Brien ]

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

vyatta-cfg-qos (0.3) unstable; urgency=low

  VC4.0.1
  [ Mark O'Brien ]


  [ Stephen Hemminger ]
  * remove leftover template for default/queue
  * cleanup variable names for clarity
  * auto-completion for qos-policies
  * autocompletion for dscp field names
  * DSCP values should be scaled
  * Show DSCP field values
  * change syntax checks for policy name
  * QOS perl script policy management changes
  * validate queue-limit syntax
  * remove dead code in qos script
  * fix parsing problems during update
  * add QOS support for serial
  * Better help message for class identifier
  * Fix syntax checking for queue-limit
  * fix handling of hash-interval
  * use object factory rather than hardcoded switch for policy config
  * better error messages for configuration problems
  * better syntax/semantic checking of qos-policy
  * syntax fix for fair-queue/queue-limit
  * fix filtering rules when using set-dscp
  * clear old policy before applying new QOS
  * tab completion for protocol values
  * Replace VLP with GPLv2
  * Update copyright to GPLv2
  * add license text to scripts
  * fix script problem when updating interface

  [ rbalocca ]
  * Fix build problem
  * Remove empty directories from the debian package

  [ Mark O'Brien ]

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

vyatta-cfg-qos (0.2) unstable; urgency=low

  vc4.0.0
  [ Mark O'Brien ]


  [ An-Cheng Huang ]
  * convert templates to new syntax

  [ Stephen Hemminger ]
  * fix typos in management of match rules
  * format id for default class correctly
  * change to how open is used to run tc
  * don't pass debug to update_interfaces
  * get rid of unused variable
  * get auto speed correctly
  * don't use sudo when updating interface
  * fix parsing of ethtool output for auto rate processing
  * better error messages on errors
  * cleanup on failed commit
  * handle undefined values better
  * get match rules to work.
  * Add help for burst values
  * don't indent help as much
  * make sure regex for matching percentage are anchored
  * add validation for policy names, and policy update/delete
  * add support for match based on incoming device and vlan
  * rename rate to bandwidth
  * fix update/delete tags to properly find parent
  * better error handling and propogation from get_num
  * fix update problems
  * rename dsfield to dscp
  * fix problems with percent sign in comp_help
  * allow greater range of priorty
  * vlan tag is not a tag node
  * use ifindex to check for valid interface config
  * fixes for match on vlan or interface
  * fix vlan and device matching
  * restrict class to 3...4095
  * add templates for dscp setting
  * catch errors where dscp name is not defined
  * update to qos functionality
  * detect match conflicts during commit
  * use sudo to run ethtool
  * if error occurs in qos processing display commands
  * get dsmark working
  * Add new options to set queue type and queue limit
  * default scaling for bandwidth fix

  [ Mark O'Brien ]

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

vyatta-cfg-qos (0.1) unstable; urgency=low

  * Initial Release.

 -- Stephen Hemminger <stephen.hemminger@vyatta.com>  Wed, 30 Jan 2008 11:23:18 -0700