Skip to content

Commit caf4e81

Browse files
committed
Update packaging for 1.5.4
1 parent c63fa3b commit caf4e81

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

packaging/debian/changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
ltb-project-self-service-password (1.5.4-1) unstable; urgency=high
2+
3+
* gh#773: Missing dependence in debian package breaks installation experience
4+
* gh#774: Announce that the smarty3 package needs to be installed manually
5+
* gh#777: Typo in config_tokens.rst
6+
* gh#793: Updated italian localization
7+
* gh#816: Hijack SMS codes to an arbitrary phone number
8+
* gh#818: Do not trust SMS number from crypted token, search it again in LDAP Directory
9+
10+
-- Clement Oudot <clem@ltb-project.org> Wed, 22 Nov 2023 12:00:00 +0200
11+
112
ltb-project-self-service-password (1.5.3-1) unstable; urgency=high
213

314
* gh#723: Update gpg install command

packaging/rpm/SPECS/self-service-password.spec

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#=================================================
1515
%define ssp_name self-service-password
1616
%define ssp_realname ltb-project-%{name}
17-
%define ssp_version 1.5.3
17+
%define ssp_version 1.5.4
1818
%define ssp_destdir /usr/share/%{name}
1919
%define ssp_cachedir /var/cache/%{name}
2020

@@ -121,6 +121,13 @@ rm -rf %{buildroot}
121121
# Changelog
122122
#=================================================
123123
%changelog
124+
* Wed Nov 22 2023 - Clement Oudot <clem@ltb-project.org> - 1.5.4-1
125+
- gh#773: Missing dependence in debian package breaks installation experience
126+
- gh#774: Announce that the smarty3 package needs to be installed manually
127+
- gh#777: Typo in config_tokens.rst
128+
- gh#793: Updated italian localization
129+
- gh#816: Hijack SMS codes to an arbitrary phone number
130+
- gh#818: Do not trust SMS number from crypted token, search it again in LDAP Directory
124131
* Mon May 15 2023 - Clement Oudot <clem@ltb-project.org> - 1.5.3-1
125132
- gh#723: Update gpg install command
126133
- gh#735: Links not interpreted in $messages['sendtokenhelpnomail']

0 commit comments

Comments
 (0)