diff --git a/.gitignore b/.gitignore index 5dbf5ac..b73c058 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/nispor-1.2.12.tar.gz -SOURCES/nispor-vendor-1.2.12.tar.xz +SOURCES/nispor-1.2.14.tar.gz +SOURCES/nispor-vendor-1.2.14.tar.xz diff --git a/.nispor.metadata b/.nispor.metadata index 02df9d4..ac6c552 100644 --- a/.nispor.metadata +++ b/.nispor.metadata @@ -1,2 +1,2 @@ -39c04c6d0b6a3bcabbe1adff51b0daf5aa337c86 SOURCES/nispor-1.2.12.tar.gz -1e0f0f6f98706d9be96bd8c31ebef1ced4edb9e7 SOURCES/nispor-vendor-1.2.12.tar.xz +26e39519710cfa49330a04604c2444949a0eb23a SOURCES/nispor-1.2.14.tar.gz +109f1d16fa058834e8a4a0486fa7e7b1a3f486a0 SOURCES/nispor-vendor-1.2.14.tar.xz diff --git a/SPECS/nispor.spec b/SPECS/nispor.spec index 920d7d0..68ce622 100644 --- a/SPECS/nispor.spec +++ b/SPECS/nispor.spec @@ -1,5 +1,5 @@ Name: nispor -Version: 1.2.12 +Version: 1.2.14 Release: 1%{?dist} Summary: API for network status querying License: ASL 2.0 @@ -152,6 +152,18 @@ popd %{_libdir}/pkgconfig/nispor.pc %changelog +* Wed Sep 20 2023 Matej Focko - 1.2.14-1 +- New release 1.2.14 (Gris Ge) +- bond: support changing bond mode (Gris Ge) +- Reorganize the code structure (Gris Ge) +- CI: Enable VRF and ethool pause test (Gris Ge) +- CI: Upgrade the version of github action tasks (Gris Ge) +- test: Fix ethtool link mode test on Ubuntu (Gris Ge) +- Github CI: Install extra module of running kernel (Gris Ge) +- macsec: add base_iface property (Fernando Fernandez Mancera) +- macsec: add MACsec interface support (Fernando Fernandez Mancera) +- Bump netlink-packet-route to 0.17.1 (Fernando Fernandez Mancera) + * Thu Jul 20 2023 Gris Ge - 1.2.12-1 - New release 1.2.12 (Gris Ge) - Use latest rust-netlink crates (Gris Ge)