summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog26
1 files changed, 26 insertions, 0 deletions
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 <etienne@cena.fr> Wed, 30 Dec 2015 18:00:00 +0200
+
ivymon (1.24) unstable; urgency=low
* ivyreplay :