From aec3986514094725552e9ebe8c80acb86bbcea3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Sat, 18 Jul 2015 16:41:58 +0200 Subject: [PATCH 1/2] [fix] Add minimum moulinette version in debian/control --- .gitignore | 3 +++ debian/control | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a95de2512..726bba63a 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,6 @@ pip-log.txt # Mr Developer .mr.developer.cfg + +# moulinette lib +lib/yunohost/locales diff --git a/debian/control b/debian/control index a5f7bb639..6010b2971 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Homepage: https://yunohost.org/ Package: moulinette-yunohost Architecture: all -Depends: moulinette, +Depends: moulinette (>= 2.2.1), python-psutil, python-requests, glances, From 62620a58cf74824e3e9a76ba1ce818db0b5c84e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Sat, 18 Jul 2015 16:43:16 +0200 Subject: [PATCH 2/2] Update changelog for 2.2.3 release --- debian/changelog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index d264c81d4..75e5da8ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +moulinette-yunohost (2.2.3) stable; urgency=low + + * [fix] Catch proper exception in backup_list (fix #65) + * [fix] Display YunoHost packages versions (fix #11) + * [fix] Allow empty app arguments in app_install + * [fix] Invalidate passwd at user creation/deletion (fix #70) + * [fix] Add minimum moulinette version in debian/control + + -- Jérôme Lebleu Sat, 18 Jul 2015 16:42:59 +0200 + moulinette-yunohost (2.2.2) stable; urgency=low * [fix] Avoid cd errors