version 0.9
This commit is contained in:
parent
6d1669ae89
commit
30ead5bf72
|
@ -1,6 +1,7 @@
|
|||
Next release
|
||||
09-05-2010 Darkice 0.9 released
|
||||
o fixed a bug in BufferedSink.cpp that leads to some buffers
|
||||
being written twice, causing corruption of datastream,
|
||||
closes ticked #20
|
||||
thanks to Edwin van den Oetelaar <oetelaar.automatisering@gmail.com>
|
||||
o implemented samplerate conversion for all codecs using libsamplerate,
|
||||
and keeping internal aflibConverter as fallback,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_INIT(darkice, 0.20.1)
|
||||
AC_INIT(darkice, 0.9)
|
||||
AC_CONFIG_SRCDIR(src/DarkIce.cpp)
|
||||
AM_CONFIG_HEADER(src/config.h)
|
||||
|
||||
|
|
Loading…
Reference in New Issue