File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
23
Release 23.0.1 (Released Apr 26, 2023)
2
24
--------------------------------------
3
25
You can’t perform that action at this time.
0 commit comments