[Pkg-wmaker-commits] [wmshutdown] 129/173: Release version 1.2.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Aug 25 02:46:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmshutdown.

commit 18bb146bfef87c63eb99d3eb0f9c78fee4eeb384
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sat Oct 25 22:30:28 2014 -0500

    Release version 1.2.
---
 ChangeLog    | 6 ++++++
 README       | 4 ++--
 configure.ac | 2 +-
 wmshutdown.1 | 2 +-
 4 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index be48a6e..cf9f95d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,3 +11,9 @@
 	  it is no longer needed.
 	* Update copyright information and documentation.
 	* Add command line options (--help and --version).
+25/10/2014: Version 1.2 released.
+	* Add --with-consolekit configure option to enable users wanting to use
+	  ConsoleKit instead of logind.
+	* Use dialog to communicate dbus errors.
+	* Replace deprecated gtk_dialog_get_action_area with
+	  gtk_dialog_add_buttons.
diff --git a/README b/README
index 3e2d8fc..19960ac 100644
--- a/README
+++ b/README
@@ -20,11 +20,11 @@
    	Prior to version 1.1, wmshutdown used a setuid program (Shutdown or
       	wmshutdown-run) to actually shut down the computer, introducing
 	potential security risks.  Beginning in version 1.1, wmshutdown uses
-	logind instead.
+	logind instead.  In version 1.2, ConsoleKit support was added.
 
 3. Install/Uninstall
 
-	./configure
+	./configure (or ./configure --with-consolekit to use ConsoleKit)
 	make
 	make install [as root]
 
diff --git a/configure.ac b/configure.ac
index e1b4222..6898a5d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([wmshutdown], [1.1], [dtorrance at monmouthcollege.edu])
+AC_INIT([wmshutdown], [1.2], [dtorrance at monmouthcollege.edu])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_HEADER([config.h])
diff --git a/wmshutdown.1 b/wmshutdown.1
index 65500a8..abbaad4 100644
--- a/wmshutdown.1
+++ b/wmshutdown.1
@@ -1,4 +1,4 @@
-.TH wmshutdown 1 2014-08-07
+.TH wmshutdown 1 2014-10-25
 .SH NAME
 wmshutdown \-A graphical dock application to shutdown computer
 .SH SYNOPSIS

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmshutdown.git



More information about the Pkg-wmaker-commits mailing list