-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
ltb-project-self-service-password (1.5.1-1) unstable; urgency=high | ||
|
||
* gh#709: Error 404 with bootstrap.min.css.map | ||
* gh#711: Error 500 when user is not found in directory for password reset by mail | ||
* gh#714: Docker - missing libldap-common | ||
* gh#716: Debian package not in the Apt repo | ||
|
||
-- Clement Oudot <[email protected]> Fri, 16 Sep 2022 12:00:00 +0200 | ||
|
||
ltb-project-self-service-password (1.5.0-1) unstable; urgency=high | ||
|
||
* gh#494: allow more than one mail_attribute value | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
#================================================= | ||
%define ssp_name self-service-password | ||
%define ssp_realname ltb-project-%{name} | ||
%define ssp_version 1.5.0 | ||
%define ssp_version 1.5.1 | ||
%define ssp_destdir /usr/share/%{name} | ||
%define ssp_cachedir /var/cache/%{name} | ||
|
||
|
@@ -121,7 +121,12 @@ rm -rf %{buildroot} | |
# Changelog | ||
#================================================= | ||
%changelog | ||
* Wed Sep 02 2022 - Clement Oudot <[email protected]> - 1.5.0-1 | ||
* Fri Sep 16 2022 - Clement Oudot <[email protected]> - 1.5.1-1 | ||
- gh#709: Error 404 with bootstrap.min.css.map | ||
- gh#711: Error 500 when user is not found in directory for password reset by mail | ||
- gh#714: Docker - missing libldap-common | ||
- gh#716: Debian package not in the Apt repo | ||
* Fri Sep 02 2022 - Clement Oudot <[email protected]> - 1.5.0-1 | ||
- gh#494: allow more than one mail_attribute value | ||
- gh#509: ssh-pub-key verification while change | ||
- gh#510: feat(ssh): public key check ( #509 ) | ||
|