aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2004-11-10 19:57:47 +0000
committerMatthias Andree <matthias.andree@gmx.de>2004-11-10 19:57:47 +0000
commit2ed8dc12cd5ffbbff9cd25e928a720be3596f2af (patch)
tree994d80cb32bb77ad0f380f9254a7e3171d2ec051 /NEWS
parent13c27199231cbc2cc83969ada741b95be1cca4d3 (diff)
downloadfetchmail-2ed8dc12cd5ffbbff9cd25e928a720be3596f2af.tar.gz
fetchmail-2ed8dc12cd5ffbbff9cd25e928a720be3596f2af.tar.bz2
fetchmail-2ed8dc12cd5ffbbff9cd25e928a720be3596f2af.zip
Clean up the horrible HAVE_[V]SNPRINTF mess, use Trio on systems that lack
real snprintf or vsnprintf. svn path=/trunk/; revision=3996
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 52416f21..c521dc4d 100644
--- a/NEWS
+++ b/NEWS
@@ -36,6 +36,11 @@
in succession, make sure that Common Name and fingerprint checking are
only done once. Print all validation warnings/errors even if not in
verbose mode. Patch by Brian Candler.
+* Import Bjorn Reese and Daniel Stenberg's MIT-licensed Trio 1.10 from
+ http://daniel.haxx.se/projects/trio/ for systems that do not support
+ snprintf or vsnprintf.
+* Clean up the horrible #ifdef HAVE_[V]SNPRINTF that made the code
+ unreadable. Use Trio where [v]snprintf is/are missing. Matthias Andree.
fetchmail-6.2.5 (Wed Oct 15 18:39:22 EDT 2003), 23079 lines: