summary refs log tree commit diff
AgeCommit message (Collapse)Author
2016-11-25Release version 1.4.2-3 to unstable debian/1.4.2-3Michael Biebl
2016-11-25Cherry-pick a few fixes from upstream as requested by andrewshMichael Biebl
* Notify the AccessPoint change after an AP is removed. Patch cherry-picked from upstream Git. * Fix state transition on resuming from sleep so we don't end up with unmanaged devices. Patch cherry-picked from upstream Git.
2016-10-16Release version 1.4.2-2 to unstable debian/1.4.2-2Michael Biebl
2016-10-16Do not (re)start NetworkManager-dispatcher.serviceMichael Biebl
Do not (re)start NetworkManager-dispatcher.service as part of the upgrade process. This was an unintended side-effect of switching to debhelper compat level 10. NOTE: --no-also is necessary, because NetworkManager.service contains [Install] Also=NetworkManager-dispatcher.service Closes: #839884
2016-10-16Drop dh_systemd_start overrides for NetworkManager-dispatcher.service ↵Michael Biebl
NetworkManager-wait-online.service They are basically a nop and only cause a daemon-reload (twice).
2016-10-16restart-after-upgrade is the default behaviour of dh compat 10Michael Biebl
2016-10-16Drop Build-Depends on dh-systemd, no longer necessary with debhelper 10Michael Biebl
2016-10-01Release version 1.4.2-1 to unstable debian/1.4.2-1Michael Biebl
2016-10-01Rebase patchesMichael Biebl
2016-10-01New upstream release.Michael Biebl
- Fix emission of NM-style PropertiesChanged signals and deprecate them for PropertiesChanged on "org.freedesktop.DBus.Properties" interface. Closes: #836270
2016-10-01Merge tag 'upstream/1.4.2'Michael Biebl
Upstream version 1.4.2
2016-10-01New upstream version 1.4.2 upstream/1.4.2Michael Biebl
2016-09-24Release version 1.4.0-4 to unstable debian/1.4.0-4Michael Biebl
2016-09-24Don't try to decrypt PKCS#8 key if no password is suppliedMichael Biebl
This fixes failures with GnuTLS 3.5.4 which supports PBES1-DES-CBC-MD5 now. Closes: #838594
2016-09-23Bump debhelper compat level to 10Michael Biebl
2016-09-23Fix MAC address randomizationMichael Biebl
Cherry-pick a couple of upstream commits which work around driver bugs when MAC address randomization is used. Closes: #835822 Closes: #835553
2016-09-17Drop override for dh_auto_testMichael Biebl
We don't explicitly need to dump the log files as dh_auto_test runs with VERBOSE=1 by default.
2016-08-28Release version 1.4.0-3 to unstable debian/1.4.0-3Michael Biebl
2016-08-28Export _IO_stdin_used symbol in NetworkManager.verMichael Biebl
This symbol is required to decide which version of certain IO functions to use on various architectures. So we can't strip away the symbol from the NetworkManager binary as this will lead to segfaults on those architectures. Thanks James Cowgill and Aurelien Jarno for the bug report and detailed analysis. Closes: #835550
2016-08-26Release version 1.4.0-2 to unstable debian/1.4.0-2Michael Biebl
2016-08-26Stop mentioning "managed=true" mode in README.DebianMichael Biebl
Its usage is strongly discouraged nowadays.
2016-08-26Correctly set the connectivity state if we enforce online mode with ↵Michael Biebl
unmanaged devices
2016-08-26Release version 1.4.0-1 to unstable debian/1.4.0-1Michael Biebl
2016-08-26Ignore new "connectivity-change" events in ifupdown dispatcher hookMichael Biebl
2016-08-26Update symbols file for libnm0Michael Biebl
2016-08-26Rebase patchesMichael Biebl
2016-08-26New upstream releaseMichael Biebl
2016-08-26Merge tag 'upstream/1.4.0'Michael Biebl
Upstream version 1.4.0
2016-08-26Imported Upstream version 1.4.0 upstream/1.4.0Michael Biebl
2016-08-10Release version 1.2.4-2 to unstable debian/1.2.4-2Michael Biebl
2016-08-10Demote isc-dhcp-client from Depends to RecommendsMichael Biebl
NetworkManager will automatically fall back to the internal dhcp client if dhclient is not available. Closes: #826680
2016-08-09Release version 1.2.4-1 to unstable debian/1.2.4-1Michael Biebl
2016-08-09Clear WiFi requested_scan if wpa_supplicant exits or goes inactiveMichael Biebl
Patches cherry-picked from upstream Git.
2016-08-07Replace /etc/resolv.conf symlink with an empty file on package removalMichael Biebl
Removing the symlink is a hint to other packages that NetworkManager is no longer controlling the file. Closes: #826366
2016-08-06Update symbols file for libnm0Michael Biebl
2016-08-04Rebase patchesMichael Biebl
2016-08-03New upstream release.Michael Biebl
2016-08-03Merge tag 'upstream/1.2.4'Michael Biebl
Upstream version 1.2.4
2016-08-03Imported Upstream version 1.2.4 upstream/1.2.4Michael Biebl
2016-06-02Release version 1.2.2-2 to unstable debian/1.2.2-2Michael Biebl
2016-06-02Make sure NetworkManager-wait-online.service is enabled on upgradesMichael Biebl
We need to purge the old state, otherwise i-s-h won't enable the service on upgrades.
2016-06-02Properly hook up network.target and network-online.targetMichael Biebl
* Let NetworkManager.service pull in network.target. This will provide a proper ordering on shutdown. * Enable NetworkManager-wait-online.service. This ensures that mounting of network file systems works properly and SysV init scripts depending on $network will be delayed until network is available (or a timeout is reached).
2016-05-11Release version 1.2.2-1 to unstable debian/1.2.2-1Michael Biebl
2016-05-11Rebase patchesMichael Biebl
2016-05-11New upstream releaseMichael Biebl
2016-05-11Merge tag 'upstream/1.2.2'Michael Biebl
Upstream version 1.2.2
2016-05-11Imported Upstream version 1.2.2 upstream/1.2.2Michael Biebl
2016-04-25Release version 1.2.0-1 to unstable debian/1.2.0-1Michael Biebl
2016-04-25Rebase patchesMichael Biebl
2016-04-25New upstream releaseMichael Biebl
Closes: #822294