[Pkg-wmaker-commits] [fookb] 17/17: fookb: Bump to version 4.0.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Sep 10 14:35:29 UTC 2017


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch upstream
in repository fookb.

commit f2a6cc8757405b748ee957a932ce6e6b2136dc29
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Sat Sep 9 21:24:33 2017 -0400

    fookb: Bump to version 4.0.
---
 ChangeLog    | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 47 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index de3e476..ca4f432 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,49 @@
+4.0
+
+Now maintained by the Window Maker Team.
+
+Rename configure.in -> configure.ac.
+
+Use pkg-config to check for libraries.
+
+Use automake
+
+Rename VERSION to more standard ChangeLog.
+
+Make WUtil required instead of optional.
+
+Remove trailing whitespace.
+
+Fix error handling when reading XPM files.  Previously, we would try and read
+the width and height of images read from an XPM file *before* doing any error
+handling to determine whether we successfully read the file in the first place.
+If there had been an error, then there would be a segfault.
+
+Port to libdockapp.  In addition to the obvious simplification to the code by
+removing all the window creation stuff, this also allows us to let users pick
+whether they want to run fookb as a dockapp or as a normal windowed application
+at runtime using libdockapp's --windowed command line option.  Previously, this
+was done during build using configure's --enable-wmaker option.
+
+Use libdockapp instead of X resource manager for command line options.
+
+Remove --enable-wmaker compile-time option.  Now that we use libdockapp's
+--windowed option to allow users to choose whether to run fookb as a dockapp or
+as a normal windowed application at runtime, the --enable-wmaker option compile
+~/GNUstep/Defaults and it printed a warning message when users used large icon
+files.  We now use the ~/.fookb config file in all instances and always print
+the warning message.
+
+Add desktop entry file.
+
+Remove out-of-date check.sh script and empty test/foo file.
+
+Update INSTALL.
+
+Update manpage.  In addition to accounting for the various changes in the new
+version, we also rename from the deprecated 1x section to just 1 and get the
+current version number from autoconf.
+
 3.1
 
 An idea (icon size is now configurable) and two icons from "Andrei M. Soukharev"
diff --git a/configure.ac b/configure.ac
index dcde309..8c3f442 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl
 dnl vim:ts=8:sts=2:shiftwidth=2:expandtab:foldmethod=marker
 
 dnl {{{1
-AC_INIT([fookb], [3.1], [wmaker-dev at lists.windowmaker.org])
+AC_INIT([fookb], [4.0], [wmaker-dev at lists.windowmaker.org])
 AM_INIT_AUTOMAKE([foreign])
 AC_CONFIG_SRCDIR([fookb.c])
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/fookb.git



More information about the Pkg-wmaker-commits mailing list