diff --git a/CHANGELOG.md b/CHANGELOG.md index f6ec34f..761e8a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.2 - \[18 Aug 2021\] + +* Fix cancellation snappiness +* Fix build on non-linux +* Alsa: fixed sample_size calculation, multiply with channel count. +* Fix some typos + ## 1.1 - \[27 Feb 2018\] * Fix handling EBADFD, EPIPE and short write when writing to the ALSA device. diff --git a/README.md b/README.md index 9b1a684..e7db3d5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Portable C Audio Library 1.1 +# Portable C Audio Library 1.2 - [Build Dependencies](#build-dependencies) - [Debian](#debian) diff --git a/configure.ac b/configure.ac index 813769d..29e62cb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.65]) -AC_INIT([pcaudiolib], [1.1], [https://github.com/rhdunn/pcaudiolib/issues], [], [https://github.com/rhdunn/pcaudiolib]) +AC_INIT([pcaudiolib], [1.2], [https://github.com/rhdunn/pcaudiolib/issues], [], [https://github.com/rhdunn/pcaudiolib]) AM_INIT_AUTOMAKE() m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES])