diff options
author | John Estabrook <jestabro@vyos.io> | 2025-02-25 12:50:50 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-25 12:50:50 -0600 |
commit | 8d3275d8b86d0bbb0d57442cceda9bb0208f72df (patch) | |
tree | c0afbb521de9f9ea007ef71b2d3ce18e6aa14728 | |
parent | d6a89dda26671b05f8381ba99b65ab62b54fb24e (diff) | |
parent | 23cdeb73f7fab3269d6b298a81a453d3270a8a10 (diff) | |
download | ipaddrcheck-8d3275d8b86d0bbb0d57442cceda9bb0208f72df.tar.gz ipaddrcheck-8d3275d8b86d0bbb0d57442cceda9bb0208f72df.zip |
Merge pull request #15 from dmbaturin/T7199-changelog-update
T7199: changelog and package version update
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6405fd7..e1c5d02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +ipaddrcheck (1.3) unstable; urgency=medium + + * New option --range-prefix-length to require ranges to be within a subnet (Daniil Baturin). + * Options for checking IP ranges: --is-ipv4-range and --is-ipv6-range (Daniil Baturin). + * Fixed linker flags to build correctly on Debian Bullseye (John Eastabrook). + * Removed stale dependency on libcidr0-dev (Christian Breunig). + + -- Daniil Baturin <daniil@vyos.io> Tue, 25 Feb 2025 18:21:43 +0000 + ipaddrcheck (1.2) unstable; urgency=medium * Correct recognition of IPv4 /31 and IPv6 /127 as valid host addresses. |