aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2007-06-29 17:59:42 +0200
committerTakashi Iwai <tiwai@suse.de>2007-06-29 17:59:42 +0200
commit95551a5fc9c9d23e511a509d2b43fcb6060dd37e (patch)
tree110bbd42429f88381a7a7b72b1c33401b0519cfe
parent3b6ee45de5e2e0cb0bac8e00c9cdb95540ade0ce (diff)
downloadsalsa-lib-95551a5fc9c9d23e511a509d2b43fcb6060dd37e.tar.gz
v0.0.4v0.0.4
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a6453c7..e951430 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Version 0.0.4:
+ * Fix the missing return from _snd_mixer_selem_get_volume_range()
+ * Fix the check of stop_threshold in snd_pcm_avail_update().
+ * Removed unused fields (of snd_pcm_sw_params_t) from snd_pcm_t
+ structure
+
Version 0.0.3:
* Fix the stupid bug of wrong sizeof() usage in *_malloc()
functions.
diff --git a/configure.ac b/configure.ac
index 0743501..b6968c3 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.3)
+AM_INIT_AUTOMAKE(salsa-lib, 0.0.4)
AC_PREFIX_DEFAULT(/usr)
dnl AC_CONFIG_HEADERS(src/config.h)