[libgudev/wip/hadess/237] 237




commit 6d68f410f6884bc2de1e14f443dc4e4cdd52f089
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Aug 14 10:39:24 2021 +0200

    237

 NEWS        | 7 +++++++
 meson.build | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)
---
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: [


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]