Skip to content

Commit

Permalink
Update 4.4 release notes, bump version and SECURITY.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsasha committed Sep 28, 2023
1 parent c32932f commit 29016eb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
10 changes: 7 additions & 3 deletions SECURITY.rst
Expand Up @@ -11,7 +11,7 @@ report it in the GitHub repository, but email irrd@reliablycoded.nl.
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.

Expand All @@ -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

Expand Down
8 changes: 4 additions & 4 deletions docs/releases/4.4.0.rst
@@ -1,8 +1,8 @@
==================================
DRAFT Release notes for IRRd 4.4.0
==================================
============================
Release notes for IRRd 4.4.0
============================

IRRD 4.4.0 was released on TODO. Highlights of new features:
IRRD 4.4.0 was released on September 28, 2023. Highlights of new features:

* A new web interface offering internal authentication for
improved flexibility, security and user-friendliness.
Expand Down
2 changes: 1 addition & 1 deletion irrd/__init__.py
@@ -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"
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -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 <irrd@reliablycoded.nl>"]
license = "BSD"
Expand Down

0 comments on commit 29016eb

Please sign in to comment.