aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3adc14a..adc0b96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+* version 0.2.0:
+
+Takashi Iwai (11):
+ Fix build for older kernels
+ Add PCI SSID check
+ Add --enable-own-proc configure option
+ Fix build for older kernel again
+ Add hda-decode-verb and hda-encode-verb programs
+ Add Dell D830 alsa-info with STAC9205
+ Fix parse of default amp values in proc output
+ Fix -M option
+ A bit clean up regarding handling of hda-log flags
+ Add VAIO VGN-AR71S alsa-info with multiple codecs
+ Fix Makefile.am for hda-encode-verb
+
* version 0.1.2:
Takashi Iwai (6):
diff --git a/configure.ac b/configure.ac
index 2079253..1af94d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.59)
AC_INIT(hda-emu.c)
-AM_INIT_AUTOMAKE(hda-emu, 0.1.2)
+AM_INIT_AUTOMAKE(hda-emu, 0.2.0)
AC_PROG_CC
AC_PROG_CPP