From 60dfac9d7869c6798ed9cf2057755e5327ef5ec7 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Tue, 25 Sep 2018 11:55:50 +0200 Subject: [PATCH] Release 0.4.1 --- changelog | 1 + debian/changelog | 10 ++++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelog b/changelog index f79946c..163831c 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,4 @@ +0.4.1 : Utilisation de "printf" à la place de "echo" pour mieux gérer les sauts de ligne 0.4.0 : Amélioration de la récupération d'information (plus de cas gérés). Infos Git avant la saisie. 0.3.0 : Écriture dans un fichier de log, amélioration de la récupération d'informations, amélioration de la syntaxe shell 0.2.7 : Correction d'un bug lors de l'utilisation de '&' dans le texte diff --git a/debian/changelog b/debian/changelog index d790e78..020560c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,17 @@ -evomaintenance (0.4.0) UNRELEASED; urgency=low +evomaintenance (0.4.1-1) UNRELEASED; urgency=low + + * Use "printf" instead of "echo" for better line breaks support + + -- Jérémy Lecour Tue, 25 Sep 2018 11:54:12 +0200 + +evomaintenance (0.4.0-1) UNRELEASED; urgency=low * Git status printed before typing the message * better information extraction (User, IP…) -- Jérémy Lecour Tue, 25 Sep 2018 09:51:55 +0200 -evomaintenance (0.3.0) UNRELEASED; urgency=medium +evomaintenance (0.3.0-1) UNRELEASED; urgency=medium * New upstream release. * log file support.