summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2020-02-12 17:37:05 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2020-02-12 17:37:05 +0000
commit05f40e7bad18b7fadc2a34bf39c149ce801abe40 (patch)
tree33335546cc640b445e00f4d7498af7ecb2fc6bce /ChangeLog
parentbe73d3747c3b2c0dab935279484bf96d55221106 (diff)
downloadpcre-05f40e7bad18b7fadc2a34bf39c149ce801abe40.tar.gz
Final tidies and documentation updates for 8.44.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1763 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index c4b77ce..04d1ef5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,8 +5,8 @@ Note that the PCRE 8.xx series (PCRE1) is now in a bugfix-only state. All
development is happening in the PCRE2 10.xx series.
-Version 8.44-RC1 01 March-2019
-------------------------------
+Version 8.44 12 February-2020
+-----------------------------
1. Setting --enable-jit=auto for an out-of-tree build failed because the
source directory wasn't in the search path for AC_TRY_COMPILE always. Patch
@@ -27,10 +27,10 @@ added.
after a successful compile, instead of at the start of matching to avoid a
sanitizer complaint (regexec is supposed to be thread safe).
-6. Check the size of the number after (?C as it is read, in order to avoid
+6. Check the size of the number after (?C as it is read, in order to avoid
integer overflow.
-7. Tidy up left shifts to avoid sanitize warnings; also fix one NULL deference
+7. Tidy up left shifts to avoid sanitize warnings; also fix one NULL deference
in pcretest.