RE: [ANNOUNCE] bridge-utils 1.6 release

2016-10-17 Thread Rosen, Rami
Hi, Alexander, 

>This link seems to be broken.

Seems that it should be:
https://www.kernel.org/pub/linux/utils/net/bridge-utils/bridge-utils-1.6.tar.gz
Instead of:
>   
> http://www.kernel.org/pub/linux/utils/net/bridge-utils/bridge-utils.1.6.tar.gz

Regards,
Rami Rosen
Intel Corporation



Re: [ANNOUNCE] bridge-utils 1.6 release

2016-10-17 Thread Alexander Alemayhu
On Mon, Oct 17, 2016 at 09:03:30AM -0700, Stephen Hemminger wrote:
> 
> Source:
>   
> http://www.kernel.org/pub/linux/utils/net/bridge-utils/bridge-utils.1.6.tar.gz
>

This link seems to be broken.

-- 
Mit freundlichen Grüßen

Alexander Alemayhu


[ANNOUNCE] bridge-utils 1.6 release

2016-10-17 Thread Stephen Hemminger
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@vger.kernel.org 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