wmcdplay: Bump to version 1.1.
This commit is contained in:
parent
8489a703fd
commit
15ce9df18c
|
@ -91,3 +91,13 @@ Beta1 "-a artwork_file" is now "-f artwork_file", sorry ;-)
|
||||||
Improved artwork loading (it was very brain-dead).
|
Improved artwork loading (it was very brain-dead).
|
||||||
Formatting changes in artwork files (ARTWORK documentation
|
Formatting changes in artwork files (ARTWORK documentation
|
||||||
is now up-to-date).
|
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>.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
AC_INIT([wmcdplay], [1.0beta1])
|
AC_INIT([wmcdplay], [1.1], [wmaker-dev@lists.windowmaker.org])
|
||||||
AM_INIT_AUTOMAKE([foreign])
|
AM_INIT_AUTOMAKE([foreign])
|
||||||
AC_CONFIG_SRCDIR([configure.ac])
|
AC_CONFIG_SRCDIR([configure.ac])
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
|
|
Loading…
Reference in a new issue