diff options
author | 2015-07-16 13:46:44 -0500 | |
---|---|---|
committer | 2015-07-16 13:46:44 -0500 | |
commit | faf6969f452c214cc621c317d861cabc6aefabbf (patch) | |
tree | 8aa1449dad24a3688c112917b9ee5fb80f78fbd3 | |
parent | bf10af3c0f010ecd66647be8a3c7d72c068847bd (diff) | |
download | pseudo-faf6969f452c214cc621c317d861cabc6aefabbf.tar.gz pseudo-faf6969f452c214cc621c317d861cabc6aefabbf.tar.bz2 pseudo-faf6969f452c214cc621c317d861cabc6aefabbf.zip |
1.6.6 (fifo and xattr improvements)pseudo-1.6.6PSEUDO_1_6_6
-rw-r--r-- | ChangeLog.txt | 1 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 27921cd..47229fb 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,6 +1,7 @@ 2015-07-16: * (seebs) don't truncate xattr attributes that end with a slash. * (seebs) allow actually making fifos + * 1.6.6 2015-05-04: * (seebs) don't give spurious trailing slash diagnostics diff --git a/Makefile.in b/Makefile.in index f4e9cac..4a36eb6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -31,7 +31,7 @@ BITS=@BITS@ ARCH_FLAGS=@ARCH_FLAGS@ MARK64=@MARK64@ RPATH=@RPATH@ -VERSION=1.6.5 +VERSION=1.6.6 LIB=@LIB@ BIN=bin |