-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update 4.4 release notes, bump version and SECURITY.txt
- Loading branch information
Showing
4 changed files
with
13 additions
and
9 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 |
---|---|---|
|
@@ -11,7 +11,7 @@ report it in the GitHub repository, but email [email protected]. | |
Supported Versions | ||
------------------ | ||
|
||
The current main branch, latest minor version (currently 4.2.x) and one older | ||
The current main branch, latest minor version (currently 4.4.x) and one older | ||
minor version are always supported for security updates. Older versions | ||
may be supported for longer in support contracts or specific agreements. | ||
|
||
|
@@ -22,10 +22,14 @@ may be supported for longer in support contracts or specific agreements. | |
- Supported | ||
* - Main branch | ||
- Yes | ||
* - 4.2.x | ||
* - 4.4.x | ||
- Yes | ||
* - 4.1.x | ||
* - 4.3.x | ||
- Yes | ||
* - 4.2.x | ||
- No | ||
* - 4.1.x | ||
- No | ||
* - 4.0.x | ||
- No | ||
|
||
|
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Note that version is also in pyproject.toml | ||
__version__ = "4.4.0b1" | ||
__version__ = "4.4.0" | ||
ENV_MAIN_PROCESS_PID = "IRRD_MAIN_PROCESS_PID" | ||
META_KEY_HTTP_CLIENT_IP = "HTTP-Client-IP" |
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ name = "irrd" | |
[tool.poetry] | ||
name = "irrd" | ||
# Note that version is also in irrd/__init__.py | ||
version = "4.4.0b1" | ||
version = "4.4.0" | ||
description = "Internet Routing Registry daemon (IRRd)" | ||
authors = ["Reliably Coded for NTT Ltd. and others <[email protected]>"] | ||
license = "BSD" | ||
|