From eb47d855a831b6dc0ad34890e84b8f6f483693df Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 8 Jul 2016 10:07:53 +0100 Subject: pseudo 1.8.1 Signed-off-by: Richard Purdie --- ChangeLog.txt | 6 ++++++ Makefile.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- cgit