]> Frank Brehm's Git Trees - pixelpark/pp-admin-tools.git/commitdiff
Version bump to 1.0.1 and updating changelog.
authorFrank Brehm <frank.brehm@pixelpark.com>
Wed, 13 Mar 2024 10:44:17 +0000 (11:44 +0100)
committerFrank Brehm <frank.brehm@pixelpark.com>
Wed, 13 Mar 2024 10:44:17 +0000 (11:44 +0100)
lib/pp_admintools/__init__.py
template.spec

index 43c84afa24c65f2db1fdf7aa1ea8b1e6ad3c47c6..0ed3ac5621a1088ebda96797fdbb608b77a72839 100644 (file)
@@ -15,7 +15,7 @@ import shutil
 # Own modules
 import fb_tools.common
 
-__version__ = '1.0.0'
+__version__ = '1.0.1'
 
 MAX_PORT_NUMBER = (2 ** 16) - 1
 DEFAULT_CONFIG_DIR = 'pixelpark'
index a975d10d75f07d7778e7268b73b68c6f553d8e48..9b9ba005c4562bd62db38d4f414f9bbb4d33d0e4 100644 (file)
@@ -73,6 +73,11 @@ python@@@py_version_dot@@@ setup.py install --prefix=%{_prefix} --root=%{buildro
 /usr/libexec/pixelpark/*
 
 %changelog
+*   Wed Mar 13 2024 Frank Brehm <frank.brehm@pixelpark.com> 1.0.1-1
+-   Fixing resolving the LDAP servername and the help text of the
+    --base-dn cmdline option
+-   Fixing command line options for clean-empty-ldap-groups
+    and barracuda-sync
 *   Wed Feb 07 2024 Frank Brehm <frank.brehm@pixelpark.com> 1.0.0-1
 -   Reorganizing Exception classes.
 -   hecking validity of a LDAP config entry.