mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 17:59:21 +02:00
8.3
This commit is contained in:
parent
7513a9d134
commit
f5fb62ef5d
5 changed files with 6 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
||||||
ldap-account-manager (8.3.RC1-1) unstable; urgency=medium
|
ldap-account-manager (8.3-1) unstable; urgency=medium
|
||||||
|
|
||||||
* new upstream release
|
* new upstream release
|
||||||
* Fix "[INTL:pt_BR] Brazilian Portuguese debconf templates
|
* Fix "[INTL:pt_BR] Brazilian Portuguese debconf templates
|
||||||
translation" (Closes: #1028006)
|
translation" (Closes: #1028006)
|
||||||
|
|
||||||
-- Roland Gruber <post@rolandgruber.de> Sun, 08 Jan 2023 09:04:23 +0100
|
-- Roland Gruber <post@rolandgruber.de> Fri, 24 Mar 2023 13:10:41 +0100
|
||||||
|
|
||||||
ldap-account-manager (8.2-1) unstable; urgency=medium
|
ldap-account-manager (8.2-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
FROM debian:bullseye-slim
|
FROM debian:bullseye-slim
|
||||||
LABEL maintainer="Roland Gruber <post@rolandgruber.de>"
|
LABEL maintainer="Roland Gruber <post@rolandgruber.de>"
|
||||||
|
|
||||||
ARG LAM_RELEASE=8.3.RC1
|
ARG LAM_RELEASE=8.3
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
ENV \
|
ENV \
|
||||||
|
|
|
@ -3,7 +3,7 @@ services:
|
||||||
ldap-account-manager:
|
ldap-account-manager:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
image: ldapaccountmanager/lam:8.3.RC1
|
image: ldapaccountmanager/lam:8.3
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "8080:80"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
March 2023 8.3
|
24.03.2023 8.3
|
||||||
- PHP 8.2 compatibility
|
- PHP 8.2 compatibility
|
||||||
- Windows users: display name can be hidden in server profile
|
- Windows users: display name can be hidden in server profile
|
||||||
- LDAP export: sort entries by DN
|
- LDAP export: sort entries by DN
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
8.3.RC1
|
8.3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue