[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Acl-devel] [ANNOUNCE] attr 2.4.47
From: |
Brandon Philips |
Subject: |
[Acl-devel] [ANNOUNCE] attr 2.4.47 |
Date: |
Sun, 19 May 2013 09:43:37 -0500 |
Hello-
attr 2.4.47 is released. This release fixes two functional bugs
related to tree walking and the return code from getfattr. Also, a
number of build system problems were fixed. You can find it here:
http://download.savannah.gnu.org/releases/attr/attr-2.4.47.src.tar.gz
The git repo is here and the tag is v2.4.47:
http://git.savannah.gnu.org/cgit/attr.git/
Thanks!
Brandon
Here comes the shortlog:
Andreas Gruenbacher (1):
Clarify what the --only-values flag does
Brandon Philips (4):
test: fix on selinux systems
package: cleanup whitespace errors
VERSION: 2.4.46 -> 2.4.47
Merge branch 'master' of git.sv.gnu.org:/srv/git/attr
Kamil Dudka (3):
walk_tree: do not follow symlink to directory with -h
getfattr: return non-zero exit code on failure
fix typos in attr.1 man page
Kamil Rytarowski (4):
Install the missing COPYING.LGPL file
Install the libraries to the appropriate directory
Add missing includes against libgen.h
Rename build/ to package/
Mike Frysinger (3):
rename configure.ac
attr: use SHELL from configure
attr: respect DESTDIR when installing
Riku Voipio (2):
libattr: syscalls: use syscalls.h
libattr: syscalls: use syscalls.h
Thomas Petazzoni (1):
attr: Fix static build installation