Skip to content

Commit

Permalink
Update version in index and packaging files
Browse files Browse the repository at this point in the history
  • Loading branch information
coudot committed Jan 9, 2025
1 parent 3046b36 commit 822c1ba
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
2 changes: 1 addition & 1 deletion htdocs/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#==============================================================================
# Version
#==============================================================================
$version = "1.7.1";
$version = "1.7.2";

#==============================================================================
# Configuration
Expand Down
19 changes: 19 additions & 0 deletions packaging/debian/changelog
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 <clem@ltb-project.org> 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
Expand Down
18 changes: 17 additions & 1 deletion packaging/rpm/SPECS/self-service-password.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down Expand Up @@ -188,6 +188,22 @@ rm -rf %{ssp_cachedir}/{cache,templates_c}/*


%changelog
* Thu Jan 09 2025 - Clement Oudot <clem@ltb-project.org> - 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 <clem@ltb-project.org> - 1.7.1-1
- gh#997 Replace lib detectbrowserlanguage in REST file

Expand Down

0 comments on commit 822c1ba

Please sign in to comment.