summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: [