summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2021-06-15 16:15:50 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2021-06-15 16:15:50 +0000
commit5d8a6b628ded65e28eb2a4a0f4baa1a9538da408 (patch)
tree0bd323316d4f23f5a3e73ebeb5393467b58aa840 /ChangeLog
parent453977045ee8d1e2d70824fbea9ed433518fb724 (diff)
downloadpcre-5d8a6b628ded65e28eb2a4a0f4baa1a9538da408.tar.gz
Final source tidies for 8.45 release.HEADmaster
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1766 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 471ef13..86acd7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,16 +5,16 @@ Note that the PCRE 8.xx series (PCRE1) is now at end of life. All development
is happening in the PCRE2 10.xx series.
-Version 8.45 14-June-2021
+Version 8.45 15-June-2021
-------------------------
This is the final release of PCRE1. A few minor tidies are included.
-1. CMakeLists.txt has two user-supplied patches applied, one to allow for the
-setting of MODULE_PATH, and the other to support the generation of pcre-config
+1. CMakeLists.txt has two user-supplied patches applied, one to allow for the
+setting of MODULE_PATH, and the other to support the generation of pcre-config
file and libpcre*.pc files.
-2. There was a memory leak if a compile error occurred when there were more
+2. There was a memory leak if a compile error occurred when there were more
than 20 named groups (Bugzilla #2613).
3. Fixed some typos in code and documentation.