Skip to content

Commit 859eae7

Browse files
committed
Prepare release 1.5.2
1 parent ca0d445 commit 859eae7

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

htdocs/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#==============================================================================
44
# Version
55
#==============================================================================
6-
$version = "1.5.1";
6+
$version = "1.5.2";
77

88
#==============================================================================
99
# Configuration

packaging/debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
ltb-project-self-service-password (1.5.2-1) unstable; urgency=high
2+
3+
* gh#717: Update config_nginx.rst
4+
* gh#718: Update config_apache.rst
5+
* gh#720: SMS code won't send when captcha is enabled
6+
* gh#721: captcha in sendsms check when needed only
7+
* gh#722: Use gpg instead of apt-key during for deb install
8+
9+
-- Clement Oudot <clem@ltb-project.org> Thu, 06 Oct 2022 12:00:00 +0200
10+
111
ltb-project-self-service-password (1.5.1-1) unstable; urgency=high
212

313
* gh#709: Error 404 with bootstrap.min.css.map

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

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

@@ -121,6 +121,12 @@ rm -rf %{buildroot}
121121
# Changelog
122122
#=================================================
123123
%changelog
124+
* Thu Oct 06 2022 - Clement Oudot <clem@ltb-project.org> - 1.5.2-1
125+
- gh#717: Update config_nginx.rst
126+
- gh#718: Update config_apache.rst
127+
- gh#720: SMS code won't send when captcha is enabled
128+
- gh#721: captcha in sendsms check when needed only
129+
- gh#722: Use gpg instead of apt-key during for deb install
124130
* Fri Sep 16 2022 - Clement Oudot <clem@ltb-project.org> - 1.5.1-1
125131
- gh#709: Error 404 with bootstrap.min.css.map
126132
- gh#711: Error 500 when user is not found in directory for password reset by mail

0 commit comments

Comments
 (0)