From 4658fcb0bb7a21c74ab58080c93427a208b20576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20OUDOT?= Date: Mon, 17 May 2021 19:00:53 +0200 Subject: [PATCH] Update packaging files --- packaging/debian/changelog | 19 +++++++++++++++++++ packaging/rpm/SPECS/service-desk.spec | 17 ++++++++++++++++- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/packaging/debian/changelog b/packaging/debian/changelog index daebe792..aac89526 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,22 @@ +ltb-project-service-desk (0.4-1) unstable; urgency=low + + * gh#19: Display expiration date + * gh#20: fix(undefined) + * gh#22: Configure cache dir and template cache dir + * gh#26: Remove datepicker + * gh#27: Display expiration date + * gh#30: Move cache dirs in /var + * gh#31: Docker Container + * gh#36: feat(docker) + * gh#37: Dashboard to list locked accounts + * gh#38: Dashboard page for locked accounts + * gh#39: Dashboard expired passwords + * gh#40: Dashboard will expire passwords + * gh#42: Dashboard idle accounts + * gh#44: Multi tenancy + + -- Clement Oudot Mon, 17 May 2021 12:00:00 +0200 + ltb-project-service-desk (0.3-1) unstable; urgency=low * Bug #15: Handle the case where pwdAccountLockedTime is set but pwdLockoutDuration is not set or is equal to 0 diff --git a/packaging/rpm/SPECS/service-desk.spec b/packaging/rpm/SPECS/service-desk.spec index 14903ccd..57441023 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.3 +%define sd_version 0.4 %define sd_destdir /usr/share/%{name} %define sd_cachedir /var/cache/%{name} @@ -113,6 +113,21 @@ rm -rf %{buildroot} # Changelog #================================================= %changelog +* Mon May 17 2021 - Clement Oudot - 0.4-1 +- gh#19: Display expiration date +- gh#20: fix(undefined) +- gh#22: Configure cache dir and template cache dir +- gh#26: Remove datepicker +- gh#27: Display expiration date +- gh#30: Move cache dirs in /var +- gh#31: Docker Container +- gh#36: feat(docker) +- gh#37: Dashboard to list locked accounts +- gh#38: Dashboard page for locked accounts +- gh#39: Dashboard expired passwords +- gh#40: Dashboard will expire passwords +- gh#42: Dashboard idle accounts +- gh#44: Multi tenancy * Mon Jun 29 2020 - Clement Oudot - 0.3-1 - Bug #15: Handle the case where pwdAccountLockedTime is set but pwdLockoutDuration is not set or is equal to 0 - Feature #16: Possibility to lock an account