|
| 1 | + [Note that all relevant maintenance applied to the stable version has |
| 2 | + also been applied to the development version. You should review the |
| 3 | + development version changes in conjunction with those of the current |
| 4 | + stable version maintenance releases.] |
| 5 | + |
| 6 | + |
1 | 7 | 2.6 - "Usability" [alpha2: 2016-04-24] |
2 | 8 | * Autotools and packaging changes: |
3 | 9 | - Dropped version micro number for development versions |
|
7 | 13 | - 'make dist': now defaults to XZ compression |
8 | 14 | - curl-config: replaced by pkg-config |
9 | 15 | - New GCC-5 and 6 warnings addressed |
| 16 | + - Removed checks for POSIX.1 and C99 mandated headers and functions |
10 | 17 | * Changed minimum support and release requirements: |
11 | 18 | - POSIX.1: introduced minimum requirement of IEEE 1003.1-2001 |
12 | 19 | - C Compiler: introduced minimum requirement of ISO 9899:1999 |
|
29 | 36 | - Removed "Search Next" interface command |
30 | 37 | * Changed functionality: |
31 | 38 | - Decoupled mono-mixing from softmixer |
| 39 | + - Made command line toggling arguments case insensitive |
32 | 40 | * Added functionality: |
33 | 41 | - Introduced in-memory circular logging buffer |
34 | 42 | - Introduced MOCP_POPTRC environment variable |
35 | 43 | - Introduced MOCP_OPTS environment variable |
| 44 | + - Add 24-bit support to the OSS sound driver (Vladimir Krylov) |
36 | 45 | * New and changed command line options: |
37 | 46 | - echo-args: Show POPT-interpreted command line arguments |
38 | 47 | * New and changed audio decoders: |
39 | | - - Added reading from Internet streams to FFmpeg decoder |
| 48 | + - All sndfile-supported extensions are now available |
| 49 | + - Added .mat[45] extensions as aliases for .mat in sndfile decoder |
| 50 | + - Added .ircam extension as alias for .sf in sndfile decoder |
| 51 | + - Added reading from Internet streams to FFmpeg decoder (Jenny Wong) |
40 | 52 | * Changes to supported formats and codecs: |
41 | 53 | - All formats provided by Sndfile are now supported |
42 | 54 | - DSD: now supported via FFmpeg/LibAV (.dff and .dsf files) |
43 | 55 | - TTA: now supported via FFmpeg/LibAV |
44 | 56 | - VQF: now supported via FFmpeg/LibAV |
45 | 57 | * Miscellaneous |
46 | 58 | - Improved logging from ALSA sound driver and library |
| 59 | + - Fixed displayed ALSA volume percentage drift |
| 60 | + |
| 61 | +2.5.2 [2016-XX-XX] |
| 62 | + * New configuration file options: |
| 63 | + - ALSAStutterDefeat: avoid the ALSA bug which causes stuttering |
| 64 | + * Significant bug fixes: |
| 65 | + - Fixed error during configure on busybox systems |
| 66 | + - Fixed calculation of average bitrate in FLAC decoder |
| 67 | + - Fixed unintentional disabling of MMAP support |
| 68 | + - Fixed build failure on split ncurses/tinfo systems |
| 69 | + - Fixed unreaped children when running in foreground mode |
| 70 | + - Fixed freeze on Nokia devices if audios play to completion |
| 71 | + - Circumvented ALSA stutter bug |
| 72 | + - Added missing 'Precache' option to example config file |
| 73 | + * Miscellaneous: |
| 74 | + - Improved the accuracy of the average bitrate for FLAC |
| 75 | + - Mitigated out-of-file seeking for several formats |
47 | 76 | - Warn of TagLib version requirement rising to 1.5 |
| 77 | + - Warn of Musepack library changing to libmpc (from libmpcdec) |
48 | 78 |
|
49 | 79 | 2.5.1 [2016-02-24] |
50 | 80 | * Significant bug fixes: |
|
0 commit comments