ChangeLog
Updated.
Showing
1 changed file
with
15 additions
and
10 deletions
1 | 2004-06-30 Alain Magloire | ||
2 | |||
3 | * mailbox/list.c (list_get_iterator): Bug fix, wrong size for calloc() | ||
4 | (list_data_dup): Copy the elements. | ||
5 | |||
1 | 2004-06-30 Sergey Poznyakoff | 6 | 2004-06-30 Sergey Poznyakoff |
2 | 7 | ||
3 | * libsieve/extensions/spamd.c (spamd_shutdown): Bugfix | 8 | * libsieve/extensions/spamd.c (spamd_shutdown): Bugfix |
... | @@ -18,16 +23,16 @@ | ... | @@ -18,16 +23,16 @@ |
18 | * mailbox/nntp/nntp_newnews.c: New file. | 23 | * mailbox/nntp/nntp_newnews.c: New file. |
19 | * mailbox/nntp/nntp_post.c: New file. | 24 | * mailbox/nntp/nntp_post.c: New file. |
20 | 25 | ||
21 | * mailbox/nntp/nntp_article.c: implemenation. | 26 | * mailbox/nntp/nntp_article.c: implementation. |
22 | * mailbox/nntp/nntp_body.c: implemenation. | 27 | * mailbox/nntp/nntp_body.c: implementation. |
23 | * mailbox/nntp/nntp_connect.c: implemenation. | 28 | * mailbox/nntp/nntp_connect.c: implementation. |
24 | * mailbox/nntp/nntp_date.c: implemenation. | 29 | * mailbox/nntp/nntp_date.c: implementation. |
25 | * mailbox/nntp/nntp_destroy.c: implemenation. | 30 | * mailbox/nntp/nntp_destroy.c: implementation. |
26 | * mailbox/nntp/nntp_group.c: implemenation. | 31 | * mailbox/nntp/nntp_group.c: implementation. |
27 | * mailbox/nntp/nntp_head.c: implemenation. | 32 | * mailbox/nntp/nntp_head.c: implementation. |
28 | * mailbox/nntp/nntp_list_extensions.c: implemenation. | 33 | * mailbox/nntp/nntp_list_extensions.c: implementation. |
29 | * mailbox/nntp/nntp_stat.c: implemenation. | 34 | * mailbox/nntp/nntp_stat.c: implementation. |
30 | * mailbox/nntp/nntp_stream.c: implemenation. | 35 | * mailbox/nntp/nntp_stream.c: implementation. |
31 | 36 | ||
32 | * include/mailutils/nntp.h: Declarations. | 37 | * include/mailutils/nntp.h: Declarations. |
33 | * include/mailutils/sys/nntp.h: Declarations. | 38 | * include/mailutils/sys/nntp.h: Declarations. | ... | ... |
-
Please register or sign in to post a comment