diff options
author | 2015-09-02 11:37:26 -0500 | |
---|---|---|
committer | 2015-09-02 11:37:26 -0500 | |
commit | a49c56fbf1fdff5a3050d30b47851c52b4e35fc2 (patch) | |
tree | aacce9046e45eb02b8933fc76f72f1764ff4ebf9 | |
parent | 3cf27f952e7797c287c0bd367ee4618eaa205cb2 (diff) | |
download | pseudo-a49c56fbf1fdff5a3050d30b47851c52b4e35fc2.tar.gz pseudo-a49c56fbf1fdff5a3050d30b47851c52b4e35fc2.tar.bz2 pseudo-a49c56fbf1fdff5a3050d30b47851c52b4e35fc2.zip |
pseudo 1.7.1pseudo-1.7.1PSEUDO_1_7_1
Two little bug fixes.
Signed-off-by: Peter Seebach <peter.seebach@windriver.com>
-rw-r--r-- | ChangeLog.txt | 4 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 54567ca..acc4ce7 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,7 @@ +2015-09-02: + * (seebs) call this 1.7.1, since that seems to be all the bugs + I can immediately find. + 2015-09-01: * (seebs) use PSEUDO_STATBUF and base_lstat in path resolution, because plain lstat can fail on XFS if an inode number is out of the 32-bit diff --git a/Makefile.in b/Makefile.in index ea90b5b..34ba13a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -44,7 +44,7 @@ BITS=@BITS@ ARCH_FLAGS=@ARCH_FLAGS@ MARK64=@MARK64@ RPATH=@RPATH@ -VERSION=1.7.0 +VERSION=1.7.1 LIB=@LIB@ BIN=bin |