summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-09-05 00:26:38 +0200
committerCarlos Garnacho <carlosg@gnome.org>2022-09-05 13:39:48 +0200
commit7f5adaf4d706448d1cc6d7e105ae35f1853dec6b (patch)
tree40e0cf73c53638cb10ae98a4f6dcb83cf24dcfc5
parente4dd8d3d2561f5068f7234540daf92f1b52c7870 (diff)
downloadgsettings-desktop-schemas-7f5adaf4d706448d1cc6d7e105ae35f1853dec6b.tar.gz
Release 43.rc43.rc
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e1e395c..b33a202 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Major changes in 43.rc
+======================
+- Add setting for touchpad acceleration profiles
+- Add specific schema for trackpoint pointer devices
+- Translation updates
+
Major changes in 43.alpha
=========================
- Fix description of use-same-proxy setting
diff --git a/meson.build b/meson.build
index eb0f49a..19e764d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gsettings-desktop-schemas', 'c',
- version: '43.alpha',
+ version: '43.rc',
default_options: [
'warning_level=2'
],