diff --git a/CHANGELOG.md b/CHANGELOG.md index 59ddc5a272..88c35ed8b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,20 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [5.10.1] - 2024-05-27 + + +### Fixed + +- Fix Machine Tracker DNS search crashing from exhausting all available file + descriptors ([#2669](https://github.com/Uninett/nav/issues/2669)) +- ARP records of unreachable devices are now closed by `navclean` cron job at + configurable expiry intervals, rather than immediately as a response to a + short ICMP packet loss ([#2913](https://github.com/Uninett/nav/issues/2913)) +- Palo Alto API XML responses are now parsed based on keys instead of indexes + ([#2924](https://github.com/Uninett/nav/issues/2924)) + + ## [5.10.0] - 2024-05-16 diff --git a/changelog.d/+2669.fixed.md b/changelog.d/+2669.fixed.md deleted file mode 100644 index 9e0822e9a1..0000000000 --- a/changelog.d/+2669.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fix Machine Tracker DNS search crashing from exhausting all available file descriptors \ No newline at end of file diff --git a/changelog.d/2913.fixed.md b/changelog.d/2913.fixed.md deleted file mode 100644 index 130ac7ef16..0000000000 --- a/changelog.d/2913.fixed.md +++ /dev/null @@ -1 +0,0 @@ -ARP records of unreachable devices are now closed by `navclean` cron job at configurable expiry intervals, rather than immediately as a response to a short ICMP packet loss \ No newline at end of file diff --git a/changelog.d/2924.fixed.md b/changelog.d/2924.fixed.md deleted file mode 100644 index 909b4702dc..0000000000 --- a/changelog.d/2924.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Parsing paloalto XML based on keys instead of indexes \ No newline at end of file