From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id +PNoMk1gQl+wCgAA0tVLHw (envelope-from ) for ; Sun, 23 Aug 2020 12:25:49 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id YKRFLk1gQl8gewAAbx9fmQ (envelope-from ) for ; Sun, 23 Aug 2020 12:25:49 +0000 Received: from mail.notmuchmail.org (nmbug.tethera.net [IPv6:2607:5300:201:3100::1657]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (2048 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 317B194004E for ; Sun, 23 Aug 2020 12:25:49 +0000 (UTC) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id CF80F29BF8; Sun, 23 Aug 2020 08:25:37 -0400 (EDT) Received: from fethera.tethera.net (fethera.tethera.net [IPv6:2607:5300:60:c5::1]) by mail.notmuchmail.org (Postfix) with ESMTP id D7AF629BCF for ; Sun, 23 Aug 2020 08:25:34 -0400 (EDT) Received: by fethera.tethera.net (Postfix, from userid 1001) id BA3A95FDE6; Sun, 23 Aug 2020 08:25:34 -0400 (EDT) Received: (nullmailer pid 273849 invoked by uid 1000); Sun, 23 Aug 2020 12:25:11 -0000 From: David Bremner To: notmuch@notmuchmail.org Cc: David Bremner Subject: [PATCH 5/5] NEWS: remaining user visible library changes Date: Sun, 23 Aug 2020 09:25:02 -0300 Message-Id: <20200823122502.273793-5-david@tethera.net> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200823122502.273793-1-david@tethera.net> References: <20200823122502.273793-1-david@tethera.net> MIME-Version: 1.0 Message-ID-Hash: RYE5GIYEU7VEVIBD7DIQLIK63ZJTWIDL X-Message-ID-Hash: RYE5GIYEU7VEVIBD7DIQLIK63ZJTWIDL X-MailFrom: bremner@tethera.net X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-notmuch.notmuchmail.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.1 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 2607:5300:201:3100::1657 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Spam-Score: 0.03 X-TUID: uNqQgyW/JR3t These could both cause / fix crashes for user code. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index a1106130..9f649ff6 100644 --- a/NEWS +++ b/NEWS @@ -28,6 +28,12 @@ Add `notmuch_message_get_flag_st` and `notmuch_message_has_maildir_flag_st`, and deprecate the existing non-status providing versions. +Move memory de-allocation from `notmuch_database_close` to +`notmuch_database_destroy`. + +Handle relative filenames in `notmuch_database_index_file`, as +promised in the documentation. + Python Bindings --------------- -- 2.28.0