<li><spanclass="commandname">flac</span> now supports FLAC as input to the encoder (i.e. can re-encode FLAC to FLAC) and preserve all the metadata like tags, etc.</li>
<li>Support for new <tt>REPLAYGAIN_REFERENCE_LOUDNESS</tt> tag.</li>
<li>In the developer libraries, the interface has been simplfied by merging the three decoding layers into a single class; ditto for the encoders.</li>
flac__utils_printf(stderr,1,"%s: WARNING: can't get %s (or even %s) ReplayGain tags\n",decoder_session->inbasefilename,decoder_session->replaygain.spec.use_album_gain?"album":"track",decoder_session->replaygain.spec.use_album_gain?"track":"album");