wmacpi: Bump to version 2.2.
Five years is long enough to have a release candidate, I think. :)
This commit is contained in:
parent
ffbe9ddcee
commit
a1cd5cadce
|
@ -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@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.
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include "libacpi.h"
|
||||
|
||||
#define ACPI_VER "2.2rc5"
|
||||
#define ACPI_VER "2.2"
|
||||
|
||||
global_t *globals;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue