summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-08-14 10:39:24 +0200
committerBastien Nocera <hadess@hadess.net>2021-08-14 23:03:51 +0200
commitdff7a794e55d6ad7a10e8edacd73aa047593e74c (patch)
treeb228cd84bc2cd63d461812e63afbf6944d04b16b
parent83a36a29e75b819281a8f114232d711b25572add (diff)
downloadlibgudev-dff7a794e55d6ad7a10e8edacd73aa047593e74c.tar.gz
237237
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fdf4e4b..2d4ab64 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
libgudev - GObject bindings for libudev
+CHANGES WITH 237:
+ * Fix reading double precision floats from sysfs attributes in
+ locales that use comma as a separator
+ * Fix compilation warning
+ * Fix headers to help with build reproducibility
+ * Clarify licensing information
+
CHANGES WITH 236:
* Fix meson project name to match autotools
diff --git a/meson.build b/meson.build
index cd8fa29..eae2c80 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libgudev', 'c',
- version: '236',
+ version: '237',
license: 'LGPLv2.1+',
meson_version: '>= 0.53.0',
default_options: [