blob: a8ea7b2b2264812ea8acb4afc83ea8548e09a539 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
Changes in v1.4.1:
- Fail to open if the interface is not WiMAX
- Add mk-archive for preparing release tarballs
Changes in v1.3.96:
- Use the netlink controller for gaining multicast groups knowledge.
- Fix handling of ack/nlerr -- we don't need RP_RESULT anymore.
- Remove deprecated libwimax interface, all clients should have moved
to libwimaxll.
Changes in v1.3.97:
- Move to use a single WiMAX family for all the adapters (following
the kernel as requested by the community). Interfaces are now
addresed with an attribute indicating the interface index.
Changes in v1.3.98:
- Make callbacks seen by the user take a void pointer instead of an
specific type that has to be wrapped.
- Namespace cleanups.
|