From a1aa7128d500b84acae9a4c5ef6adb7656b2dd09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20OUDOT?= Date: Fri, 15 May 2020 22:58:46 +0200 Subject: [PATCH] Update packaging files for release 0.2 --- packaging/debian/changelog | 9 +++++++++ packaging/rpm/SPECS/service-desk.spec | 7 ++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/packaging/debian/changelog b/packaging/debian/changelog index b743a138..4f28f750 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,12 @@ +ltb-project-service-desk (0.2-1) unstable; urgency=low + + * Bug #5: Password is marked as expired if policy do not set pwdMaxAge + * Bug #7: The pwdReset radio button is not checked by default + * Feature #9: PostHook + * Feature #10: Viewer for quota attributes + + -- Clement Oudot Fri, 15 May 2020 23:00:00 +0200 + ltb-project-service-desk (0.1-1) unstable; urgency=low * First release diff --git a/packaging/rpm/SPECS/service-desk.spec b/packaging/rpm/SPECS/service-desk.spec index ece24409..ad3c2024 100755 --- a/packaging/rpm/SPECS/service-desk.spec +++ b/packaging/rpm/SPECS/service-desk.spec @@ -15,7 +15,7 @@ #================================================= %define sd_name service-desk %define sd_realname ltb-project-%{name} -%define sd_version 0.1 +%define sd_version 0.2 %define sd_destdir /usr/share/%{name} #================================================= @@ -109,5 +109,10 @@ rm -rf %{buildroot} # Changelog #================================================= %changelog +* Fri May 15 2020 - Clement Oudot - 0.2-1 +- Bug #5: Password is marked as expired if policy do not set pwdMaxAge +- Bug #7: The pwdReset radio button is not checked by default +- Feature #9: PostHook +- Feature #10: Viewer for quota attributes * Mon Mar 30 2020 - Clement Oudot - 0.1-1 - First release