diff options
author | Simon Wilson <ksattic@gmail.com> | 2020-09-21 11:42:31 -0600 |
---|---|---|
committer | Simon Wilson <ksattic@gmail.com> | 2020-09-21 11:49:06 -0600 |
commit | 0433381803e905a6ca919a0c53cbc1afd9c65ca4 (patch) | |
tree | 2b9340cb3c41c56b4c7d4720d13d17b388415ddc /debian | |
parent | eab1a8acdd13f52f084c91201f7784ee6bed86d1 (diff) |
Add changelog for tinyalsa 2.0.0
This should also fix the version check in scripts/travis-build.sh
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 84fe5bb..637ce56 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +tinyalsa (2.0.0) xenial; urgency=medium + + * Miscellaneous bugs fixed. + * PCM plugin support. + * Add CMake build support. + * Add meson build support. + * tinyplay can now read from stdin. + * Improved versioning support for library. + * Improvements to pcm actions (prepare at open time and after overrun, etc.) + * Improvements/fixes to pcm_get_htimestamp(). + * Fixes for the mixer percent functions. + + -- Simon Wilson <ksattic@gmail.com> Mon, 21 Sep 2020 11:27:00 -0600 + tinyalsa (1.1.1) xenial; urgency=medium * Fixed some minor bugs |