Package Release Info

libunistring-1.3-160000.3.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libunistring-devel-32bit
libunistring5-32bit

Change Logs

* Thu Oct 17 2024 andreas.stieger@gmx.de
- update to 1.3:
  * Support Unicode version 16.0.0
* Sat Feb 24 2024 andreas.stieger@gmx.de
- update to 1.2:
  * Support Unicode 15.1.0
  * Improve UTF-8 decoder Unicode Standard compliance
  * The *printf functions no longer support the %n directive, for
    security reasons.
  * Fixed a bug in the *printf functions: In the %U, %lU, %llU
    directives, a negative width given as an argument did not
    trigger left-justification.
  * The functions u16_strstr and u32_strstr now operate in worst-case linear time.
  * Useful API function extensions
* Mon Aug 28 2023 schwab@suse.de
- Run testsuite also under qemu emulation
* Thu Apr 20 2023 fcrozat@suse.com
- Fix license tag to GPL-3.0-or-later or LGPL-3.0-or-later.
* Tue Oct 25 2022 andreas.stieger@gmx.de
- Update to 1.1:
  * The data tables and algorithms have been updated to Unicode
    version 15.0.0.
* Sat Apr 09 2022 andreas.stieger@gmx.de
- Update to 1.0:
  * Unicode 14.0.0 support
  * License changed to LGPL-3.0-or-later OR GPL-2.0-or-later
  * *_uctomb functions now support strings larger than 2 GiB
  * linebreak functions now make it easier to work with strings
    that contain CR-LF sequences
  * New properties for recognizing pictographics symbols and
    regional indicators
- drop disable-broken-tests.patch
* Fri Mar 08 2019 mliska@suse.cz
- Add disable-broken-tests.patch in order to fix broken
  tests (bnc#1128460).
* Mon May 28 2018 astieger@suse.com
- update to 0.9.10:
  * The functions
    u8_casing_prefix_context, u8_casing_prefixes_context,
    u8_casing_suffix_context, u8_casing_suffixes_context,
    u16_casing_prefix_context, u16_casing_prefixes_context,
    u16_casing_suffix_context, u16_casing_suffixes_context,
    u32_casing_prefix_context, u32_casing_prefixes_context,
    u32_casing_suffix_context, u32_casing_suffixes_context,
    that are documented since version 0.9.1, are now actually
    implemented.
* Sat Mar 03 2018 jengelh@inai.de
- Fix RPM groups and summaries.
* Wed Feb 28 2018 astieger@suse.com
- update to 0.9.9:
  * Fixed a multithread-safety bug