From 2fb73c7cfe0899ccb0e9141ff0a8f60b60f95e60 Mon Sep 17 00:00:00 2001 From: downtownallday Date: Sat, 2 Sep 2023 20:00:57 -0400 Subject: [PATCH] v64 --- changelog/v64.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 changelog/v64.md diff --git a/changelog/v64.md b/changelog/v64.md new file mode 100644 index 00000000..22051d1e --- /dev/null +++ b/changelog/v64.md @@ -0,0 +1,14 @@ +## Commits for v64 +| COMMIT | DATE | AUTHOR | TITLE | +| ------ | ---- | ------ | ----- | +| [c0c4275](https://github.com/downtownallday/mailinabox-ldap/commit/c0c4275c125f3f4c2c3ac586bed952b045df7445) | 2023-09-02 | _downtownallday_ | Add copyright | +| [e419b62](https://github.com/downtownallday/mailinabox-ldap/commit/e419b620347e7d3e4782466d540056a212d28ae1) | 2023-09-02 | _Joshua Tauberer_ | Version 64 | +| [08defb1](https://github.com/downtownallday/mailinabox-ldap/commit/08defb12be94582513707c3901a6b939d005e0e0) | 2023-09-02 | _Joshua Tauberer_ | Add a new backup.py command to print the duplicity command to the console to help debugging | +| [7be687e](https://github.com/downtownallday/mailinabox-ldap/commit/7be687e601e39a2dd7ceb78b0e2c3f630050e5d5) | 2023-09-02 | _Jeff Volkenant_ | Move source and target positional arguments to the end, required for Duplicity 2.1.0 | +| [62efe98](https://github.com/downtownallday/mailinabox-ldap/commit/62efe985f17817493119ca8584e5b91ed5e99e59) | 2023-09-02 | _Aaron Ten Clay_ | Disable OpenDMARC sending reports (#2299) | +| [df44056](https://github.com/downtownallday/mailinabox-ldap/commit/df44056baec1a5dbcbd7961b6898689d6bae2f57) | 2023-09-02 | _Alex_ | Fix checksums in nextcloud.sh (#2293) | +| [3148c62](https://github.com/downtownallday/mailinabox-ldap/commit/3148c621d2a1e432ecb443c287c292cd1b9fd432) | 2023-09-02 | _Dmytro Kyrychuk_ | Fix issue with slash (/) characters in B2 Application Key (#2281) | +| [81866de](https://github.com/downtownallday/mailinabox-ldap/commit/81866de229ba6889886a9c0bf23d94d0208f3c7e) | 2023-09-02 | _Michael Heuberger_ | Amend --always option to all git describe commands (#2275) | +| [674ce92](https://github.com/downtownallday/mailinabox-ldap/commit/674ce92e925027c4afed71bfaae658f4c1106291) | 2023-09-02 | _matidau_ | Fix z-push-admin broken in v60 (#2263) | +| [c034b0f](https://github.com/downtownallday/mailinabox-ldap/commit/c034b0f7899c62e085894ba4ac961519181f0161) | 2023-08-30 | _Darren Sanders_ | Fix how the value is being passed for the gpg-options parameter | +| [202f1c3](https://github.com/downtownallday/mailinabox-ldap/commit/202f1c37d29db4787ae434627aba42034fd65063) | 2023-08-29 | _downtownallday_ | fix for duplicity 2.1.0 |