aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2008-02-05 12:23:06 +0100
committerTakashi Iwai <tiwai@suse.de>2008-02-05 12:23:06 +0100
commit141cd720c26e0841508f078194491c700ba2c375 (patch)
tree3a33b475f07d3aea3e0002d139208e758638e2c0
parentd31e8f85727f948bd64b929e694fe2cd96d68889 (diff)
downloadsalsa-lib-141cd720c26e0841508f078194491c700ba2c375.tar.gz
version 0.0.16v0.0.16
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2be3e11..89052d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Version 0.0.16:
+ * Fix memory leaks in error paths of PCM
+
version 0.0.15:
* Add the missing snd_pcm_get_params(). snd_pcm_set_params()
isn't implemented (returns -ENXIO), though.
diff --git a/configure.ac b/configure.ac
index 858937c..b06897b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.59)
AC_INIT(src/control.c)
-AM_INIT_AUTOMAKE(salsa-lib, 0.0.15)
+AM_INIT_AUTOMAKE(salsa-lib, 0.0.16)
AC_PREFIX_DEFAULT(/usr)
dnl AC_CONFIG_HEADERS(src/config.h)