From: David Bremner Date: Sun, 17 Feb 2013 15:51:58 +0000 (+2000) Subject: notmuch release 0.15.2 now available X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1003553e9728ce9ea544c2fafa98d8845900ab05;p=notmuch-archives.git notmuch release 0.15.2 now available --- diff --git a/c2/0d8ec7bfce95e4bccec34ef7f3e743ec089b01 b/c2/0d8ec7bfce95e4bccec34ef7f3e743ec089b01 new file mode 100644 index 000000000..60c1cc474 --- /dev/null +++ b/c2/0d8ec7bfce95e4bccec34ef7f3e743ec089b01 @@ -0,0 +1,90 @@ +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 9CC99431FAF + for ; Sun, 17 Feb 2013 07:52:09 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 8hjWdOcLl704 for ; + Sun, 17 Feb 2013 07:52:08 -0800 (PST) +Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id D6F93431FAE + for ; Sun, 17 Feb 2013 07:52:08 -0800 (PST) +Received: from fctnnbsc30w-156034082078.dhcp-dynamic.fibreop.nb.bellaliant.net + ([156.34.82.78] helo=zancas.localnet) + by tesseract.cs.unb.ca with esmtpsa + (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) + (envelope-from ) + id 1U76X7-00089a-DQ; Sun, 17 Feb 2013 11:52:07 -0400 +Received: from bremner by zancas.localnet with local (Exim 4.80) + (envelope-from ) + id 1U76X0-0000Ds-DZ; Sun, 17 Feb 2013 11:51:58 -0400 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: notmuch release 0.15.2 now available +User-Agent: Notmuch/0.15.1 (http://notmuchmail.org) Emacs/24.2.1 + (x86_64-pc-linux-gnu) +Date: Sun, 17 Feb 2013 11:51:58 -0400 +Message-ID: <87r4kf5469.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +X-Spam_bar: - +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: Sun, 17 Feb 2013 15:52:09 -0000 + + +Where to obtain notmuch 0.15.2 +=========================== + http://notmuchmail.org/releases/notmuch-0.15.2.tar.gz + +Which can be verified with: + + http://notmuchmail.org/releases/notmuch-0.15.2.tar.gz.sha1 + cbfcfe8441dded2268da2740eb7da4c509c289bb notmuch-0.15.2.tar.gz + + http://notmuchmail.org/releases/notmuch-0.15.2.tar.gz.sha1.asc + (signed by David Bremner) + +What's new in notmuch 0.15.2 +============================ + +Build fixes +----------- + +Update dependencies to avoid problems when building in parallel. + +Internal test framework changes +------------------------------- + +Adjust Emacs test watchdog mechanism to cope with `process-attributes` +being unimplimented. + +What is notmuch +=============== +Notmuch is a system for indexing, searching, reading, and tagging +large collections of email messages in maildir or mh format. It uses +the Xapian library to provide fast, full-text search with a convenient +search syntax. + +For more about notmuch, see http://notmuchmail.org +