From cb6635636837cf8182f2a0bf4f76e0c1f631c9f6 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 15 May 2017 08:20:56 -0700 Subject: [PATCH] Update change log for 1.2.1 --- Changes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index 5d002d94..2408c14e 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,4 @@ -## 1.2.1 - ? +## 1.2.1 - 2017-05-15 * Use autoconf to check the system's endianness rather than trying to do this with compiler-defined macros like `__BYTE_ORDER__`. Apparently this didn't @@ -9,6 +9,8 @@ occurred on corrupt databases that had a data pointer large enough to cause an integer overflow when doing bound checking. Reported by Ryan Whitworth. GitHub #140. +* Add --disable-tests option to `configure`. Pull request by Fabrice + Fontaine. GitHub #136. ## 1.2.0 - 2016-03-23