From ca0aa23c276fe199376c90faa8010ead7db531fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Wed, 10 May 2023 19:54:32 +0200 Subject: [PATCH] ldaptool 0.5-1 --- debian/changelog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6c3d921..f848a0f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +ldaptool (0.5-1) unstable; urgency=medium + + [ Daniel Dizdarevic ] + * :Fix version requirement for python3.10 + + [ Stefan Bühler ] + * handle missing KeePass entry + + [ Daniel Dizdarevic ] + * Catch invalid passwords in keepass + * Catch CTRL+C and CTRL+D in password prompts + + [ Stefan Bühler ] + * improve some error messages + * improve config loading: don't modify dicts to allow yaml repeated nodes + * add argument to postprocess steps and support index/slicing in DN-related hooks; document them + * decode securityIdentifier attribute as SID + + -- Stefan Bühler Wed, 10 May 2023 19:53:51 +0200 + ldaptool (0.4-1) unstable; urgency=medium * move argument/column handling to decoder (prepare for more post-processing in decoder)