summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-03-16 11:20:26 +0100
committerBastien Nocera <hadess@hadess.net>2021-03-16 12:16:31 +0100
commit61a5761ccabd6cfcebbefe2e5f9bf9b166acda9b (patch)
treed1cdd341a95f55319219f36a1ef4dc0edd0be6f1
parentc936072a553bd5bb0590fae00a2446e88c2161e8 (diff)
downloadlibgudev-wip/hadess/235.tar.gz
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
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: [