summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-07-16 12:30:05 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-07-16 12:30:05 +0000
commita15c1da47a47d1e755bba5eb76768c2932877303 (patch)
tree8271b7155c20e41fa1e4eac43b25ed6bb91305f5 /NEWS
parent7f4ceb7e32f6182caf23a83d023169da9ee18c98 (diff)
downloadmailutils-a15c1da47a47d1e755bba5eb76768c2932877303.tar.gz
mailutils-a15c1da47a47d1e755bba5eb76768c2932877303.tar.bz2
Updated
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e0595fbb6..3a95c650b 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,10 @@ Version 0.3.2:
** Fixed improper use of size_t instead of off_t which caused
coredumps on systems where the two types have different sizes.
+** iterator_t is rewritten to make list traversal more effective.
+Traversing the list of n elements takes O(n), instead of O(n*(n+1)/2)
+time units.
+
** Fixed memory allocation bug in mailbox/mu_auth.c
* New features.

Return to:

Send suggestions and report system problems to the System administrator.