Skip to content

Commit 8a784dd

Browse files
committed
Update changelog.
1 parent 94e5993 commit 8a784dd

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

debian/changelog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
linuxmuster-api7 (7.2.19) lmn72; urgency=medium
2+
3+
* Permissions check when printing passwords
4+
* Print passwords for projects
5+
* Print passwords from cn list
6+
* Fix some school specific requests
7+
* Fix prefix for projects in multischool
8+
* Forbid teachers to change admins in mgmt groups
9+
* Set teachers as admins in schoolclasses
10+
* Documentation for quotas
11+
* Remove user from project as admin too
12+
* New endpoint to list schools
13+
14+
-- Arnaud Kientz <arnaud@linuxmuster.net> Sun, 03 Nov 2024 11:03:04 +0100
15+
116
linuxmuster-api7 (7.2.18) lmn72; urgency=medium
217

318
* Patch user's data.

usr/lib/python3/dist-packages/linuxmusterApi/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
app = FastAPI(
3838
title = "Linuxmuster.net API",
39-
version="7.2.18",
39+
version="7.2.19",
4040
description = description,
4141
swagger_ui_parameters = {"tryItOutEnabled": True, "swagger_favicon_url": "/static/favicon.png"},
4242
license_info={

0 commit comments

Comments
 (0)