Skip to content

Commit ff2dcf1

Browse files
author
John Fitzgerald
committed
Update administrative files in preparation for 2.6-alpha3.
git-svn-id: svn://daper.net/moc/trunk@2932 910807d9-36e0-0310-a014-e9ea483e2ba4
1 parent e651c6d commit ff2dcf1

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

NEWS

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
2.6 - "Usability" [alpha2: 2016-04-24]
28
* Autotools and packaging changes:
39
- Dropped version micro number for development versions
@@ -7,6 +13,7 @@
713
- 'make dist': now defaults to XZ compression
814
- curl-config: replaced by pkg-config
915
- New GCC-5 and 6 warnings addressed
16+
- Removed checks for POSIX.1 and C99 mandated headers and functions
1017
* Changed minimum support and release requirements:
1118
- POSIX.1: introduced minimum requirement of IEEE 1003.1-2001
1219
- C Compiler: introduced minimum requirement of ISO 9899:1999
@@ -29,22 +36,45 @@
2936
- Removed "Search Next" interface command
3037
* Changed functionality:
3138
- Decoupled mono-mixing from softmixer
39+
- Made command line toggling arguments case insensitive
3240
* Added functionality:
3341
- Introduced in-memory circular logging buffer
3442
- Introduced MOCP_POPTRC environment variable
3543
- Introduced MOCP_OPTS environment variable
44+
- Add 24-bit support to the OSS sound driver (Vladimir Krylov)
3645
* New and changed command line options:
3746
- echo-args: Show POPT-interpreted command line arguments
3847
* 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)
4052
* Changes to supported formats and codecs:
4153
- All formats provided by Sndfile are now supported
4254
- DSD: now supported via FFmpeg/LibAV (.dff and .dsf files)
4355
- TTA: now supported via FFmpeg/LibAV
4456
- VQF: now supported via FFmpeg/LibAV
4557
* Miscellaneous
4658
- 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
4776
- Warn of TagLib version requirement rising to 1.5
77+
- Warn of Musepack library changing to libmpc (from libmpcdec)
4878

4979
2.5.1 [2016-02-24]
5080
* Significant bug fixes:

THANKS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Daniel T. Borelli:
1212
* Added a configuration option to set the initial percent played state.
1313
* Fixed miscellaneous coding errors.
1414
* Assisted with testing.
15+
* Provided basis for fixing foreground mode unreaped children.
1516

1617
Morten Grunnet Buhl:
1718
* Provided Yellow/Red theme.
@@ -103,6 +104,9 @@ Florian Kriener:
103104
* Provided title building code.
104105
* Corrected many typos and fixed many bugs.
105106

107+
Vladimir Krylov:
108+
* Added 24-bit support to the OSS sound driver.
109+
106110
Maciej Kubiak:
107111
* Suggestions and bug reports.
108112

@@ -235,6 +239,9 @@ Marien Zwart:
235239
* Fixed segfault when trying to play a file using FFmpeg.
236240
* Migrated to newer FFmpeg API.
237241

242+
"exc":
243+
* Pointed to an ALSA optimisation with joined channels.
244+
238245
"firejox":
239246
* Fixed screen upsets due to UTF-8 character handing.
240247

@@ -243,6 +250,7 @@ Marien Zwart:
243250

244251
"GenghisKhan":
245252
* Reported bugs and significantly helped debugging them.
253+
* Greatly assisted with debugging the ALSA stutter bug.
246254

247255
"meh":
248256
* Provided code to prefer reading ID3 tags v2 over v1.
@@ -253,9 +261,15 @@ Marien Zwart:
253261
"thotypous":
254262
* Provided code to allow use of the OSSv4 per-application mixer API.
255263

264+
"tokapix":
265+
* Provided additional proving of the ALSA stutter bug fix.
266+
256267
"tyranix":
257268
* Provided new command 'Y' to prune unreadable files from the playlist.
258269

270+
"vectis":
271+
* Assisted with debugging the ALSA stutter bug.
272+
259273
"zaphod":
260274
* Some strcpy() to strncpy() changes.
261275

0 commit comments

Comments
 (0)