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/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 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,