From: Peter Wang Date: Wed, 16 Apr 2014 12:59:17 +0000 (+1000) Subject: [PATCH v2 02/10] lib: bump soname X-Git-Url: http://git.tremily.us/?p=notmuch-archives.git;a=commitdiff_plain;h=e90c71d27c07fa5a44147ced550f3630f7f979bc [PATCH v2 02/10] lib: bump soname --- diff --git a/2f/1c784e303b750f77be554882033b6388625312 b/2f/1c784e303b750f77be554882033b6388625312 new file mode 100644 index 000000000..cfebfee87 --- /dev/null +++ b/2f/1c784e303b750f77be554882033b6388625312 @@ -0,0 +1,84 @@ +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 ACC13431FD0 + for ; Wed, 16 Apr 2014 05:59:54 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.799 +X-Spam-Level: +X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.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 gU1-xstFaOrk for ; + Wed, 16 Apr 2014 05:59:49 -0700 (PDT) +Received: from mail-pa0-f48.google.com (mail-pa0-f48.google.com + [209.85.220.48]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 1411D431FBF + for ; Wed, 16 Apr 2014 05:59:49 -0700 (PDT) +Received: by mail-pa0-f48.google.com with SMTP id hz1so10875324pad.21 + for ; Wed, 16 Apr 2014 05:59:48 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=from:to:cc:subject:date:message-id:in-reply-to:references; + bh=XLlidAnyEJo+k3GLmfLjneqhWdLN16LNV4ZCQR/1yAY=; + b=qhKMJtDNZOc4Z8W7PTwwYFhxiTbvvpnq6ljFZpVMRfSQMkTB4tOL4IaRvmkmVjmgOx + vPuwasUpYJ6QIgCWJgXDTendRPp38tk1HCjJgiSD2h+hgU6jIsW/RrE/Z1qzzve0bReq + 6tWeqv54ZmAHUBeCfdSc838X7l2Ou/CPA319et8oB0mm7OgHGNIx8UKQt0fC6H/XV5A7 + ou3W6EUXATb5EUNCEHKmHgwh3STJxlyC61n1XOXXhaAJt/OQ2x53bL3+pU72aZlCwGwy + aVWWuMIOGN19kCj3A7JQaysmj156OWHvo2wCc77QVAKjDnScR/hzPlriix1qfvxWjgdx + 5DlA== +X-Received: by 10.66.226.145 with SMTP id rs17mr8361124pac.144.1397653188428; + Wed, 16 Apr 2014 05:59:48 -0700 (PDT) +Received: from localhost (215.42.233.220.static.exetel.com.au. + [220.233.42.215]) by mx.google.com with ESMTPSA id + ry10sm57815535pab.38.2014.04.16.05.59.46 for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Wed, 16 Apr 2014 05:59:47 -0700 (PDT) +From: Peter Wang +To: notmuch@notmuchmail.org +Subject: [PATCH v2 02/10] lib: bump soname +Date: Wed, 16 Apr 2014 22:59:17 +1000 +Message-Id: <1397653165-15620-3-git-send-email-novalazy@gmail.com> +X-Mailer: git-send-email 1.8.4 +In-Reply-To: <1397653165-15620-1-git-send-email-novalazy@gmail.com> +References: <1397653165-15620-1-git-send-email-novalazy@gmail.com> +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, 16 Apr 2014 12:59:55 -0000 + +Adding return values to notmuch_database_close and +notmuch_database_destroy may require bumping the soname. +--- + lib/Makefile.local | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/lib/Makefile.local b/lib/Makefile.local +index c56cba9..4120390 100644 +--- a/lib/Makefile.local ++++ b/lib/Makefile.local +@@ -5,7 +5,7 @@ + # the library interface, (such as the deletion of an API or a major + # semantic change that breaks formerly functioning code). + # +-LIBNOTMUCH_VERSION_MAJOR = 3 ++LIBNOTMUCH_VERSION_MAJOR = 4 + + # The minor version of the library interface. This should be incremented at + # the time of release for any additions to the library interface, +-- +1.8.4 +