diff options
author | Not Zed <NotZed@Ximian.com> | 2004-01-14 10:54:50 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-01-14 10:54:50 +0800 |
commit | aedeb2fd7930d7e0779f2eb34f63f65bcf764ad7 (patch) | |
tree | 0a8820b045577aa4dba7f6fee6f7ff02246e2a58 /camel/ChangeLog | |
parent | 06c8e307cc3a74d963dd680add15134094ae8d5f (diff) | |
download | gsoc2013-evolution-aedeb2fd7930d7e0779f2eb34f63f65bcf764ad7.tar gsoc2013-evolution-aedeb2fd7930d7e0779f2eb34f63f65bcf764ad7.tar.gz gsoc2013-evolution-aedeb2fd7930d7e0779f2eb34f63f65bcf764ad7.tar.bz2 gsoc2013-evolution-aedeb2fd7930d7e0779f2eb34f63f65bcf764ad7.tar.lz gsoc2013-evolution-aedeb2fd7930d7e0779f2eb34f63f65bcf764ad7.tar.xz gsoc2013-evolution-aedeb2fd7930d7e0779f2eb34f63f65bcf764ad7.tar.zst gsoc2013-evolution-aedeb2fd7930d7e0779f2eb34f63f65bcf764ad7.zip |
remove debug printf.
2004-01-14 Not Zed <NotZed@Ximian.com>
* providers/local/camel-local-folder.c (local_getv): remove debug
printf.
** See bug #52835.
* camel-smime-context.c (sm_get_passwd): removed debugging. If we
get called multiple times in a row, then forget the old password
and re-prompt - it was a bad password. Zero out password memory
too.
svn path=/trunk/; revision=24208
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index da05938fb7..6eaa791db5 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,15 @@ +2004-01-14 Not Zed <NotZed@Ximian.com> + + * providers/local/camel-local-folder.c (local_getv): remove debug + printf. + + ** See bug #52835. + + * camel-smime-context.c (sm_get_passwd): removed debugging. If we + get called multiple times in a row, then forget the old password + and re-prompt - it was a bad password. Zero out password memory + too. + 2004-01-13 Rodrigo Moya <rodrigo@ximian.com> * providers/groupwise/camel-groupwise-provider.c: missing renaming. |