aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-07-03 07:44:36 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-07-03 07:44:36 +0800
commit1608163840757db6a99593f77c98107900ec33f1 (patch)
tree2f11411787b9f413a5e6b2def64a61673fa0c4d7 /camel/ChangeLog
parent7b887ab330e6e00b46d260ebdfe512cdf9e9494f (diff)
downloadgsoc2013-evolution-1608163840757db6a99593f77c98107900ec33f1.tar
gsoc2013-evolution-1608163840757db6a99593f77c98107900ec33f1.tar.gz
gsoc2013-evolution-1608163840757db6a99593f77c98107900ec33f1.tar.bz2
gsoc2013-evolution-1608163840757db6a99593f77c98107900ec33f1.tar.lz
gsoc2013-evolution-1608163840757db6a99593f77c98107900ec33f1.tar.xz
gsoc2013-evolution-1608163840757db6a99593f77c98107900ec33f1.tar.zst
gsoc2013-evolution-1608163840757db6a99593f77c98107900ec33f1.zip
Don't quote the charset value, the qop value, nor the response value.
2003-07-01 Jeffrey Stedfast <fejj@ximian.com> * camel-sasl-digest-md5.c (digest_response): Don't quote the charset value, the qop value, nor the response value. Fixes bug #45712. svn path=/trunk/; revision=21730
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 4e53989aea..6b6bbced42 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,11 @@
2003-07-01 Jeffrey Stedfast <fejj@ximian.com>
+ * camel-sasl-digest-md5.c (digest_response): Don't quote the
+ charset value, the qop value, nor the response value. Fixes bug
+ #45712.
+
+2003-07-01 Jeffrey Stedfast <fejj@ximian.com>
+
* camel-mime-utils.c (header_format_date): Use gmtime_r() instead
of using gmtime() and memcpy() to try and be "atomic".