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