From 410e6dca92ef0ae8fb2605df128ca7aa28fb40b3 Mon Sep 17 00:00:00 2001 From: Stefan Richter Date: Sun, 3 Apr 2016 16:44:36 +0200 Subject: [PATCH] configure.ac, Changelog, NEWS: update to version 2.1.2 Signed-off-by: Stefan Richter --- ChangeLog | 12 ++++++++++++ NEWS | 4 ++++ configure.ac | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 48d6b27..4f457c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2016-04-03 Stefan Richter + + * configure.ac, Changelog, NEWS: update to version 2.1.2 + +2016-02-12 Thomas Petazzoni + + * testlibraw: build the CLOCK_MONOTONIC_RAW test conditionally + + * Use types instead of non-standard types + 2015-04-28 Stefan Richter * configure.ac, Changelog, NEWS: update to version 2.1.1 @@ -30,6 +40,8 @@ 2012-06-30 Stefan Richter + * testlibraw: Fix printing of card name + * Add raw1394_get_speed() API * Trivial whitespace normalization in ieee1394.h and raw1394.h diff --git a/NEWS b/NEWS index f60108f..8a15f6c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ libraw1394 Release Notes +Version 2.1.2: +- Fix build with some alternative C libraries and with some older + build environments. No functional changes. + Version 2.1.1: - Fix backwards moving cycle timer in isochronous transmit. The problem has been observed with audio I/O on different systems. diff --git a/configure.ac b/configure.ac index cae0ac8..4eef356 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.1.1) +AC_INIT(libraw1394, 2.1.2) AC_CONFIG_SRCDIR(src/raw1394.h) AM_CONFIG_HEADER(config.h)