[ANNOUNCE] bridge-utils 1.6 release

From: Stephen Hemminger
Date: Mon Oct 17 2016 - 12:03:27 EST


Release of bridge-utils version 1.6

This is the first bridge-utils release in a long time.
There are not any new features, since bridge-utils is deprecated in
favor of bridge command in iproute2. But there are several small
bug fixes and minor cleanups.

Source:
http://www.kernel.org/pub/linux/utils/net/bridge-utils/bridge-utils.1.6.tar.gz

Repository:
git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/bridge-utils.git

Report problems (or enhancements) to the netdev@xxxxxxxxxxxxxxx mailing list.

---
Andrey Mazo (4):
bridge-utils: Abort compilation on error in any subdirectory
bridge-utils: Remove unused variable in doc/Makefile.in
bridge-utils: AC_OUTPUT should be used without arguments
bridge-utils: Pretty print configure help

David Johnson (1):
bug with older glibc: "brctl show" shows nothing

Kylie McClain (1):
Fix building on musl libc

Russell Senior (1):
bridge-utils: Fix compile against linux-3.8.x

Stephen Hemminger (10):
Fix incorrect command in manual
Fix error message for incorrect command
Check error returns from write to sysfs
Fix typo's on man page
update email address
ignore build files
Clean up autoconf debris when doing make maintainer-clean
brctl: better error handling
man: add obsolete notice to man page
bridge-utils 1.6 release

Xiaochen Wang (1):
skip . and .. in accurately in isbridge()

Yegor Yefremov (1):
rename configure.in to configure.ac