import NetworkManager-1.39.7-1.el8

This commit is contained in:
CentOS Sources 2022-06-23 17:16:05 +00:00 committed by Stepan Oksanichenko
parent dec8959e95
commit 1b505831af
3 changed files with 11 additions and 3 deletions

View File

@ -1 +1 @@
dc601aff6188543309e25596a79f74c5339482ee SOURCES/NetworkManager-1.39.6.tar.xz
314890fc9f35a3a8d4fd8eb3bdcd2a9ccb86898b SOURCES/NetworkManager-1.39.7.tar.xz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/NetworkManager-1.39.6.tar.xz
SOURCES/NetworkManager-1.39.7.tar.xz

View File

@ -5,7 +5,7 @@
%global glib2_version %(pkg-config --modversion glib-2.0 2>/dev/null || echo bad)
%global epoch_version 1
%global real_version 1.39.6
%global real_version 1.39.7
%global rpm_version %{real_version}
%global release_version 1
%global snapshot %{nil}
@ -1242,6 +1242,14 @@ fi
%changelog
* Wed Jun 15 2022 Lubomir Rintel <lkundrak@v3.sk> - 1:1.39.7-1
- Update to 1.39.7 release (development)
- core: cancel the IP check on deactivation (rh #2080928)
- core: ensure DHCP is restarted every time the link goes up (rh #2079406)
- core: fix a leak of L3 configuration memory (rh #2083453)
- ppp: fix a race with pppd when removing addresses (rh #2085382)
- wifi: fix a crash when checking WEP supplicant capability (rh #2092782)
* Wed Jun 1 2022 Beniamino Galvani <bgalvani@redhat.com> - 1:1.39.6-1
- Update to 1.39.6 release (development)
- Implement ACD (address conflict detection) for DHCPv4 (rh #1713380)