about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2014-09-30Release version 0.9.10.0-3 to unstable debian/0.9.10.0-3Michael Biebl
2014-09-30Cherry-pick upstream commits to make nmtui-edit properly save and display ↵Michael Biebl
passwords Closes: #754382
2014-09-30Build against libsystemd-devMichael Biebl
2014-09-30Mark gir and dev packages as Multi-Arch: sameMichael Biebl
2014-09-30Install typelib files into multiarch paths now that gobject-introspection ↵Michael Biebl
supports multiarch
2014-09-30Use the correct path when calling dnssec-trigger-scriptMichael Biebl
Closes: #763023
2014-09-30Acknowledge NMU, thanks Micah Anderson.Michael Biebl
2014-09-02Release version 0.9.10.0-2 to unstable debian/0.9.10.0-2Michael Biebl
2014-09-02Cherry-pick upstream commit to fix Wi-Fi section of "nmtui connect" list in ↵Michael Biebl
non-UTF-8 locales Closes: #760186
2014-09-02Enable Network Team driver supportMichael Biebl
This is an optional feature which requires the teamd daemon provided by libteam-utils.
2014-09-02Use default compression for binary packages.Michael Biebl
2014-07-10Release version 0.9.10.0-1 to unstable debian/0.9.10.0-1Michael Biebl
2014-07-10Ship an example server.conf configuration fileMichael Biebl
which can be dropped into /etc/NetworkManager/conf.d/ to change NetworkManager's behaviour to be more like what's expected on "traditional UNIX server" type deployments.
2014-07-10Create /etc/NetworkManager/conf.d/ directoryMichael Biebl
which can be used to extend the NetworkManager configuration without having to modify the distro-provided NetworkManager.conf.
2014-07-10Update patches.Michael Biebl
- Drop "Add D-Bus policy for group netdev" patch. Usage of D-Bus "at_console" permissions has been removed upstream and access for unprivleged users is now handled entirely with PolicyKit. - Add patch to use symbolic links instead of hard links for /usr/bin/nmtui-*. - Add patch to treat virtual ethernet devices as unmanaged to avoid interfering with VBox and VMware network interfaces. - Refresh remaining patches.
2014-07-10Specify the path to the pppd and pppoe binary via the corresponding ↵Michael Biebl
configure switch.
2014-07-10Adjust configure flags for new upstream releaseMichael Biebl
2014-07-10Remove the obsolete /etc/dbus-1/system.d/nm-dhcp-client.conf conffile on ↵Michael Biebl
upgrades.
2014-07-10Update network-manager.installMichael Biebl
* Install new device plugins. * Stop installing the nm-tool binary which was dropped upstream as it has been replaced by the much more powerful nmcli tool. * Stop installing the nm-dhcp-client.conf D-Bus policy. NetworkManager uses a private D-Bus socket now to communicate with that helper, making that file obsolete.
2014-07-10Build and install nmtui, a curses-based interface for easier console operation.Michael Biebl
2014-07-10Update Build-Depends as per configure.ac.Michael Biebl
2014-07-10Update symbols files.Michael Biebl
2014-07-08Exclude libtool .la files from list-missing.Michael Biebl
2014-07-06New upstream release.Michael Biebl
2014-07-06Merge tag 'upstream/0.9.10.0'Michael Biebl
Upstream version 0.9.10.0
2014-07-06Imported Upstream version 0.9.10.0 upstream/0.9.10.0Michael Biebl
2014-06-30Release version 0.9.8.10-4 to unstable debian/0.9.8.10-4Michael Biebl
2014-06-30Build against libgnutls28-devMichael Biebl
Closes: #753136
2014-05-19Release version 0.9.8.10-3 to unstable debian/0.9.8.10-3Michael Biebl
2014-05-19Add explicit Build-Depends on libgcrypt11-devMichael Biebl
and don't rely on libgnutls-dev to pull in that dependency for us. Newer versions of GnuTLS no longer use gcrypt but nettle as crypto backend. Closes: #745955
2014-05-01Release version 0.9.8.10-2 to unstable debian/0.9.8.10-2Michael Biebl
2014-05-01Specify the path for the dnsmasq binary at configure timeMichael Biebl
2014-04-27Don't hookup NetworkManager-wait-online.service in network-online.targetMichael Biebl
because it creates a dependency cycle with our current support for legacy SysV init scripts.
2014-04-26Target unstable debian/0.9.8.10-1Sjoerd Simons
2014-04-26debian/patches/*: Refresh if necessarySjoerd Simons
2014-04-26New upstream releaseSjoerd Simons
2014-04-26Merge tag 'upstream/0.9.8.10'Sjoerd Simons
Upstream version 0.9.8.10
2014-04-26Imported Upstream version 0.9.8.10 upstream/0.9.8.10Sjoerd Simons
2014-04-15Release version 0.9.8.8-7 to unstable debian/0.9.8.8-7Michael Biebl
2014-04-15Build against ppp 2.4.6. Update plugin path and dependencies accordingly.Michael Biebl
2014-04-12Release version 0.9.8.8-6 to unstable debian/0.9.8.8-6Michael Biebl
2014-04-12Use dh-autoreconf to update the build systemMichael Biebl
Override dh_autoreconf since we need to run gtkdocize.
2014-04-12Add Build-Depends on libsystemd-daemon-dev for sd_booted()Michael Biebl
2014-04-12Don't setup Sleep Monitor if system was not booted with systemdMichael Biebl
With a standalone logind we don't receive the Resume signal after a suspend request and NetworkManager remains in sleep mode where the devices are unmanaged. Closes: #742933
2014-04-04Rework the fix for #734460, kill NetworkManager in the postinst script ↵Laurent Bigonville
instead of the preinst one to minimize downtime on big upgrades
2014-04-02Release version 0.9.8.8-5 to unstable debian/0.9.8.8-5Michael Biebl
2014-04-02Move the initial ifstate file check into nm_manager_start ()Michael Biebl
to make sure the NMManager object has been fully initialized. Closes: #730437
2014-04-02Make patches gbp-pq compatibleMichael Biebl
2014-04-02Add Depends on libpam-systemdMichael Biebl
since NetworkManager requires a properly setup logind session. Bump policykit-1 from Recommends to Depends. It's no longer really optional. Closes: #743128
2014-04-01Use autotools_dev dh addon for up-to-date config.{guess,sub}.Michael Biebl