--- code/trunk/ChangeLog 2008/01/14 19:43:19 300 +++ code/trunk/ChangeLog 2008/01/20 19:39:43 303 @@ -1,11 +1,18 @@ ChangeLog for PCRE ------------------ -Version 7.6 14-Jan-08 +Version 7.6 19-Jan-08 --------------------- -1. A class with a very large number of characters with codepoints greater - than 255 (in UTF-8 mode, of course), caused a buffer overflow. +1. A character class containing a very large number of characters with + codepoints greater than 255 (in UTF-8 mode, of course) caused a buffer + overflow. + +2. Patch to cut out the "long long" test in pcrecpp_unittest when + HAVE_LONG_LONG is not defined. + +3. Applied Christian Ehrlicher's patch to update the CMake build files to + bring them up to date and include new features. Version 7.5 10-Jan-08