diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 88fec7a6..40ecca85 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +ltb-project-self-service-password (1.7.1-1) unstable; urgency=high + + * gh#997 Replace lib detectbrowserlanguage in REST file + + -- Clement Oudot Tue, 29 Oct 2024 12:00:00 +0200 + ltb-project-self-service-password (1.7.0-1) unstable; urgency=high * gh#943 Remove duplicate detectLanguage code diff --git a/packaging/rpm/SPECS/self-service-password.spec b/packaging/rpm/SPECS/self-service-password.spec index 7f2b9699..c6807571 100755 --- a/packaging/rpm/SPECS/self-service-password.spec +++ b/packaging/rpm/SPECS/self-service-password.spec @@ -16,7 +16,7 @@ %undefine __brp_mangle_shebangs Name: self-service-password -Version: 1.7.0 +Version: 1.7.1 Release: 1%{?dist} Summary: LDAP password change web interface # Self-service-password is GPLv2+ @@ -188,6 +188,9 @@ rm -rf %{ssp_cachedir}/{cache,templates_c}/* %changelog +* Tue Oct 29 2024 - Clement Oudot - 1.7.1-1 +- gh#997 Replace lib detectbrowserlanguage in REST file + * Tue Sep 24 2024 - Clement Oudot - 1.7.0-1 - gh#943 Remove duplicate detectLanguage code - gh#948 Update ltb-common version to v0.3.0