[Pkg-wmaker-commits] [wmacpi] 31/105: wmacpi: Bump to version 2.2.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Tue Aug 18 01:13:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository wmacpi.
commit 5557714034668fbd8fad850199449c168698677c
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date: Mon Aug 18 17:56:37 2014 -0500
wmacpi: Bump to version 2.2.
Five years is long enough to have a release candidate, I think. :)
---
ChangeLog | 18 ++++++++++++++++++
wmacpi-cli.c | 2 +-
wmacpi.c | 2 +-
3 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index bb8f0cf..e6be39e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2014 August 18 2.2
+ Remove VCS files from source.
+
+ Manpage installation location now follows Filesystem Hierarchy
+ Standards.
+
+ Rename acpi to wmacpi-cli to avoid conflict with the acpi binary
+ that ships with acpiclient (http://sourceforge.net/projects/acpiclient).
+
+ Allow additional flags to be appended to CFLAGS and/or LDFLAGS during
+ build.
+
+ Now maintained by the Window Maker Developers Team
+ <wmaker-dev at lists.windowmaker.org>.
+
+ Git repository:
+ git clone git://repo.or.cz/dockapps.git
+
2009 August 10 2.2rc5
Small Makefile fix to allow compiling on newer GCCs, supplied
Michael Shigorin of ALT Linux.
diff --git a/wmacpi-cli.c b/wmacpi-cli.c
index 3fa6fa2..274f287 100644
--- a/wmacpi-cli.c
+++ b/wmacpi-cli.c
@@ -26,7 +26,7 @@
#include "libacpi.h"
-#define ACPI_VER "2.2rc5"
+#define ACPI_VER "2.2"
global_t *globals;
diff --git a/wmacpi.c b/wmacpi.c
index 1cc0604..99002cd 100644
--- a/wmacpi.c
+++ b/wmacpi.c
@@ -37,7 +37,7 @@
#include "libacpi.h"
#include "wmacpi.h"
-#define WMACPI_VER "2.2rc5"
+#define WMACPI_VER "2.2"
/* main pixmap */
#ifdef LOW_COLOR
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmacpi.git
More information about the Pkg-wmaker-commits
mailing list