File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 3
3
#==============================================================================
4
4
# Version
5
5
#==============================================================================
6
- $ version = "1.5.1 " ;
6
+ $ version = "1.5.2 " ;
7
7
8
8
#==============================================================================
9
9
# Configuration
Original file line number Diff line number Diff line change
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
+
1
11
ltb-project-self-service-password (1.5.1-1) unstable; urgency=high
2
12
3
13
* gh#709: Error 404 with bootstrap.min.css.map
Original file line number Diff line number Diff line change 14
14
#=================================================
15
15
%define ssp_name self-service-password
16
16
%define ssp_realname ltb-project-%{name }
17
- %define ssp_version 1.5.1
17
+ %define ssp_version 1.5.2
18
18
%define ssp_destdir /usr/share/%{name }
19
19
%define ssp_cachedir /var/cache/%{name }
20
20
@@ -121,6 +121,12 @@ rm -rf %{buildroot}
121
121
# Changelog
122
122
#=================================================
123
123
%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
124
130
* Fri Sep 16 2022 - Clement Oudot <clem@ltb-project.org> - 1.5.1-1
125
131
- gh#709: Error 404 with bootstrap.min.css.map
126
132
- gh#711: Error 500 when user is not found in directory for password reset by mail
You can’t perform that action at this time.
0 commit comments