From 28b757ce2f696331e01af62508ea3ba7dc57d4b2 Mon Sep 17 00:00:00 2001 From: "Torrance, Douglas" Date: Sat, 8 Dec 2018 15:03:48 +0000 Subject: [PATCH] wmshutdown: Bump to version 1.6 --- wmshutdown/ChangeLog | 10 ++++++++++ wmshutdown/configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/wmshutdown/ChangeLog b/wmshutdown/ChangeLog index acd0ce4..a6d4f7d 100644 --- a/wmshutdown/ChangeLog +++ b/wmshutdown/ChangeLog @@ -37,3 +37,13 @@ directory and loading it from file. * Add icon for freedesktop.org icon themes. * Add freedesktop.org desktop entry file. +08/12/2018: Version 1.6 released. + * Destroy dialog window before shutting down. + This is especially useful for suspending or hibernating. After + turning the computer back on, the wmshutdown dialog would still be + open from before, and clicking on the dockapp would not create a new + dialog. So the user would need to try and hunt for the old dialog if + they wanted to use it again. + * Use const in XPM image. + The function gdk_pixbuf_new_from_xpm_data expects a const char, and so + previously we had a compiler warning. diff --git a/wmshutdown/configure.ac b/wmshutdown/configure.ac index 4357817..5cf982c 100644 --- a/wmshutdown/configure.ac +++ b/wmshutdown/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wmshutdown], [1.5], [wmaker-dev@googlegroups.com]) +AC_INIT([wmshutdown], [1.6], [wmaker-dev@googlegroups.com]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_HEADER([config.h]) -- 2.11.4.GIT