Version 0.8.0 release

In the release, some features are added so that applications can operate
with hardware time stamp for asynchronous communication.The package
archive is available in kernel.org.

* https://kernel.org/pub/linux/libs/ieee1394/hinawa-rs-0.8.0.tar.xz

Some methods are added to traits with default implementations. This is the
list of methods:

* FwNodeExtManual::read_cycle_time()
* FwReqExtManual::request()
* FwReqExtManual::transaction_with_tstamp()
* FwReqExtManual::connect_responded2()
* FwRespExtManual::connect_requested3()
* FwFcpExtManual::command_with_tstamp()
* FwFcpExtManual::avc_transaction_with_tstamp()
* FwFcpExtManual::connect_responded2()

CycleTime structure is newly added as well to store value of CYCLE_TIME register
in 1394 OHCI. It is passed to FwNodeExtManual::read_cycle_time() to
retrieve it.
bump release version to 0.8.0

It's time to release new version since libhinawa 2.6 was released.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
5 files changed