for version 0.13.1
This commit is contained in:
parent
fab50f07b0
commit
1edb398c3b
|
@ -1,10 +1,11 @@
|
|||
Darkice next release
|
||||
12-02-2003: Darkice 0.13.1 released
|
||||
|
||||
o added cross-platform pthread detection, thanks to
|
||||
Steven G. Johnson <stevenj@alum.mit.edu> and
|
||||
Alejandro Forero Cuervo <bachue@bachue.com>
|
||||
see http://www.gnu.org/software/ac-archive/htmldoc/acx_pthread.html
|
||||
o added proper detection of netural endiannes for 16 bit recording
|
||||
o basically these changes allow compilation on FreeBSD
|
||||
|
||||
09-02-2003: DarkIce 0.13 released
|
||||
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
12-02-2003, Akos Maroy, darkeye@users.sourceforge.net
|
||||
|
||||
Released version 0.13.1. See ChangeLog for changes.
|
||||
|
||||
|
||||
09-02-2003, Akos Maroy, darkeye@users.sourceforge.net
|
||||
|
||||
Released version 0.13. See ChangeLog for changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_INIT(src/DarkIce.cpp)
|
||||
AM_INIT_AUTOMAKE(darkice, 0.13.1beta)
|
||||
AM_INIT_AUTOMAKE(darkice, 0.13.1)
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ Summary : DarkIce live IceCast / ShoutCast streamer
|
|||
Name: darkice
|
||||
Vendor: Tyrell Hungary
|
||||
Packager: Akos Maroy <darkeye@tyrell.hu>
|
||||
Version: 0.13
|
||||
Version: 0.13.1
|
||||
Release: 1
|
||||
Copyright: GPL
|
||||
Group: Applications/Multimedia
|
||||
|
@ -97,6 +97,9 @@ make clean
|
|||
# =================================================================== change log
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.20 2003/02/12 15:50:08 darkeye
|
||||
# for version 0.13.1
|
||||
#
|
||||
# Revision 1.19 2003/02/09 15:09:41 darkeye
|
||||
# for version 0.13
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue