From 76987d9e47d55e3dd3663fede1eb62fa195c4b20 Mon Sep 17 00:00:00 2001 From: etienne Date: Thu, 1 Feb 2018 14:36:32 +0000 Subject: --- debian/changelog | 12 ++++++++++++ src/ivymon | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bb265da..9ea03c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +ivymon (1.28) unstable; urgency=low + + * Possibilite' d'elargir la frame Applications. + * Corrections concernant : + . la navigation dans l'historique des saisies (abonnements, + recherche, envoi de msg); + . la gestion des agents connectes : quand un agent UNTEL se + connectait, le premier agent de la liste dont le nom commencait + par UNTEL disparaissait. + + -- Daniel Etienne Thu, 1 Feb 2018 15:00:00 +0200 + ivymon (1.27-1) unstable; urgency=low * Update debian packaging for stretch diff --git a/src/ivymon b/src/ivymon index 8f1e02c..78f64cf 100755 --- a/src/ivymon +++ b/src/ivymon @@ -94,7 +94,7 @@ use Tk::CmdLine; use vars qw/$VERSION $opt_help $opt_b $opt_bus $opt_history @opt_bind $opt_verbose @opt_send $opt_size $opt_undersize $opt_out $opt_debug $opt_buf/; # **** VERSION **** -$VERSION = '1.29'; # TODO a modifier +$VERSION = '1.28'; # TODO a modifier # options initialisation # geometry -- cgit v1.1