File: Changes

package info (click to toggle)
libnet-cidr-set-perl 0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 292 kB
  • sloc: perl: 1,116; makefile: 2
file content (89 lines) | stat: -rw-r--r-- 2,012 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Revision history for Net-CIDR-Set

0.19      2025-08-05 13:11:19+01:00 Europe/London
  [Documentation]
  - Fixed typos in documentation RT#168697 (thanks Thomas Eckardt).

  - Removed the separate INSTALL file.

  - Fixed the CONTRIBUTORS setion of the README.

  - Added CONTRIBUTING.md file.

0.18      2025-08-03 11:45:07+01:00 Europe/London
  [Documentation]
  - Fixed broken Pod::Weaver configuration.

0.17      2025-08-03 11:39:29+01:00 Europe/London
  [Incompatabilities]
  - This module now requires Perl v5.14 or later.

  [Documentation]
  - README is now generated by Dist::Zilla::Plugin::UsefulReadme.

  - Added a SUPPORT section and merged BUGS into it.

  - Fixed typos.

  [Tests]
  - Add more author tests.

0.16      2025-06-03 13:54:58+01:00 Europe/London
  [Bug Fixes]
  - Imports are removed from the namespace.

  - Removed unused variable.

  [Documentation]
  - Modernised POD.

  - Added a security policy.

  - Updated README from POD.

  - Fixed tense in Changes for v0.15.

  [Other]
  - Removed unnecessary files from the repo and distribution.

  - Fixed issues with MANIFEST.SKIP.

0.15 2025-05-27 16:33:00+01:00 Europe/London
  [Documentation]
  - Added missing version and timestamp to Changes for v0.14.

  [Other]
  - Re-released due to possible bad signature.

  - Fixed MANIFEST.

0.14 2025-05-27 16:16:23+01:00 Europe/London
  [Security]
  - CVE-2025-40911: Disallow IPv4 addresses with a leading 0 in the quads, e.g. "010.0.0.1".

  [Documentation]
  - Updated the current maintainer to Robert Rothenberg <rrwo@cpan.org>.

  - Reversed the order of the Changes file to most-recent first.

  - Updated copyright year.

  [Other]
  - Fixed minor typos in the MANIFEST.SKIP.

  - Switch to Makefile.PL for building.

  - Sign the distribution.

0.13  2014-02-24
  - Applied Brian Gottreu's fix for
    https://rt.cpan.org/Public/Bug/Display.html?id=49632

0.12  2009-05-29
  - Move to GitHub

0.11  2009-01-29
  - Remove broken cidrcalc

0.10  2009-01-29
  - Initial release