This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCHANGES
113 lines (81 loc) · 2.44 KB
/
CHANGES
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
v2.8
----
- Bump wsbrd to v1.4
- Bump built-in RCP to v1.2.0. Note this firmware still not work with EFR
series 2 (EFRxG2x). For now, the docker image is still unable to detect the
type of connected device.
v2.7
----
- Bump wsbrd to v1.4
- For the proxy mode, replace ndppd by the native support provided by wsbrd.
This new way to handle neighbor proxy is far more reliable.
v2.6.1
------
- Fix incompatibility with last update of github.com
v2.6
----
- Include wsbrd_cli
- Bump wsbrd to v1.3.3
- Bump built-in RCP to v1.0.0
v2.5
----
- Add dependencies for future wsbrd releaes
- Simplify the way the device is flashed
- Bump wsbrd to v1.2.0
- Bump built-in RCP to v0.6.0
v2.4.4
------
- In case the container was aborded, it might become unstarted. It was
particulary annoying when the docker was started with
--restart=unless-stopped.
- Bump wsbrd to v1.1.0
- Bump built-in RCP to v0.5.0
v2.4.3
------
- Solve issues with Github authentication. Since the repository is now public,
we can just use https transport.
v2.4.2
------
- Bump wsbrd to v1.0.4
v2.4.1
------
- Bump wsbrd to v1.0.1
- Include mbedTLS (necessary for future wsbrd releases)
v2.4
----
- Bump wsbrd to v1.0.0
- Bump built-in RCP to v0.4.0
- Include support for DBus. User can now run commands like:
docker exec wisun-vm busctl introspect com.silabs.Wisun.BorderRouter /com/silabs/Wisun/BorderRouter
- Remove tshark so, the size of the image greatly shrink (150MB -> 50MB)
v2.3.1
------
- Allow to use a local copy of wisun-br-linux sources.
- Fix error when launching DHCPv6-PD
v2.3
----
- Update wsbrd version to v0.2.0. radvd is no more necessary now.
- Start to use a configuration file for wsbrd. So, the command line used to
run wsbrd is now simpler.
- Do not advertise IPv6 network if an IPv4 network is detected
- Fix support for -D
- Improve DHCPv6-PD. unfortunatly, it is still experimental since correct
implementation of RFC6204 is still rare on the market
- Add progress bar when probing network
- Fix range of valid Wi-SUN classes
v2.2
----
- Rework documentation
v2.1
----
- Bump wsbrd to v0.1.1 (no changes for end user)
v2.0
----
- The Wi-SUN service now runs on the host
- Show version numbers on start-up
- Add way to flash the firmware from the docker image
- Provide a default firmware
- Add experimental support for DHCPv6-PD
v1.0
----
- Initial release