From 08c580a5402877022a4115c96e7719d62366f65b Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 20 Jan 2006 13:25:04 +0000 Subject: Update --- ChangeLog | 15 +++++++++++++++ NEWS | 4 +++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a238d5ce3..589e535e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,20 @@ 2006-01-20 Sergey Poznyakoff + Fix bug reported by Ronan KERYELL + (Debian Bug#344420): + + * mailbox/file_stream.c (_file_write): Return ENOSPC if fwrite + returns 0. + * mailbox/mbox/mbox.c (mbox_append_message0): Preserve return + status from mu_stream_write, if it is not 0. + * movemail/movemail.c (main): Exit on first detected IO + error. Make sure the source mailbox is not modified if not all + messages were moved successfully. + + * THANKS: Add Ronan KERYELL + + Support automatic home directory creation in imap4d + * imap4d/authenticate.c (imap4d_authenticate): Call imap4d_check_home_dir before switching to user's privileges. Bail out if it returns with an error. diff --git a/NEWS b/NEWS index 18bca3aa4..d7bbfee78 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU mailutils NEWS -- history of user-visible changes. 2006-01-16 +GNU mailutils NEWS -- history of user-visible changes. 2006-01-20 Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. See the end of file for copying conditions. @@ -35,6 +35,8 @@ directory does not exist, create it. ** mail: Fix handling of conditional expressions ** mail: When several recipients were specified, no alias expansion took place. +** movemail: did not preserve input mailbox if an I/O error happened on the +output one. Debian Bug#344420. Version 0.6.91: -- cgit v1.2.1