]> git.alsa-project.org Git - alsa-gobject.git/commitdiff
bump version up to 0.2.0 to release v0.2.0
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Fri, 20 Nov 2020 07:41:36 +0000 (16:41 +0900)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Sat, 21 Nov 2020 00:13:46 +0000 (09:13 +0900)
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
README.rst
meson.build

index ae7b777cc67e5a24ade1e2834fa1e0ee7b5e543b..1355d8ecff49df4f5f9cc3cc957ddd20f8615795 100644 (file)
@@ -2,7 +2,7 @@
 The alsa-gobject project
 ========================
 
-2020/06/21
+2020/11/20
 Takashi Sakamoto
 
 Introduction
@@ -60,7 +60,7 @@ Dependencies
 
 * GLib <https://gitlab.gnome.org/GNOME/glib>
 * GObject introspection <https://gi.readthedocs.io/>
-* UAPI of Linux kernel for sound subsystem
+* UAPI of Linux kernel version 4.5 or later for sound subsystem
 * libudev1 <https://www.freedesktop.org/wiki/Software/systemd/>
 * Meson <https://mesonbuild.com/>
 * (optional) PyGObject <https://pygobject.readthedocs.io/> to execute tests
@@ -104,7 +104,8 @@ Design note
 ===========
 
 * These libraries are independent of alsa-lib, to focus on interaction to
-  kernel land directly by system calls without alsa-lib's configuration space.
+  kernel land directly by system calls without alsa-lib's configuration space
+  and plugin framework.
 * The way to enumerate any device is based on sysfs, programmed with libudev1.
 * GObject object is used for structures in UAPI of Linux sound subsystem with
   reserved space.
index 2068db63e989f8dd4b3e933d660d45af3227ee89..58e6a9a2602e7619d45f2a2b824cfaeb0994f53a 100644 (file)
@@ -1,5 +1,5 @@
 project('alsa-gobject', 'c',
-  version: '0.1.0',
+  version: '0.2.0',
   license: 'LGPL-3',
 )