diff --git a/SPECS/NetworkManager.spec b/SPECS/NetworkManager.spec index 9d2eddc..f181745 100644 --- a/SPECS/NetworkManager.spec +++ b/SPECS/NetworkManager.spec @@ -6,8 +6,8 @@ %global epoch_version 1 %global rpm_version 1.30.0 -%global real_version 1.29.10 -%global release_version 0.8 +%global real_version 1.29.11 +%global release_version 0.9 %global snapshot %{nil} %global git_sha %{nil} @@ -1154,6 +1154,13 @@ fi %changelog +* Mon Feb 8 2021 Antonio Cardace - 1:1.30.0-0.9 +- Update to 1.29.11 (development) +- bond: fix changing mode when the device is created externally (rh #1870691) +- ovs: fix firewalld configuration for ovs-ports (rh #1921107) +- ovs: avoid race condition when system interface is removed from ovsdb (rh #1923248) +- doc: mention NETMASK as alternative to PREFIX for addresses in `man nm-settings-ifcfg-rh` (rh #1925123) + * Wed Jan 27 2021 Beniamino Galvani - 1:1.30.0-0.8 - Update to 1.29.10 (development) - bond: introduce new 'vlan+srcmac' xmit_hash_policy option (rh #1915457)