Skip to content

Commit

Permalink
fixup! CHANGES: update changelog for 24.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian-Krause committed Jun 25, 2024
1 parent 82e0bae commit 4ea42a5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ New Features in 24.0
- Support for udev matched GPIOs has been added.
- labgrid-client now has a ``write-files`` subcommand to copy files onto mass
storage devices.
- The ``NetworkPowerPort`` supports a new backend ``ubus``. It controls PoE
switches running OpenWrt using the ubus interface.
- The pyproject.toml gained a config for `ruff <https://github.com/astral-sh/ruff>`_.
- ``setuptools_scm`` is now used to generate a version file.


Bug fixes in 24.0
~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -90,6 +95,12 @@ Bug fixes in 24.0
- The password for the ``ShellDriver`` can now be an empty string.
- The default crossbar configuration now enables auto-fragmentation to handle
bigger labs where the payload size can be bigger than 1 megabyte.
- The ``SSHDriver`` redirects `/dev/null` to stdin of commands run via SSH.
This prevents unexpected input, especially when using the
``ManualPowerDriver`` or a REPL.
- The `ser2net` version check for YAML configurations in the exporter was
fixed.
- The exporter forces `ser2net` TCP connections for versions >=4.2.0.

Breaking changes in 24.0
~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 4ea42a5

Please sign in to comment.