aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2022-06-30 12:06:08 +0900
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2022-06-30 12:06:08 +0900
commit7e8f5b4ab2e1f4ea97ecc15e01b303e325d5d127 (patch)
tree25d84990063d77de22ed9bb09c51ab2652b4d488
parent66ae5fa68086ff25cbf9946642eeb0ee34784b5d (diff)
downloadlibhinoko-7e8f5b4ab2e1f4ea97ecc15e01b303e325d5d127.tar.gz
bump release version up to 0.7.2v0.7.2
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r--README.rst14
-rw-r--r--meson.build2
2 files changed, 8 insertions, 8 deletions
diff --git a/README.rst b/README.rst
index c236541..5f102ba 100644
--- a/README.rst
+++ b/README.rst
@@ -1,8 +1,8 @@
-=========
-libhinoko
-=========
+=====================
+The libhinoko project
+=====================
-2022/05/08
+2022/06/30
Takashi Sakamoto
Introduction
@@ -17,7 +17,7 @@ IEEE 1394 bus by any language binding of GObject Introspection. The applications
operate OHCI 1394 controllers for any isochronous context and isochronous resources. According
to this design, this library is an application of Linux FireWire subsystem and GLib/GObject.
-The latest release is `0.7.1 <https://github.com/takaswie/libhinoko/releases/tag/v0.7.1>`_.
+The latest release is `0.7.2 <https://github.com/takaswie/libhinoko/releases/tag/v0.7.2>`_.
Example of Python 3 with PyGobject
==================================
@@ -168,7 +168,7 @@ Furthermore hardware interrupt is not scheduled automatically in ``Hinoko.FwIsoT
interrupt explicitly by calling ``Hinoko.FwIsoTx.register_packet()`` and
``Hinoko.FwIsoRxSingle.register_packet()`` if required. ``Hinawa.FwIsoCtx.flush_completions()``
allows applciation to process content of packet without scheduling hardware interrupt.
-
+
About Hinoko
============
@@ -179,7 +179,7 @@ The latter means ``flour``.
.. |kanji-hi| unicode:: &#x2f55 .. Hi spelled in Kanji
.. |kanji-ko| unicode:: &#7c89 .. Ko spelled in Kanji
-.. |hiragana-no| unicode:: &#x306e .. No spelled in Hiragana
+.. |hiragana-no| unicode:: &#x306e .. No spelled in Hiragana
We can see ``Hinoko`` flying from burning fire consecutively, like a stream of isochronous packet
in IEEE 1394 bus.
diff --git a/meson.build b/meson.build
index c63bb60..521e707 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('hinoko', 'c',
- version: '0.7.1',
+ version: '0.7.2',
license: 'LGPL-2.1+',
meson_version: '>= 0.46.0',
)