diff --git a/iproute2-doc.changes b/iproute2-doc.changes index 9801341..2149fe3 100644 --- a/iproute2-doc.changes +++ b/iproute2-doc.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Jan 7 09:11:03 UTC 2015 - jengelh@inai.de + +- Update to new upstream release 3.18 +* Human readable output for `ip -s link` (ip -s -h link) +* Permit filtering `ip monitor` events by device per "dev NAME". +* Permit filtering `ip link` output by device per "master NAME", + and by type per `type T` (e.g. type vlan). +* Permit filtering `ip addr` output by flags like "tentative" and + "-tentative". + ------------------------------------------------------------------- Sun Dec 28 16:30:00 UTC 2014 - Led @@ -10,8 +21,8 @@ Tue Nov 25 08:18:52 UTC 2014 - mkubecek@suse.cz - Update to new upstream release 3.17 * ip: allow to set ipv6 address generation mode -* nstat: 64-bit support on 32-bit architectures -* ip: do not require "name" keyword when adding device +* nstat: 64bit support on 32bit architectures +* ip: don't require "name" keyword when adding device (3.16 regression) * ip: support of usec rtt in tcp_metrics * ip: allow to change slave options via type_slave diff --git a/iproute2.changes b/iproute2.changes index 3361f76..2149fe3 100644 --- a/iproute2.changes +++ b/iproute2.changes @@ -2,7 +2,6 @@ Wed Jan 7 09:11:03 UTC 2015 - jengelh@inai.de - Update to new upstream release 3.18 -* Support for configuring bridges (replacing brctl) * Human readable output for `ip -s link` (ip -s -h link) * Permit filtering `ip monitor` events by device per "dev NAME". * Permit filtering `ip link` output by device per "master NAME", @@ -10,6 +9,13 @@ Wed Jan 7 09:11:03 UTC 2015 - jengelh@inai.de * Permit filtering `ip addr` output by flags like "tentative" and "-tentative". +------------------------------------------------------------------- +Sun Dec 28 16:30:00 UTC 2014 - Led + +- fix bashisms in gaiconf script +- add patches: + * iproute2-3.16.0-fix-bashisms.patch + ------------------------------------------------------------------- Tue Nov 25 08:18:52 UTC 2014 - mkubecek@suse.cz