--- code/trunk/NEWS 2007/04/24 13:36:11 155 +++ code/trunk/NEWS 2007/05/01 09:19:56 157 @@ -2,6 +2,18 @@ ------------------------ +Release 7.2 30-Apr-07 +--------------------- + +Correction to the notes for 7.1: the note about shared libraries for Windows is +wrong. Previously, three libraries were built, but each could function +independently. For example, the pcreposix library also included all the +functions from the basic pcre library. The change is that the three libraries +are no longer independent. They are like the Unix libraries. To use the +pcreposix functions, for example, you need to link with both the pcreposix and +the basic pcre library. + + Release 7.1 24-Apr-07 ---------------------