Jan Engelhardt 2015-01-08 11:28:35 +00:00 committed by Git OBS Bridge
parent a1cb54e53e
commit f112700643
2 changed files with 20 additions and 3 deletions

View File

@ -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 <ledest@gmail.com>
@ -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

View File

@ -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 <ledest@gmail.com>
- 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