From 6f171e80f627cf50d40595f5b53c0c89808c28c9 Mon Sep 17 00:00:00 2001 From: Mark Walters Date: Sat, 8 Nov 2014 08:04:56 +0000 Subject: [PATCH] [PATCH] News for dump/writelock change --- 8d/1e06873f8a469a4ac894cf7ff42374f434f831 | 98 +++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 8d/1e06873f8a469a4ac894cf7ff42374f434f831 diff --git a/8d/1e06873f8a469a4ac894cf7ff42374f434f831 b/8d/1e06873f8a469a4ac894cf7ff42374f434f831 new file mode 100644 index 000000000..0c9c72fc6 --- /dev/null +++ b/8d/1e06873f8a469a4ac894cf7ff42374f434f831 @@ -0,0 +1,98 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 4C591431FBD + for ; Sat, 8 Nov 2014 00:05:08 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0.201 +X-Spam-Level: +X-Spam-Status: No, score=0.201 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001, + RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id ZGzxVVfrIdr6 for ; + Sat, 8 Nov 2014 00:05:04 -0800 (PST) +Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com + [74.125.82.50]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + 3C3A2431FB6 for ; Sat, 8 Nov 2014 00:05:04 -0800 + (PST) +Received: by mail-wg0-f50.google.com with SMTP id z12so5186227wgg.23 + for ; Sat, 08 Nov 2014 00:05:02 -0800 (PST) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=from:to:cc:subject:date:message-id; + bh=wapCsEqMykzk7NI1Xl8afZiSLWy/iJES6UNe+C86orM=; + b=I6uvzF6t5LyDbj6l+vwvwuLtpA8s4FKTwQbKuSgpit7cjByhrqVMFBsLpvIjN6s8aa + d8nEePfEYY0Hzws/CwE5keKZwr6Fe1kgr1jyxL0IpcLxm5/P0psUhge6Kplbypreobi5 + XwjZnwkAmiTuWrewFy6pWf9rghU8Y/PTG4Feav6pHG0oratYV/oYQTSmTdofImJp3Il8 + tU/cEVOT0qP7cXeaW+nh1c5fP3Mli2mMHxkz/6Q7+Tcju4O/+7ra1MrCXgTqAO1/Lmo+ + UH7scWcwmqDlLvWL754gmCtPtea70j2bujMPrLMTSmJvxjBdBnRVZwdt/GKoD+jYVAi+ + 0s1A== +X-Received: by 10.180.109.194 with SMTP id hu2mr12089617wib.24.1415433901797; + Sat, 08 Nov 2014 00:05:01 -0800 (PST) +Received: from localhost (5751dfa2.skybroadband.com. [87.81.223.162]) + by mx.google.com with ESMTPSA id p1sm14611069wjy.22.2014.11.08.00.05.00 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Sat, 08 Nov 2014 00:05:01 -0800 (PST) +From: Mark Walters +To: notmuch@notmuchmail.org +Subject: [PATCH] News for dump/writelock change +Date: Sat, 8 Nov 2014 08:04:56 +0000 +Message-Id: <1415433896-26473-1-git-send-email-markwalters1009@gmail.com> +X-Mailer: git-send-email 1.7.10.4 +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sat, 08 Nov 2014 08:05:08 -0000 + +--- +Hi + +The news for the dump/writelock change + +Best wishes + +Mark + + NEWS | 11 +++++++++++ + 1 file changed, 11 insertions(+) + +diff --git a/NEWS b/NEWS +index 3c22293..de935cc 100644 +--- a/NEWS ++++ b/NEWS +@@ -1,6 +1,17 @@ + Notmuch 0.19~rc1 (2014-11-06) + ============================= + ++Command-Line Interface ++---------------------- ++ ++Stopped `notmuch dump` failing if someone writes to the database ++ ++ The dump command now takes the write lock when running. This ++ prevents other processes from writing to the database during the ++ dump which would cause the dump to fail. Note, if another notmuch ++ process already has the write lock the dump will not start, so ++ script callers should still check the return value. ++ + Emacs Interface + --------------- + +-- +1.7.10.4 + -- 2.26.2