Skip to content

Commit 06295cd

Browse files
committed
9.2
1 parent 9839ea0 commit 06295cd

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

lam-packaging/debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
ldap-account-manager (9.2.RC1-1) unstable; urgency=medium
1+
ldap-account-manager (9.2-1) unstable; urgency=medium
22

33
* new upstream release
44
* Fix "Please upgrade to upstream release >= 9.1" by packaging
55
new version (Closes: #1100719)
66

7-
-- Roland Gruber <post@rolandgruber.de> Thu, 20 May 2025 07:41:13 +0200
7+
-- Roland Gruber <post@rolandgruber.de> Fri, 06 Jun 2025 07:41:13 +0200
88

99
ldap-account-manager (9.1-1) unstable; urgency=medium
1010

lam-packaging/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
FROM debian:bookworm-slim
3030
LABEL maintainer="Roland Gruber <post@rolandgruber.de>"
3131

32-
ARG LAM_RELEASE=9.2.RC1
32+
ARG LAM_RELEASE=9.2
3333
EXPOSE 80
3434

3535
ENV \

lam-packaging/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
ldap-account-manager:
44
build:
55
context: .
6-
image: ldapaccountmanager/lam:9.2.RC1
6+
image: ldapaccountmanager/lam:9.2
77
restart: unless-stopped
88
ports:
99
- "8080:80"

lam/HISTORY

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
June 2025 9.2
1+
06.06.2025 9.2
22
- PHP 8.4 compatibility
33
- TAK support added
44
- Active Directory: allow to restore deleted entries in tree view (415)

lam/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.2.RC1
1+
9.2

0 commit comments

Comments
 (0)