pcre2/NEWS

28 lines
998 B
Plaintext
Raw Normal View History

2014-09-28 13:31:21 +02:00
News about PCRE2 releases
-------------------------
2015-02-26 18:36:29 +01:00
Version 10.10 26-February-2015
2015-02-20 12:20:40 +01:00
------------------------------
1. Serialization and de-serialization functions have been added to the API,
making it possible to save and restore sets of compiled patterns, though
restoration must be done in the same environment that was used for compilation.
2. The (*NO_JIT) feature has been added; this makes it possible for a pattern
creator to specify that JIT is not to be used.
2015-02-26 18:36:29 +01:00
3. A number of bugs have been fixed. In particular, bugs that caused building
on Windows using CMake have been mended.
2015-02-20 12:20:40 +01:00
Version 10.00 05-January-2015
-----------------------------
2014-09-28 13:31:21 +02:00
2014-11-24 16:31:28 +01:00
Version 10.00 is the first release of PCRE2, a revised API for the PCRE
library. Changes prior to 10.00 are logged in the ChangeLog file for the old
API, up to item 20 for release 8.36. New programs are recommended to use the
new library. Programs that use the original (PCRE1) API will need changing
before linking with the new library.
2014-09-28 13:31:21 +02:00
****