From 6aed61baac5d1bef4994e6582ea97ac3976c4dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20OUDOT?= Date: Wed, 29 Jun 2022 12:04:47 +0200 Subject: [PATCH] Update version and packaging files --- htdocs/index.php | 2 +- packaging/debian/changelog | 6 ++++++ packaging/rpm/SPECS/self-service-password.spec | 4 +++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/htdocs/index.php b/htdocs/index.php index 1173f021..519a089b 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -3,7 +3,7 @@ #============================================================================== # Version #============================================================================== -$version = "1.4.4"; +$version = "1.4.5"; #============================================================================== # Configuration diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 01af25da..1249e003 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +ltb-project-self-service-password (1.4.5-1) unstable; urgency=high + + * Latest version of 1.4.4 not working by @Max7641 in #670 + + -- Clement Oudot Wed, 29 Jun 2022 12:00:00 +0200 + ltb-project-self-service-password (1.4.4-1) unstable; urgency=high * Update bootstrap to v3.4.1 by @bohze in #663 diff --git a/packaging/rpm/SPECS/self-service-password.spec b/packaging/rpm/SPECS/self-service-password.spec index 13ea224d..01d42cfa 100755 --- a/packaging/rpm/SPECS/self-service-password.spec +++ b/packaging/rpm/SPECS/self-service-password.spec @@ -14,7 +14,7 @@ #================================================= %define ssp_name self-service-password %define ssp_realname ltb-project-%{name} -%define ssp_version 1.4.4 +%define ssp_version 1.4.5 %define ssp_destdir /usr/share/%{name} %define ssp_cachedir /var/cache/%{name} @@ -121,6 +121,8 @@ rm -rf %{buildroot} # Changelog #================================================= %changelog +* Wed Jun 29 2022 - Clement Oudot - 1.4.5-1 +- Latest version of 1.4.4 not working by @Max7641 in #670 * Fri Jun 24 2022 - Clement Oudot - 1.4.4-1 - Update bootstrap to v3.4.1 by @bohze in #663 - Separate Smarty debug and debug by @coudot in #666