Skip to content

Commit 0a18381

Browse files
committed
Prepare release 1.5.1
1 parent e022f79 commit 0a18381

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

htdocs/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#==============================================================================
44
# Version
55
#==============================================================================
6-
$version = "1.5.0";
6+
$version = "1.5.1";
77

88
#==============================================================================
99
# Configuration

packaging/debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
ltb-project-self-service-password (1.5.0-1) unstable; urgency=high
211

312
* gh#494: allow more than one mail_attribute value

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

Lines changed: 7 additions & 2 deletions
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.5.0
17+
%define ssp_version 1.5.1
1818
%define ssp_destdir /usr/share/%{name}
1919
%define ssp_cachedir /var/cache/%{name}
2020

@@ -121,7 +121,12 @@ rm -rf %{buildroot}
121121
# Changelog
122122
#=================================================
123123
%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
125130
- gh#494: allow more than one mail_attribute value
126131
- gh#509: ssh-pub-key verification while change
127132
- gh#510: feat(ssh): public key check ( #509 )

0 commit comments

Comments
 (0)