aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTaylor Holberton <taylorcholberton@gmail.com>2016-12-01 21:38:59 -0800
committerTaylor Holberton <taylorcholberton@gmail.com>2016-12-01 21:38:59 -0800
commit6860acb720fcc5d67639b72aa349b16e1fc6acc6 (patch)
tree8c9ee73c50c8eaba24c87389e0eb7d1754f492c8 /debian
parent9df0309a78c85f354f96a01c2f192c6281057a05 (diff)
added changelog for version 1.1.0
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 851ac70..8a47e9a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+tinyalsa (1.1.0) xenial; urgency=medium
+
+ * Finished most of the PCM and mixer API documentation
+ * Added const specifiers where necessary
+ * Added pcm_readi() and pcm_writei()
+ * Deprecated pcm_read() and pcm_write()
+ * Added mixer_get_num_ctls_by_name()
+ * Added pcm_get_channels(), pcm_get_rate() and pcm_get_format()
+ * Made libtinyalsa.so.x a symbol link, using libtinyalsa.so.x.y.z as library name
+ * Added long option names in tinyplay
+ * Using amixer-style interface for tinymix
+
+ -- Taylor Holberton <taylorcholberton@gmail.com> Thu, 01 Dec 2016 21:38:12 -0800
+
tinyalsa (1.0.2) xenial; urgency=medium
* Removed install of libtinyalsa.so in package libtinyalsa