From ff2f903d51bfe3d8474fc50a462f631dce3ca7fc Mon Sep 17 00:00:00 2001 From: Frans van der Have Date: Thu, 13 Oct 2022 16:31:11 +0200 Subject: [PATCH] Update the README with the changes for version 1.6.6. --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index 706758e..1cce06b 100644 --- a/README +++ b/README @@ -172,11 +172,14 @@ Which ultimately is based upon stuff written by: HISTORY ============= version 1.6.6 - Fixes: - Remove unused variables, avoiding compiler warning. - Reorder cases in libics_top.c to match enum order - Prevent a NULL pointer dereference on ICS syntax error, instead return an Ics error. + - Replace fseek by _fseeki64() on Windows (64-bit safe). Based on + a patch submitted by Patrick Steele at Bitplane. + - For reference, add #define lines for possible string values as + used by SVI Huygens. version 1.6.5 - Fix typo that causes out-of-bounds read.