wmshutdown: Add version 1.3 to repository.
[dockapps.git] / wmshutdown / ChangeLog
blobfdbba13b081e19f00e3f2339e1ba555d639ba805
1 21/11/2001: Project started
2 22/11/2001: First version (0.1) released
3 20/06/2002: Bug Fix: Each click does not create a new dialog box anymore. Only
4         one is created
5 26/07/2014: Version 1.0 released.
6         * Convert to GTK3 and autotools.
7         * Incorporate several changes from Debian, including renaming
8           wmShutdown to wmshutdown and Shutdown to wmshutdown-run.
9 07/08/2014: Version 1.1 released.
10         * Use logind instead of calling /sbin/shutdown; delete wmshutdown-run as
11           it is no longer needed.
12         * Update copyright information and documentation.
13         * Add command line options (--help and --version).
14 25/10/2014: Version 1.2 released.
15         * Add --with-consolekit configure option to enable users wanting to use
16           ConsoleKit instead of logind.
17         * Use dialog to communicate dbus errors.
18         * Replace deprecated gtk_dialog_get_action_area with
19           gtk_dialog_add_buttons.
20 27/10/2014: Version 1.3 released.
21         * Correct package name for --version option.
22         * Restore original g_signal_connect() code for dialog buttons; new
23           gtk_dialog_run() code was buggy.
24         * Consistent code style; no warnings or errors from checkpatch.pl
25           in Window Maker source tree.