wmshutdown: Bump to version 1.6
This commit is contained in:
parent
2ef4549500
commit
28b757ce2f
|
@ -37,3 +37,13 @@
|
||||||
directory and loading it from file.
|
directory and loading it from file.
|
||||||
* Add icon for freedesktop.org icon themes.
|
* Add icon for freedesktop.org icon themes.
|
||||||
* Add freedesktop.org desktop entry file.
|
* 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.
|
||||||
|
|
|
@ -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])
|
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
||||||
AC_CONFIG_SRCDIR([configure.ac])
|
AC_CONFIG_SRCDIR([configure.ac])
|
||||||
AC_CONFIG_HEADER([config.h])
|
AC_CONFIG_HEADER([config.h])
|
||||||
|
|
Loading…
Reference in a new issue