for release 0.13.2

This commit is contained in:
darkeye 2004-01-07 22:14:44 +00:00
parent 7efa982a2a
commit 57f3dd1ea5
6 changed files with 19 additions and 3 deletions

View File

@ -16,4 +16,5 @@ with contributions by:
Kai Krakow <kai@kaishome.de> Kai Krakow <kai@kaishome.de>
Atsuhiko Yamanaka <ymnk@jcraft.com> Atsuhiko Yamanaka <ymnk@jcraft.com>
Ricardo Galli <gallir@uib.es> Ricardo Galli <gallir@uib.es>
John Hay <jhay@icomtek.csir.co.za>

View File

@ -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 12-02-2003: Darkice 0.13.1 released
o added cross-platform pthread detection, thanks to o added cross-platform pthread detection, thanks to

View File

@ -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 12-02-2003, Akos Maroy, darkeye@users.sourceforge.net
Released version 0.13.1. See ChangeLog for changes. Released version 0.13.1. See ChangeLog for changes.

View File

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/DarkIce.cpp) AC_INIT(src/DarkIce.cpp)
AM_INIT_AUTOMAKE(darkice, 0.13.1) AM_INIT_AUTOMAKE(darkice, 0.13.2)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)

View File

@ -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 .SH NAME
darkice \- an icecast / shoutcast live audio streamer darkice \- an icecast / shoutcast live audio streamer
.SH SYNOPSIS .SH SYNOPSIS
@ -84,6 +84,7 @@ Developed with contributions by
Kai Krakow <kai@kaishome.de> Kai Krakow <kai@kaishome.de>
Atsuhiko Yamanaka <ymnk@jcraft.com> Atsuhiko Yamanaka <ymnk@jcraft.com>
Ricardo Galli <gallir@uib.es> Ricardo Galli <gallir@uib.es>
John Hay <jhay@icomtek.csir.co.za>
.SH LINKS .SH LINKS
Project homepage: Project homepage:

View File

@ -36,7 +36,7 @@ Summary : DarkIce live IceCast / ShoutCast streamer
Name: darkice Name: darkice
Vendor: Tyrell Hungary Vendor: Tyrell Hungary
Packager: Akos Maroy <darkeye@tyrell.hu> Packager: Akos Maroy <darkeye@tyrell.hu>
Version: 0.13.1 Version: 0.13.2
Release: 1 Release: 1
Copyright: GPL Copyright: GPL
Group: Applications/Multimedia Group: Applications/Multimedia
@ -97,6 +97,9 @@ make clean
# =================================================================== change log # =================================================================== change log
# #
# $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 # Revision 1.20 2003/02/12 15:50:08 darkeye
# for version 0.13.1 # for version 0.13.1
# #