aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2007-07-17 18:32:49 +0200
committerTakashi Iwai <tiwai@suse.de>2007-07-17 18:32:49 +0200
commitf1c2c151e6d19b196b90420a102badd5dc4f41f7 (patch)
tree8e83352b5ca08a04743ac320ea3a41faae30b947
parent0e93e0a202133f24ed82fc1bf8da4c34cdf8db44 (diff)
downloadsalsa-lib-f1c2c151e6d19b196b90420a102badd5dc4f41f7.tar.gz
version 0.0.8v0.0.8
-rw-r--r--ChangeLog9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c85b84..05ecdc8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Version 0.0.8:
+ * Add --disable-deprecated configure option to turn off the
+ "deprecated" attribute for non-working functions.
+ * Move snd_config_update_free_global() to global.h to fix
+ compilation of aplay without conf.h.
+ * Add missing declaration of snd_pcm_format_value().
+ * Output hw_params and sw_params in snd_pcm_dump().
+ * Fix the array size of strings for PCM mask parameters.
+
Version 0.0.7a:
* Fix asoundlib.h without PCM support.
* Fix README about async.
diff --git a/configure.ac b/configure.ac
index 1871e01..64552cf 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.7a)
+AM_INIT_AUTOMAKE(salsa-lib, 0.0.8)
AC_PREFIX_DEFAULT(/usr)
dnl AC_CONFIG_HEADERS(src/config.h)