Skip to content

Commit 8298440

Browse files
committed
build: release 1.2.0
Prepare a new release 1.2.0, containing the recent aliasing fixes in the variant-reader. Signed-off-by: David Rheinsberg <[email protected]>
1 parent af45a63 commit 8298440

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

NEWS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# c-dvar - D-Bus Variant Type-System
22

3+
## CHANGES WITH 1.2.0:
4+
5+
* Fix the variant-reader to use aliasing-safe accessors. This allows
6+
parallel use of the variant-buffers with possibly aliasing pointers.
7+
8+
Contributions from: David Rheinsberg, Kostadin Shishmanov
9+
10+
- Dußlingen, 2025-06-16
11+
312
## CHANGES WITH 1.1.0:
413

514
* Update the c-stdaux dependency to provide the new build variables

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ project(
66
],
77
license: 'Apache',
88
meson_version: '>=0.60.0',
9-
version: '1.1.0',
9+
version: '1.2.0',
1010
)
1111
major = meson.project_version().split('.')[0]
1212
project_description = 'D-Bus Variant Type-System'

0 commit comments

Comments
 (0)