aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2012-01-26 16:19:02 +0100
committerTakashi Iwai <tiwai@suse.de>2012-01-26 16:19:02 +0100
commit01194d5b099cbba592a379cb3a63a6f14802811f (patch)
treef8312c1a33d962933c3eec546c0ff301f26ed303
parent43dbf6594d4fc190c490442753bcf90880e47bfc (diff)
downloadsalsa-lib-01194d5b099cbba592a379cb3a63a6f14802811f.tar.gz
Version 0.1.3v0.1.3
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 19743cc..ef2082a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Version 0.1.3:
+ * Add --enable-abicheck configure option
+ * Add --disable-user-elem configure option
+ * Add the support of snd_ctl_elem_add_enumerated()
+ * Fix a typo in configure.ac for support_4bit
+ * Export the corrected snd_tlv_parse_dB_info()
+ * Implemented snd_mixer_selem_ask_*()
+ * Refactoring some codes, minor clean-ups
+ * Fixed compile warnings/errors
+ * Set the default alsa-lib version to 1.0.25
+
Version 0.1.2:
* Code reviewed, asound.h rewritten from scratch, so no GPL piece
in tree
diff --git a/configure.ac b/configure.ac
index 8735957..fbf49a7 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.1.2)
+AM_INIT_AUTOMAKE(salsa-lib, 0.1.3)
AC_PREFIX_DEFAULT(/usr)
dnl AC_CONFIG_HEADERS(src/config.h)