|
@@ -37,6 +37,11 @@ Released on May 08, 2024
|
|
|
- Fixed false-positive error bug when adding user via OpenAdmin interface.
|
|
|
- Fixed bug with search input on OpenAdmin > Firewall page.
|
|
|
- Fixed bug with ajax form submission not working on OpenAdmin > General Settings page (reported bySamanw).
|
|
|
+- Fixed bug with docker: `failed to register layer: devicemapper: Error running deviceSuspend dm_task_run failed.`
|
|
|
+- Fix bug with mysql: `ERROR 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 2`
|
|
|
+- Fixed bug with PIP install on Python 3.11 and 3.12: https://peps.python.org/pep-0668/
|
|
|
+- Fixed bug with Gunicorn: `ModuleNotFoundError: No module named 'pyarmor_runtime_000000'`
|
|
|
+- Fixed bug with Nginx: `Starting nginx: [emerg]: bind() to IP failed (99: Cannot assign requested address)`
|
|
|
|
|
|
|
|
|
## 💅 Polish
|
|
@@ -145,6 +150,7 @@ New API endpoints are available for automating various administrative tasks or i
|
|
|
- `git` and `clamav` are now removed from the install script
|
|
|
- Added checks for failed wget (reported by *germangc125*)
|
|
|
- `--repair` flag will now retry all installation steps
|
|
|
+- database import is now retried multiple times if mysql is not ready
|
|
|
|
|
|
----
|
|
|
|