Displaying 2 results from an estimated 2 matches for "release_1_0_2__2001".
2004 Sep 10
1
flac-1.0.3_beta released
...I
> wonder whether you're trying to sync up the library version with the
> release
> version. This is usually not a good idea, and the libtool manual
> warns
> against it.
>
> So was this an intentional change?
Hmm... -r 1.20 of src/libFLAC/Makefile.am (also tagged with
RELEASE_1_0_2__2001-12-03) has:
libFLAC_la_LDFLAGS = -version-info 2:1:1
I wasn't trying to sync up the lib version with the release
version. But the API has changed enough to get a new major
rev according to libtool conventions (it has all of new,
changed, and deleted interfaces).
Josh
_____________________...
2004 Sep 10
11
flac-1.0.3_beta released
I have just released a source distribution which is the
candidate for the 1.0.3 release. At this time I would
ask anyone who is willing to help test it to do the
following:
1. download the tarball and unzip it:
http://prdownloads.sourceforge.net/flac/flac-1.0.3_beta-src.tar.gz?download
2. do
./configure && make && make check
This will build all code and run all the tests.