diff options
| author | Michael Biebl <biebl@debian.org> | 2022-10-04 00:56:46 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-10-04 00:56:46 +0200 |
| commit | 3612e6355f3f40d264ec4657547761069baa5430 (patch) | |
| tree | 768e4f5b37b66f540dd7030aa2eaff2ac7bb0168 /debian/changelog | |
| parent | 7e9f00a3be8f65535e6620b344443ec4d403212b (diff) | |
| parent | 6f7fcde10e47d8af865af336becf1fd8a446e62e (diff) | |
Merge tag 'debian/1.40.0-1' into debian/bullseye-backports
network-manager Debian release 1.40.0-1
Diffstat (limited to 'debian/changelog')
| -rw-r--r-- | debian/changelog | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 67832a20..fc3f49b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,41 @@ +network-manager (1.40.0-1) unstable; urgency=medium + + * New upstream version 1.40.0 + * Rebase patches + * Bump pre-release symbols from 1.39.x to version 1.40.0 + + -- Michael Biebl <biebl@debian.org> Fri, 26 Aug 2022 21:08:04 +0200 + +network-manager (1.39.90-2) experimental; urgency=medium + + * Release version 1.39.90-1 to experimental + * Explicitly disable LTO via dpkg-buildflags. + NetworkManager requires additional build flags like -flto-partition=none + to build properly with LTO enabled. (Closes: #1015556) + + -- Michael Biebl <biebl@debian.org> Thu, 25 Aug 2022 12:48:00 +0200 + +network-manager (1.39.90-1) experimental; urgency=medium + + * New upstream version 1.39.90 (1.40 rc1) + * Rebase patches + * Drop obsolete --with-dnssec-trigger configure option. + The unbound DNS plugin was marked deprecated for a while and has been + removed now in this release. + * Simplify dh_autoreconf override by calling upstream provided autogen.sh. + This ensures the correct sequence of commands is run. In this specific + case we were still using intltoolize when upstream dropped its usage in + favour of gettext a while ago. + * Replace intltool Build-Depends with gettext + * Add Build-Depends on policykit-1. + The file /usr/share/gettext/its/polkit.its is required when generating + the translations. + * Add Build-Depends on python3-pexpect. + Required by the test suite. + * Update symbols file for libnm0 + + -- Michael Biebl <biebl@debian.org> Wed, 17 Aug 2022 11:35:39 +0200 + network-manager (1.38.4-1~bpo11+1) bullseye-backports; urgency=medium * Rebuild for bullseye-backports |