diff --git a/wmtv/ChangeLog b/wmtv/ChangeLog index 9ba832c..4822011 100644 --- a/wmtv/ChangeLog +++ b/wmtv/ChangeLog @@ -1,3 +1,26 @@ +version 0.6.6 +------------- +Date - 1/2/16 + - Now maintained by the Window Maker Developers Team. + - Update GPL text and Free Software Foundation address. + - Remove trailing whitespace. + - Config file handling. + - Fix calculation of bytes per line. + - Fix security hole. + - Add some French channels. + - Start without user config file. + - Do not shorten user config file. + - Remaining changes from debian package versions 0.6.5-8 + through 13. + - Fix frequency sent to external program. + - Add new -c option to choose the video4linux device to + use. + - Update video4linux include. + - Replace obsolete include of xf86dga.h with Xxf86dga.h. + - Switch to autotools for build. + - Add manpage from Debian. + - Update and tidy up README. + Version 0.6.5 ------------- Date - 25/4/99 diff --git a/wmtv/configure.ac b/wmtv/configure.ac index 4434be9..aab4d18 100644 --- a/wmtv/configure.ac +++ b/wmtv/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wmtv], [0.6.5], [wmaker-dev@lists.windowmaker.org]) +AC_INIT([wmtv], [0.6.6], [wmaker-dev@lists.windowmaker.org]) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_SRCDIR([configure.ac]) AC_PROG_CC