Skip to content

Commit

Permalink
Prepare release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coudot committed Dec 31, 2024
1 parent b1671b6 commit e1d9ec9
Show file tree
Hide file tree
Showing 3 changed files with 31 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 = "0.6";
$version = "0.6.1";

#==============================================================================
# Configuration
Expand Down
16 changes: 16 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
ltb-project-service-desk (0.6.1-1) unstable; urgency=low

* gh#193: Docker image not available for 0.6
* gh#194: Wrong display when no expiration date on an AD account
* gh#195: Disable button displayed even if use_disableaccount is false
* gh#197: Manage Active Directory special values for accountExpires
* gh#198: AD reset at next connection is not displayed in account status
* gh#199: Packages requires PHP 8.1
* gh#200: Fix bad condition for posthookenableresult
* gh#201: Use ltb-common 0.4.1
* gh#202: Upgrade Docker image
* gh#203: Unable to empty validity dates
* gh#204: Manage empty values for start date and end date

-- Clement Oudot <[email protected]> Tue, 31 Dec 2024 12:00:00 +0200

ltb-project-service-desk (0.6-1) unstable; urgency=low

* gh#52: LTB Service Desk Active Directory Support
Expand Down
15 changes: 14 additions & 1 deletion packaging/rpm/SPECS/service-desk.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
%undefine __brp_mangle_shebangs

Name: service-desk
Version: 0.6
Version: 0.6.1
Release: 1%{?dist}
Summary: LDAP Tool Box Service Desk web interface
URL: https://ltb-project.org/
Expand Down Expand Up @@ -170,6 +170,19 @@ rm -rf %{sd_cachedir}/{cache,templates_c}/*


%changelog
* Tue Dec 31 2024 Clement Oudot <[email protected]> - 0.6.1-1
- gh#193: Docker image not available for 0.6
- gh#194: Wrong display when no expiration date on an AD account
- gh#195: Disable button displayed even if use_disableaccount is false
- gh#197: Manage Active Directory special values for accountExpires
- gh#198: AD reset at next connection is not displayed in account status
- gh#199: Packages requires PHP 8.1
- gh#200: Fix bad condition for posthookenableresult
- gh#201: Use ltb-common 0.4.1
- gh#202: Upgrade Docker image
- gh#203: Unable to empty validity dates
- gh#204: Manage empty values for start date and end date

* Mon Dec 02 2024 Clement Oudot <[email protected]> - 0.6-1
- gh#52: LTB Service Desk Active Directory Support
- gh#53: Display pwdPolicySubentry
Expand Down

0 comments on commit e1d9ec9

Please sign in to comment.