Skip to content

Commit

Permalink
pcaudiolib 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
valdisvi committed Aug 18, 2021
1 parent a41d46e commit a406af5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Portable C Audio Library 1.1
# Portable C Audio Library 1.2

- [Build Dependencies](#build-dependencies)
- [Debian](#debian)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down

0 comments on commit a406af5

Please sign in to comment.