From 61a5761ccabd6cfcebbefe2e5f9bf9b166acda9b Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 16 Mar 2021 11:20:26 +0100 Subject: 235 --- NEWS | 4 ++++ meson.build | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9488348..1922fdd 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ libgudev - GObject bindings for libudev +CHANGES WITH 235: + * Port build system to meson and remove autotools + * Fix conversion of sysfs attributes to boolean + CHANGES WITH 234: * Clarify that _get_sysfs_attr() functions are cached * Add functions to get uncached sysfs attributes diff --git a/meson.build b/meson.build index c7b6d92..43bcd09 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gudev', 'c', - version: '234', + version: '235', license: 'LGPLv2.1+', meson_version: '>= 0.53.0', default_options: [ -- cgit v1.2.1