From: Sven Eden Date: Thu, 10 Aug 2017 08:23:44 +0000 (+0200) Subject: Prep v235: Updated root files to upstream commit 7a0019d X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7fe5c6eb45196b75cd48b500af6ad8dc28115ff4;p=elogind.git Prep v235: Updated root files to upstream commit 7a0019d --- diff --git a/Makefile b/Makefile index 09222128c..b7e13fba2 100644 --- a/Makefile +++ b/Makefile @@ -2,4 +2,4 @@ all: ninja -C build install: - DESTDIR=$(DESTDIR) ninja -C build + DESTDIR=$(DESTDIR) ninja -C build install diff --git a/NEWS b/NEWS index d56b7a6f2..60758b5dc 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,16 @@ systemd System and Service Manager +CHANGES WITH 235: + + * modprobe.d drop-in is now shipped by default that sets bonding module + option max_bonds=0. This overrides the kernel default, to avoid + conflicts and ambigiuty as to whether or not bond0 should be managed + by networkd or not. This resolves multiple bugs of bond0 properties + not being applied, when bond0 is configured with + networkd. Distributors may choose to not package this, however in + that case users will be prevented from correctly managing bond0 + interface using networkd. + CHANGES WITH 234: * Meson is now supported as build system in addition to Automake. It is @@ -132,9 +143,6 @@ CHANGES WITH 234: CHANGES WITH 233: - * This version requires at least gperf 3.1 for building, 3.0 is not - sufficient. - * The "hybrid" control group mode has been modified to improve compatibility with "legacy" cgroups-v1 setups. Specifically, the "hybrid" setup of /sys/fs/cgroup is now pretty much identical to