Discussion:
cmus 2.3.4
Gregory Petrosyan
2011-02-10 17:58:51 UTC
Permalink
Happy winter day!

Cmus 2.3.4 is out! It is a bugfix release, so nothing really exciting (wait
for 2.4.0 for that!), but a handful of fixes warrant an upgrade for everybody.

You can obtain cmus as a tarball:

https://sourceforge.net/projects/cmus/files/cmus-v2.3.4.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.

P.S.: Just realised that I missed an opportunity to release cmus on
Valentine's day :-)

Gregory

---

Evan Niessen-Derry (1):
APE support

Gregory Petrosyan (4):
Set auto_reshuffle to true by default
Ignore empty but existing albumartist/albumartistsort tags
pulse: change restore_volume option from true/false to 1/0
cmus 2.3.4

Johannes Weißl (8):
do not show volume if not known
configure: add -I/usr/include/ncursesw
make using_utf8 and charset global
convert filter and search expressions to UTF-8
u_strcasestr_filename(): correctly handle non-utf8 cases
volume cmd: print error if changing volume wasn't successful
pulse: add mixer.pulse.restore_volume option
bugfix: convert filename to UTF-8 before matching expr

Mikhail Gonchar (1):
ui_curses.c: save tcap strings to a separate buffer

Ryan Kavanagh (2):
Fix spelling mistakes in binary and documentation
Fix the whatis entry of cmus-tutorial manpage so that it can be parsed by lexgrog

Sergey Kvachonok (2):
Add HOSTCC configure variable for build host CC to facilitate cross-compiling.
Change ttman build command to use hostcc/hostld.

Tomasz Kontusz (1):
Fixes SIGSEGV on broken MPC files (MPC_SV8)
Aljosa Vidmar
2011-02-10 21:15:21 UTC
Permalink
I just successfully compiled (with all optional dependencies) the latest
version on Ubuntu 10.10. Everything runs and shows up fine.

Thanks for the great work!
gt
2011-02-11 08:16:57 UTC
Permalink
Post by Gregory Petrosyan
Happy winter day!
Cmus 2.3.4 is out! It is a bugfix release, so nothing really exciting (wait
for 2.4.0 for that!), but a handful of fixes warrant an upgrade for everybody.
https://sourceforge.net/projects/cmus/files/cmus-v2.3.4.tar.bz2/download
$ git clone git://gitorious.org/cmus/cmus.git -b maint
Installation is a classical "./configure && make && sudo make install" triple,
as always.
P.S.: Just realised that I missed an opportunity to release cmus on
Valentine's day :-)
Gregory
---
APE support
Set auto_reshuffle to true by default
Ignore empty but existing albumartist/albumartistsort tags
pulse: change restore_volume option from true/false to 1/0
cmus 2.3.4
do not show volume if not known
configure: add -I/usr/include/ncursesw
make using_utf8 and charset global
convert filter and search expressions to UTF-8
u_strcasestr_filename(): correctly handle non-utf8 cases
volume cmd: print error if changing volume wasn't successful
pulse: add mixer.pulse.restore_volume option
bugfix: convert filename to UTF-8 before matching expr
ui_curses.c: save tcap strings to a separate buffer
Fix spelling mistakes in binary and documentation
Fix the whatis entry of cmus-tutorial manpage so that it can be parsed by lexgrog
Add HOSTCC configure variable for build host CC to facilitate cross-compiling.
Change ttman build command to use hostcc/hostld.
Fixes SIGSEGV on broken MPC files (MPC_SV8)
Thanks :)

Bug fixes are important too.

Loading...