summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.