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 A89C5431FD0 for ; Wed, 28 Dec 2011 11:55:03 -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 rXSaYI5aJxJ4 for ; Wed, 28 Dec 2011 11:55:02 -0800 (PST) Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66]) by olra.theworths.org (Postfix) with ESMTP id 9BF11431FB6 for ; Wed, 28 Dec 2011 11:55:02 -0800 (PST) Received: by guru.guru-group.fi (Postfix, from userid 501) id 1310C68055; Wed, 28 Dec 2011 21:55:06 +0200 (EET) From: Tomi Ollila To: Subject: [PATCH] NEWS: two memory leaks fixes for 0.11 Date: Wed, 28 Dec 2011 21:54:59 +0200 Message-Id: <1325102099-23389-1-git-send-email-tomi.ollila@iki.fi> X-Mailer: git-send-email 1.7.6.1 Cc: Tomi Ollila 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: Wed, 28 Dec 2011 19:55:03 -0000 --- NEWS | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index 0d88258..6c9ebe5 100644 --- a/NEWS +++ b/NEWS @@ -36,6 +36,14 @@ Automatic tag query optimization exclude messages whose tags won't change. In the past, we've suggested that people do this by hand; this is no longer necessary. +Memory Management +----------------- + +Reduction of memory leaks + + Two memory leaks when searching and showing messages were identified + and fixed in this release. + Notmuch 0.10.2 (2011-12-04) =========================== -- 1.7.7.4