about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2013-01-29Merge branch 'master' into experimentalMichael Biebl
Conflicts: debian/changelog debian/patches/series
2013-01-29Release version 0.9.4.0-9 to unstable debian/0.9.4.0-9Michael Biebl
2013-01-29Drop remaining bits of /e/n/i manglingMichael Biebl
Trying to restore a potentially outdated /e/n/i file most likely does more harm then good. Someone upgrading from squeeze to wheezy most likely has adjusted his network configuration by now.
2013-01-29Update README.Debian for the latest changes.Michael Biebl
2013-01-29No longer run the ifblacklist_migrate.sh script upon installation.Michael Biebl
This script was used to comment out DHCP type network interface configurations in /etc/network/interfaces as otherwise NM would mark such devices as unmanaged. This script was buggy though and sometimes created a broken network configuration. Since debian-installer in wheezy (7.0) will create proper configuration for NM if the network-manager package is part of the installation, this is no longer necessary. If users make a minimal system installation and install the network-manager package afterwards, show a warning in postinst if we find any interface configurations in /etc/network/interfaces. (Closes: #688355, #690987, #606268)
2013-01-29Set global online state to CONNECTED when unmanaged devices are activeMichael Biebl
debian/patches/05-force-online-with-unmanaged-devices.patch: If network interfaces are configured in /etc/network/interfaces, NM will mark those devices as unmanaged by default. If such a network interface has been brought up by ifup, set the global online state to CONNECTED. (Closes: #512286)
2013-01-29Change the ifupdown dispatcher script and set ADDRFAM to "inet" or "inet6"Michael Biebl
depending on whether the connection has a valid IPv4 or IPv6 address. Using "NetworkManager" as ADDRFAM type did confuse most ifupdown hook scripts and e.g. broke async NFS mounts. (Closes: #475188, #656584) Make sure to also remove "exec" when running run-parts, otherwise the for loop would exit after the first iteration.
2013-01-06Release version 0.9.6.4-2 to experimental debian/0.9.6.4-2Michael Biebl
2013-01-06Merge changes from unstable branch.Michael Biebl
Drop patches for libnm-glib, merged upstream.
2013-01-06Merge branch 'master' into experimentalMichael Biebl
Conflicts: debian/changelog debian/patches/series
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)