2011-07-20 11:58:34

by wireless

[permalink] [raw]
Subject: [ANN] iw: v3.0


A new release of iw (v3.0) is available at:

http://wireless.kernel.org/download/iw/iw-3.0.tar.bz2

SHA1 sum: 46817671757fae640d4ec3b36d54f4cc73604bad

Here is the short log of the changes (since v0.9.22)
included in this release:

Jo-Philipp Wich (1):
iw: Fix calculation of fractional multicast rates

Johannes Berg (19):
use nla_type
report IBSS RSN
fix frequency parsing
print frame TX status event
update nl80211.h
validate tx power argument is a number
update nl80211.h
wowlan support
update nl80211.h
show interface combinations
scan: print WPS UUID
scan: print MS OUI as what it is
a little bit of P2P parsing
more verbose output for interface combinations
update nl80211.h
add set_rekey_offload cmd
new wowlan triggers/info
add remain-on-channel
fix bug in version.sh

Paul Stewart (1):
Add station BSS params to iw output

Sean Robinson (1):
Add send callbacks with optional debug handler

Sujith Manoharan (1):
iw: Clarify bitrate mask documentation



2011-07-20 11:59:41

by Johannes Berg

[permalink] [raw]
Subject: Re: [ANN] iw: v3.0

On Wed, 2011-07-20 at 13:58 +0200, [email protected] wrote:
> A new release of iw (v3.0) is available at:
>
> http://wireless.kernel.org/download/iw/iw-3.0.tar.bz2

With this version, I'm moving to versioning based on the kernel version.
The iw version will reflect the kernel version that it was based on in
terms of nl80211 API.

johannes