File: Changes

package info (click to toggle)
libunicode-casefold-perl 1.01-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 352 kB
  • sloc: perl: 366; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 731 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Revision history for Unicode-CaseFold

Version 1.01: 2017-07-25
  * Fix a deprecation warning about toFOLD_utf8 in 5.26 (this should also
    prevent trouble when the current version is removed in 5.30).

Version 1.00: 2014-05-05
  * Fix a documentation bug
  * Bump version to reflect maturity of the module

Version 0.03: 2012-06-27
  * Stop using the unsafe UTF8_MAXBYTES_CASE macro which could lead to
    buffer overruns (thanks khw).

Version 0.02: 2011-11-11
  * Pass tests with old versions of Test::More.
  * Skip tests that require a newer version of Unicode than the running perl
    can support.
  * Fix a bug with $Unicode::CaseFold::SIMPLE_FOLDING being set improperly.

Version 0.01: 2011-11-11
  * Initial release.