summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2018-03-20 10:56:03 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2018-03-20 10:56:03 +0000
commit4e3965851c3a2315abd50ee91f46e22bceeb44a0 (patch)
treec554d98654bb1f876a7f14e6de9aa170323dda56 /ChangeLog
parent008f2361e1ac8ee5efca7d76552a6de4eef8d15c (diff)
downloadpcre-4e3965851c3a2315abd50ee91f46e22bceeb44a0.tar.gz
Final file tidies for 8.42.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1732 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 627a384..7b53195 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,8 +4,9 @@ ChangeLog for PCRE
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.42 20-February-2018
------------------------------
+
+Version 8.42 20-March-2018
+--------------------------
1. Fixed a MIPS issue in the JIT compiler reported by Joshua Kinard.
@@ -49,11 +50,11 @@ containing multi-code-unit characters caused bad behaviour and possibly a
crash. This issue was fixed for other kinds of repeat in release 8.37 by change
38, but repeating character classes were overlooked.
-6. A small fix to pcregrep to avoid compiler warnings for -Wformat-overflow=2.
+11. A small fix to pcregrep to avoid compiler warnings for -Wformat-overflow=2.
-7. Added --enable-jit=auto support to configure.ac.
+12. Added --enable-jit=auto support to configure.ac.
-8. Fix misleading error message in configure.ac.
+13. Fix misleading error message in configure.ac.
Version 8.41 05-July-2017