diff --git a/changelog/v60.1.md b/changelog/v60.1.md new file mode 100644 index 00000000..79136b0b --- /dev/null +++ b/changelog/v60.1.md @@ -0,0 +1,24 @@ +## Commits for v60.1 +| COMMIT | DATE | AUTHOR | TITLE | +| ------ | ---- | ------ | ----- | +| [2134d44](https://github.com/downtownallday/mailinabox-ldap/commit/2134d44730b22bb8a96934ab41b00c2e3de1a15e) | 2022-10-30 | _downtownallday_ | Add license | +| [82d7561](https://github.com/downtownallday/mailinabox-ldap/commit/82d756152acd1854564e1dde27ccb363c4873a32) | 2022-10-30 | _downtownallday_ | Adds a test to ensure dns is functional | +| [3314c4f](https://github.com/downtownallday/mailinabox-ldap/commit/3314c4f7de75bdf4ef7141e1042a5c3ae5cad56e) | 2022-10-30 | _Joshua Tauberer_ | v60.1 | +| [1f60236](https://github.com/downtownallday/mailinabox-ldap/commit/1f60236985332b89b1add380ab95509ea2f19dc4) | 2022-10-30 | _Joshua Tauberer_ | Upgrade Nextcloud to 23.0.4 (contacts to 4.2.0, calendar to 3.5.0) | +| [32c6887](https://github.com/downtownallday/mailinabox-ldap/commit/32c68874c5f3b82aa968f27c05e4f0462de73d57) | 2022-10-30 | _alento-group_ | Fix NSD not restarting (#2182) | +| [51ba8d8](https://github.com/downtownallday/mailinabox-ldap/commit/51ba8d8774141a7dba1b61c3c628e33f7e5ae1d2) | 2022-10-29 | _downtownallday_ | Try to determine what is causing umount to fail by using lsof | +| [e4c2064](https://github.com/downtownallday/mailinabox-ldap/commit/e4c20641c321ad71e2ae7226fa399e15dbc7cf3d) | 2022-10-29 | _downtownallday_ | Add a hook in status_checks --show-changes | +| [aad837b](https://github.com/downtownallday/mailinabox-ldap/commit/aad837b75eb633da64e75f77bdb083608089ad13) | 2022-10-29 | _downtownallday_ | Add setup/enmod.sh to enable setup mods | +| [085bec2](https://github.com/downtownallday/mailinabox-ldap/commit/085bec2e17c36139e9b2c7d2e64588a1fef48f41) | 2022-10-29 | _downtownallday_ | install packages in the same order as setup/start.sh | +| [a1c8b79](https://github.com/downtownallday/mailinabox-ldap/commit/a1c8b79c6f165b3822c867cd5c0c88ef48571cec) | 2022-10-29 | _downtownallday_ | Change the default behavior to only prepare jammy unless "all" given on command line | +| [7fa070a](https://github.com/downtownallday/mailinabox-ldap/commit/7fa070aed89684714a61475ba34cb3644d77fc91) | 2022-10-24 | _downtownallday_ | avoid using PYTHONPATH to enable setup mod hooks, which is problematic for managment command line tool use - save the directory path to setup mods in /etc/mailinabox.conf - dynamically add the path to python during hook initialization | +| [bb969f1](https://github.com/downtownallday/mailinabox-ldap/commit/bb969f16ae1733825a7a66212fc9dbf8c189548b) | 2022-10-24 | _downtownallday_ | avoid prematurely termination of the processing pool | +| [cac796a](https://github.com/downtownallday/mailinabox-ldap/commit/cac796a5bb32f686b06dae72271b91a5aecd3e95) | 2022-10-20 | _downtownallday_ | Enable compression for wget downloads. This fixes an issue where unless compression=auto (or compression=gzip) is specified, using wget to download jquery.min.js by setup/management.sh fails with max redirects exceeded. The man page says --compression is an experimental option, but it doesn't appear to have any problems. Note that downloading jquery.min.js with curl works fine when wget without --compression fails. | +| [c787437](https://github.com/downtownallday/mailinabox-ldap/commit/c7874373177ef3e25a5636cd1f8212fdd501a33e) | 2022-10-16 | _downtownallday_ | Add a setup mod to install roundcube's "larry" skin, which was removed with roundcubemail version 1.6 | +| [0649529](https://github.com/downtownallday/mailinabox-ldap/commit/06495298c9360c7828046e73c742b3a0d563ab88) | 2022-10-14 | _downtownallday_ | honor STORAGE_ROOT if already set | +| [1a0b94c](https://github.com/downtownallday/mailinabox-ldap/commit/1a0b94c8783502c2f3d3aeee8ae1556a921f80b4) | 2022-10-14 | _downtownallday_ | restore backup: don't automatically unmount an ehdd drive | +| [16679aa](https://github.com/downtownallday/mailinabox-ldap/commit/16679aa5acc334798cbb0880070d81ed8e1bd7a7) | 2022-10-14 | _downtownallday_ | preloaded: add support for clone at commit | +| [e636e63](https://github.com/downtownallday/mailinabox-ldap/commit/e636e6386288f4ea98296de52b8aa47a8b2ab702) | 2022-10-14 | _downtownallday_ | Setup fixes 1. Autodetect encryption-at-rest and run the correct setup in boostrap and /usr/local/bin/mailinabox 2. Fix bug where directories in the local mod folder are improperly executed causing setup to fail 3. Add a remote_nextcloud.sh setup mod cleanup function for cleaner removal of the mod | +| [14a4f34](https://github.com/downtownallday/mailinabox-ldap/commit/14a4f34d39134f8c914740e799639468517045ba) | 2022-10-13 | _downtownallday_ | Clarify wording | +| [9e5ce3e](https://github.com/downtownallday/mailinabox-ldap/commit/9e5ce3e681f2300e31cccc9146cb379e44031c55) | 2022-10-13 | _downtownallday_ | Enable "bootstrap" installs | +| [9b62b5d](https://github.com/downtownallday/mailinabox-ldap/commit/9b62b5dc1aa15ef6bdcc66641d77441a6bd9fad9) | 2022-10-13 | _downtownallday_ | Use an explicit php exectable and package if specified by environment variables |