about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2015-12-24Merge tag 'upstream/1.0.10'Michael Biebl
Upstream version 1.0.10
2015-12-24Imported Upstream version 1.0.10 upstream/1.0.10Michael Biebl
2015-12-05Release version 1.0.8-2 to unstable debian/1.0.8-2Michael Biebl
2015-12-05Use dh_ppp to manage dependencies on pppChris Boot
Bump Build-Depends on ppp-dev to (>= 2.4.7-1+1), which includes dh_ppp that has --plugin-dir. Add ppp addon to dh sequencer. Add Breaks: ${misc:Breaks} (generated by dh_ppp) and remove the version from Recommends: ppp. Use dh_ppp --plugin-dir to determine the ppp plugin directory. Closes: #805565
2015-11-25Release version 1.0.8-1 to unstable debian/1.0.8-1Michael Biebl
2015-11-25Check errors of polkit_unix_session_new_for_process_sync()Michael Biebl
Patch cherry-picked from upstream Git.
2015-11-25Install new nm-versions-macros.h header file.Michael Biebl
2015-11-24Rebase patches.Michael Biebl
2015-11-24New upstream release.Michael Biebl
MTU indicated by a VPN gateway is now properly applied. Closes: #794237
2015-11-24Merge tag 'upstream/1.0.8'Michael Biebl
Upstream version 1.0.8
2015-11-24Imported Upstream version 1.0.8 upstream/1.0.8Michael Biebl
2015-08-28Release version 1.0.6-1 to unstable debian/1.0.6-1Michael Biebl
2015-08-28Fix command line parsing in nmcliMichael Biebl
Patch cherry-picked from upstream Git.
2015-08-28Use GnuTLS crypto API instead of gcryptMichael Biebl
Patch cherry-picked from upstream Git. Closes: #748675
2015-08-28Drop debian/patches/Mark-virtual-ethernet-interfaces-as-unmanaged.patchMichael Biebl
This patch is obsolete, since upstream provides a udev rules based mechanism now to mark virtual interfaces as unmanaged. Closes: #794083
2015-08-28Update symbols file for libnm0 and libnm-glib4.Michael Biebl
2015-08-28Refresh patches.Michael Biebl
2015-08-28New upstream release.Michael Biebl
2015-08-28Merge tag 'upstream/1.0.6'Michael Biebl
Upstream version 1.0.6
2015-08-28Imported Upstream version 1.0.6 upstream/1.0.6Michael Biebl
2015-07-30Release version 1.0.4-1 to unstable debian/1.0.4-1Michael Biebl
2015-07-14Use g_signal_handlers_disconnect_by_func() to simplify some codeMichael Biebl
2015-07-14Drop obsolete Breaks from pre-wheezy.Michael Biebl
2015-07-14Update symbols file for libnm0.Michael Biebl
2015-07-14Refresh patches.Michael Biebl
2015-07-14New upstream release.Michael Biebl
2015-07-14Merge tag 'upstream/1.0.4'Michael Biebl
Upstream version 1.0.4
2015-07-14Imported Upstream version 1.0.4 upstream/1.0.4Michael Biebl
2015-05-07Release version 1.0.2-2 to unstable debian/1.0.2-2Michael Biebl
2015-05-07Fix fallback paths when writing resolv.confMichael Biebl
Closes: #784587
2015-05-06Release version 1.0.2-1 to unstable debian/1.0.2-1Michael Biebl
2015-05-06Fix path to the iscsiadm binary in the ibft pluginMichael Biebl
2015-05-06Enable and install the ibft pluginMichael Biebl
This plugin queries the 'iscsiadm' tool and generates connections based on the firmware configuration.
2015-05-06Rebase patches.Michael Biebl
2015-05-06Make no-patch-numbers the default for gbp pq to avoid unnecessary noise.Michael Biebl
2015-05-05New upstream release.Michael Biebl
2015-05-05Merge tag 'upstream/1.0.2'Michael Biebl
Upstream version 1.0.2
2015-05-05Imported Upstream version 1.0.2 upstream/1.0.2Michael Biebl
2015-04-27Release version 1.0.0-5 to unstable debian/1.0.0-5Michael Biebl
2015-04-27Update outdated comment about group netdevMichael Biebl
The netdev group is no longer used in the D-Bus policy but can be used via PolicyKit to grant access to org.freedesktop.NetworkManager.settings.modify.system
2015-04-27Switch debian-branch back to masterMichael Biebl
2015-03-31Release version 1.0.0-4 to experimental debian/1.0.0-4Michael Biebl
2015-03-31Bump version check in preinst for the cleanup routineMichael Biebl
to match the experimental version.
2015-03-31Merge changes from master branch.Michael Biebl
* Don't make NetworkManager D-Bus activatable. If the daemon has been stopped manually, we don't want it to be autostarted by client requests. (Closes: #760998) * Don't block network.target on NetworkManager-wait-online.service. While at it, add a few other minor fixes like the addition of Documentation or RemainAfterExit=yes.
2015-03-31Release version 0.9.10.0-7 to unstable debian/0.9.10.0-7Michael Biebl
2015-03-31Don't block network.target on NetworkManager-wait-online.serviceMichael Biebl
While at it, add a few other minor fixes like the addition of Documentation or RemainAfterExit=yes.
2015-03-31Don't make NetworkManager D-Bus activatableMichael Biebl
If the daemon has been stopped manually, we don't want it to be autostarted by client requests. Closes: #760998
2015-02-09Release version 0.9.10.0-6 to unstable debian/0.9.10.0-6Michael Biebl
2015-02-09Update changelogMichael Biebl
2015-02-09Do not assert when a device is enslaved externallyMichael Biebl
Fixes crash when running something like 'brctl addif br0 eth0'. Closes: #773216