Changelog for
utf8proc-devel-2.1.0-1.7.x86_64.rpm :
* Thu Feb 16 2017 astiegerAATTsuse.com- utf8proc 2.1.0:
* New functions utf8proc_map_custom and utf8proc_decompose_custom to allow user-supplied transformations of codepoints, in conjunction with other transformations
* New function utf8proc_normalize_utf32 to apply normalizations directly to UTF-32 data (not just UTF-8)
* Fixed stack overflow that could occur due to incorrect definition of UINT16_MAX with some compilers (boo#1025696)
* Updated font metrics to use Unifont 9.0.04.- includes changes from 2.0.2:
* C89/C99 fixes- includes changes from 2.0.1:
* Bug fix in utf8proc_grapheme_break_stateful- includes changes from 2.0:
* Updated for Unicode 9.0
* New utf8proc_grapheme_break_stateful to handle the complicated grapheme-breaking rules in Unicode 9. The old utf8proc_grapheme_break is still provided, but may incorrectly identify grapheme breaks in some Unicode-9 sequences.
* Smaller Unicode tables This required changes in the utf8proc_property_t structure, which breaks backward compatibility if struct is accessed directly
* Buffer overrun fix (bsc#1025685)
* Sun Apr 24 2016 astiegerAATTsuse.com- utf8proc 1.3.1:
* Do not export symbol for internal function unsafe_encode_char()
* Install relative symbolic links for shared libraries
* Enable and fix compiler warnings- remove cmake dependency
* Thu Sep 17 2015 dmitry_rAATTopensuse.org- Update to version 1.3
* Updated for Unicode 8.0, see NEWS.md for more details
* Fri Aug 08 2014 dmitry_rAATTopensuse.org- Fix so version
* Wed Jul 23 2014 dmitry_rAATTopensuse.org- Initial package, version 1.1.6