File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 3
3
#==============================================================================
4
4
# Version
5
5
#==============================================================================
6
- $ version = "1.5.0 " ;
6
+ $ version = "1.5.1 " ;
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.1-1) unstable; urgency=high
2
+
3
+ * gh#709: Error 404 with bootstrap.min.css.map
4
+ * gh#711: Error 500 when user is not found in directory for password reset by mail
5
+ * gh#714: Docker - missing libldap-common
6
+ * gh#716: Debian package not in the Apt repo
7
+
8
+ -- Clement Oudot <clem@ltb-project.org> Fri, 16 Sep 2022 12:00:00 +0200
9
+
1
10
ltb-project-self-service-password (1.5.0-1) unstable; urgency=high
2
11
3
12
* gh#494: allow more than one mail_attribute value
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.0
17
+ %define ssp_version 1.5.1
18
18
%define ssp_destdir /usr/share/%{name }
19
19
%define ssp_cachedir /var/cache/%{name }
20
20
@@ -121,7 +121,12 @@ rm -rf %{buildroot}
121
121
# Changelog
122
122
#=================================================
123
123
%changelog
124
- * Wed Sep 02 2022 - Clement Oudot <clem@ltb-project.org> - 1.5.0-1
124
+ * Fri Sep 16 2022 - Clement Oudot <clem@ltb-project.org> - 1.5.1-1
125
+ - gh#709: Error 404 with bootstrap.min.css.map
126
+ - gh#711: Error 500 when user is not found in directory for password reset by mail
127
+ - gh#714: Docker - missing libldap-common
128
+ - gh#716: Debian package not in the Apt repo
129
+ * Fri Sep 02 2022 - Clement Oudot <clem@ltb-project.org> - 1.5.0-1
125
130
- gh#494: allow more than one mail_attribute value
126
131
- gh#509: ssh-pub-key verification while change
127
132
- gh#510: feat(ssh): public key check ( #509 )
You can’t perform that action at this time.
0 commit comments