Skip to content

Commit

Permalink
CHANGES/debian: name next release 25.0
Browse files Browse the repository at this point in the history
labgrid uses calver (calendar versioning) with a "YY.MINOR[.MICRO]"
format string. So the next release will happen this year.

Signed-off-by: Bastian Krause <[email protected]>
  • Loading branch information
Bastian-Krause committed Jan 31, 2025
1 parent 6a8b519 commit bb8dad7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Release 24.1 (Unreleased)
Release 25.0 (Unreleased)
-------------------------
As announced
`before <https://github.com/labgrid-project/labgrid/discussions/1467#discussioncomment-10314852>`_,
Expand All @@ -14,25 +14,25 @@ That's why labgrid moves to gRPC with this release. gRPC is a well maintained
RPC framework with a lot of users. As a side effect, the message transfer is
more performant and the import times are shorter.

New Features in 24.1
New Features in 25.0
~~~~~~~~~~~~~~~~~~~~
- All components can be installed into the same virtualenv again.
- The `QEMUDriver` now supports setting the ``display`` option to
``qemu-default``, which will neither set the QEMU ``-display`` option
or pass along ``-nographic``.

Bug fixes in 24.1
Bug fixes in 25.0
~~~~~~~~~~~~~~~~~

FIXME

Breaking changes in 24.1
Breaking changes in 25.0
~~~~~~~~~~~~~~~~~~~~~~~~
Maintaining support for both crossbar/autobahn as well as gRPC in labgrid would
be a lot of effort due to the different architectures of those frameworks.
Therefore, a hard migration to gRPC is deemed the lesser issue.

Due to the migration, 24.1 includes the following breaking changes:
Due to the migration, 25.0 includes the following breaking changes:

- The labgrid environment config option ``crossbar_url`` was renamed to
``coordinator_address``. The environment variable ``LG_CROSSBAR`` was renamed
Expand All @@ -51,7 +51,7 @@ Other breaking changes include:
removed) xdrlib. See
`issue #1507 <https://github.com/labgrid-project/labgrid/issues/1507>`_.

Known issues in 24.1
Known issues in 25.0
~~~~~~~~~~~~~~~~~~~~

FIXME
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
labgrid (24.1.0) UNRELEASED; urgency=low
labgrid (25.0.0) UNRELEASED; urgency=low

* See https://github.com/labgrid-project/labgrid/blob/master/CHANGES.rst

-- Bastian Krause <[email protected]> Tue, 13 Aug 2024 12:23:25 +0200
-- Bastian Krause <[email protected]> Fri, 21 Jan 2024 10:43:45 +0100

labgrid (24.0.0) UNRELEASED; urgency=low

Expand Down

0 comments on commit bb8dad7

Please sign in to comment.