diff --git a/docs/releases/4.3.3.rst b/docs/releases/4.3.3.rst new file mode 100644 index 0000000..10e4be8 --- /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 0000000..8decb60 --- /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