Changelog for
libidn2-0-2.3.4-2.2.i586.rpm :
* Tue Oct 25 2022 Andreas Stieger
- update to 2.3.4:
* Support for Unicode 15.0.0
* Uses IDNA2008 from tables from unicode.org rather than IANA for consistency with other implementation and support for Unicode versions 12 through 15. This breaks backwards- compatibility regarding U+19DA and recent releases
* Tue Jul 12 2022 Andreas Stieger - update to 2.3.3:
* Upgrade IDNA Tables from Unicode 11 to 12
* Upgrade TR46 Tables from Unicode 13 to 14
* Updated gnulib files and various build fixes
* Add self-check for the idn2 command line tool
* Tue May 24 2022 Stephan Kulow - Refresh libidn2.keyring
* Wed Jul 21 2021 Danilo Spinella - Update to 2.3.2:
* Upgrade TR46 tables from Unicode 11 to Unicode 13.- Refresh libidn2.keyring
* Wed May 12 2021 Andreas Stieger - libidn2 2.3.1:
* Implement full roundtrip for lookup functionality
* Fix domain too long error
* Updated gnulib files and various build fixes
* verify source signature again
* Tue May 26 2020 Stephan Kulow - Fix license entry of the library - it\'s different than the rest
* Sat Feb 22 2020 Bjørn Lie - No longer recommend -lang: supplements are in use.
* Tue Nov 19 2019 Andreas Stieger - update to 2.3.0:
* Update the data tables from Unicode 6.3.0 to Unicode 11.0
* Turn _idn2_punycode_encode, _idn2_punycode_decode into compat symbols
* Tue May 28 2019 Martin Pluskal - Update to version 2.2.0 CVE-2019-12290 bsc#1154884:
* Perform A-Label roundtrip for lookup functions by default
* Stricter check of input to punycode decoder
* Fix punycode decoding with no ASCII chars but given delimiter
* Fix \'idn2 --no-tr64\' (was a no-op)
* Allow _ as a basic code point in domain labels
* Fail building documentation if \'ronn\' isn\'t installed
* git tag changed to reflect https://semver.org/
* Wed Feb 20 2019 Andreas Stieger - update to 2.1.1 CVE-2019-18224 bsc#1154887:
* Revert SONAME bump from release 2.1.0
* Fix NULL dereference in idn2_register_u8() and idn2_register_ul()
* Fix free of random value in idn2_to_ascii_4i()
* Improved fuzzer (which found the above issues)
* Check for valid unicode input in punycode encoder
* Avoid excessive CPU usage in punycode encoding with large inputs
* Deprecate idn2_to_ascii_4i() in favor of idn2_to_ascii_4i2()
* Restrict output length of idn2_to_ascii_4i() to 63 bytes