for release 0.13.2
This commit is contained in:
parent
7efa982a2a
commit
57f3dd1ea5
|
@ -16,4 +16,5 @@ with contributions by:
|
|||
Kai Krakow <kai@kaishome.de>
|
||||
Atsuhiko Yamanaka <ymnk@jcraft.com>
|
||||
Ricardo Galli <gallir@uib.es>
|
||||
John Hay <jhay@icomtek.csir.co.za>
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
07-01-2004: DarkIce 0.13.2 released
|
||||
|
||||
o bug fix: two bugs fixed that caused core dump when encoding into
|
||||
mp3 of FreeBSD. thanks to John Hay <jhay@icomtek.csir.co.za>
|
||||
o added configure option --with-debug to enable compilation for debug mode
|
||||
|
||||
12-02-2003: Darkice 0.13.1 released
|
||||
|
||||
o added cross-platform pthread detection, thanks to
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
07-01-2004, Akos Maroy, darkeye@users.sourceforge.net
|
||||
|
||||
Released version 0.13.2. See ChangeLog for changes.
|
||||
|
||||
|
||||
12-02-2003, Akos Maroy, darkeye@users.sourceforge.net
|
||||
|
||||
Released version 0.13.1. 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.1)
|
||||
AM_INIT_AUTOMAKE(darkice, 0.13.2)
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH darkice 1 "February 9, 2003" "DarkIce" "DarkIce live audio streamer"
|
||||
.TH darkice 1 "January 7, 2004" "DarkIce" "DarkIce live audio streamer"
|
||||
.SH NAME
|
||||
darkice \- an icecast / shoutcast live audio streamer
|
||||
.SH SYNOPSIS
|
||||
|
@ -84,6 +84,7 @@ Developed with contributions by
|
|||
Kai Krakow <kai@kaishome.de>
|
||||
Atsuhiko Yamanaka <ymnk@jcraft.com>
|
||||
Ricardo Galli <gallir@uib.es>
|
||||
John Hay <jhay@icomtek.csir.co.za>
|
||||
|
||||
.SH LINKS
|
||||
Project homepage:
|
||||
|
|
|
@ -36,7 +36,7 @@ Summary : DarkIce live IceCast / ShoutCast streamer
|
|||
Name: darkice
|
||||
Vendor: Tyrell Hungary
|
||||
Packager: Akos Maroy <darkeye@tyrell.hu>
|
||||
Version: 0.13.1
|
||||
Version: 0.13.2
|
||||
Release: 1
|
||||
Copyright: GPL
|
||||
Group: Applications/Multimedia
|
||||
|
@ -97,6 +97,9 @@ make clean
|
|||
# =================================================================== change log
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.21 2004/01/07 22:14:44 darkeye
|
||||
# for release 0.13.2
|
||||
#
|
||||
# Revision 1.20 2003/02/12 15:50:08 darkeye
|
||||
# for version 0.13.1
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue