Skip to content

Commit 5b8e390

Browse files
committed
Bumped version to v0.32.6
1 parent d47c5f6 commit 5b8e390

11 files changed

Lines changed: 87 additions & 5 deletions

File tree

NEWS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Version 0.32.6 - Poseidon
2+
-------------------------
3+
* Fic proxying of traces over TLS in CLI (#1387)
4+
* Misc improvements of Dockerfiles (#1389)
5+
* Support for global configuration file in CLI (#1395)
6+
* Fork nipapd also when running in foreground (#1401)
7+
* Fixed a bug related to LDAP RO group handling (#1405)
8+
* Avoid following LDAP referrals (#1408)
9+
* Misc fixes to JWT auth module (#1410, #1411)
10+
* Move pynipap to a package (#1412)
11+
* Misc minor bugfixes and cleanups (#1398, #1405, #1406)
12+
113
Version 0.32.5 - Poseidon
214
-------------------------
315
* Fixed trace proxy (#1385)

nipap-cli/debian/changelog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
nipap-cli (0.32.6-1) stable; urgency=medium
2+
3+
* Fic proxying of traces over TLS in CLI (#1387)
4+
* Misc improvements of Dockerfiles (#1389)
5+
* Support for global configuration file in CLI (#1395)
6+
* Fork nipapd also when running in foreground (#1401)
7+
* Fixed a bug related to LDAP RO group handling (#1405)
8+
* Avoid following LDAP referrals (#1408)
9+
* Misc fixes to JWT auth module (#1410, #1411)
10+
* Move pynipap to a package (#1412)
11+
* Misc minor bugfixes and cleanups (#1398, #1405, #1406)
12+
13+
-- Lukas Garberg <lukas@spritelink.net> Thu, 09 Jan 2025 16:28:45 +0100
14+
115
nipap-cli (0.32.5-1) stable; urgency=medium
216

317
* Fixed trace proxy (#1385)

nipap-cli/nipap_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.32.5"
1+
__version__ = "0.32.6"
22
__author__ = "Kristian Larsson, Lukas Garberg"
33
__author_email__ = "kll@tele2.net, lukas@spritelink.net"
44
__license__ = "MIT"

nipap-www/debian/changelog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
nipap-www (0.32.6-1) stable; urgency=medium
2+
3+
* Fic proxying of traces over TLS in CLI (#1387)
4+
* Misc improvements of Dockerfiles (#1389)
5+
* Support for global configuration file in CLI (#1395)
6+
* Fork nipapd also when running in foreground (#1401)
7+
* Fixed a bug related to LDAP RO group handling (#1405)
8+
* Avoid following LDAP referrals (#1408)
9+
* Misc fixes to JWT auth module (#1410, #1411)
10+
* Move pynipap to a package (#1412)
11+
* Misc minor bugfixes and cleanups (#1398, #1405, #1406)
12+
13+
-- Lukas Garberg <lukas@spritelink.net> Thu, 09 Jan 2025 16:28:45 +0100
14+
115
nipap-www (0.32.5-1) stable; urgency=medium
216

317
* Fixed trace proxy (#1385)

nipap-www/nipapwww/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.32.5"
1+
__version__ = "0.32.6"
22
__author__ = "Kristian Larsson, Lukas Garberg"
33
__author_email__ = "kll@tele2.net, lukas@spritelink.net"
44
__license__ = "MIT"

nipap/debian/changelog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
nipap (0.32.6-1) stable; urgency=medium
2+
3+
* Fic proxying of traces over TLS in CLI (#1387)
4+
* Misc improvements of Dockerfiles (#1389)
5+
* Support for global configuration file in CLI (#1395)
6+
* Fork nipapd also when running in foreground (#1401)
7+
* Fixed a bug related to LDAP RO group handling (#1405)
8+
* Avoid following LDAP referrals (#1408)
9+
* Misc fixes to JWT auth module (#1410, #1411)
10+
* Move pynipap to a package (#1412)
11+
* Misc minor bugfixes and cleanups (#1398, #1405, #1406)
12+
13+
-- Lukas Garberg <lukas@spritelink.net> Thu, 09 Jan 2025 16:28:44 +0100
14+
115
nipap (0.32.5-1) stable; urgency=medium
216

317
* Fixed trace proxy (#1385)

nipap/nipap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.32.5"
1+
__version__ = "0.32.6"
22
__db_version__ = 7
33
__author__ = "Kristian Larsson, Lukas Garberg"
44
__author_email__ = "kll@tele2.net, lukas@spritelink.net"

pynipap/debian/changelog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
pynipap (0.32.6-1) stable; urgency=medium
2+
3+
* Fic proxying of traces over TLS in CLI (#1387)
4+
* Misc improvements of Dockerfiles (#1389)
5+
* Support for global configuration file in CLI (#1395)
6+
* Fork nipapd also when running in foreground (#1401)
7+
* Fixed a bug related to LDAP RO group handling (#1405)
8+
* Avoid following LDAP referrals (#1408)
9+
* Misc fixes to JWT auth module (#1410, #1411)
10+
* Move pynipap to a package (#1412)
11+
* Misc minor bugfixes and cleanups (#1398, #1405, #1406)
12+
13+
-- Lukas Garberg <lukas@spritelink.net> Thu, 09 Jan 2025 16:28:44 +0100
14+
115
pynipap (0.32.5-1) stable; urgency=medium
216

317
* Fixed trace proxy (#1385)

pynipap/pynipap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .pynipap import *
22

3-
__version__ = "0.32.5"
3+
__version__ = "0.32.6"
44
__author__ = "Kristian Larsson, Lukas Garberg"
55
__author_email__= "kll@tele2.net, lukas@spritelink.net"
66
__copyright__ = "Copyright 2011, Kristian Larsson, Lukas Garberg"

whoisd/debian/changelog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
nipap-whoisd (0.32.6-1) stable; urgency=medium
2+
3+
* Fic proxying of traces over TLS in CLI (#1387)
4+
* Misc improvements of Dockerfiles (#1389)
5+
* Support for global configuration file in CLI (#1395)
6+
* Fork nipapd also when running in foreground (#1401)
7+
* Fixed a bug related to LDAP RO group handling (#1405)
8+
* Avoid following LDAP referrals (#1408)
9+
* Misc fixes to JWT auth module (#1410, #1411)
10+
* Move pynipap to a package (#1412)
11+
* Misc minor bugfixes and cleanups (#1398, #1405, #1406)
12+
13+
-- Lukas Garberg <lukas@spritelink.net> Thu, 09 Jan 2025 16:28:46 +0100
14+
115
nipap-whoisd (0.32.5-1) stable; urgency=medium
216

317
* Fixed trace proxy (#1385)

0 commit comments

Comments
 (0)