diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-03-07 05:34:56 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-03-07 05:34:56 +0800 |
commit | 5f97f6226b42d0faf16c3d4ca551c8050f700079 (patch) | |
tree | 37b2c9a5a5de73675fb018a9afe98c16cb890690 /camel/ChangeLog | |
parent | 789ed9286edc7f4455ce5fe87dfe7e33a841c5e7 (diff) | |
download | gsoc2013-evolution-5f97f6226b42d0faf16c3d4ca551c8050f700079.tar gsoc2013-evolution-5f97f6226b42d0faf16c3d4ca551c8050f700079.tar.gz gsoc2013-evolution-5f97f6226b42d0faf16c3d4ca551c8050f700079.tar.bz2 gsoc2013-evolution-5f97f6226b42d0faf16c3d4ca551c8050f700079.tar.lz gsoc2013-evolution-5f97f6226b42d0faf16c3d4ca551c8050f700079.tar.xz gsoc2013-evolution-5f97f6226b42d0faf16c3d4ca551c8050f700079.tar.zst gsoc2013-evolution-5f97f6226b42d0faf16c3d4ca551c8050f700079.zip |
Redone so as to save on memory allocations and speed.
2001-03-06 Jeffrey Stedfast <fejj@ximian.com>
* camel-sasl-digest-md5.c (compute_response): Redone so as to save
on memory allocations and speed.
svn path=/trunk/; revision=8573
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 802f264de5..5cdf92a664 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2001-03-06 Jeffrey Stedfast <fejj@ximian.com> + + * camel-sasl-digest-md5.c (compute_response): Redone so as to save + on memory allocations and speed. + 2001-03-05 Jeffrey Stedfast <fejj@ximian.com> * camel-sasl-plain.c (plain_challenge): Don't return NULL if the |