From eacb9fb02a6e1bc4a8fda93433316a385c38d23c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 9 Feb 2012 16:55:45 +0100 Subject: [PATCH] Document API change in pcre-8.30 --- pcre.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pcre.spec b/pcre.spec index 86d1063..4e5d221 100644 --- a/pcre.spec +++ b/pcre.spec @@ -136,8 +136,13 @@ make check - Add old libpcre.so.0 to preserve compatibility temporarily * Fri Jan 27 2012 Petr Pisar - 8.30-0.1.RC1 -- 8.30 Relase candidate 1 with UTF-16 bump +- 8.30 Relase candidate 1 with UTF-16 support and *API change* - Enable UTF-16 variant of PCRE library +- The pcre_info() function has been removed from pcre library. +- Loading compiled pattern does not fix endianity anymore. Instead an errror + is returned and the application can use pcre_pattern_to_host_byte_order() to + convert the pattern. +- Surrogates (0xD800---0xDFFF) are forbidden in UTF-8 mode now. * Fri Jan 13 2012 Fedora Release Engineering - 8.21-2.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild