Commit 29016eb 1 parent c32932f commit 29016eb Copy full SHA for 29016eb
File tree 4 files changed +13
-9
lines changed
4 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 11
11
Supported Versions
12
12
------------------
13
13
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
15
15
minor version are always supported for security updates. Older versions
16
16
may be supported for longer in support contracts or specific agreements.
17
17
@@ -22,10 +22,14 @@ may be supported for longer in support contracts or specific agreements.
22
22
- Supported
23
23
* - Main branch
24
24
- Yes
25
- * - 4.2 .x
25
+ * - 4.4 .x
26
26
- Yes
27
- * - 4.1 .x
27
+ * - 4.3 .x
28
28
- Yes
29
+ * - 4.2.x
30
+ - No
31
+ * - 4.1.x
32
+ - No
29
33
* - 4.0.x
30
34
- No
31
35
Original file line number Diff line number Diff line change 1
- ==================================
2
- DRAFT Release notes for IRRd 4.4.0
3
- ==================================
1
+ ============================
2
+ Release notes for IRRd 4.4.0
3
+ ============================
4
4
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:
6
6
7
7
* A new web interface offering internal authentication for
8
8
improved flexibility, security and user-friendliness.
Original file line number Diff line number Diff line change 1
1
# Note that version is also in pyproject.toml
2
- __version__ = "4.4.0b1 "
2
+ __version__ = "4.4.0 "
3
3
ENV_MAIN_PROCESS_PID = "IRRD_MAIN_PROCESS_PID"
4
4
META_KEY_HTTP_CLIENT_IP = "HTTP-Client-IP"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name = "irrd"
5
5
[tool .poetry ]
6
6
name = " irrd"
7
7
# Note that version is also in irrd/__init__.py
8
- version = " 4.4.0b1 "
8
+ version = " 4.4.0 "
9
9
description = " Internet Routing Registry daemon (IRRd)"
10
10
authors = [
" Reliably Coded for NTT Ltd. and others <[email protected] >" ]
11
11
license = " BSD"
You can’t perform that action at this time.
0 commit comments