diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2009-05-04 21:52:32 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2009-05-04 21:52:32 +0000 |
commit | 64c3c5394121ab9f5a93a8c6d2c48511ff720536 (patch) | |
tree | e7fa39c9b88c7928acfa3d476700732958b58051 /NEWS | |
parent | 51ee0c2fb3e59a2d79d68aa27d1e15d16bcbceba (diff) | |
download | fetchmail-64c3c5394121ab9f5a93a8c6d2c48511ff720536.tar.gz fetchmail-64c3c5394121ab9f5a93a8c6d2c48511ff720536.tar.bz2 fetchmail-64c3c5394121ab9f5a93a8c6d2c48511ff720536.zip |
Major progress ticker bugfix/overhaul.
Progress tickers had been used inconsistently for a long time, and
documentation was outdated, too. Factor out common code to ease
maintenance, use the report_flush() function, and add and use a macro
(want_progress()) to determine if progress ticker output is desired.
This makes for a much more consistent look on screen and in logfiles and
should be much easier to fix later on.
TODO: test syslog output.
svn path=/branches/BRANCH_6-3/; revision=5290
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -64,6 +64,11 @@ fetchmail 6.3.10 (not yet released): termination signal properly through sys/wait.h macros. * When acquiring a body, understand NIL ("no such data item"), as returned by some MS Exchange versions. Fixes BerliOS Bug #11980 by KB Sriram. +* Make progress tickers (-v/--showdots) consistent, and update documentation + accordingly ("." for each 1024 octets read, "#" for a header written, and "*" + for each body line written.) + The conditions under which these had been printed were inconsistent, + illogical, and documentation hadn't matched real behaviour for long. # CHANGES * Make the comparison of the SSL fingerprints case insensitive, to |