configure.ac, Changelog, NEWS: update to version 2.1.2

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
This commit is contained in:
Stefan Richter 2016-04-03 16:44:36 +02:00
parent 0ef8fab9e4
commit 410e6dca92
3 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,13 @@
2016-04-03 Stefan Richter <stefanr@s5r6.in-berlin.de>
* configure.ac, Changelog, NEWS: update to version 2.1.2
2016-02-12 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* testlibraw: build the CLOCK_MONOTONIC_RAW test conditionally
* Use <stdint.h> types instead of non-standard types
2015-04-28 Stefan Richter <stefanr@s5r6.in-berlin.de>
* configure.ac, Changelog, NEWS: update to version 2.1.1
@ -30,6 +40,8 @@
2012-06-30 Stefan Richter <stefanr@s5r6.in-berlin.de>
* testlibraw: Fix printing of card name
* Add raw1394_get_speed() API
* Trivial whitespace normalization in ieee1394.h and raw1394.h

4
NEWS
View File

@ -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.

View File

@ -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)