wmcdplay: Bump to version 1.1.

This commit is contained in:
Doug Torrance 2014-12-18 12:30:56 -06:00 committed by Carlos R. Mafra
parent 8489a703fd
commit 15ce9df18c
2 changed files with 11 additions and 1 deletions

View file

@ -91,3 +91,13 @@ Beta1 "-a artwork_file" is now "-f artwork_file", sorry ;-)
Improved artwork loading (it was very brain-dead).
Formatting changes in artwork files (ARTWORK documentation
is now up-to-date).
Release 1.1 18/12/14 Add -i option so users can specify cd polling
interval.
Fix compiler warnings.
Add FreeBSD and Hurd support.
Switch build system to autotools.
Install art script.
Add manpage from Debian.
Now maintained by Window Maker Developers Team
<wmaker-dev@lists.windowmaker.org>.

View file

@ -1,4 +1,4 @@
AC_INIT([wmcdplay], [1.0beta1])
AC_INIT([wmcdplay], [1.1], [wmaker-dev@lists.windowmaker.org])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([configure.ac])
AC_PROG_CXX