File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,36 @@ Known issues in 25.0
127
127
See `issue #1544 <https://github.com/labgrid-project/labgrid/issues/1544 >`_
128
128
and `PR #1605 <https://github.com/labgrid-project/labgrid/pull/1605 >`_.
129
129
130
+ Release 24.0.3 (Released Feb 12, 2025)
131
+ --------------------------------------
132
+
133
+ Bug fixes in 24.0.3
134
+ ~~~~~~~~~~~~~~~~~~~
135
+ - Fix support for networks without SSID in the agent used by the
136
+ NetworkInterfaceDriver.
137
+ - Fix concurrent access to USB HID relays.
138
+ - Fix some actions workflows.
139
+
140
+
141
+ Release 24.0.2 (Released Sep 28, 2024)
142
+ --------------------------------------
143
+
144
+ Bug fixes in 24.0.2
145
+ ~~~~~~~~~~~~~~~~~~~
146
+ - Limit pysnmp's pyasn1 dependency to <0.6.0 in pyproject.toml to work around
147
+ `pyasn1.compat.octets ModuleNotFoundError <https://github.com/pyasn1/pyasn1/issues/76 >`_.
148
+
149
+
150
+ Release 24.0.1 (Released Aug 19, 2024)
151
+ --------------------------------------
152
+
153
+ Bug fixes in 24.0.1
154
+ ~~~~~~~~~~~~~~~~~~~
155
+ - Add "six" to crossbar-requirements.txt as a stop-gap solution for implicit
156
+ six usage of txtorcon (a crossbar dependency). Fixes errors such as:
157
+ ModuleNotFoundError: No module named 'six'
158
+
159
+
130
160
Release 24.0 (Released Aug 12, 2024)
131
161
------------------------------------
132
162
You can’t perform that action at this time.
0 commit comments