release_2.2
1. v2.2.9 (2025-05-28)
1.1 Bug Fixes
- fix mfbase.start with postgresql disabled (backport #308) (#309)
2. v2.2.8 (2025-04-29)
2.1 New Features
- create extension pg_uuidv7 (backport #302) (#303)
2.2 Bug Fixes
- fix to make _fix_plugin_schema.py available in rpms (#304)
3. v2.2.7 (2024-05-23)
3.1 New Features
- add iniscripts, make and crontab as dependencies (backport #293) (#294)
3.2 Bug Fixes
- create schema error using scripts (#296)
- add a script for fixing schema (public) of plugin's objects (#299)
4. v2.2.6 (2024-03-21)
4.1 Bug Fixes
- max_connections in postgresql.conf should be configurable (fix) (closes #275)
5. v2.2.5 (2024-03-14)
5.1 Bug Fixes
- configuration _use_storage ignored (#262 bis)
6. v2.2.4 (2024-03-07)
7. v2.2.3 (2024-03-06)
7.1 New Features
- customize max_connections (#276)
8. v2.2.2 (2024-02-26)
8.1 New Features
- handle autoindex format (backport #261) (#273)
8.2 Bug Fixes
- .gitignore missing for new mfbase plugins (#257) (#258)
- configurations _use_postgresql and _use_storage are ignored (#262) (backport #263) (#266)
- major issue with public schema (#252) (#264)
9. v2.2.1 (2023-12-15)
9.1 Bug Fixes
- error during mfbase.init if postgresql data_dir modified (backport #255) (#256)
10. v2.2.0 (2023-11-28)
10.1 New Features
- add possibility to choose permissions on webdav created files
- upgrade jquery from 3.3.1 to 3.5.1 (security update) (#241)
10.2 Bug Fixes
- fix possibility to change plugin release (#214)
- run plugin postinstall script if present (#233)
- fix .releaseignore to ignore .git folder when releasing plugins (#239)
- rename .release_ignore file to .releaseignore (closes #249) (#250)