From 5fac77904e0e6eec616023d73c7fd5ae8a23ffa7 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 15 Apr 2024 13:51:49 +1000 Subject: [PATCH] libwacom 2.11.0 Signed-off-by: Peter Hutterer --- NEWS | 9 ++++++++- meson.build | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 55b6cd54..b0234d6c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +libwacom 2.11.0 +- New Devices: + - Asus Zenbook Duo + - Lenovo Ideapad Duet, Ideapad Duet 3, Thinkpad L13 Yoga Gen 3 + - HP Envy x360 +- The default fallback device is now an integrated tablet (see #641) + libwacom 2.10.0 - New Devices: - Lenovo X1 Yoga Gen 5, X1 Yoga Gen 7, ThinkPad Yoga 370, Lenovo Yoga Book 9i @@ -27,7 +34,7 @@ libwacom 2.8: libwacom 2.7: - New Devices: - - HP Spectre x360, Envy x360, + - HP Spectre x360, Envy x360, - XP-Pen Deco MW, Deco Pro MW, Deco Pro SW - Lenovo Yoga 7, Ideapad Duet 5i - Fixed the match for the Huion H950p diff --git a/meson.build b/meson.build index 4f04cd41..723e946a 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libwacom', 'c', - version: '2.10.0', + version: '2.11.0', license: 'HPND', default_options: [ 'c_std=gnu99', 'warning_level=2' ], meson_version: '>= 0.51.0')