Subject: Re: CVS commit: pkgsrc/doc
To: Lubomir Sedlacik <salo@xtrmntr.org>
From: Adam <adam@albedo.art.pl>
List: pkgsrc-changes
Date: 07/10/2003 11:34:02
>> Module Name:	pkgsrc
>> Committed By:	adam
>> Date:		Thu Jul 10 09:19:33 UTC 2003
>>
>> Modified Files:
>> 	pkgsrc/doc: CHANGES
>>
>> Log Message:
>> Updated mad to 0.15.0b and split up to libmad-, libid3tag-and madplay- 
>> 0.15.0b
> ^^^^^^^^^^^^^^^^^^^^^^
> with this reimport dance CHANGES for the 0.15.0b version were lost in
> oblivion, it seems.  would you mind posting them at least here? (or even
> correcting the cvs log)

Oops, sorry, here is goes (don't know how to correct the cvs log ~:|)

Version 0.15.0 (beta)

  * Updated to autoconf 2.57, automake 1.7.5, libtool 1.4.3.

  * Added new mad_f_div() API routine.

  * Added a 64th entry to the Layer I/Layer II scalefactor table, for 
better
    compatibility with existing streams. The --enable-strict-iso option to
    `configure' can be used to disable use of this entry.

  * Modified the header decoding routine to allow the reserved emphasis
    value, for better compatibility with existing streams. The
    --enable-strict-iso option to `configure' can be used to restore the
    previous behavior of reporting this value as an error.

  * Added new MAD_EMPHASIS_RESERVED enumeration constant.

  * Fixed a bug in the ARM version of mad_f_scale64() discovered by Andre
    McCurdy.

  * Rewrote PowerPC assembly for minor gains.

  * Modified mad_timer_fraction() to avoid the possibility of division by
    zero when 0 is passed as the second argument.

  * Fixed a non-fatal problem caused by attempting to designate ancillary
    bits in Layer III after a decoding error.

  * Changed to build a shared library by default.

  * Changed to use native Cygwin build by default; give --host=mingw32 to
    `configure' to use MinGW (and avoid a dependency on the Cygwin DLL).