From 6265c3a3a8dc28a04f4e76893c22bcf6f0664b77 Mon Sep 17 00:00:00 2001 From: etienne Date: Wed, 30 Dec 2015 15:00:21 +0000 Subject: * ivymon : . New option -buf for bufferizing messages from the begining. Use this option to minimize processings when ivymon is intended to receive very large flows of messages. You can always display them later using the "Scroll" button. . The -history option now accepts 3 types of value : . N => only the N first received messages are kept (unchanged) . Nm => only the messages received during the N first minutes are kept . infinite => all received messages are kept (according to memory capacity) . New option -verbose. . Improved bufferized mode management (in save function, etc.). . Fix : crash during input file loading. . Loggued ivymon bindings changes. . Added a button to enlarge the "Bindings" frame. . Added a status bar. . Added some ballon help informations. . Minor fixes. * ivyreplay : . Updated code to take into account new ivymon tags. . Minor fixes. --- debian/changelog | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 3e80dab..78081ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +ivymon (1.25) unstable; urgency=low + + * ivymon : + . New option -buf for bufferizing messages from the begining. Use this + option to minimize processings when ivymon is intended to receive very + large flows of messages. You can always display them later using the + "Scroll" button. + . The -history option now accepts 3 types of value : + . N => only the N first received messages are kept (unchanged) + . Nm => only the messages received during the N first minutes are kept + . infinite => all received messages are kept (according to memory + capacity) + . New option -verbose. + . Improved bufferized mode management (in save function, etc.). + . Fix : crash during input file loading. + . Loggued ivymon bindings changes. + . Added a button to enlarge the "Bindings" frame. + . Added a status bar. + . Added some ballon help informations. + . Minor fixes. + * ivyreplay : + . Updated code to take into account new ivymon tags. + . Minor fixes. + + -- Daniel Etienne Wed, 30 Dec 2015 18:00:00 +0200 + ivymon (1.24) unstable; urgency=low * ivyreplay : -- cgit v1.1