From 3cf833d1522da5913234d8cbc300bd090fe8e12c Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Wed, 11 Jul 2018 22:12:54 -0400 Subject: [PATCH] wmmisc: Bump to version 1.2. --- wmmisc/ChangeLog | 29 +++++++++++++++++++++++++++++ wmmisc/configure.ac | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/wmmisc/ChangeLog b/wmmisc/ChangeLog index 9e25160..97e56b5 100644 --- a/wmmisc/ChangeLog +++ b/wmmisc/ChangeLog @@ -1,3 +1,32 @@ +11.07.18 Doug Torrance + * Version 1.2 + + * Now maintained by the Window Maker Team + + * Switch to autotools for build. + + * Use wmgeneral from libdockapp. + + * Move blue to top of list in XPM colors so that wmgeneral properly + creates mask. + + * Use only necessary headers. + + * Don't link against X11 libs; unnecessary. + + * Add error handling for fscanf. + + * Use autoconf defines for version number and bugreport address. + + * Add manpage from Debian. + + * Add support for wmgeneral's -display and -geometry command line + arguments. + + * Update documentation. + + * Add desktop entry file. + 09.01.06 Jesse S. * Version 1.1 diff --git a/wmmisc/configure.ac b/wmmisc/configure.ac index fd576a8..a50f8a9 100644 --- a/wmmisc/configure.ac +++ b/wmmisc/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wmmisc], [1.1], [wmaker-dev@googlegroups.com]) +AC_INIT([wmmisc], [1.2], [wmaker-dev@googlegroups.com]) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_SRCDIR([configure.ac]) AC_PROG_CC -- 2.11.4.GIT