From d1aeeb6d38f3fe8c94515f4cfc29016db366cb04 Mon Sep 17 00:00:00 2001 From: ph10 Date: Fri, 4 Dec 2020 14:30:03 +0000 Subject: Final file tidies for 10.36 git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1287 6239d852-aaf2-0410-a92c-79f79f948069 --- ChangeLog | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c7f1e54..2e20bdb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ Change Log for PCRE2 -------------------- -Version 10.36-RC1 05-November-2020 +Version 10.36-RC1 04-December-2020 ---------------------------------- 1. Add CET_CFLAGS so that when Intel CET is enabled, pass -mshstk to @@ -88,19 +88,23 @@ whose code points are greater than 255 in Unicode mode. 17. Applied the patch from Bugzilla #2628 to RunGrepTest. This does an explicit test for a version of sed that can handle binary zero, instead of assuming that -any Linux version will work. +any Linux version will work. Later: replaced $(...) by `...` because not all +shells recognize the former. 18. Fixed a word boundary check bug in JIT when partial matching is enabled. 19. Fix ARM64 compilation warning in JIT. Patch by Carlo. -20. A bug in the RunTest script meant that if the first part of test 2 failed, +20. A bug in the RunTest script meant that if the first part of test 2 failed, the failure was not reported. -21. Test 2 was failing when run from a directory other than the source +21. Test 2 was failing when run from a directory other than the source directory. This failure was previously missed in RunTest because of 20 above. Fixes added to both RunTest and RunTest.bat. +22. Patch to CMakeLists.txt from Daniel to fix problem with testing under +Windows. + Version 10.35 09-May-2020 --------------------------- -- cgit v1.2.1