From 57f3dd1ea5f6c2095b0d7aa02f747e676a65f549 Mon Sep 17 00:00:00 2001 From: darkeye Date: Wed, 7 Jan 2004 22:14:44 +0000 Subject: [PATCH] for release 0.13.2 --- darkice/trunk/AUTHORS | 1 + darkice/trunk/ChangeLog | 6 ++++++ darkice/trunk/NEWS | 5 +++++ darkice/trunk/configure.in | 2 +- darkice/trunk/man/darkice.1 | 3 ++- darkice/trunk/rpm/darkice.spec | 5 ++++- 6 files changed, 19 insertions(+), 3 deletions(-) diff --git a/darkice/trunk/AUTHORS b/darkice/trunk/AUTHORS index 5f9760e..e556910 100644 --- a/darkice/trunk/AUTHORS +++ b/darkice/trunk/AUTHORS @@ -16,4 +16,5 @@ with contributions by: Kai Krakow Atsuhiko Yamanaka Ricardo Galli + John Hay diff --git a/darkice/trunk/ChangeLog b/darkice/trunk/ChangeLog index 4657095..d9b6ce7 100644 --- a/darkice/trunk/ChangeLog +++ b/darkice/trunk/ChangeLog @@ -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 + 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 diff --git a/darkice/trunk/NEWS b/darkice/trunk/NEWS index 57794b2..926cec1 100644 --- a/darkice/trunk/NEWS +++ b/darkice/trunk/NEWS @@ -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. diff --git a/darkice/trunk/configure.in b/darkice/trunk/configure.in index 42a7234..2684cff 100644 --- a/darkice/trunk/configure.in +++ b/darkice/trunk/configure.in @@ -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) diff --git a/darkice/trunk/man/darkice.1 b/darkice/trunk/man/darkice.1 index 8fb0ce5..c65d13b 100644 --- a/darkice/trunk/man/darkice.1 +++ b/darkice/trunk/man/darkice.1 @@ -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 Atsuhiko Yamanaka Ricardo Galli + John Hay .SH LINKS Project homepage: diff --git a/darkice/trunk/rpm/darkice.spec b/darkice/trunk/rpm/darkice.spec index b506808..23d9366 100644 --- a/darkice/trunk/rpm/darkice.spec +++ b/darkice/trunk/rpm/darkice.spec @@ -36,7 +36,7 @@ Summary : DarkIce live IceCast / ShoutCast streamer Name: darkice Vendor: Tyrell Hungary Packager: Akos Maroy -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 #