Update version to 1.0.7.

This commit is contained in:
Erik de Castro Lopo 2004-02-24 11:24:12 +00:00
parent 7f9ecd473a
commit bb5c647056
10 changed files with 24 additions and 18 deletions

View File

@ -161,13 +161,13 @@
#define PACKAGE_NAME "libsndfile"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "libsndfile 1.0.6"
#define PACKAGE_STRING "libsndfile 1.0.7"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "libsndfile"
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.0.6"
#define PACKAGE_VERSION "1.0.7"
/* Set to maximum allowed value of sf_count_t type. */
#define SF_COUNT_MAX 0x7FFFFFFFFFFFFFFFLL

4
NEWS
View File

@ -1,3 +1,7 @@
Version 1.0.7 (2004-02-25)
* Fix clip mode detection on ia64, MIPS and other CPUs.
* Fix two MacOSX build problems.
Version 1.0.6 (2004-02-08)
* Added support for native Win32 file access API (Ross Bencina).
* New mode to add clippling then a converting from float/double to integer

View File

@ -184,13 +184,13 @@
#define PACKAGE_NAME "libsndfile"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "libsndfile 1.0.6"
#define PACKAGE_STRING "libsndfile 1.0.7"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "libsndfile"
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.0.6"
#define PACKAGE_VERSION "1.0.7"
/* Set to maximum allowed value of sf_count_t type. */
#define SF_COUNT_MAX 0x7FFFFFFFFFFFFFFFi64
@ -238,7 +238,7 @@
#define TYPEOF_SF_COUNT_T __int64_t
/* Version number of package */
#define VERSION "1.0.6"
#define VERSION "1.0.7"
/* Number of bits in a file offset, on hosts where this is settable. */
/* #undef _FILE_OFFSET_BITS 64 */

View File

@ -3,7 +3,7 @@
dnl Require autoconf version
AC_PREREQ(2.54)
AC_INIT(libsndfile,1.0.7pre1,erikd@mega-nerd.com)
AC_INIT(libsndfile,1.0.7,erikd@mega-nerd.com)
AC_CONFIG_SRCDIR([src/sndfile.c])
AC_CANONICAL_TARGET([])
AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION)
@ -25,7 +25,7 @@ AC_CONFIG_HEADERS(src/config.h)
# 6. If any interfaces have been removed since the last public release, then set age
# to 0.
SHARED_VERSION_INFO="1:6:0"
SHARED_VERSION_INFO="1:7:0"
AC_CHECK_PROG(autogen, autogen, yes, no)

View File

@ -6,7 +6,7 @@
libsndfile : Frequently Asked Questions.
</TITLE>
<META NAME="Author" CONTENT="Erik de Castro Lopo (erikd AT mega-nerd DOT com)">
<META NAME="Version" CONTENT="Version 1.0.6">
<META NAME="Version" CONTENT="Version 1.0.7">
<!-- Another version at the bottom of the page. -->
<META NAME="Description" CONTENT="The libsndfile FAQ.">
<META NAME="Keywords" CONTENT="WAV AIFF AU libsndfile sound audio dsp Linux">
@ -354,7 +354,7 @@ each channel.
<A HREF="http://www.mega-nerd.com/libsndfile/">
http://www.mega-nerd.com/libsndfile/</A>.
<BR>
Version : 1.0.6
Version : 1.0.7
</P>
</BODY>

View File

@ -6,7 +6,7 @@
The libsndfile API.
</TITLE>
<META NAME="Author" CONTENT="Erik de Castro Lopo (erikd AT mega-nerd DOT com)">
<META NAME="Version" CONTENT="Version 1.0.6">
<META NAME="Version" CONTENT="Version 1.0.7">
<!-- Another date at bottom of page. -->
<META NAME="Description" CONTENT="The libsndfile API.">
<META NAME="Keywords" CONTENT="WAV AIFF AU libsndfile sound audio dsp Linux">
@ -643,7 +643,7 @@ values read from the file will be zero.
<A HREF="http://www.mega-nerd.com/libsndfile/">here</A>.
</P>
<P>
Version : 1.0.6
Version : 1.0.7
</P>
<!-- pepper -->
<!-- pepper -->

