1
2    - Building
3        * Updated gettext integration, configure now supports
4          --disable-nls           do not use Native Language Support
5          --disable-rpath         do not hardcode runtime library paths
6          in addition to other options to aide in finding libiconv and
7          libintl.
8        * Cygwin builds now support configure --without-winmm should
9          somebody want, for example, a JACK-only Aqualung build.
10        * Debug builds now work on BSD platforms with libexecinfo.
11        * configure --without-loop is now configure --disable-loop
12        * configure --without-podcast is now configure --disable-podcast
13        * configure --without-systray is now configure --disable-systray
14        * configure's --with-ogg option was renamed to --with-vorbis
15        * JACK enabled builds may optionally be pruned of the port management
16          UI with configure --disable-jack-mgmt
17        * Transcoding (via the Export and Rip CD UIs), can now be left
18          out of the build even with sndfile or flac decoding capability left
19          in by using the --disable-transcoding option.
20    - Runtime
21        * The disk IO thread is no longer high-priority by default on
22          Win32 builds, pass the -D / --disk-realtime option to re-enable
23          priority scheduling if you need it.
24