File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ ltb-project-self-service-password (1.4.4-1) unstable; urgency=high
2
+
3
+ * Update bootstrap to v3.4.1 by @bohze in #663
4
+ * Separate Smarty debug and debug by @coudot in #666
5
+ * Typo in resetbytoken resulting in mails not being sent by @faust64 in #529
6
+ * Don't send notification if modification failed by @faust64 in #542
7
+ * PHP Fatal error: Uncaught TypeError: ldap_get_dn() in #648
8
+ * REST files are not shipped in packages in #660
9
+
10
+ -- Clement Oudot <clem@ltb-project.org> Fri, 24 Jun 2022 12:00:00 +0200
11
+
1
12
ltb-project-self-service-password (1.4.3-1) unstable; urgency=high
2
13
3
14
* gh#516: Docker image does not have sendmail in it
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.4.3
17
+ %define ssp_version 1.4.4
18
18
%define ssp_destdir /usr/share/%{name }
19
19
%define ssp_cachedir /var/cache/%{name }
20
20
@@ -121,6 +121,13 @@ rm -rf %{buildroot}
121
121
# Changelog
122
122
#=================================================
123
123
%changelog
124
+ * Fri Jun 24 2022 - Clement Oudot <clem@ltb-project.org> - 1.4.4-1
125
+ - Update bootstrap to v3.4.1 by @bohze in #663
126
+ - Separate Smarty debug and debug by @coudot in #666
127
+ - Typo in resetbytoken resulting in mails not being sent by @faust64 in #529
128
+ - Don't send notification if modification failed by @faust64 in #542
129
+ - PHP Fatal error: Uncaught TypeError: ldap_get_dn() in #648
130
+ - REST files are not shipped in packages in #660
124
131
* Wed May 12 2021 - Clement Oudot <clem@ltb-project.org> - 1.4.3-1
125
132
- gh#516: Docker image does not have sendmail in it
126
133
- gh#517: fix(mail): add sendmail to Docker image
You can’t perform that action at this time.
0 commit comments