configure.ac, Changelog, NEWS: update to version 2.0.7
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
This commit is contained in:
parent
793b7639cf
commit
52099f7148
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2011-03-08 Stefan Richter <stefanr@s5r6.in-berlin.de>
|
||||
|
||||
* configure.ac, Changelog, NEWS: update to version 2.0.7
|
||||
|
||||
2011-02-25 Clemens Ladisch <clemens@ladisch.de>
|
||||
|
||||
* do not delay iso packet queueing
|
||||
|
||||
2011-02-24 Clemens Ladisch <clemens@ladisch.de>
|
||||
|
||||
* fix start_on_cycle on firewire-core
|
||||
|
||||
2010-11-01 Stefan Richter <stefanr@s5r6.in-berlin.de>
|
||||
|
||||
* configure.ac, Changelog, NEWS etc.: update to version 2.0.6
|
||||
|
|
3
NEWS
3
NEWS
|
@ -1,5 +1,8 @@
|
|||
libraw1394 Release Notes
|
||||
|
||||
Version 2.0.7:
|
||||
- Fix playback to some audio devices based on the DICE chipset.
|
||||
|
||||
Version 2.0.6:
|
||||
- Bug fixes, notably for FCP and request reception on firewire-core.
|
||||
Note, several of these updates are only built into libraw1394 if
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# process this file with autoconf to get a configure script
|
||||
|
||||
AC_INIT(libraw1394, 2.0.6)
|
||||
AC_INIT(libraw1394, 2.0.7)
|
||||
AC_CONFIG_SRCDIR(src/raw1394.h)
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
|
|
Reference in New Issue