mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 09:49:16 +02:00
9.2
This commit is contained in:
parent
9839ea0f43
commit
06295cd004
5 changed files with 6 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
||||||
ldap-account-manager (9.2.RC1-1) unstable; urgency=medium
|
ldap-account-manager (9.2-1) unstable; urgency=medium
|
||||||
|
|
||||||
* new upstream release
|
* new upstream release
|
||||||
* Fix "Please upgrade to upstream release >= 9.1" by packaging
|
* Fix "Please upgrade to upstream release >= 9.1" by packaging
|
||||||
new version (Closes: #1100719)
|
new version (Closes: #1100719)
|
||||||
|
|
||||||
-- Roland Gruber <post@rolandgruber.de> Thu, 20 May 2025 07:41:13 +0200
|
-- Roland Gruber <post@rolandgruber.de> Fri, 06 Jun 2025 07:41:13 +0200
|
||||||
|
|
||||||
ldap-account-manager (9.1-1) unstable; urgency=medium
|
ldap-account-manager (9.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
FROM debian:bookworm-slim
|
FROM debian:bookworm-slim
|
||||||
LABEL maintainer="Roland Gruber <post@rolandgruber.de>"
|
LABEL maintainer="Roland Gruber <post@rolandgruber.de>"
|
||||||
|
|
||||||
ARG LAM_RELEASE=9.2.RC1
|
ARG LAM_RELEASE=9.2
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
ENV \
|
ENV \
|
||||||
|
|
|
@ -3,7 +3,7 @@ services:
|
||||||
ldap-account-manager:
|
ldap-account-manager:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
image: ldapaccountmanager/lam:9.2.RC1
|
image: ldapaccountmanager/lam:9.2
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "8080:80"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
June 2025 9.2
|
06.06.2025 9.2
|
||||||
- PHP 8.4 compatibility
|
- PHP 8.4 compatibility
|
||||||
- TAK support added
|
- TAK support added
|
||||||
- Active Directory: allow to restore deleted entries in tree view (415)
|
- Active Directory: allow to restore deleted entries in tree view (415)
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
9.2.RC1
|
9.2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue