aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2007-08-07 14:13:30 +0200
committerTakashi Iwai <tiwai@suse.de>2007-08-07 14:13:30 +0200
commit8614ef5692487be4fa9b4abc8e39c038d252865c (patch)
treec6b09fd0e4d1a9aea4c7de0f08c0d0b52e449854
parentbd222a02b4154ef93ebfd0d72eb23df4050f38ed (diff)
downloadsalsa-lib-8614ef5692487be4fa9b4abc8e39c038d252865c.tar.gz
version 0.0.10, updated documents
-rw-r--r--ChangeLog7
-rw-r--r--README5
-rw-r--r--configure.ac2
3 files changed, 8 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 9227f75..621f2e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Version 0.0.10:
+ * Due to popular demands, make salsa-lib compile with C++ now
+ People tend to like what I don't :)
+ * Rewrite memory allocation, free, copy, etc with helper macros
+ * Fix missing function declarations for snd_ctl_elem_add*()
+ and snd_mixer_selem_get_enum_item_name()
+
Version 0.0.9:
* Add --with-alsa-devdir configure option to specify the
non-standard device path (patch by Clemens Ladisch)
diff --git a/README b/README
index 97f7bf4..9a1b354 100644
--- a/README
+++ b/README
@@ -146,11 +146,6 @@ See alsa-lib reference. It's compatible!
KNOWN PROBLEMS
--------------
-- SALSA-lib headers can't be included from C++
-
- The codes in *_macros.h contain many conversions to void pointer,
- which C++ doesn't allow. I won't fix this since I don't like C++.
-
- Incomplete MMAP mode
snd_pcm_mmap_*() are not implemented, and the mmap-mode is less
diff --git a/configure.ac b/configure.ac
index 27598e1..357f037 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.9)
+AM_INIT_AUTOMAKE(salsa-lib, 0.0.10)
AC_PREFIX_DEFAULT(/usr)
dnl AC_CONFIG_HEADERS(src/config.h)