releasing 0.18, re #15
This commit is contained in:
parent
abd9574ce7
commit
2e823ddcd6
|
@ -1,4 +1,4 @@
|
|||
DarkIce next release
|
||||
05-03-2007 DarkIce 0.18 released
|
||||
|
||||
o added serial ulaw input device support, thanks to
|
||||
Clyde Stubbs <clyde@htsoft.com>
|
||||
|
@ -18,7 +18,6 @@ DarkIce next release
|
|||
thanks to dsk <derrick@csociety.org>
|
||||
o fix to enable compiling with jack installed at arbitrary locations
|
||||
|
||||
|
||||
19-05-2006 DarkIce 0.17.1 released
|
||||
|
||||
o bugfix: automatic reconnect works more reliably
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
05-03-2007, Akos Maroy, darkeye@users.sourceforge.net
|
||||
|
||||
Released version 0.18. See ChangeLog for changes.
|
||||
|
||||
|
||||
19-05-2006, Akos Maroy, darkeye@users.sourceforge.net
|
||||
|
||||
Released version 0.17.1. See ChangeLog for changes.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_INIT(darkice, 0.17.1)
|
||||
AC_INIT(darkice, 0.18)
|
||||
AC_CONFIG_SRCDIR(src/DarkIce.cpp)
|
||||
AM_CONFIG_HEADER(src/config.h)
|
||||
|
||||
|
|
Loading…
Reference in New Issue