-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version in index and packaging files
- Loading branch information
Showing
3 changed files
with
37 additions
and
2 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,22 @@ | ||
ltb-project-self-service-password (1.7.2-1) unstable; urgency=high | ||
|
||
* gh#1005: SMS Truncate option doesn't appear to be working | ||
* gh#1006: localize friendly captcha | ||
* gh#1007: localize friendly captcha (#1006) | ||
* gh#1008: PHP Fatal error: Uncaught Error: Call to undefined function Ltb\\ldap_sasl_bind() | ||
* gh#1009: fix missing sasl dependency (#1008) | ||
* gh#1018: Invalid token after captcha fail | ||
* gh#1022: Container - config.inc.php.orig Permission Issues | ||
* gh#1026: Fixing sms number truncate bug. | ||
* gh#1028: fix invalid token after captcha fail (#1018) | ||
* gh#1029: fix permission issue on config.inc.php link when container run unprivileged (#1022) | ||
* gh#1030: Fix input-group on sendtoken (mail) page | ||
* gh#1032: Use ltb-common 0.5.0 | ||
* gh#1034: update ltb-common to 0.5.0 (#1032) | ||
* gh#1036: Fix the border-radius of login input box on mail reset screen | ||
|
||
-- Clement Oudot <[email protected]> Thu, 09 Jan 2025 12:00:00 +0200 | ||
|
||
ltb-project-self-service-password (1.7.1-1) unstable; urgency=high | ||
|
||
* gh#997 Replace lib detectbrowserlanguage in REST file | ||
|
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
%undefine __brp_mangle_shebangs | ||
|
||
Name: self-service-password | ||
Version: 1.7.1 | ||
Version: 1.7.2 | ||
Release: 1%{?dist} | ||
Summary: LDAP password change web interface | ||
# Self-service-password is GPLv2+ | ||
|
@@ -188,6 +188,22 @@ rm -rf %{ssp_cachedir}/{cache,templates_c}/* | |
|
||
|
||
%changelog | ||
* Thu Jan 09 2025 - Clement Oudot <[email protected]> - 1.7.2-1 | ||
- gh#1005: SMS Truncate option doesn't appear to be working | ||
- gh#1006: localize friendly captcha | ||
- gh#1007: localize friendly captcha (#1006) | ||
- gh#1008: PHP Fatal error: Uncaught Error: Call to undefined function Ltb\\ldap_sasl_bind() | ||
- gh#1009: fix missing sasl dependency (#1008) | ||
- gh#1018: Invalid token after captcha fail | ||
- gh#1022: Container - config.inc.php.orig Permission Issues | ||
- gh#1026: Fixing sms number truncate bug. | ||
- gh#1028: fix invalid token after captcha fail (#1018) | ||
- gh#1029: fix permission issue on config.inc.php link when container run unprivileged (#1022) | ||
- gh#1030: Fix input-group on sendtoken (mail) page | ||
- gh#1032: Use ltb-common 0.5.0 | ||
- gh#1034: update ltb-common to 0.5.0 (#1032) | ||
- gh#1036: Fix the border-radius of login input box on mail reset screen | ||
|
||
* Tue Oct 29 2024 - Clement Oudot <[email protected]> - 1.7.1-1 | ||
- gh#997 Replace lib detectbrowserlanguage in REST file | ||
|
||
|