wmshutdown: Bump to version 1.5.

This commit is contained in:
Torrance, Douglas 2018-09-23 02:11:04 +00:00 committed by Carlos R. Mafra
parent ddd1876d1d
commit bfe8518888
2 changed files with 10 additions and 1 deletions

View file

@ -28,3 +28,12 @@
* Fix 'unused parameter' compiler warnings.
* Fix 'mixed declarations and code' compiler warnings.
* Update contact information.
22/09/2018: Version 1.5 released.
* Remove support for deprecated Consolekit.
* Add support for suspend and hibernate.
* Update my email address.
* Update manpage.
* Include xpm icon in source rather than installing into a data
directory and loading it from file.
* Add icon for freedesktop.org icon themes.
* Add freedesktop.org desktop entry file.

View file

@ -1,4 +1,4 @@
AC_INIT([wmshutdown], [1.4], [wmaker-dev@googlegroups.com])
AC_INIT([wmshutdown], [1.5], [wmaker-dev@googlegroups.com])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_HEADER([config.h])