Skip to content

Commit f484eb3

Browse files
CHANGES/debian: name next release 25.0
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]>
1 parent 45c1950 commit f484eb3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CHANGES.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Release 24.1 (Unreleased)
1+
Release 25.0 (Unreleased)
22
-------------------------
33
As announced
44
`before <https://github.com/labgrid-project/labgrid/discussions/1467#discussioncomment-10314852>`_,
@@ -14,25 +14,25 @@ That's why labgrid moves to gRPC with this release. gRPC is a well maintained
1414
RPC framework with a lot of users. As a side effect, the message transfer is
1515
more performant and the import times are shorter.
1616

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

24-
Bug fixes in 24.1
24+
Bug fixes in 25.0
2525
~~~~~~~~~~~~~~~~~
2626

2727
FIXME
2828

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

35-
Due to the migration, 24.1 includes the following breaking changes:
35+
Due to the migration, 25.0 includes the following breaking changes:
3636

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

54-
Known issues in 24.1
54+
Known issues in 25.0
5555
~~~~~~~~~~~~~~~~~~~~
5656

5757
FIXME

debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
labgrid (24.1.0) UNRELEASED; urgency=low
1+
labgrid (25.0.0) UNRELEASED; urgency=low
22

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

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

77
labgrid (24.0.0) UNRELEASED; urgency=low
88

0 commit comments

Comments
 (0)