This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "netcfg network scripts repository". The branch, master has been updated via 4d53c6a4bcef9ce54d77f282cf6fd3b1d14a355f (commit) via fa28358658487727fbb766361cf134dba6e73e36 (commit) via 1244fe21bc542beed91e9983c9cdd22a5fe536a6 (commit) via eb0a94db0d6b8961a5680e599b4f806fe9822908 (commit) via f1598d7814b3c82b16f1a6b4e82ae41613e09501 (commit) via 8de507b99b78766a567935c59bc81e310667b163 (commit) via 186e931130623eae0c5ef4dc69c6672a74178e39 (commit) via 904b15f9dfe84d767e436dd30a5b726718cdb2e3 (commit) via 9ba28eff8605670bca2307ff6f79cb4d3ce46bb3 (commit) via 326cfb83b80103d90ad6ded579592ada22416f6d (commit) via f60ec1546ca4ef3c4f615ee8184699847274733f (commit) via ba2128f0233c04aea1f5adc425938f78bdd7540e (commit) from e06f4c789a2f53401f22d39ed1180967adbb6271 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4d53c6a4bcef9ce54d77f282cf6fd3b1d14a355f Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Sun Oct 14 13:59:35 2012 +0200 Shed some history Prepare for the 3.0 release. commit fa28358658487727fbb766361cf134dba6e73e36 Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Sun Oct 14 13:58:21 2012 +0200 Update documentation We now consider systemd installations the default and initscripts installations 'legacy'. commit 1244fe21bc542beed91e9983c9cdd22a5fe536a6 Author: Sascha Weaver <wzyboies@gmail.com> Date: Mon Oct 15 00:11:52 2012 +0200 Grammar error in example conf file (FS#31947) "example" is a word starts with a vowel. commit eb0a94db0d6b8961a5680e599b4f806fe9822908 Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Sun Oct 14 10:32:45 2012 +0200 Workaround systemd shutdown bug Addendum to 95489. commit f1598d7814b3c82b16f1a6b4e82ae41613e09501 Author: Samuel Andaya <samuel@andaya.net> Date: Sun Oct 14 10:12:34 2012 +0200 Add support for "options" in /etc/resolv.conf. Example DNS=('8.8.8.8' '8.8.4.4') DNS_OPTIONS=('rotate' 'timeout:1') Will create the following /etc/resolv.conf nameserver 8.8.8.8 nameserver 8.8.4.4 options rotate options timeout:1 (patch edited by Jouke Witteveen) commit 8de507b99b78766a567935c59bc81e310667b163 Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Fri Oct 12 14:02:04 2012 +0200 Update rfkill implementation Implement the current kernel ABI and support sysfs paths encountered on current systems. commit 186e931130623eae0c5ef4dc69c6672a74178e39 Author: Ivan Shapovalov <intelfx100@gmail.com> Date: Mon Oct 8 00:06:19 2012 +0400 Exit from stop_wpa() if there's nothing to terminate. Check "$WPA_CONF_DIR/$INTERFACE" for existence; exit if it's absent (that is, wpa_supplicant isn't running). Just avoids an error message from wpa_cli. Signed-off-by: Ivan Shapovalov <intelfx100@gmail.com> commit 904b15f9dfe84d767e436dd30a5b726718cdb2e3 Author: Mantas MikulÄ—nas <grawity@gmail.com> Date: Fri Oct 12 15:27:47 2012 +0200 Fix scan for SSIDs starting with a dash Reported by coin3d. commit 9ba28eff8605670bca2307ff6f79cb4d3ce46bb3 Author: Ivan Shapovalov <intelfx100@gmail.com> Date: Tue Oct 2 21:59:37 2012 +0400 Kill dhclient along with dhcpcd when performing cleanups. For the sake of completeness and not leaving any garbage behind us. Signed-off-by: Ivan Shapovalov <intelfx100@gmail.com> commit 326cfb83b80103d90ad6ded579592ada22416f6d Author: Ivan Shapovalov <intelfx100@gmail.com> Date: Tue Oct 2 21:50:56 2012 +0400 Include "-pf" when shutting down an ethernet connection with dhclient. Executing "dhclient -x" also needs option "-pf" and a PID-file. Signed-off-by: Ivan Shapovalov <intelfx100@gmail.com> commit f60ec1546ca4ef3c4f615ee8184699847274733f Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Fri Oct 12 15:13:04 2012 +0200 Fix bond connections (FS#31770) This commit removes an undocumented feature where IFACE_{UP,DOWN} would be evaluated when the interface is brought up or down. This functionality did not work as expected since the interface could potentially be brought up/down more than once in one netcfg invocation. This is apparent in the changes to the bonding code. commit ba2128f0233c04aea1f5adc425938f78bdd7540e Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Fri Oct 12 15:09:08 2012 +0200 Fix whitespace and quoting ----------------------------------------------------------------------- Summary of changes: AUTHORS | 2 +- contrib/pm-utils.handler | 2 +- docs/examples/tunnel-he-ipv6 | 2 +- docs/features.txt | 30 +++++++++++++++-------------- docs/netcfg-profiles.5.txt | 2 ++ docs/netcfg.8.txt | 7 ++++--- scripts/netcfg | 3 ++- scripts/netcfg-wpa_actiond | 14 ++++---------- src/8021x | 5 ++++- src/connections/bond | 3 ++- src/connections/ethernet | 17 +++++++++------- src/connections/openvpn | 7 +++++-- src/network | 6 ------ src/rfkill | 46 +++++++++++++++----------------------------- systemd/netcfg@.service | 1 + 15 files changed, 69 insertions(+), 78 deletions(-) hooks/post-receive -- netcfg network scripts repository