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 1B261431FBF for ; Fri, 3 Feb 2012 04:18: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 YvIOwDsJxnVE for ; Fri, 3 Feb 2012 04:18:02 -0800 (PST) Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66]) by olra.theworths.org (Postfix) with ESMTP id 828F1431FAE for ; Fri, 3 Feb 2012 04:18:02 -0800 (PST) Received: by guru.guru-group.fi (Postfix, from userid 501) id 8D50168055; Fri, 3 Feb 2012 14:18:04 +0200 (EET) From: Tomi Ollila To: Pieter Praet , datapipe@gmail.com Subject: Re: [PATCH] configure: update explicit check for glib : >= 2.22 In-Reply-To: <1328271145-5634-1-git-send-email-pieter@praet.org> References: <1328271145-5634-1-git-send-email-pieter@praet.org> User-Agent: Notmuch/0.11+146~geb6dc33 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Notmuch Mail 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: Fri, 03 Feb 2012 12:18:03 -0000 On Fri, 3 Feb 2012 13:12:25 +0100, Pieter Praet wrote: > As of commit b3caef1f, we're using g_array_unref() in 'lib/query.cc', > which was only introduced in glib 2.22, so update the dependency. > > Thanks to datapipe@gmail.com for reporting this [1]. > > Also see commit b88e6abc. > > [1] id:"alpine.DEB.2.02.1201132130220.21970@ltspubuntu4.int.smq.datapipe.net" > --- +1