ossp-pkg/pcre/ChangeLog.OSSP 1.19 -> 1.20
--- ChangeLog.OSSP 2002/01/11 10:19:12 1.19
+++ ChangeLog.OSSP 2004/04/21 13:44:06 1.20
@@ -2,6 +2,19 @@
OSSP ChangeLog for PCRE
=======================
+ *) Remove libpcreposix.la target from Makefile.in to disable
+ provisioning of embedded POSIX regex library functions regcomp,
+ regerror, regexec and regfree. OSSP petidomo was a victim as it
+ expects working [:alnum:] and [:space:] constructs which do not
+ work with the fsl regex but do with OS regex. It turned out that
+ OpenPKG sendmail package was also broken due to fsl pcre symbol
+ leakage. Inspired by http://cvs.openpkg.org/chngview?cn=15298
+ [Thomas Lotterer <thomas@lotterer.net>]
+
+ *) Remove useless pcre_test target from Makefile.in
+ Excerpt from http://cvs.openpkg.org/chngview?cn=13354
+ [Thomas Lotterer <thomas@lotterer.net>]
+
*) Upgraded to PCRE 3.9
*) Upgraded to PCRE 3.8
|
|