summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Stefan Richter 2011-03-08 20:13:51 +0100
committerGravatar Stefan Richter 2011-03-08 20:13:51 +0100
commit52099f7148149c80f59979da2d274004c9a2b148 (patch)
tree58001b9ca0fb560d6db8d97e8d95212ee0039163
parentfix start_on_cycle on firewire-core (diff)
configure.ac, Changelog, NEWS: update to version 2.0.7v2.0.7
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
-rw-r--r--ChangeLog12
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
3 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 24b8e5f..c38c602 100644
--- a/ChangeLog
+++ b/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
diff --git a/NEWS b/NEWS
index d6853be..991ca0a 100644
--- a/NEWS
+++ b/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
diff --git a/configure.ac b/configure.ac
index 9bd33dd..fc3a2b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)
Gravatar gingerBill 1-38/+59 Minor fixes to work with older versions of MSVC 2016-03-03New LibrariesGravatar gingerBill 3-2101/+1219 2016-01-01Explicit Everything!Gravatar gingerBill 4-306/+241 2015-12-17Macro fixesGravatar gingerBill 3-58/+75 2015-12-17Change conventions slightlyGravatar gingerBill 4-1041/+1069 2015-12-15Remove C++ specific macrosGravatar gingerBill 1-19/+2 2015-12-15Allow for no <stdio.h>Gravatar gingerBill 2-18/+32 2015-12-14gb.hpp - Allocators can be passed to gb_alloc/free/etc. without cast using ↵Gravatar gingerBill 3-33/+126 `typedef void *gb_Allocator_Ptr` 2015-12-14Update README.mdGravatar gingerBill 1-1/+1 2015-12-14gb.h - Implement all functions (from gb.hpp)Gravatar gingerBill 3-247/+1983 2015-12-14Update README.mdGravatar gingerBill 1-0/+1