File: Changes

package info (click to toggle)
libcrypt-twofish-perl 2.18-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 120 kB
  • sloc: ansic: 298; perl: 263; makefile: 3
file content (47 lines) | stat: -rw-r--r-- 1,405 bytes parent folder | download
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
2.18    2020-11-25      Abhijit Menon-Sen <ams@toroid.org>

    * Fix Makefile.PL to use -I. when executing tab/tables.pl, so that
      it can find tab/misc.h (suggested by Tim V)

2.16    2013-04-10      Abhijit Menon-Sen <ams@toroid.org>

    * Another attempt to silence cpantesters. No functional changes.

2.15    2012-09-07      Abhijit Menon-Sen <ams@toroid.org>

    * Include 'strict' in PREREQ_PM to silence cpantesters. No
      functional changes.

2.14    2010-05-08      Abhijit Menon-Sen <ams@toroid.org>

    * Fix inaccurate dependency in Makefile.PL

2.13    2009-05-11      Abhijit Menon-Sen <ams@toroid.org>

    * Relicensed on request from the old Artistic License to "the same
      terms as Perl itself" (i.e. new Artistic/GPL).

      (No functional changes.)

2.12    2001-05-21

    * More Makefile.PL feature-probing updates.

2.10    2001-05-07

    * Makefile.PL now tries to do the right thing on systems which don't
      have <inttypes.h>.
    * This release should work under Activeperl (thanks to Tony Cook).

2.02    2001-05-04

    * The module is now distributed under the Artistic License.

2.00    2001-05-01  (By Abhijit Menon-Sen <ams@wiw.org>)

    * Complete rewrite. The module is now Crypt::CBC compatible, has new
      test cases, and a cleaner Twofish implementation.

1.00    1999-11-08  (By Nishant Kakani)

    * original version; created by h2xs 1.16