configure.ac, Changelog, NEWS etc.: update to version 2.0.9
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
This commit is contained in:
parent
b7f4eaeaaf
commit
c6753dfcc2
18
ChangeLog
18
ChangeLog
|
@ -1,3 +1,21 @@
|
||||||
|
2012-05-25 Stefan Richter <stefanr@s5r6.in-berlin.de>
|
||||||
|
|
||||||
|
* Remove unused code
|
||||||
|
|
||||||
|
* Include local firewire-*.h instead of system-wide <linux/firewire-*.h>
|
||||||
|
|
||||||
|
* Add firewire-{cdev,constants}.h from Linux v3.4
|
||||||
|
|
||||||
|
2012-03-19 Clemens Ladisch <clemens@ladisch.de>
|
||||||
|
|
||||||
|
* Implement raw1394_iso_recv_flush() on Juju
|
||||||
|
|
||||||
|
2012-02-19 Guus Sliepen <guus@sliepen.eu.org>
|
||||||
|
|
||||||
|
* Fix incorrect use of == instead of =.
|
||||||
|
|
||||||
|
* Remove UTF-8 whitespace.
|
||||||
|
|
||||||
2012-02-19 Stefan Richter <stefanr@s5r6.in-berlin.de>
|
2012-02-19 Stefan Richter <stefanr@s5r6.in-berlin.de>
|
||||||
|
|
||||||
* configure.ac, Changelog, NEWS etc.: update to version 2.0.8
|
* configure.ac, Changelog, NEWS etc.: update to version 2.0.8
|
||||||
|
|
10
NEWS
10
NEWS
|
@ -1,5 +1,15 @@
|
||||||
libraw1394 Release Notes
|
libraw1394 Release Notes
|
||||||
|
|
||||||
|
Version 2.0.9:
|
||||||
|
- Fix that raw1394_iso_recv_flush() did not have any effect when running
|
||||||
|
on firewire-core alias juju kernel drivers. Requires kernel 3.4 or
|
||||||
|
later.
|
||||||
|
- Remove build-time dependency on linux-headers. Before, if too old
|
||||||
|
kernel headers were present on the build system, features and fixes
|
||||||
|
would be silently omitted from the build.
|
||||||
|
- Remove --with-fw-dir configure switch which is no longer useful.
|
||||||
|
- Janitorial fixes.
|
||||||
|
|
||||||
Version 2.0.8:
|
Version 2.0.8:
|
||||||
- Configuration ROM access via raw1394_read() is dramatically faster and
|
- Configuration ROM access via raw1394_read() is dramatically faster and
|
||||||
very robust now. We read the kernel's Configuration ROM cache instead
|
very robust now. We read the kernel's Configuration ROM cache instead
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# process this file with autoconf to get a configure script
|
# process this file with autoconf to get a configure script
|
||||||
|
|
||||||
AC_INIT(libraw1394, 2.0.8)
|
AC_INIT(libraw1394, 2.0.9)
|
||||||
AC_CONFIG_SRCDIR(src/raw1394.h)
|
AC_CONFIG_SRCDIR(src/raw1394.h)
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
|
|
Reference in New Issue