summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2016-07-01 09:06:38 +0000
committerzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2016-07-01 09:06:38 +0000
commit575b84a7bcbd63f54d933804ea5036642b93c0f7 (patch)
treee271114f06a871e0f1ca98ed6d4855fb97a2ccaf /ChangeLog
parente4b4f4a81dd8c4086ea327c552a388d969a4280b (diff)
downloadpcre-575b84a7bcbd63f54d933804ea5036642b93c0f7.tar.gz
Fix register overwite in JIT when SSE2 acceleration is enabled.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1660 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 08b80a3..5cdd73e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,10 +9,12 @@ Version 8.40 17-June-2016
1. Using -o with -M in pcregrep could cause unnecessary repeated output when
the match extended over a line boundary.
-
+
2. Applied Chris Wilson's second patch (Bugzilla #1681) to CMakeLists.txt for
MSVC static compilation, putting the first patch under a new option.
-
+
+3. Fix register overwite in JIT when SSE2 acceleration is enabled.
+
Version 8.39 14-June-2016
-------------------------