From a463d711c5248e416b56d2d62c2e877edf1fa8cc Mon Sep 17 00:00:00 2001 From: Christoph Rupp Date: Thu, 3 Dec 2015 23:51:43 +0100 Subject: [PATCH] issue #59: fixed boost 1.58 handling in configure --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9aab7cc94..544202aae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -32,6 +32,10 @@ o issue #64: fixed segfault when recovering a database with a custom compare function; deprecated ups_db_set_compare_func, use ups_register_compare/UPS_PARAM_CUSTOM_COMPARE_NAME instead +Dec 03, 2015 - chris --------------------------------------------------- +o issue #59: configure now finds correct boost_major_version for boost 1.58 + (thanks, Rainmaker52) + Nov 13, 2015 - chris --------------------------------------------------- o Now restoring the "active blob page" after recovery to reduce the file size.