Skip to content

Commit a5cf128

Browse files
committed
Update packaging files for 1.4.4
1 parent aa73baa commit a5cf128

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

packaging/debian/changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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+
112
ltb-project-self-service-password (1.4.3-1) unstable; urgency=high
213

314
* gh#516: Docker image does not have sendmail in it

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

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

@@ -121,6 +121,13 @@ rm -rf %{buildroot}
121121
# Changelog
122122
#=================================================
123123
%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
124131
* Wed May 12 2021 - Clement Oudot <clem@ltb-project.org> - 1.4.3-1
125132
- gh#516: Docker image does not have sendmail in it
126133
- gh#517: fix(mail): add sendmail to Docker image

0 commit comments

Comments
 (0)