Skip to content

Commit 7422217

Browse files
committed
Update version in packaging files
1 parent d5699e8 commit 7422217

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

packaging/debian/changelog

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
ltb-project-self-service-password (1.5.3-1) unstable; urgency=high
2+
3+
* gh#723: Update gpg install command
4+
* gh#735: Links not interpreted in $messages['sendtokenhelpnomail']
5+
* gh#736: User account disclosure risk (Token method)
6+
* gh#741: Add support for Arabic locale
7+
* gh#744: Update Dutch lang file
8+
* gh#749: Prevent account disclosure in password reset by mail token page
9+
* gh#754: Added comment/note over $custom_css
10+
* gh#760: Problem to install on EL9
11+
* gh#764: Polish translation error
12+
* gh#766: Help Menu vs PHP Version issues?
13+
* gh#767: Bump guzzlehttp/psr7 from 2.4.0 to 2.5.0 in /lib
14+
* gh#768: Restrict languages to php files
15+
* gh#771: Restrict languages to php files
16+
17+
-- Clement Oudot <clem@ltb-project.org> Mon, 15 May 2023 12:00:00 +0200
18+
119
ltb-project-self-service-password (1.5.2-1) unstable; urgency=high
220

321
* gh#717: Update config_nginx.rst

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

Lines changed: 15 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.2
17+
%define ssp_version 1.5.3
1818
%define ssp_destdir /usr/share/%{name}
1919
%define ssp_cachedir /var/cache/%{name}
2020

@@ -121,6 +121,20 @@ rm -rf %{buildroot}
121121
# Changelog
122122
#=================================================
123123
%changelog
124+
* Mon May 15 2023 - Clement Oudot <clem@ltb-project.org> - 1.5.3-1
125+
- gh#723: Update gpg install command
126+
- gh#735: Links not interpreted in $messages['sendtokenhelpnomail']
127+
- gh#736: User account disclosure risk (Token method)
128+
- gh#741: Add support for Arabic locale
129+
- gh#744: Update Dutch lang file
130+
- gh#749: Prevent account disclosure in password reset by mail token page
131+
- gh#754: Added comment/note over $custom_css
132+
- gh#760: Problem to install on EL9
133+
- gh#764: Polish translation error
134+
- gh#766: Help Menu vs PHP Version issues?
135+
- gh#767: Bump guzzlehttp/psr7 from 2.4.0 to 2.5.0 in /lib
136+
- gh#768: Restrict languages to php files
137+
- gh#771: Restrict languages to php files
124138
* Thu Oct 06 2022 - Clement Oudot <clem@ltb-project.org> - 1.5.2-1
125139
- gh#717: Update config_nginx.rst
126140
- gh#718: Update config_apache.rst

0 commit comments

Comments
 (0)