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

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
diff --git a/ChangeLog b/ChangeLog
index 48d6b27..4f457c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
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)