summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-04-28 11:36:24 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-04-28 11:36:24 +0000
commitb7042013ea4bd7596bcf110b30450e4aa861adca (patch)
treebe56004ef38db0c6d2cdea34d93e8c659975dc6a /ChangeLog
parent2765d0933715e6b2c78a4e74fa8d5cad27273f29 (diff)
downloadpcre-b7042013ea4bd7596bcf110b30450e4aa861adca.tar.gz
Final tidies for 8.37
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1553 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 771d7c4..359b412 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
ChangeLog for PCRE
------------------
-Version 8.37 14-April-2015
+Version 8.37 28-April-2015
--------------------------
1. When an (*ACCEPT) is triggered inside capturing parentheses, it arranges
@@ -163,7 +163,7 @@ Version 8.37 14-April-2015
for example, /((?2){73}(?2))((?1))/. A better mutual recursion detection
method has been implemented. This infelicity was discovered by the LLVM
fuzzer.
-
+
40. Static linking against the PCRE library using the pkg-config module was
failing on missing pthread symbols.