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 890a3c483644858615027c4f0358bbfb4e51f05f (commit) via 7b8dee2209da8a0db1722562fc33fad336eafc8d (commit) via 11ba258a774f72818b4c79fbc61596fe5880e837 (commit) via 0b35da2fde29d7cafceb205523df130903645b72 (commit) via 1dd23ef9398433b38c488b6ef24660a8931be870 (commit) via ec0fb097b62d5861d382f56ce03246a51076bdfe (commit) from fd096b445062eea02c20595ed863ce891b313779 (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 890a3c483644858615027c4f0358bbfb4e51f05f Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Thu Aug 9 17:22:03 2012 +0200 2.8.9 release updates commit 7b8dee2209da8a0db1722562fc33fad336eafc8d Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Wed Aug 8 12:36:30 2012 +0200 Fix key handling in netcfg Mainly a regression (7e2ff). commit 11ba258a774f72818b4c79fbc61596fe5880e837 Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Wed Aug 8 12:35:02 2012 +0200 Small code review commit 0b35da2fde29d7cafceb205523df130903645b72 Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Wed Aug 8 12:31:24 2012 +0200 End initscripts compatibility The recent ovrhaul of rc.conf in initscripts is a good point to enforce using the proper configuration files for netcfg as well. commit 1dd23ef9398433b38c488b6ef24660a8931be870 Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Wed Aug 8 12:27:33 2012 +0200 Set the IPv6 gateway after DAD Using gateways for which NDP used to discover routes during the latency of netcfg no longer works (https://bbs.archlinux.org/viewtopic.php?id=145923). Such routes can now be added manually. commit ec0fb097b62d5861d382f56ce03246a51076bdfe Author: Tasos Latsas <tlatsas2000@gmail.com> Date: Wed Aug 8 11:30:05 2012 +0300 Better error handling in automatic connect scripts Signed-off-by: Tasos Latsas <tlatsas2000@gmail.com> ----------------------------------------------------------------------- Summary of changes: Makefile | 2 +- NEWS | 5 +++++ contrib/PKGBUILD | 7 +++++-- rc.d/net-auto-wired | 8 +++----- rc.d/net-auto-wireless | 8 +++----- scripts/netcfg | 1 + scripts/wifi-menu | 10 +++++----- src/8021x | 17 ++++------------- src/connections/ethernet | 18 ++++++++++-------- src/hooks/initscripts | 15 +-------------- 10 files changed, 38 insertions(+), 53 deletions(-) hooks/post-receive -- netcfg network scripts repository