diff options
author | 2016-07-08 10:07:53 +0100 | |
---|---|---|
committer | 2016-07-08 10:07:53 +0100 | |
commit | eb47d855a831b6dc0ad34890e84b8f6f483693df (patch) | |
tree | 90c2804f55f1bf2e0315db742f153e9778deea69 | |
parent | edacfd75144185246b1ae35641d8ed766a8726df (diff) | |
download | pseudo-eb47d855a831b6dc0ad34890e84b8f6f483693df.tar.gz pseudo-eb47d855a831b6dc0ad34890e84b8f6f483693df.tar.bz2 pseudo-eb47d855a831b6dc0ad34890e84b8f6f483693df.zip |
pseudo 1.8.1pseudo-1.8.1PSEUDO_1_8_1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | ChangeLog.txt | 6 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 7c1c253..131f163 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,9 @@ +2016-07-08: + * (RP) release 1.8.1 + * (joshuagl) Fix log table creation issue + * (joshuagl) Fix sqlite usage pseudo segfault + * (joshuagl) Fix directory permissions for build + 2016-05-18: * (seebs) move syncfs to a subport so it can be enabled only on systems which have it. diff --git a/Makefile.in b/Makefile.in index 4f98e28..181d885 100644 --- a/Makefile.in +++ b/Makefile.in @@ -44,7 +44,7 @@ BITS=@BITS@ ARCH_FLAGS=@ARCH_FLAGS@ MARK64=@MARK64@ RPATH=@RPATH@ -VERSION=1.8.0 +VERSION=1.8.1 LIB=@LIB@ BIN=bin |