summary refs log tree commit diff
AgeCommit message (Collapse)Author
2013-01-05Release version 0.9.4.0-8 to unstable debian/0.9.4.0-8Michael Biebl
2013-01-05systemd: set KillMode=processMichael Biebl
By default, when shutting NM down, systemd will kill everything in its cgroup. But this can cause problems (eg, NM thinking that dhclient crashed and then taking down an interface that it would otherwise have left up). Fix this by setting KillMode=process, which tells systemd to only kill NM itself, and let NM kill its children.
2013-01-05Move the pkla file to /etc/polkit-1 as requested by the release team.Michael Biebl
2012-12-21Release version 0.9.4.0-7 to unstable debian/0.9.4.0-7Michael Biebl
2012-12-21Fix segfaults in libnm-glibMichael Biebl
Cherry-pick patches for libnm-glib which fix various segfaults e.g. in gnome-control-center when switching between overview and network settings panel or in gnome-shell and nm-applet when restarting NetworkManager. (Closes: #696143) (bgo: #674473)
2012-12-21Allow members of group sudo/netdev to edit system connectionsMichael Biebl
Install a PolicyKit pkla file which allows members of group netdev or sudo to create system-wide network connections without being prompted for the admin password. (Closes: #642136)
2012-10-26Release version 0.9.6.4-1 to experimental debian/0.9.6.4-1Michael Biebl
2012-10-26Remove patches which have been merged upstreamMichael Biebl
2012-10-26Merge branch 'master' into experimentalMichael Biebl
Conflicts: debian/changelog debian/patches/series
2012-10-26Update symbols file for libnm-glib.Michael Biebl
2012-10-26New upstream release.Michael Biebl
2012-10-26Merge tag 'upstream/0.9.6.4' into experimentalMichael Biebl
Upstream version 0.9.6.4
2012-10-26Imported Upstream version 0.9.6.4 upstream/0.9.6.4Michael Biebl
2012-09-11Release version 0.9.4.0-6 to unstable debian/0.9.4.0-6Michael Biebl
2012-09-11Remove 'max_replies_per_connection' limit from D-Bus configuration. (Closes: ↵Michael Biebl
#678965) * debian/patches/17-dbus-remove_max_replies_per_connection_limit.patch: Remove 'max_replies_per_connection' limit from D-Bus configuration which sets it to 512. It was intended to increase the limit from its historical value of 32. However, since 2007 the default limit has been 8192, so this is actually a reduction. (Closes: #678965)
2012-09-11Don't create static IPv6 routes for cached/cloned routes. (Closes: #686328)Michael Biebl
* debian/patches/15-ignore-cached-cloned-routes-ipv6-config.patch, Don't create static IPv6 routes for cached/cloned routes. Patches debian/patches/16-ignore-cached-cloned-routes-kernel-notifications.patch: cherry-picked from upstream Git. (Closes: #686328)
2012-09-11debian/rules: Use xz compression for binary packages.Michael Biebl
2012-08-07Release version 0.9.6.0-1 to experimental debian/0.9.6.0-1Michael Biebl
2012-08-07Update to 0.9.6.0Michael Biebl
2012-08-07Merge tag 'upstream/0.9.6.0' into experimentalMichael Biebl
Upstream version 0.9.6.0
2012-08-07Imported Upstream version 0.9.6.0 upstream/0.9.6.0Michael Biebl
2012-08-07Update symbols file for libnm-util.Michael Biebl
2012-08-07Bump Build-Depends on libdbus-glib-1-dev to (>= 0.94).Michael Biebl
2012-08-07New upstream release (0.9.6 rc2).Michael Biebl
2012-08-07Merge tag 'upstream/0.9.5.96' into experimentalMichael Biebl
Upstream version 0.9.5.96
2012-08-07Imported Upstream version 0.9.5.96 upstream/0.9.5.96Michael Biebl
2012-06-29Release version 0.9.5.95-1 to experimental debian/0.9.5.95-1Michael Biebl
2012-06-29Update symbols files for libnm-glib and libnm-util.Michael Biebl
2012-06-29Update patches.Michael Biebl
* debian/patches/02-dbus_access_network_manager.patch: Updated. * Remove patches which have been merged upstream.
2012-06-29Remove 'max_replies_per_connection' limit from D-Bus configuration. (Closes: ↵Michael Biebl
#678965)
2012-06-29New upstream release (0.9.6 rc1).Michael Biebl
2012-06-29Merge tag 'upstream/0.9.5.95' into experimentalMichael Biebl
Upstream version 0.9.5.95
2012-06-29Imported Upstream version 0.9.5.95 upstream/0.9.5.95Michael Biebl
2012-06-29Set debian-branch to experimentalMichael Biebl
2012-05-29Release version 0.9.4.0-5 to unstable debian/0.9.4.0-5Michael Biebl
2012-05-29wifi: attempt to use same kernel API wpa_supplicant doesMichael Biebl
* debian/patches/14-use-same-kernel-API-as-wpa_supplicant.patch: Some drivers (ipw2x00) have an incomplete nl80211 implementation and only report capabilities which made NM chose the wrong API to talk to the device. Instead, match the logic that wpa_supplicant uses to determine whether to stick with nl80211 or fall back to WEXT. (Closes: #673705)
2012-05-15Release version 0.9.4.0-4 to unstable debian/0.9.4.0-4Michael Biebl
2012-05-15Don't fight with the kernel over the default IPv6 route. (Closes: #670818)Michael Biebl
2012-05-15debian/network-manager.maintscript: Use new versioning schemeMichael Biebl
as recommended by dpkg-maintscript-helper which better handles local modifications and (bin)NMUs.
2012-05-15debian/network-manager.dirs: Install /etc/NetworkManager/VPN/ directory.Michael Biebl
This directory needs to exist so NetworkManager can monitor it for changes (via inotify) to automatically detect newly installed VPN plugins. (Closes: #672963)
2012-04-03Release version 0.9.4.0-3 to unstable debian/0.9.4.0-3Michael Biebl
2012-04-03Remove explicit Build-Depends on gir1.2-glib-2.0 and gir1.2-freedesktop,Michael Biebl
let libgirepository1.0-dev pull those dependencies.
2012-04-03Initialize GError, else invalid free() crash can occurMichael Biebl
debian/patches/12-initialize-gerror.patch: Initialize GError, else invalid free() crash can occur. Fixes a crash in gnome-shell if NetworkManager is not running. Patch cherry-picked from upstream Git. (Closes: #665791) Thank a lot to Antti-Juhani Kaijanaho for tracking down this problem!
2012-04-02Release version 0.9.4.0-2 to unstable debian/0.9.4.0-2Michael Biebl
2012-04-02Fix regression in NMRemoteSettingsMichael Biebl
debian/patches/11-initialize-nm-remote-settings.patch: Cherry-pick patchi from upstream Git which fixes a regression when initializing NMRemoteSettings. (Closes: #665752)
2012-03-24Release version 0.9.4.0-1 to unstable debian/0.9.4.0-1Michael Biebl
2012-03-24Use dh_install maintscript to handle the other conffiles as well.Michael Biebl
2012-03-24Rename D-Bus policy fileMichael Biebl
The D-Bus policy file /etc/dbus-1/system.d/NetworkManager.conf has been renamed to org.freedesktop.NetworkManager.conf. Update the .install file and use the dh_install maintscript facility to move the conffile on upgrades. This requires a newer debhelper, so bump the Build-Depends accordingly.
2012-03-24Bump Standards-Version to 3.9.3.Michael Biebl
2012-03-24Add Build-Depends on libnl-genl-3-dev.Michael Biebl