From a1cd5cadce53427e03f2064484ea167fbcd7d132 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Mon, 18 Aug 2014 17:56:37 -0500 Subject: [PATCH] wmacpi: Bump to version 2.2. Five years is long enough to have a release candidate, I think. :) --- wmacpi/ChangeLog | 18 ++++++++++++++++++ wmacpi/wmacpi-cli.c | 2 +- wmacpi/wmacpi.c | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/wmacpi/ChangeLog b/wmacpi/ChangeLog index bb8f0cf..e6be39e 100644 --- a/wmacpi/ChangeLog +++ b/wmacpi/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 + . + + 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/wmacpi-cli.c b/wmacpi/wmacpi-cli.c index 3fa6fa2..274f287 100644 --- a/wmacpi/wmacpi-cli.c +++ b/wmacpi/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/wmacpi.c b/wmacpi/wmacpi.c index 1cc0604..99002cd 100644 --- a/wmacpi/wmacpi.c +++ b/wmacpi/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