about summary refs log tree commit diff
path: root/debian
AgeCommit message (Collapse)Author
2017-06-18Fix creation of network-manager.service symlinkMichael Biebl
Explicitly specify the network-manager package when creating the symlink. Otherwise the symlink is created for the wrong package when doing arch:all builds where the first package is not network-manager.
2017-06-18Install ifupdown dispatcher script via network-manager.installMichael Biebl
This avoids a FTBFS when doing arch:all builds. Rename the script to 01-ifupdown while at it for consistencies sake. Closes: #864980
2017-06-17Release version 1.8.0-4 to unstable debian/1.8.0-4Michael Biebl
2017-06-17Switch runstatedir from /var/run to /runMichael Biebl
Update existing /etc/resolv.conf symlinks accordingly. Closes: #860045
2017-06-17Run migration code only on upgrades not new installationsMichael Biebl
Convert tabs to spaces while at it.
2017-06-17Drop maintscript migration code from pre-jessieMichael Biebl
2017-06-17device: capture the IP6 configuration on the IP interfaceMichael Biebl
Fixes a crash with Bluetooth devices where the device is the BlueZ device and iface stays 0 while the IP interface is the actual BNEP link. Closes: #864071
2017-06-17Switch debian-branch to masterMichael Biebl
Gbp-Dch: Ignore
2017-05-31Mention privacy implications of the connectivity checksMichael Biebl
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859934:#37
2017-05-26Release version 1.8.0-3 to experimental debian/1.8.0-3Michael Biebl
2017-05-26Stop reloading dbus after installing network-managerMichael Biebl
Nowadays this is done automatically by dbus via dpkg file triggers.
2017-05-26Drop obsolete migration codeMichael Biebl
2017-05-26Reload NetworkManager after installing ↵Michael Biebl
network-manager-config-connectivity-debian
2017-05-26Enable connectivity checking functionalityMichael Biebl
Provide a new package called network-manager-config-connectivity-debian which can be installed to enable NetworkManager's connectivity checking functionality. This is particularly useful for captive portal detection. Closes: #729783 Closes: #859934
2017-05-13Enable vala bindings supportRico Tzschichholz
2017-05-12Release version 1.8.0-2 to experimental debian/1.8.0-2Michael Biebl
2017-05-12Split introspection data for libnm into gir1.2-nm-1.0Michael Biebl
Keep the introspection data for the deprecated libnm-glib and libnm-util library in gir1.2-networkmanager-1.0 but split out the introspection data for libnm into a new gir1.2-nm-1.0 package. This will make a transition from libnm-glib/libnm-util to libnm easier. To not break existing packages, add a dependency on gir1.2-nm-1.0 to gir1.2-networkmanager-1.0.
2017-05-12core: fix reading device state fileMichael Biebl
Properly setup devices which were marked as managed=unknown when restoring from state file.
2017-05-11Release version 1.8.0-1 to experimental debian/1.8.0-1Michael Biebl
2017-05-11Install empty directories for dispatcher scripts, conf.d snippets and VPN ↵Michael Biebl
plugins
2017-05-11Drop obsolete migration code from pre-jessieMichael Biebl
2017-05-11Drop obsolete ifblacklist_migrate.sh scriptMichael Biebl
It's been unused since wheezy.
2017-05-11Update symbols file for libnm0Michael Biebl
2017-05-11Rebase patchesMichael Biebl
2017-05-11Update Build-DependsMichael Biebl
- Use libudev instead of libgudev - Use libpsl and libcurl instead of libsoup
2017-05-11Switch URLs to httpsMichael Biebl
2017-05-11Switch debian-branch to experimentalMichael Biebl
Gbp-Dch: Ignore
2017-03-18Release version 1.6.2-3 to unstable debian/1.6.2-3Michael Biebl
2017-03-17device/wifi: block autoconnect while scanning is in progressMichael Biebl
We should only start autoconnecting after the scan is complete. Otherwise, we might activate a shared connection or pick a connection based on an incomplete scan list. Closes: #854078
2017-03-14Release version 1.6.2-2 to unstable debian/1.6.2-2Michael Biebl
2017-03-14dhcp/dhclient: parse "interface" statementsMichael Biebl
Until now any "interface" statement was ignored and any enclosed statement for which we have a special handling was considered, even if belonging to a different interface. This can cause wrong options to be set in the generated dhclient configuration. Closes: #855910
2017-03-14libnm: disconnect signal from D-Bus proxies on disposeMichael Biebl
Closes: #854810
2017-02-16Release version 1.6.2-1 to unstable debian/1.6.2-1Michael Biebl
2017-02-16Update changelogMichael Biebl
2017-02-16Rebase patchesMichael Biebl
2017-02-16New upstream releaseMichael Biebl
2017-01-25Release version 1.6.0-1 to unstable debian/1.6.0-1Michael Biebl
2017-01-25Rebase patchesMichael Biebl
2017-01-25New upstream releaseMichael Biebl
2017-01-25Switch debian-branch to masterMichael Biebl
Gbp-Dch: Ignore
2017-01-24Release version 1.5.91-1 to experimental debian/1.5.91-1Michael Biebl
2017-01-24Rebase patchesMichael Biebl
2017-01-24Install ppp pluginMichael Biebl
The PPP manager was split into a separate plugin which can be loaded on demand.
2017-01-24Update Vcs-* according to the latest recommendationMichael Biebl
2017-01-24New upstream release (1.6 rc2)Michael Biebl
2017-01-18Release version 1.5.90-2 to experimental debian/1.5.90-2Michael Biebl
2017-01-18Add explicit Build-Depends on automake (>= 1.12) as required byMichael Biebl
configure.ac
2017-01-18Release version 1.5.90-1 to experimental debian/1.5.90-1Michael Biebl
2017-01-18Update package description for the dev packages.Michael Biebl
2017-01-17Install the D-Bus interface introspection files in network-manager-devMichael Biebl