diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-12-08 12:02:15 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-12-08 12:02:15 -0800 |
commit | 326ee1c8565c55315275771f73aae4d0d1a27cf9 (patch) | |
tree | dae89d75da2e4876237773ee13d15e8548225463 | |
parent | 5bf71c91933ee022e3fd451d1625aba0e3953499 (diff) | |
parent | 0ae08f891275aa02b68ffd25f1a662b09affd32f (diff) | |
download | vyatta-cfg-qos-326ee1c8565c55315275771f73aae4d0d1a27cf9.tar.gz vyatta-cfg-qos-326ee1c8565c55315275771f73aae4d0d1a27cf9.zip |
Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-qos into jenner
-rw-r--r-- | debian/changelog | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f784ba0..67e1d0e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,38 @@ +vyatta-cfg-qos (0.12) unstable; urgency=low + + 3.2.0 + [ Mark O'Brien ] + + + [ Stephen Hemminger ] + * Change input rate limiting to use token bucket + * Fix QoS on Vif + * Add qos-policy hooks for vif over serial + * Better help for match options + * Better message on missing bandwidth + * fix minor qos-policy types + * Add support for QoS on tunnels + * Add qos-policies for bond devices + * Handle updates to existing vif qos + * Fix repeated spellin error + + [ Bob Gilligan ] + * Bugfix: 3684 + + [ Stephen Hemminger ] + * Default ceiling for default class should be same as rate + * Fix list-policy problem with ingress + * fair-queue: validate policy on update + * Validate ingress bandwidth value + * Add incoming traffic limiting to Qos + * Workaround CLI regex problem + * Add drop-tail (aka FIFO) QoS policy + * Allow either iproute package name + + [ Mark O'Brien ] + + -- Mark O'Brien <mobrien@firebolt.vyatta.com> Tue, 25 Nov 2008 19:08:44 -0800 + vyatta-cfg-qos (0.11) unstable; urgency=low 3.1.2 |