From 1edb398c3bc75fa9a4489219a452c277cda9ef3d Mon Sep 17 00:00:00 2001 From: darkeye Date: Wed, 12 Feb 2003 15:50:08 +0000 Subject: [PATCH] for version 0.13.1 --- darkice/trunk/ChangeLog | 3 ++- darkice/trunk/NEWS | 5 +++++ darkice/trunk/configure.in | 2 +- darkice/trunk/rpm/darkice.spec | 5 ++++- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/darkice/trunk/ChangeLog b/darkice/trunk/ChangeLog index 31f976e..4657095 100644 --- a/darkice/trunk/ChangeLog +++ b/darkice/trunk/ChangeLog @@ -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 and Alejandro Forero Cuervo 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 diff --git a/darkice/trunk/NEWS b/darkice/trunk/NEWS index 7e3db30..57794b2 100644 --- a/darkice/trunk/NEWS +++ b/darkice/trunk/NEWS @@ -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. diff --git a/darkice/trunk/configure.in b/darkice/trunk/configure.in index 57498e6..30b27bb 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.1beta) +AM_INIT_AUTOMAKE(darkice, 0.13.1) AM_CONFIG_HEADER(config.h) diff --git a/darkice/trunk/rpm/darkice.spec b/darkice/trunk/rpm/darkice.spec index 50172ce..b506808 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 +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 #