Version 0.1.4
Signed-off-by: Takashi Iwai <tiwai@suse.de>
diff --git a/ChangeLog b/ChangeLog
index ef2082a..e8df514 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Version 0.1.4:
+ * Fix a regression in PCM hw_params setup
+ * Add wallclock timestamp API
+ * Add chmap support, enabled via --enable-chmap configure option
+ * Add G723 and DSD formats
+ * Add PCM timestamp type support
+ * Set the default alsa-lib version to 1.0.28
+
Version 0.1.3:
* Add --enable-abicheck configure option
* Add --disable-user-elem configure option
diff --git a/README b/README
index 07121b0..0f48491 100644
--- a/README
+++ b/README
@@ -44,7 +44,7 @@
o "Capture Source" isn't split to switches but handled as an enum
(I personally like this better :)
o dB support can be selected via configure option
- o No linear <-> log dB conversion
+ o Linear <-> log dB conversion enabled via configure option
TIMER
o No query interface (returns errors)
diff --git a/configure.ac b/configure.ac
index adaf411..494ed1a 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.3)
+AM_INIT_AUTOMAKE(salsa-lib, 0.1.4)
AC_PREFIX_DEFAULT(/usr)
dnl AC_CONFIG_HEADERS(src/config.h)