Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cmark for openSUSE:Factory checked in at 2021-06-21 20:35:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cmark (Old) and /work/SRC/openSUSE:Factory/.cmark.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cmark" Mon Jun 21 20:35:41 2021 rev:11 rq:901086 version:0.30.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cmark/cmark.changes 2021-06-02 22:11:57.196158907 +0200 +++ /work/SRC/openSUSE:Factory/.cmark.new.2625/cmark.changes 2021-06-21 20:36:08.114658166 +0200 @@ -1,0 +2,197 @@ +Mon Jun 21 06:45:39 UTC 2021 - Ond??ej S??kup <[email protected]> + +- update to 0.30.0 + * Use official 0.30 spec.txt. + * Add `cmark_get_default_mem_allocator()` (#330). API change: this + adds a new exported function in cmark.h. + * Fix #383. An optimization we used for emphasis parsing was + too aggressive, causing us to miss some emphasis that was legal + according to the spec. We fix this by indexing the `openers_bottom` + table not just by the type of delimiter and the length of the + closing delimiter mod 3, but by whether the closing delimiter + can also be an opener. (The algorithm for determining emphasis + matching depends on all these factors.) Add regression test. + * Fix quadratic behavior with inline HTML (#299, Nick Wellnhofer). + Repeated starting sequences like `<?`, `<!DECL ` or `<