On Tuesday, 18. August 2009, Viktor Griph wrote: > There have been several bug fixes since 2.5.27 was released in > February, and I think it's time to release 2.5.28. Are there any > pending patches, or bugs that has to be considered before a release?
Not that it would hinder: A very little thing - a typo in description of "--enable-htmldoc" (configure.ac) says it would "disable" instead of "enable".
Index: ChangeLog =================================================================== RCS file: /home/cvs/fvwm/fvwm/ChangeLog,v retrieving revision 1.3089 diff -u -u -r1.3089 ChangeLog --- ChangeLog 9 Aug 2009 13:15:29 -0000 1.3089 +++ ChangeLog 12 Aug 2009 11:30:11 -0000 @@ -1,3 +1,7 @@ +2009-08-12 Christoph Fritz <chris_honschu(at)gmx.de> + * configure.ac: + Fix typo in AS_HELP_STRING referring to enable-htmldoc + 2009-08-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se> * NEWS: Index: configure.ac =================================================================== RCS file: /home/cvs/fvwm/fvwm/configure.ac,v retrieving revision 1.55 diff -u -u -r1.55 configure.ac --- configure.ac 4 Aug 2009 09:01:22 -0000 1.55 +++ configure.ac 12 Aug 2009 11:30:12 -0000 @@ -405,7 +405,7 @@ problem_htmldoc="" AC_ARG_ENABLE(htmldoc, - AS_HELP_STRING([--enable-htmldoc],[disable generation of HTML documentation]), + AS_HELP_STRING([--enable-htmldoc],[enable generation of HTML documentation]), [ if test x"$enableval" = xyes; then with_htmldoc="yes, check" else
