about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2022-12-02Merge tag 'debian/1.40.6-1' into ubuntu/masterJeremy Bicha
network-manager Debian release 1.40.6-1
2022-11-30Release version 1.40.6-1 to unstable debian/1.40.6-1Michael Biebl
2022-11-30Depend on polkitd in preference to policykit-1Michael Biebl
The latter is a deprecated, transitional package, that also pulls in pkexec, which network-manager doesn't need. Keep policykit-1 as an alternative dependency to make backports easier.
2022-11-30New upstream version 1.40.6Michael Biebl
2022-11-30Update upstream source from tag 'upstream/1.40.6'Michael Biebl
Update to upstream version '1.40.6' with Debian dir 995c17f2457605bd5b8a89c5aebbf9193b658fef
2022-11-30New upstream version 1.40.6 upstream/1.40.6Michael Biebl
2022-11-29releasing package network-manager version 1.40.4-1ubuntu2Jeremy Bicha
2022-11-29Fix network-manager-config-connectivity-ubuntu.postinstJeremy Bicha
Copy change made in Debian from 2020 so that the postinst actually works
2022-11-28releasing package network-manager version 1.40.4-1ubuntu1Jeremy Bicha
2022-11-28Drop systemd patch that doesn't appear to be needed any moreJeremy Bicha
Since there was a systemd fix
2022-11-28Merge tag 'debian/1.40.4-1' into ubuntu/masterJeremy Bicha
network-manager Debian release 1.40.4-1
2022-11-18Release version 1.40.4-1 to unstable debian/1.40.4-1Michael Biebl
2022-11-18Replace dependency on dbus with default-dbus-system-bus | dbus-system-busMichael Biebl
This makes it easier to swap in alternative implementations like dbus-broker.
2022-11-18Update symbols file for libnm0Michael Biebl
2022-11-18New upstream version 1.40.4Michael Biebl
2022-11-18Update upstream source from tag 'upstream/1.40.4'Michael Biebl
Update to upstream version '1.40.4' with Debian dir 7084cdfc71b038bf79ea5f3c53dfea86e49c80cb
2022-11-18New upstream version 1.40.4 upstream/1.40.4Michael Biebl
2022-10-18Release version 1.40.2-1 to unstable debian/1.40.2-1Michael Biebl
2022-10-18New upstream version 1.40.2Michael Biebl
2022-10-18Update upstream source from tag 'upstream/1.40.2'Michael Biebl
Update to upstream version '1.40.2' with Debian dir 1072992b4531d6c782ca5c453f83a2df3ad6390a
2022-10-18New upstream version 1.40.2 upstream/1.40.2Michael Biebl
2022-09-27releasing package network-manager version 1.40.0-1ubuntu2Jeremy Bicha
2022-09-27Revert "debian/control: Recommend iwd"Jeremy Bicha
This reverts commit c7c357a13c329603c4d3fbf550d63a6f86f135da.
2022-09-20releasing package network-manager version 1.40.0-1ubuntu1Jeremy Bicha
2022-09-20Add note about lto to changelogJeremy Bicha
2022-09-20debian/rules: Add comment for ltoJeremy Bicha
Gbp-Dch: Ignore
2022-09-20Drop 2 cherry-picked bonding patches: applied in new releaseJeremy Bicha
This reverts commit fbdb119adaa44ca41dcab1b4fcd4cb119fd71ef9.
2022-09-20Merge tag 'debian/1.40.0-1' into ubuntu/masterJeremy Bicha
network-manager Debian release 1.40.0-1
2022-08-26Release version 1.40.0-1 to unstable debian/1.40.0-1Michael Biebl
2022-08-26Bump pre-release symbols from 1.39.x to version 1.40.0Michael Biebl
2022-08-26Rebase patchesMichael Biebl
2022-08-26New upstream version 1.40.0Michael Biebl
2022-08-26Update upstream source from tag 'upstream/1.40.0'Michael Biebl
Update to upstream version '1.40.0' with Debian dir a59a8bafb9190ecb810335bfdaa82270e423df1d
2022-08-26New upstream version 1.40.0 upstream/1.40.0Michael Biebl
2022-08-25releasing package network-manager version 1.39.90-1ubuntu3Jeremy Bicha
2022-08-25Cherry-pick 2 patches to fix bonding regressions found by netplan autopkgtestsJeremy Bicha
LP: #1987001
2022-08-25upload to ubuntuSebastien Bacher
2022-08-25* debian/control:Sebastien Bacher
- recommends iwd as a preferred alternative to wpasupplicant since the MIR has been reviewed now
2022-08-25Release version 1.39.90-2 to experimental debian/1.39.90-2Michael Biebl
2022-08-25Explicitly disable LTO via dpkg-buildflagsMichael Biebl
NetworkManager requires additional build flags like -flto-partition=none to build properly with LTO enabled. See https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/1070 and https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/839ba57c7f41798dddd43495bb0b2cf312bd0f6f Closes: #1015556
2022-08-18releasing package network-manager version 1.39.90-1ubuntu1Jeremy Bicha
2022-08-18Merge branch 'debian/master' into ubuntu/masterJeremy Bicha
2022-08-17Release version 1.39.90-1 to experimentalMichael Biebl
2022-08-17Update symbols file for libnm0Michael Biebl
2022-08-17Add Build-Depends on python3-pexpectMichael Biebl
Required by the test suite.
2022-08-17Add Build-Depends on policykit-1Michael Biebl
The file /usr/share/gettext/its/polkit.its is required when generating the translations. Otherwise the build will fail with: /usr/bin/msgfmt: cannot locate ITS rules for data/org.freedesktop.NetworkManager.policy.in
2022-08-17Replace intltool Build-Depends with gettextMichael Biebl
2022-08-17Simplify dh_autoreconf override by calling upstream provided autogen.shMichael Biebl
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.
2022-08-17Drop obsolete --with-dnssec-trigger configure optionMichael Biebl
The unbound DNS plugin was marked deprecated for a while and has been removed now in this release.
2022-08-16Rebase patchesMichael Biebl