| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-20 | The iptables binary is now installed in /usr/sbin/ | Sebastien Bacher | |
| 2019-12-18 | Explicitly disable (experimental) nm-cloud-setup tool | Michael Biebl | |
| 2019-09-30 | Switch build-dependencies to python3 | Andreas Henriksson | |
| The tests are designed to work with either python2 or python3. We should be able to simply switch build-dependencies to python3 equivalents. However if something transitively pulls in python2 the AM_PATH_PYTHON autoconf macro will find python(2) binary, so we explicitly set PYTHON=/usr/bin/python3. Closes: #938944 | |||
| 2019-07-31 | Drop obsolete configure flags | Michael Biebl | |
| 2018-11-27 | Move D-Bus policy files to /usr/share/dbus-1/system.d/ | Michael Biebl | |
| This is supported since dbus 1.9.18. | |||
| 2018-10-25 | Switch to debhelper compat level 12 and dh_installsystemd | Michael Biebl | |
| 2018-10-21 | Disable obsolete ibft settings plugin | Michael Biebl | |
| It has been replaced by an iBFT reader which parses /sys/firmware/ibft directly instead of iscsiadm output. | |||
| 2018-06-11 | Enable iwd support | Michael Biebl | |
| 2018-06-11 | Drop dh_strip override, the dbgsym migration is done | Michael Biebl | |
| 2018-06-11 | Make sure the example server.conf is actually installed | Michael Biebl | |
| 2018-04-18 | Stop building libnm-glib/libnm-util | Michael Biebl | |
| Those libraries have been deprecated for several years. The successor is libnm, a GObject-based client library using GDBus instead of dbus-glib. | |||
| 2018-01-21 | Revert "Bump debhelper compat level to 11" | Michael Biebl | |
| There are currently too many issues with dh_installsystemd, so switch back to compat 10 using dh_systemd_enable and dh_systemd_start for the time being. This reverts commit ac717b686e40bc8c365e2f3eae7315f4ad239ae7. | |||
| 2018-01-21 | Bump debhelper compat level to 11 | Michael Biebl | |
| 2017-11-07 | Disable dhcpcanon and openvswitch support | Michael Biebl | |
| DHCP client support with dhcpcanon is still marked as experimental and support for Open vSwitch will require more package related changes. If Open vSwitch support is enabled, this will most likely be provided via a separate binary package. | |||
| 2017-10-22 | Remove unnecessary files in dh_install override | Michael Biebl | |
| Gbp-Dch: Ignore | |||
| 2017-09-20 | Switch to dh_missing and abort on uninstalled files | Michael Biebl | |
| 2017-06-18 | Fix creation of network-manager.service symlink | Michael 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-18 | Install ifupdown dispatcher script via network-manager.install | Michael 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-17 | Switch runstatedir from /var/run to /run | Michael Biebl | |
| Update existing /etc/resolv.conf symlinks accordingly. Closes: #860045 | |||
| 2017-05-13 | Enable vala bindings support | Rico Tzschichholz | |
| 2017-05-11 | Drop obsolete ifblacklist_migrate.sh script | Michael Biebl | |
| It's been unused since wheezy. | |||
| 2017-01-17 | Enable JSON validation | Michael Biebl | |
| This enables team configuration validation via Jansson. | |||
| 2016-10-16 | Do not (re)start NetworkManager-dispatcher.service | Michael Biebl | |
| Do not (re)start NetworkManager-dispatcher.service as part of the upgrade process. This was an unintended side-effect of switching to debhelper compat level 10. NOTE: --no-also is necessary, because NetworkManager.service contains [Install] Also=NetworkManager-dispatcher.service Closes: #839884 | |||
| 2016-10-16 | Drop dh_systemd_start overrides for NetworkManager-dispatcher.service ↵ | Michael Biebl | |
| NetworkManager-wait-online.service They are basically a nop and only cause a daemon-reload (twice). | |||
| 2016-10-16 | restart-after-upgrade is the default behaviour of dh compat 10 | Michael Biebl | |
| 2016-09-23 | Bump debhelper compat level to 10 | Michael Biebl | |
| 2016-09-17 | Drop override for dh_auto_test | Michael Biebl | |
| We don't explicitly need to dump the log files as dh_auto_test runs with VERBOSE=1 by default. | |||
| 2016-06-02 | Properly hook up network.target and network-online.target | Michael Biebl | |
| * Let NetworkManager.service pull in network.target. This will provide a proper ordering on shutdown. * Enable NetworkManager-wait-online.service. This ensures that mounting of network file systems works properly and SysV init scripts depending on $network will be delayed until network is available (or a timeout is reached). | |||
| 2016-04-21 | Enable audit support | Laurent Bigonville | |
| 2016-04-21 | Enable SELinux support, this allows NM to properly set labels on the ↵ | Laurent Bigonville | |
| hostname files. | |||
| 2016-03-30 | Set the udev directory to /lib/udev | Michael Biebl | |
| via the new --with-udev-dir= configure switch | |||
| 2016-03-13 | Ensure proper upgrade from network-manager-dbg to new dbgsym packages | Michael Biebl | |
| by using dh_strip --dbgsym-migration. | |||
| 2016-03-13 | Use the architecture.mk Makefile snippet | Michael Biebl | |
| provided by dpkg-dev to retrieve DEB_HOST_MULTIARCH. | |||
| 2016-03-01 | Skip the test suite if "nocheck" is set via DEB_BUILD_OPTIONS | Michael Biebl | |
| 2016-03-01 | Dump the contents of test-suite.log to stdout when the test suite fails | Michael Biebl | |
| 2016-02-04 | Drop dbg package now that we have automatic dbgsym packages. | Michael Biebl | |
| 2016-01-21 | Run test suite during build | Michael Biebl | |
| This requires a build dependency on python-gi, python-dbus and dbus (for dbus-run-session). | |||
| 2016-01-20 | Set the path to the dnssec-trigger-script via the configure switch | Michael Biebl | |
| 2016-01-20 | Explicitly enable nmcli. | Michael Biebl | |
| 2016-01-20 | Switch from user-mode PPPoE client back to kernel-mode PPPoE | Michael Biebl | |
| We switched to rp-pppoe some time ago to workaround a bug in detecting disconnects which has seen been fixed in the kernel and could be worked around fairly simply with the right configuration. In addition, the kernel mode PPPoE implementation is faster and provides more features. Closes: #783525 | |||
| 2015-12-05 | Use dh_ppp to manage dependencies on ppp | Chris Boot | |
| Bump Build-Depends on ppp-dev to (>= 2.4.7-1+1), which includes dh_ppp that has --plugin-dir. Add ppp addon to dh sequencer. Add Breaks: ${misc:Breaks} (generated by dh_ppp) and remove the version from Recommends: ppp. Use dh_ppp --plugin-dir to determine the ppp plugin directory. Closes: #805565 | |||
| 2015-05-06 | Enable and install the ibft plugin | Michael Biebl | |
| This plugin queries the 'iscsiadm' tool and generates connections based on the firmware configuration. | |||
| 2015-01-23 | Enable polkit agent support for the CLI tools. | Michael Biebl | |
| 2015-01-23 | Enable Bluez5 DUN support. | Michael Biebl | |
| 2014-09-02 | Enable Network Team driver support | Michael Biebl | |
| This is an optional feature which requires the teamd daemon provided by libteam-utils. | |||
| 2014-09-02 | Use default compression for binary packages. | Michael Biebl | |
| 2014-07-10 | Specify the path to the pppd and pppoe binary via the corresponding ↵ | Michael Biebl | |
| configure switch. | |||
| 2014-07-10 | Adjust configure flags for new upstream release | Michael Biebl | |
| 2014-07-10 | Build and install nmtui, a curses-based interface for easier console operation. | Michael Biebl | |
| 2014-07-08 | Exclude libtool .la files from list-missing. | Michael Biebl | |