From 5b8e3907140d1852b83ba93705ad6880dbe6b5bc Mon Sep 17 00:00:00 2001 From: Lukas Garberg Date: Thu, 9 Jan 2025 16:29:26 +0100 Subject: [PATCH] Bumped version to v0.32.6 --- NEWS | 12 ++++++++++++ nipap-cli/debian/changelog | 14 ++++++++++++++ nipap-cli/nipap_cli/__init__.py | 2 +- nipap-www/debian/changelog | 14 ++++++++++++++ nipap-www/nipapwww/__init__.py | 2 +- nipap/debian/changelog | 14 ++++++++++++++ nipap/nipap/__init__.py | 2 +- pynipap/debian/changelog | 14 ++++++++++++++ pynipap/pynipap/__init__.py | 2 +- whoisd/debian/changelog | 14 ++++++++++++++ whoisd/nipap_whoisd.py | 2 +- 11 files changed, 87 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 530da43be..2e3bd44bf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +Version 0.32.6 - Poseidon +------------------------- + * Fic proxying of traces over TLS in CLI (#1387) + * Misc improvements of Dockerfiles (#1389) + * Support for global configuration file in CLI (#1395) + * Fork nipapd also when running in foreground (#1401) + * Fixed a bug related to LDAP RO group handling (#1405) + * Avoid following LDAP referrals (#1408) + * Misc fixes to JWT auth module (#1410, #1411) + * Move pynipap to a package (#1412) + * Misc minor bugfixes and cleanups (#1398, #1405, #1406) + Version 0.32.5 - Poseidon ------------------------- * Fixed trace proxy (#1385) diff --git a/nipap-cli/debian/changelog b/nipap-cli/debian/changelog index 1eb8578dc..3753ffeed 100644 --- a/nipap-cli/debian/changelog +++ b/nipap-cli/debian/changelog @@ -1,3 +1,17 @@ +nipap-cli (0.32.6-1) stable; urgency=medium + + * Fic proxying of traces over TLS in CLI (#1387) + * Misc improvements of Dockerfiles (#1389) + * Support for global configuration file in CLI (#1395) + * Fork nipapd also when running in foreground (#1401) + * Fixed a bug related to LDAP RO group handling (#1405) + * Avoid following LDAP referrals (#1408) + * Misc fixes to JWT auth module (#1410, #1411) + * Move pynipap to a package (#1412) + * Misc minor bugfixes and cleanups (#1398, #1405, #1406) + + -- Lukas Garberg Thu, 09 Jan 2025 16:28:45 +0100 + nipap-cli (0.32.5-1) stable; urgency=medium * Fixed trace proxy (#1385) diff --git a/nipap-cli/nipap_cli/__init__.py b/nipap-cli/nipap_cli/__init__.py index 44f64e23d..b17a180d7 100644 --- a/nipap-cli/nipap_cli/__init__.py +++ b/nipap-cli/nipap_cli/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.32.5" +__version__ = "0.32.6" __author__ = "Kristian Larsson, Lukas Garberg" __author_email__ = "kll@tele2.net, lukas@spritelink.net" __license__ = "MIT" diff --git a/nipap-www/debian/changelog b/nipap-www/debian/changelog index 535f5d25c..650b7d2ff 100644 --- a/nipap-www/debian/changelog +++ b/nipap-www/debian/changelog @@ -1,3 +1,17 @@ +nipap-www (0.32.6-1) stable; urgency=medium + + * Fic proxying of traces over TLS in CLI (#1387) + * Misc improvements of Dockerfiles (#1389) + * Support for global configuration file in CLI (#1395) + * Fork nipapd also when running in foreground (#1401) + * Fixed a bug related to LDAP RO group handling (#1405) + * Avoid following LDAP referrals (#1408) + * Misc fixes to JWT auth module (#1410, #1411) + * Move pynipap to a package (#1412) + * Misc minor bugfixes and cleanups (#1398, #1405, #1406) + + -- Lukas Garberg Thu, 09 Jan 2025 16:28:45 +0100 + nipap-www (0.32.5-1) stable; urgency=medium * Fixed trace proxy (#1385) diff --git a/nipap-www/nipapwww/__init__.py b/nipap-www/nipapwww/__init__.py index f463456df..8fbb7589c 100644 --- a/nipap-www/nipapwww/__init__.py +++ b/nipap-www/nipapwww/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.32.5" +__version__ = "0.32.6" __author__ = "Kristian Larsson, Lukas Garberg" __author_email__ = "kll@tele2.net, lukas@spritelink.net" __license__ = "MIT" diff --git a/nipap/debian/changelog b/nipap/debian/changelog index 360cae89c..ebd044120 100644 --- a/nipap/debian/changelog +++ b/nipap/debian/changelog @@ -1,3 +1,17 @@ +nipap (0.32.6-1) stable; urgency=medium + + * Fic proxying of traces over TLS in CLI (#1387) + * Misc improvements of Dockerfiles (#1389) + * Support for global configuration file in CLI (#1395) + * Fork nipapd also when running in foreground (#1401) + * Fixed a bug related to LDAP RO group handling (#1405) + * Avoid following LDAP referrals (#1408) + * Misc fixes to JWT auth module (#1410, #1411) + * Move pynipap to a package (#1412) + * Misc minor bugfixes and cleanups (#1398, #1405, #1406) + + -- Lukas Garberg Thu, 09 Jan 2025 16:28:44 +0100 + nipap (0.32.5-1) stable; urgency=medium * Fixed trace proxy (#1385) diff --git a/nipap/nipap/__init__.py b/nipap/nipap/__init__.py index a446de469..4ffa32986 100644 --- a/nipap/nipap/__init__.py +++ b/nipap/nipap/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.32.5" +__version__ = "0.32.6" __db_version__ = 7 __author__ = "Kristian Larsson, Lukas Garberg" __author_email__ = "kll@tele2.net, lukas@spritelink.net" diff --git a/pynipap/debian/changelog b/pynipap/debian/changelog index 0056dc756..b198c441c 100644 --- a/pynipap/debian/changelog +++ b/pynipap/debian/changelog @@ -1,3 +1,17 @@ +pynipap (0.32.6-1) stable; urgency=medium + + * Fic proxying of traces over TLS in CLI (#1387) + * Misc improvements of Dockerfiles (#1389) + * Support for global configuration file in CLI (#1395) + * Fork nipapd also when running in foreground (#1401) + * Fixed a bug related to LDAP RO group handling (#1405) + * Avoid following LDAP referrals (#1408) + * Misc fixes to JWT auth module (#1410, #1411) + * Move pynipap to a package (#1412) + * Misc minor bugfixes and cleanups (#1398, #1405, #1406) + + -- Lukas Garberg Thu, 09 Jan 2025 16:28:44 +0100 + pynipap (0.32.5-1) stable; urgency=medium * Fixed trace proxy (#1385) diff --git a/pynipap/pynipap/__init__.py b/pynipap/pynipap/__init__.py index c80b8a467..ed0649f2a 100644 --- a/pynipap/pynipap/__init__.py +++ b/pynipap/pynipap/__init__.py @@ -1,6 +1,6 @@ from .pynipap import * -__version__ = "0.32.5" +__version__ = "0.32.6" __author__ = "Kristian Larsson, Lukas Garberg" __author_email__= "kll@tele2.net, lukas@spritelink.net" __copyright__ = "Copyright 2011, Kristian Larsson, Lukas Garberg" diff --git a/whoisd/debian/changelog b/whoisd/debian/changelog index 512db494f..b16da1f2a 100644 --- a/whoisd/debian/changelog +++ b/whoisd/debian/changelog @@ -1,3 +1,17 @@ +nipap-whoisd (0.32.6-1) stable; urgency=medium + + * Fic proxying of traces over TLS in CLI (#1387) + * Misc improvements of Dockerfiles (#1389) + * Support for global configuration file in CLI (#1395) + * Fork nipapd also when running in foreground (#1401) + * Fixed a bug related to LDAP RO group handling (#1405) + * Avoid following LDAP referrals (#1408) + * Misc fixes to JWT auth module (#1410, #1411) + * Move pynipap to a package (#1412) + * Misc minor bugfixes and cleanups (#1398, #1405, #1406) + + -- Lukas Garberg Thu, 09 Jan 2025 16:28:46 +0100 + nipap-whoisd (0.32.5-1) stable; urgency=medium * Fixed trace proxy (#1385) diff --git a/whoisd/nipap_whoisd.py b/whoisd/nipap_whoisd.py index 8b4740b0f..c31c8aec9 100644 --- a/whoisd/nipap_whoisd.py +++ b/whoisd/nipap_whoisd.py @@ -1,6 +1,6 @@ import os -__version__ = "0.32.5" +__version__ = "0.32.6" __author__ = "Kristian Larsson, Lukas Garberg" __author_email__ = "kll@tele2.net, lukas@spritelink.net" __copyright__ = "Copyright 2011-2014, Kristian Larsson, Lukas Garberg"