Skip to content

Commit

Permalink
Really add release notes for 4.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsasha committed Sep 7, 2021
1 parent 8bb93a2 commit b8b420e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/releases/4.1.7.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
============================
Release notes for IRRd 4.1.7
============================

IRRd 4.1.7 was released on September 7th, 2021, and fixes an issue where
the NRTM parser `would accept partial content`_. In case of poor network
connectivity, the TCP connection could break while receiving NRTM data.
IRRd would then process the received part, potentially causing updates to be
missed.

In 4.1.7, IRRd will reject and log any NRTM response with a valid ``START`` line
that does not end in ``%END <source name>``, as they are assumed to be
incomplete. Upon the next NRTM import, IRRd will automatically retry retrieving
the same updates - like with any other NRTM failure.

.. _would accept partial content: https://github.com/irrdnet/irrd/issues/546

0 comments on commit b8b420e

Please sign in to comment.