summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-03-06 15:50:45 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-03-06 15:50:45 +0000
commit89da1683acf930c388b6923b25011a902f716b44 (patch)
treed6314476edf260dfa8e00b714d55e9f570af570e /ChangeLog
parent1587a64618a44e327f6d3e796af9ebd589433902 (diff)
downloadpcre-89da1683acf930c388b6923b25011a902f716b44.tar.gz
Fix test problem caused by training space in the data.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@102 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7973d8a..b1897a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -34,6 +34,10 @@ Version 7.1 05-Mar-07
makevp.bat for the current PCRE, using the additional files !compile.txt,
!linklib.txt, and pcregexp.pas.
+ 6. A Windows user reported a minor discrepancy with test 2, which turned out
+ to be caused by a trailing space on an input line that had got lost in his
+ copy. The trailing space was an accident, so I've just removed it.
+
Version 7.0 19-Dec-06
---------------------