From ad295b5d413abba7b007a613863c0ef21359dc86 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Sat, 13 Nov 2021 14:36:38 +0000 Subject: [PATCH] add changelog notes --- ChangeLog | 1 + libvips/foreign/exif.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 21e47bb3..05838f85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,6 +20,7 @@ - add hyperbolic functions sinh, cosh, tanh, asinh, acosh, atanh [hroskes] - add untiled jp2k load - "insert" will minimise in seq mode +- better EXIF string handling [lovell] 16/8/21 started 8.11.4 - fix off-by-one error in new rank fast path diff --git a/libvips/foreign/exif.c b/libvips/foreign/exif.c index e30fe96a..12e40292 100644 --- a/libvips/foreign/exif.c +++ b/libvips/foreign/exif.c @@ -11,6 +11,8 @@ * - add support for writing string-valued fields * 9/7/18 [@Nan619] * - get tag name from tag plus ifd + * 13/11/21 + * - better handling of strings with embedded metacharacters */ /*