From 0384e52206a3e7e47e3d396977168a99af7968e8 Mon Sep 17 00:00:00 2001 From: AiutoPcAmico <98831402+AiutoPcAmico@users.noreply.github.com> Date: Sun, 31 Dec 2023 11:43:57 +0100 Subject: [PATCH] Updated version number and ReadMe file --- README.md | 7 ++++++- management/status_checks.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc463f8e..912d0095 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Original project: [https://github.com/mailinabox/mailinabox](https://github.com/ ## Version -Current version: v67.1.1-AiutoPcAmico +Current version: v67.1.2-AiutoPcAmico Upstream current implemented version: v67 ## Changes implemented @@ -23,6 +23,11 @@ Upstream current implemented version: v67 - Changing the default index page more easily +## broken functionality + +- Duplicity (At the moment, I don't understand why the /etc/duplicity folder is not generated) +- OwnCloud + ## Installation guide Please, open the file "INSTALL.md" for the complete guide to install Debian Mail-in-a-Box by AiutoPcAmico diff --git a/management/status_checks.py b/management/status_checks.py index 8879c53d..7c508885 100755 --- a/management/status_checks.py +++ b/management/status_checks.py @@ -913,7 +913,7 @@ def list_apt_updates(apt_update=True): def what_version_is_this(env): # START AiutoPcAmico modification - return "v67.1.1-AiutoPcAmico" + return "v67.1.2-AiutoPcAmico" # END AiutoPcAmico modification