summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2017-02-13 19:29:13 +0100
committerBastien Nocera <hadess@hadess.net>2017-02-13 19:29:13 +0100
commit56a58f4e9b4703df48107513fc2a97a7b1693c57 (patch)
tree8bdd1db146c45f1dcbba4caa68f9cc2732ef3bef
parent7cf0fde672e6b0eb6c48fc5ab533da948b1ab74a (diff)
downloadlibgudev-56a58f4e9b4703df48107513fc2a97a7b1693c57.tar.gz
231231
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 390f4f5..3659dce 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
libgudev - GObject bindings for libudev
+CHANGES WITH 231:
+ * Fix a bug in the enumerator to ensure that client subsystems
+ are implicitly matched
+ * Require a newer GLib to simplify some code
+
CHANGES WITH 230:
* Bump version number so the package will supercede any gudev
diff --git a/configure.ac b/configure.ac
index 7b67b3b..4ba8725 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
AC_INIT([libgudev],
- [230],
+ [231],
[http://bugzilla.gnome.org/enter_bug.cgi?product=libgudev],
[libgudev],
[http://wiki.gnome.org/Projects/libgudev])