7.2
This commit is contained in:
parent
e44f3d3243
commit
8e9700d230
|
@ -1,8 +1,8 @@
|
||||||
ldap-account-manager (7.2.RC1-1) unstable; urgency=medium
|
ldap-account-manager (7.2-1) unstable; urgency=medium
|
||||||
|
|
||||||
* new upstream release
|
* new upstream release
|
||||||
|
|
||||||
-- Roland Gruber <post@rolandgruber.de> Wed, 22 Apr 2020 20:12:31 +0200
|
-- Roland Gruber <post@rolandgruber.de> Fri, 01 May 2020 08:04:56 +0200
|
||||||
|
|
||||||
ldap-account-manager (7.1-1) unstable; urgency=medium
|
ldap-account-manager (7.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
FROM debian:buster-slim
|
FROM debian:buster-slim
|
||||||
LABEL maintainer="Roland Gruber <post@rolandgruber.de>"
|
LABEL maintainer="Roland Gruber <post@rolandgruber.de>"
|
||||||
|
|
||||||
ARG LAM_RELEASE=7.2.RC1
|
ARG LAM_RELEASE=7.2
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
ENV \
|
ENV \
|
||||||
|
|
|
@ -4,7 +4,7 @@ services:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
args:
|
args:
|
||||||
- LAM_RELEASE=7.2.RC1
|
- LAM_RELEASE=7.2
|
||||||
image: ldapaccountmanager/lam:latest
|
image: ldapaccountmanager/lam:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
June 2020 7.2
|
01.05.2020 7.2
|
||||||
- Unix: allow to create group with same name during user creation
|
- Unix: allow to create group with same name during user creation
|
||||||
- LAM Pro:
|
- LAM Pro:
|
||||||
-> EMail sending can be done via SMTP without local mail server
|
-> EMail sending can be done via SMTP without local mail server
|
||||||
|
@ -6,6 +6,7 @@ June 2020 7.2
|
||||||
- Fixed bugs:
|
- Fixed bugs:
|
||||||
-> Captcha don't show anymore in Self Service login page (213)
|
-> Captcha don't show anymore in Self Service login page (213)
|
||||||
-> Unix memberships cannot be changed. This issue can also affect other membership relations.
|
-> Unix memberships cannot be changed. This issue can also affect other membership relations.
|
||||||
|
-> Missing locales on Docker image
|
||||||
|
|
||||||
|
|
||||||
17.03.2020 7.1
|
17.03.2020 7.1
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
7.2.RC1
|
7.2
|
||||||
|
|
Loading…
Reference in New Issue