about summary refs log tree commit diff
path: root/debian
AgeCommit message (Collapse)Author
2013-05-08Release version 0.9.8.0-5 to unstableMichael Biebl
2013-05-08Fix ifupdown plugin to recalculate unmanaged specs on interface changesMichael Biebl
Patches cherry-picked from upstream Git. (Closes: #707070)
2013-05-08Look harder for machine-id, and generate random DUID if it doesn't existMichael Biebl
Patch cherry-picked from upstream Git. (Closes: #707204) (bgo: #696109)
2013-05-07Remove old code for upgrading from pre-squeeze versions.Michael Biebl
2013-05-07Release version 0.9.8.0-4 to unstable debian/0.9.8.0-4Michael Biebl
2013-05-07Ensure ActiveConnections are torn down when device is unavailable.Michael Biebl
Patch cherry-picked from upstream Git. (Closes: #700391)
2013-05-06Release version 0.9.8.0-3 to unstable debian/0.9.8.0-3Michael Biebl
2013-05-06Bump Standards-Version to 3.9.4. No further changes.Michael Biebl
2013-05-06Be more aggressive in cleaning up /var/lib/NetworkManager on purge.Michael Biebl
2013-05-06Upload to unstable.Michael Biebl
2013-05-06Merge branch 'master' into experimentalMichael Biebl
Conflicts: debian/changelog debian/patches/series
2013-03-26Use gir dh addon instead of calling dh_girepository manually.Michael Biebl
2013-03-20Release version 0.9.8.0-2 to experimental debian/0.9.8.0-2Michael Biebl
2013-03-20Tighten dependencies between -dev packages.Michael Biebl
2013-03-02Stop providing static start and stop priorities for dh_installinitMichael Biebl
Those are no longer tested and we rely on the dependency information in the LSB header now to get a correct ordering when being run under sysvinit.
2013-02-25debian/control.in: Make libnm-glib-dev depend on network-manager-dev (= ↵Sjoerd Simons
${binary:Version}) as required by the pkg-config file * debian/control.in: Make libnm-glib-dev depend on network-manager-dev (= ${binary:Version}) as required by the pkg-config file * Add myself to uploaders
2013-02-20Release version 0.9.8.0-1 to experimental debian/0.9.8.0-1Michael Biebl
2013-02-20Install bash-completion file for nmcli.Michael Biebl
2013-02-20Update symbols file for libnm-glib.Michael Biebl
2013-02-20Drop 06-nm-settings-manx.patch, merged upstream.Michael Biebl
2013-02-20New upstream release.Michael Biebl
2013-02-09Release version 0.9.7.997-2 to experimental debian/0.9.7.997-2Michael Biebl
2013-02-09Move pid file to the new location in /var/run/NetworkManager.Michael Biebl
2013-02-09Release version 0.9.7.997-1 to experimental debian/0.9.7.997-1Michael Biebl
2013-02-0906-nm-settings-manx.patch: Don't install generated xml file as man page.Michael Biebl
2013-02-0905-force-online-with-unmanaged-devices.patch: Set correct online state on ↵Michael Biebl
daemon startup.
2013-02-09Add new symbols for libnm-utilsMichael Biebl
2013-02-09No longer install nm-crash-logger, has been removed upstream.Michael Biebl
2013-02-09Refresh patchMichael Biebl
2013-02-09Update Build-DependsMichael Biebl
2013-02-09Update to 0.9.7.997 (0.9.8 beta2)Michael Biebl
2013-02-09Mark binary packages as linux-any.Michael Biebl
2013-02-03Bump Build-Depends on libglib2.0-dev and libudev-dev/libgudev-1.0-dev.Michael Biebl
2013-02-03Drop 04-systemd-set-kill-mode-process.patch, refresh other patches.Michael Biebl
2013-02-03Use new distro-agnostic configure flags.Michael Biebl
2013-02-03Update symbols files.Michael Biebl
2013-02-03New upstream release (0.9.8 beta1).Michael Biebl
2013-01-30Release version 0.9.4.0-10 to unstable debian/0.9.4.0-10Michael Biebl
2013-01-30ensure carrier is always on for devices that don't support detection (rh ↵Michael Biebl
#816719). (Closes: #699292) Patch cherry-picked from upstream Git.
2013-01-29Release version 0.9.6.4-3 to experimental debian/0.9.6.4-3Michael Biebl
2013-01-29Merge changes from unstable branch.Michael Biebl
* Merge changes from unstable branch. * Refresh 05-force-online-with-unmanaged-devices.patch.
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.