Skip to content

Commit 29016eb

Browse files
committed
Update 4.4 release notes, bump version and SECURITY.txt
1 parent c32932f commit 29016eb

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

SECURITY.rst

+7-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ report it in the GitHub repository, but email [email protected].
1111
Supported Versions
1212
------------------
1313

14-
The current main branch, latest minor version (currently 4.2.x) and one older
14+
The current main branch, latest minor version (currently 4.4.x) and one older
1515
minor version are always supported for security updates. Older versions
1616
may be supported for longer in support contracts or specific agreements.
1717

@@ -22,10 +22,14 @@ may be supported for longer in support contracts or specific agreements.
2222
- Supported
2323
* - Main branch
2424
- Yes
25-
* - 4.2.x
25+
* - 4.4.x
2626
- Yes
27-
* - 4.1.x
27+
* - 4.3.x
2828
- Yes
29+
* - 4.2.x
30+
- No
31+
* - 4.1.x
32+
- No
2933
* - 4.0.x
3034
- No
3135

docs/releases/4.4.0.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
==================================
2-
DRAFT Release notes for IRRd 4.4.0
3-
==================================
1+
============================
2+
Release notes for IRRd 4.4.0
3+
============================
44

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

77
* A new web interface offering internal authentication for
88
improved flexibility, security and user-friendliness.

irrd/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Note that version is also in pyproject.toml
2-
__version__ = "4.4.0b1"
2+
__version__ = "4.4.0"
33
ENV_MAIN_PROCESS_PID = "IRRD_MAIN_PROCESS_PID"
44
META_KEY_HTTP_CLIENT_IP = "HTTP-Client-IP"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "irrd"
55
[tool.poetry]
66
name = "irrd"
77
# Note that version is also in irrd/__init__.py
8-
version = "4.4.0b1"
8+
version = "4.4.0"
99
description = "Internet Routing Registry daemon (IRRd)"
1010
authors = ["Reliably Coded for NTT Ltd. and others <[email protected]>"]
1111
license = "BSD"

0 commit comments

Comments
 (0)