Fixes since 2.0.23 (short version):
Remove release process from README.
Fix missing libc_compat.h in release tarball.
Avoid using SW_VIDEOOUT_INSERT if it isn't available.
Add support for Copy and Restart keys.
Add support for non-glibc libc's. (acpi_listen.c acpid.c event.c input_layer.c kacpimon/libnetlink.h libc_compat.h libnetlink.c netlink.c proc.c ud_socket.c) (Brendan Heading brendanheading@gmail.com)
Fix compiler warnings. (acpi_listen.c event.c sock.c)
Add systemd info to documentation.
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org --- lfs/acpid | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lfs/acpid b/lfs/acpid index 476c9a8..963dfb5 100644 --- a/lfs/acpid +++ b/lfs/acpid @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2015 Michael Tremer & Christian Schmidt # +# Copyright (C) 2016 Michael Tremer & Christian Schmidt # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@
include Config
-VER = 2.0.23 +VER = 2.0.25
THISAPP = acpid-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -41,7 +41,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = d7bcdcdefcd53b03730e50ba842554ea +$(DL_FILE)_MD5 = 69bb0cc4a0a89eb2dfecc4851087f568
install : $(TARGET)
Hi,
you didn't upload the sources it seems. So I couldn't build this.
Same for grep and sed.
-Michael
On Sun, 2016-01-31 at 14:32 +0100, Matthias Fischer wrote:
Fixes since 2.0.23 (short version):
Remove release process from README.
Fix missing libc_compat.h in release tarball.
Avoid using SW_VIDEOOUT_INSERT if it isn't available.
Add support for Copy and Restart keys.
Add support for non-glibc libc's. (acpi_listen.c acpid.c event.c input_layer.c kacpimon/libnetlink.h libc_compat.h libnetlink.c netlink.c proc.c ud_socket.c) (Brendan Heading brendanheading@gmail.com)
Fix compiler warnings. (acpi_listen.c event.c sock.c)
Add systemd info to documentation.
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org
lfs/acpid | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lfs/acpid b/lfs/acpid index 476c9a8..963dfb5 100644 --- a/lfs/acpid +++ b/lfs/acpid @@ -1,7 +1,7 @@ #################################################################### ########### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2015 Michael Tremer & Christian Schmidt # +# Copyright (C) 2016 Michael Tremer & Christian Schmidt # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 2.0.23 +VER = 2.0.25 THISAPP = acpid-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -41,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = d7bcdcdefcd53b03730e50ba842554ea +$(DL_FILE)_MD5 = 69bb0cc4a0a89eb2dfecc4851087f568 install : $(TARGET)