aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Wilson <simonrules@users.noreply.github.com>2020-09-21 11:53:38 -0600
committerGitHub <noreply@github.com>2020-09-21 11:53:38 -0600
commit16a6e7cd72298af7f1f842e99b3eba53f133c22c (patch)
tree2b9340cb3c41c56b4c7d4720d13d17b388415ddc
parenteab1a8acdd13f52f084c91201f7784ee6bed86d1 (diff)
parent0433381803e905a6ca919a0c53cbc1afd9c65ca4 (diff)
Merge pull request #183 from tinyalsa/version
Add changelog for tinyalsa 2.0.0
-rw-r--r--debian/changelog14
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