mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update changelog for 11.0.2
This commit is contained in:
parent
e109f34a6b
commit
140e50253f
1 changed files with 12 additions and 11 deletions
23
debian/changelog
vendored
23
debian/changelog
vendored
|
@ -1,16 +1,17 @@
|
||||||
yunohost (11.0.1~alpha) unstable; urgency=low
|
yunohost (11.0.2) testing; urgency=low
|
||||||
|
|
||||||
- [mod] Various tweaks for Python 3.9, PHP 7.4, and other changes related to Buster->Bullseye ecosystem
|
- [mod] Various tweaks for Python 3.9, PHP 7.4, PostgreSQL 13, and other changes related to Buster->Bullseye ecosystem
|
||||||
- [mod] quality: Rework repository code architecture ([#1377](https://github.com/YunoHost/yunohost/pull/1377))
|
|
||||||
- [mod] quality: Rework where yunohost files are deployed (yunohost now a proper python lib with files in /usr/lib/python3/dist-packages/yunohost/, and other files are in /usr/share/yunohost) ([#1377](https://github.com/YunoHost/yunohost/pull/1377))
|
|
||||||
- [mod] debian: Moved mysql, php, and metronome from Depends to Recommends ([#1369](https://github.com/YunoHost/yunohost/pull/1369))
|
- [mod] debian: Moved mysql, php, and metronome from Depends to Recommends ([#1369](https://github.com/YunoHost/yunohost/pull/1369))
|
||||||
- [mod] apt: Add sury by default ([#1369](https://github.com/YunoHost/yunohost/pull/1369))
|
- [mod] apt: **Add sury by default** ([#1369](https://github.com/YunoHost/yunohost/pull/1369))
|
||||||
|
- [enh] mysql: **Drop super old mysql config, now rely on Debian default** ([44c972f...144126f](https://github.com/YunoHost/yunohost/compare/44c972f2dd65...144126f56a3d))
|
||||||
- [enh] regenconf/helpers: Better integration for postgresql ([#1369](https://github.com/YunoHost/yunohost/pull/1369))
|
- [enh] regenconf/helpers: Better integration for postgresql ([#1369](https://github.com/YunoHost/yunohost/pull/1369))
|
||||||
- [enh] regenconf: Store regenconf cache in /var/cache/yunohost/regenconf instead of /home/yunohost.conf (00d535a6)
|
- [mod] quality: **Rework repository code architecture** ([#1377](https://github.com/YunoHost/yunohost/pull/1377))
|
||||||
- [enh] mysql: Drop super old mysql config, now rely on Debian default's one ([44c972f...144126f](https://github.com/YunoHost/yunohost/compare/44c972f2dd65...144126f56a3d))
|
- [mod] quality: **Rework where yunohost files are deployed** (yunohost now a much closer to a python lib with files in /usr/lib/python3/dist-packages/yunohost/, and other "common" files are in /usr/share/yunohost) ([#1377](https://github.com/YunoHost/yunohost/pull/1377))
|
||||||
- [enh] upgrade: Try to implement a smarter self-upgrade mechanism to prevent/limit API downtime and related UX issues ([#1374](https://github.com/YunoHost/yunohost/pull/1374))
|
- [enh] upgrade: Try to implement **a smarter self-upgrade mechanism to prevent/limit API downtime and related UX issues** ([#1374](https://github.com/YunoHost/yunohost/pull/1374))
|
||||||
|
- [mod] regenconf: store tmp files in /var/cache/yunohost/ instead of the misleading /home/yunohost.conf folder (00d535a6)
|
||||||
|
- [mod] dyndns: rewrite tsig keygen + nsupdate using full python, now that dnssec-keygen doesnt support hmacsha512 anymore (63a84f53)
|
||||||
- [mod] app: During app scripts (and all stuff run in hook_exec), do not inject the HOME variable if it exists. This aims to prevent inconsistencies between CLI (where HOME usually is defined) and API (where HOME doesnt exists) (f43e567b)
|
- [mod] app: During app scripts (and all stuff run in hook_exec), do not inject the HOME variable if it exists. This aims to prevent inconsistencies between CLI (where HOME usually is defined) and API (where HOME doesnt exists) (f43e567b)
|
||||||
- [mod] quality: Cleanup legacy stuff
|
- [mod] quality: **Drop legacy commands or arguments** listed below
|
||||||
- Drop `--other_vars` options in ynh_add_fail2ban_config and systemd_config helpers
|
- Drop `--other_vars` options in ynh_add_fail2ban_config and systemd_config helpers
|
||||||
- Drop deprecated/superold `ynh_bind_or_cp`, `ynh_mkdir_tmp`, `ynh_get_plain_key` helpers
|
- Drop deprecated/superold `ynh_bind_or_cp`, `ynh_mkdir_tmp`, `ynh_get_plain_key` helpers
|
||||||
- Drop obsolete `yunohost-reset-ldap-password` command
|
- Drop obsolete `yunohost-reset-ldap-password` command
|
||||||
|
@ -18,12 +19,12 @@ yunohost (11.0.1~alpha) unstable; urgency=low
|
||||||
- Drop deprecated `yunohost service regen-conf` command (see `tools regen-conf` instead)
|
- Drop deprecated `yunohost service regen-conf` command (see `tools regen-conf` instead)
|
||||||
- Drop deprecated `yunohost app fetchlist` command
|
- Drop deprecated `yunohost app fetchlist` command
|
||||||
- Drop obsolete `yunohost app add/remove/clearaccess` commands
|
- Drop obsolete `yunohost app add/remove/clearaccess` commands
|
||||||
- Drop depcreated `--list` and `--filter` options in `yunohost app list`
|
- Drop deprecated `--installed` and `--filter` options in `yunohost app list`
|
||||||
- Drop deprecated `--apps` and `--system` options in `yunohost tools update/upgrade` (no double dashes anymore)
|
- Drop deprecated `--apps` and `--system` options in `yunohost tools update/upgrade` (no double dashes anymore)
|
||||||
- Drop deprecated `--status` and `--log_type` options in `yunohost service add`
|
- Drop deprecated `--status` and `--log_type` options in `yunohost service add`
|
||||||
- Drop deprecated `--mail` option in `yunohost user create`
|
- Drop deprecated `--mail` option in `yunohost user create`
|
||||||
|
|
||||||
-- Alexandre Aubin <alex.aubin@mailoo.org> Fri, 05 Feb 2021 00:02:38 +0100
|
-- Alexandre Aubin <alex.aubin@mailoo.org> Wed, 19 Jan 2022 20:52:39 +0100
|
||||||
|
|
||||||
yunohost (4.4.0) testing; urgency=low
|
yunohost (4.4.0) testing; urgency=low
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue