summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2017-04-21 17:05:21 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2017-04-21 17:05:21 +0000
commit6228da3fb70247654e387025f83c49b832872212 (patch)
treef49b73f0d287c9c8418f7e8b543d1bda53400b95 /ChangeLog
parent5a5ccb1bd732e37e008781696ed72a3aea7675dd (diff)
downloadpcre-6228da3fb70247654e387025f83c49b832872212.tar.gz
C++ patch to guard 'using std::' directives with namespace pcrecpp.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1697 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6610e1..943082e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -42,6 +42,9 @@ length incorrectly, which could result in buffer overflow.
10. Remove redundant line of code (accidentally left in ages ago).
+11. Applied C++ patch from Irfan Adilovic to guard 'using std::' directives
+with namespace pcrecpp (Bugzilla #2084).
+
Version 8.40 11-January-2017
----------------------------