Discussion:
cmus 2.3.5
Gregory Petrosyan
2011-04-10 12:08:46 UTC
Permalink
Good day!

I'd like to announce the release of cmus 2.3.5. This is a maintenance release;
compared to 2.3.4, it fixes numerous serious issues, as well as makes it
possible to use cmus on big-endian systems (e.g. some OpenWrt boxes). Everyone
is encouraged to upgrade.

You can obtain cmus as a tarball:

https://sourceforge.net/projects/cmus/files/cmus-v2.3.5.tar.bz2/download

Or via git:

$ git clone git://gitorious.org/cmus/cmus.git -b maint

Installation is a classical "./configure && make && sudo make install" triple,
as always.

Gregory

--


Gregory Petrosyan (4):
tree: better album date calculation
id3: fix id3_skiplen() for UTF-16 and UTF-16BE
id3: fix heavily broken comments parsing
cmus 2.3.5

Johannes Weißl (32):
mpc: fix replay gain calculation
mad: only use xing.nr_frames when != 0
ffmpeg.c: reset frame_size to AVCODEC_MAX_AUDIO_FRAME_SIZE in loop
ffmpeg.c: correctly scale seeking position
cache: fix writing of tracks with more than 32 tags
flac: fix segfault when playing corrupt flac files
pulse: fix playback of multi-channel audio files
pulse: fix deadlock
plugins: handle missing dependencies more gracefully
ffmpeg.c: correctly detect sample format
utils.sh: comment $CROSS variable
checks.sh: better check for endianness
configure: use pkg-config for flac detection
utils.h: use builtin byte swapping functions
flac.c: use swapping functions in utils.h
fix build error on NetBSD (bswap16/32)
input.c: fix frame_size check in BUG_ON
oss: support multi channel audio
oss: better oss_buffer_space()
pcm: use native byte order
vorbis: always use native byte order
mikmod: fix playback on bigendian systems
modplug: fix playback on bigendian systems
ffmpeg: fix playback on bigendian systems
make iconv dependency optional
configure: better check when using app_config
ffmpeg: enable compilation for libavcodec < 51.65
fix segfault when changing sort keys while adding tracks
scripts/checks.sh: fix function test
mikmod: fix mik_read_comments()
modplug: remove compressed types
ui_curses.c: fix severe display errors if iconv fails

Mikhail Gonchar (1):
id3: fix UTF-16 handling

Loading...