Skip to content

Commit

Permalink
Version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coudot committed Jul 8, 2024
1 parent 438fe00 commit 0341e3f
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 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.6.0";
$version = "1.6.1";

#==============================================================================
# Configuration
Expand Down
14 changes: 14 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
ltb-project-self-service-password (1.6.1-1) unstable; urgency=high

* gh#903: Missing documentation for entropy
* gh#904: Unable to install on RockyLinux 8
* gh#907: add documentation for entropy feature (#903, #830)
* gh#909: PHP Warning: Undefined array keys at 1.6.0
* gh#919: remove smarty messages in error logs unless $smarty_debug is set to true (#909)
* gh#920: warning: userdn variable uninitialized when using sendsms
* gh#930: fix warning: userdn variable uninitialized when using sendsms (#920)
* gh#931: fix utf8_decode deprecation
* gh#933: remove utf8_decode function (#931)

-- Clement Oudot <[email protected]> Mon, 08 Jul 2024 12:00:00 +0200

ltb-project-self-service-password (1.6.0-1) unstable; urgency=high

* gh#165: Multiple SMS tokens could be requested if an attacker finds one username, leading to big expenses
Expand Down
15 changes: 13 additions & 2 deletions packaging/rpm/SPECS/self-service-password.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
%undefine __brp_mangle_shebangs

Name: self-service-password
Version: 1.6.0
Release: 2%{?dist}
Version: 1.6.1
Release: 1%{?dist}
Summary: LDAP password change web interface
# Self-service-password is GPLv2+
# All bundled php libs (vendor/*) but phpmailer are MIT
Expand Down Expand Up @@ -179,6 +179,17 @@ rm -rf %{ssp_cachedir}/{cache,templates_c}/*


%changelog
* Mon Jul 08 2024 - Clement Oudot <[email protected]> - 1.6.1-1
- gh#903: Missing documentation for entropy
- gh#904: Unable to install on RockyLinux 8
- gh#907: add documentation for entropy feature (#903, #830)
- gh#909: PHP Warning: Undefined array keys at 1.6.0
- gh#919: remove smarty messages in error logs unless $smarty_debug is set to true (#909)
- gh#920: warning: userdn variable uninitialized when using sendsms
- gh#930: fix warning: userdn variable uninitialized when using sendsms (#920)
- gh#931: fix utf8_decode deprecation
- gh#933: remove utf8_decode function (#931)

* Mon May 06 2024 - Clement Oudot <[email protected]> - 1.6.0-2
- gh#904: Unable to install on RockyLinux 8

Expand Down

0 comments on commit 0341e3f

Please sign in to comment.