File: Changes

package info (click to toggle)
libstring-compare-constanttime-perl 0.321-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: perl: 58; makefile: 3
file content (33 lines) | stat: -rw-r--r-- 1,148 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
0.321  2019-06-17
  * Remove unnecessary sv_len_utf8 calls (thanks David Golden)
  * Test and document mixed UTF-8 flag comparison (thanks David Golden)

0.320  2018-04-22
  * Added Travis and Appveyor testing (thanks Paul Cochrane)
  * Use warnings pragmas (thanks Paul Cochrane)
  * Many documentation and meta-data fixes/updates (thanks Paul Cochrane)
  * Better test coverage for strings with/without utf8 flag
    (thanks Paul Cochrane)
  * Replace SvCUR with sv_len_utf8 to work around issue in debugging
    versions of perl (see https://github.com/hoytech/String-Compare-ConstantTime/issues/4)
    (thanks Paul Cochrane)

0.312  2017-02-14
  * Now works with variables that have magic such as results of
    substr, tied variables, etc. (thanks James Raspass)

0.311  2015-10-24
  * Don't ship MYMETA files anymore (thanks Adel Qalieh
    and Alexandr Ciornii)

0.310  2014-09-23
  * Fix segfault when passed in undef (thanks Ichinose Shogo)
  * Documentation updates
  * Add github repo and license meta info

0.300  2012-10-09
  * Change version number format
  * Skip unreliable stats test for now

0.20   2012-07-12
  * Initial release