Skip to content

Commit ba15037

Browse files
CHANGES: add release notes for v23.0.2
Signed-off-by: Bastian Krause <[email protected]>
1 parent 6ae99e9 commit ba15037

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGES.rst

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
Release 23.0.2 (Released Jul 04, 2023)
2+
--------------------------------------
3+
4+
Bug fixes in 23.0.2
5+
~~~~~~~~~~~~~~~~~~~
6+
- Move `SSHDriver`'s control socket tmpdir clean up after the the SSH process
7+
has terminated. Ignore errors on cleanup since it's best effort.
8+
- Add missing class name in ``labgrid-client monitor`` resource output.
9+
- Print USB loader process output if log level does not cover logging it.
10+
- Fix UnboundLocalError in ``atomic_replace()`` used by the coordinator and
11+
``labgrid-client export`` to write config files.
12+
- Let Config's ``get_tool()`` return the requested tool if it is not found in
13+
the config. Return the resolved path if it exists, otherwise return the value
14+
as is. Also drop the now obsolete tool fallbacks from the drivers and add
15+
tests.
16+
- Fix `USBSDMuxDevice`/`USBSDWireDevice` udev race condition leading to
17+
outdated control/disk paths.
18+
- Fix `SSHDriver`'s ``explicit_sftp_mode`` option to allow calls to ``put()``
19+
and ``get()`` multiple times. Also make ``scp()`` respect this option.
20+
- Add compatibility with QEMU >= 6.1.0 to `QEMUDriver`'s ``display`` argument
21+
for the ``egl-headless`` option.
22+
123
Release 23.0.1 (Released Apr 26, 2023)
224
--------------------------------------
325

0 commit comments

Comments
 (0)