From 05f528132fcfd2385af8191504aa9ab7f3df3fe1 Mon Sep 17 00:00:00 2001 From: Sasha Romijn Date: Thu, 25 Apr 2024 15:23:05 +0200 Subject: [PATCH] Add release notes for 4.4.4 and 4.3.3 --- docs/releases/4.3.3.rst | 9 +++++++++ docs/releases/4.4.4.rst | 15 +++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 docs/releases/4.3.3.rst create mode 100644 docs/releases/4.4.4.rst diff --git a/docs/releases/4.3.3.rst b/docs/releases/4.3.3.rst new file mode 100644 index 00000000..10e4be87 --- /dev/null +++ b/docs/releases/4.3.3.rst @@ -0,0 +1,9 @@ +============================ +Release notes for IRRd 4.3.3 +============================ + +IRRd 4.3.3 was released on April 25th, 2024, and `fixes an issue`_ in earlier versions +where startup could fail when using the user/group settings. This happened because of +an incorrect log file access check. + +.. _fixes an issue: https://github.com/irrdnet/irrd/issues/937 diff --git a/docs/releases/4.4.4.rst b/docs/releases/4.4.4.rst new file mode 100644 index 00000000..8decb603 --- /dev/null +++ b/docs/releases/4.4.4.rst @@ -0,0 +1,15 @@ +============================ +Release notes for IRRd 4.4.4 +============================ + +IRRd 4.4.4 was released on April 25th, 2024, and has several fixes/improvements: + +* `Startup could fail`_ when using the user/group settings. This happened because of + an incorrect log file access check. +* `Deletes are now non-strict`_ which means legacy objects that are currently + not valid can be deleted without fixing the object first. +* The irr_rpsl_submit command could `log an RPSL password`_ for certain failures. + +.. _startup could fail: https://github.com/irrdnet/irrd/issues/937 +.. _deletes are now non-strict: https://github.com/irrdnet/irrd/pull/912 +.. _log an RPSL password: https://github.com/irrdnet/irrd/commit/bb8cb94cc3d64564788dca96d29efaf74c25544c