View File

@ -6,7 +6,7 @@
libsndfile : the sf_command function.
</TITLE>
<META NAME="Author" CONTENT="Erik de Castro Lopo (erikd AT mega-nerd DOT com)">
<META NAME="Version" CONTENT="Version 1.0.6">
<META NAME="Version" CONTENT="Version 1.0.7">
<!-- Another version at the bottom of the page. -->
<META NAME="Description" CONTENT="The libsndfile API.">
<META NAME="Keywords" CONTENT="WAV AIFF AU libsndfile sound audio dsp Linux">
@ -1006,7 +1006,7 @@ Example:
<A HREF="http://www.mega-nerd.com/libsndfile/">
http://www.mega-nerd.com/libsndfile/</A>.
<BR>
Version : 1.0.6
Version : 1.0.7
</P>
</BODY>

View File

@ -6,7 +6,7 @@
libsndfile : the sf_command function.
</TITLE>
<META NAME="Author" CONTENT="Erik de Castro Lopo (erikd AT mega-nerd DOT com)">
<META NAME="Version" CONTENT="Version 1.0.6">
<META NAME="Version" CONTENT="Version 1.0.7">
<!-- Another version at the bottom of the page. -->
<META NAME="Description" CONTENT="The libsndfile API.">
<META NAME="Keywords" CONTENT="WAV AIFF AU libsndfile sound audio dsp Linux">
@ -1010,7 +1010,7 @@ Example:
<A HREF="http://www.mega-nerd.com/libsndfile/">
http://www.mega-nerd.com/libsndfile/</A>.
<BR>
Version : 1.0.6
Version : 1.0.7
</P>
</BODY>

View File

@ -6,7 +6,7 @@
libsndfile : Embedded Sound Files.
</TITLE>
<META NAME="Author" CONTENT="Erik de Castro Lopo (erikd AT mega-nerd DOT com)">
<META NAME="Version" CONTENT="Version 1.0.6">
<META NAME="Version" CONTENT="Version 1.0.7">
<META NAME="Description" CONTENT="The libsndfile API.">
<META NAME="Keywords" CONTENT="WAV AIFF AU libsndfile sound audio dsp Linux">
<LINK REL=StyleSheet HREF="libsndfile.css" TYPE="text/css" MEDIA="all">

View File

@ -6,7 +6,7 @@
libsndfile
</TITLE>
<META NAME="Author" CONTENT="Erik de Castro Lopo (erikd AT mega-nerd DOT com)">
<META NAME="Version" CONTENT="libsndfile-1.0.6">
<META NAME="Version" CONTENT="libsndfile-1.0.7">
<META NAME="Description" CONTENT="The libsndfile Home Page">
<META NAME="Keywords" CONTENT="WAV AIFF AU SVX PAF NIST W64 libsndfile sound audio dsp Linux">
<META NAME="ROBOTS" CONTENT="NOFOLLOW">
@ -333,6 +333,8 @@
<LI>Version 1.0.5 (May 03 2003) One new file format and new functionality.
<LI>Version 1.0.6 (Feb 08 2004) Large file fix for Linux/Solaris, new functionality
and Win32 improvements.
<LI>Version 1.0.7 (Feb 24 2004) Fix build problems on MacOSX and fix ia64/MIPS etc
clip mode detction.
</UL>
<A NAME="Similar"></A>
@ -401,7 +403,7 @@
</P>
<UL>
<LI>Source code as a .tar.gz :
<A HREF="libsndfile-1.0.6.tar.gz">libsndfile-1.0.6.tar.gz</A>
<A HREF="libsndfile-1.0.7.tar.gz">libsndfile-1.0.7.tar.gz</A>
</UL>
<P>
Compiling libsndfile is relatively easy. The INSTALL file in the top level directory