-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(cherry picked from commit 31257b3)
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
============================ | ||
Release notes for IRRd 4.2.5 | ||
============================ | ||
|
||
IRRd 4.2.4 was released on June 24th, 2022, and fixes several issues: | ||
|
||
* `Deletions could fail`_ for cases where the same RPSL primary key | ||
was used in the same source for different objects with different | ||
object classes. This could prevent NRTM updates from progressing. | ||
Any mirroring processes that were stuck due to this bug will | ||
recover after upgrading. | ||
* The irrd_load_pgp_keys_ command was missing from the distribution. | ||
* An obscure situation where a non-ASCII character | ||
`could be permitted in RPSL primary keys`_ was corrected. | ||
* Added a warning that when using PostgreSQL replication, the | ||
`local preload store may not be updated`_ causing | ||
potential stale responses to queries. | ||
|
||
|
||
.. _Deletions could fail: https://github.com/irrdnet/irrd/issues/660 | ||
.. _irrd_load_pgp_keys: https://github.com/irrdnet/irrd/issues/655 | ||
.. _could be permitted in RPSL primary keys: https://github.com/irrdnet/irrd/issues/651 | ||
.. _local preload store may not be updated: https://github.com/irrdnet/irrd/issues/656 |