1.4 version released.

This commit is contained in:
Rafael Diniz 2020-01-03 14:47:36 -03:00
parent aabde1c25a
commit bc83044963
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
01-03-2019 Darkice 1.4 released
o Shoutcast and Icecast 2 connection issues fixed.
04-08-2016 Darkice 1.3 released 04-08-2016 Darkice 1.3 released
o Small bugs fixed by Nicolas Boulenguez <nicolas@debian.org>. o Small bugs fixed by Nicolas Boulenguez <nicolas@debian.org>.
o Bugs related to streaming to remote servers fixed. Patch by Kalle Kulonen o Bugs related to streaming to remote servers fixed. Patch by Kalle Kulonen

View File

@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_INIT(darkice, 1.3) AC_INIT(darkice, 1.4)
AC_CONFIG_SRCDIR(src/DarkIce.cpp) AC_CONFIG_SRCDIR(src/DarkIce.cpp)
AM_CONFIG_HEADER(src/config.h) AM_CONFIG_HEADER(src/config.h)