--- code/trunk/NEWS 2007/04/05 09:17:28 146 +++ code/trunk/NEWS 2007/04/24 13:36:11 155 @@ -2,13 +2,17 @@ ------------------------ -Release 7.1 20-Mar-07 +Release 7.1 24-Apr-07 --------------------- -There are no new features in this release. A few bugs are fixed (see ChangeLog -for details), but the major change is a complete re-implementation of the build -system. This now has full Autotools support and so is now "standard" in some -sense. It should help with compiling PCRE in a wide variety of environments. +There is only one new feature in this release: a linebreak setting of +PCRE_NEWLINE_ANYCRLF. It is a cut-down version of PCRE_NEWLINE_ANY, which +recognizes only CRLF, CR, and LF as linebreaks. + +A few bugs are fixed (see ChangeLog for details), but the major change is a +complete re-implementation of the build system. This now has full Autotools +support and so is now "standard" in some sense. It should help with compiling +PCRE in a wide variety of environments. NOTE: when building shared libraries for Windows, three dlls are now built, called libpcre, libpcreposix, and libpcrecpp. Previously, everything was