Accepting request 416412 from home:AndreasStieger:branches:devel:libraries:c_c++

pcre2 10.22

OBS-URL: https://build.opensuse.org/request/show/416412
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pcre2?expand=0&rev=9
This commit is contained in:
2016-08-01 13:54:47 +00:00
committed by Git OBS Bridge
parent ad71043833
commit 4863962eb8
7 changed files with 27 additions and 11 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Aug 1 13:27:11 UTC 2016 - astieger@suse.com
- pcre2 10.22:
* ChangeLog has the details of a number of bug fixes.
* The POSIX wrapper function regcomp() did not used to
support back references and subroutine calls if called with the
REG_NOSUB option. It now does.
* A new function, pcre2_code_copy(), is added, to make a copy of a
compiled pattern.
* Support for string callouts is added to pcre2grep.
* Added the PCRE2_NO_JIT option to pcre2_match().
* The pcre2_get_error_message() function now returns with a
negative error code if the error number it is given is unknown.
* Several updates have been made to pcre2test and test scripts
-------------------------------------------------------------------
Sun Jan 17 14:30:53 UTC 2016 - jengelh@inai.de