wmshutdown: Bump to version 1.5.
This commit is contained in:
parent
ddd1876d1d
commit
bfe8518888
|
@ -28,3 +28,12 @@
|
||||||
* Fix 'unused parameter' compiler warnings.
|
* Fix 'unused parameter' compiler warnings.
|
||||||
* Fix 'mixed declarations and code' compiler warnings.
|
* Fix 'mixed declarations and code' compiler warnings.
|
||||||
* Update contact information.
|
* 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.
|
||||||
|
|
|
@ -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])
|
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