Skip to content

Commit 754006d

Browse files
committed
Packages for 1.4.1
1 parent 47afd01 commit 754006d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packaging/debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
ltb-project-self-service-password (1.4.1-1) unstable; urgency=low
2+
3+
* gh#501: Remove extra semicolon from setquestions template
4+
* gh#502: Remove alt text so empty logo doesn't show 'msg_title' twice
5+
6+
-- Clement Oudot <clem@ltb-project.org> Tue, 27 Apr 2021 12:00:00 +0200
7+
18
ltb-project-self-service-password (1.4-1) unstable; urgency=low
29

310
* gh#52: Docker image

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

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

@@ -121,6 +121,9 @@ rm -rf %{buildroot}
121121
# Changelog
122122
#=================================================
123123
%changelog
124+
* Tue Apr 27 2021 - Clement Oudot <clem@ltb-project.org> - 1.4.1-1
125+
- gh#501: Remove extra semicolon from setquestions template
126+
- gh#502: Remove alt text so empty logo doesn't show 'msg_title' twice
124127
* Tue Apr 20 2021 - Clement Oudot <clem@ltb-project.org> - 1.4-1
125128
- gh#52: Docker image
126129
- gh#109: Use Smarty framework

0 commit comments

Comments
 (0)