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 B8A40431FB6 for ; Sat, 28 Apr 2012 15:25:38 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 ymemW5QIo5qd for ; Sat, 28 Apr 2012 15:25:38 -0700 (PDT) Received: from dmz-mailsec-scanner-8.mit.edu (DMZ-MAILSEC-SCANNER-8.MIT.EDU [18.7.68.37]) by olra.theworths.org (Postfix) with ESMTP id 3F895431FAE for ; Sat, 28 Apr 2012 15:25:38 -0700 (PDT) X-AuditID: 12074425-b7f4a6d0000008e0-23-4f9c6e611491 Received: from mailhub-auth-3.mit.edu ( [18.9.21.43]) by dmz-mailsec-scanner-8.mit.edu (Symantec Messaging Gateway) with SMTP id 7F.02.02272.16E6C9F4; Sat, 28 Apr 2012 18:25:37 -0400 (EDT) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by mailhub-auth-3.mit.edu (8.13.8/8.9.2) with ESMTP id q3SMPbaU005796; Sat, 28 Apr 2012 18:25:37 -0400 Received: from drake.mit.edu (209-6-116-242.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com [209.6.116.242]) (authenticated bits=0) (User authenticated as amdragon@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id q3SMPaDU009573 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Sat, 28 Apr 2012 18:25:37 -0400 (EDT) Received: from amthrax by drake.mit.edu with local (Exim 4.77) (envelope-from ) id 1SOG5A-000762-GB; Sat, 28 Apr 2012 18:25:36 -0400 From: Austin Clements To: notmuch@notmuchmail.org Subject: [PATCH] lib: Bump SO version from 2.0.0 to 3.0.0 Date: Sat, 28 Apr 2012 18:25:36 -0400 Message-Id: <1335651936-27209-1-git-send-email-amdragon@mit.edu> X-Mailer: git-send-email 1.7.9.1 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFprOIsWRmVeSWpSXmKPExsUixCmqrZuYN8ffYO0lS4vrN2cyOzB6PFt1 izmAMYrLJiU1J7MstUjfLoEr48TrF6wFzVwVvx7xNTD2cXQxcnBICJhIvNoa38XICWSKSVy4 t56ti5GLQ0hgH6NEx9Nj7BDOBkaJ5ccvMUE495kkJn89yw7SIiQwn1Fiwi5xEJtNQENi2/7l jCC2iIC0xM67s1lBNjALqEn86VIBMYUFLCXO7bEGqWARUJXYveUS2BReAQeJWzeamSGOUJB4 tu440wRG3gWMDKsYZVNyq3RzEzNzilOTdYuTE/PyUot0LfRyM0v0UlNKNzGC/M/uorqDccIh pUOMAhyMSjy8u7Lm+AuxJpYVV+YeYpTkYFIS5WUBCfEl5adUZiQWZ8QXleakFh9ilOBgVhLh 1RYHyvGmJFZWpRblw6SkOViUxHk1td75CQmkJ5akZqemFqQWwWRlODiUJHgzcoEaBYtS01Mr 0jJzShDSTBycIMN5gIbHg9TwFhck5hZnpkPkTzEqSonzBoIkBEASGaV5cL2w+HzFKA70ijBv CUgVDzC24bpfAQ1mAhrM5DkLZHBJIkJKqoGxWThzyvInBivKyj4GFcbI37s3t97m4oQZ14Wm iPvdfMO1cr2xVsX+XfX/pjBfzeYL2jdhkoZw8ZYNfZetfhtVfWW7W8XUdmGaUPXzNPaQZrMY 9qJufk2X7qtneFcn5L5VtljabTXB8f2ROecuPa6RVPrx4oHiFW7z571OPJMiQh88a8+U0+tR YinOSDTUYi4qTgQA7tw9HqoCAAA= 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, 28 Apr 2012 22:25:38 -0000 We've changed the APIs of notmuch_database_open, notmuch_database_create, and notmuch_database_close. --- Some of this patch's context comes from id:"1335651473-19652-1-git-send-email-amdragon@mit.edu", so it won't apply cleanly without that. NEWS | 3 +++ lib/Makefile.local | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/NEWS b/NEWS index 0f031f3..0e8c099 100644 --- a/NEWS +++ b/NEWS @@ -76,6 +76,9 @@ contrib/ from now on. Library changes --------------- +The API changes detailed below break binary and source compatibility, +so libnotmuch has been bumped to version 3.0.0. + The function notmuch_database_close has been split into notmuch_database_close and notmuch_database_destroy diff --git a/lib/Makefile.local b/lib/Makefile.local index 54c4dea..8a9aa28 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 = 2 +LIBNOTMUCH_VERSION_MAJOR = 3 # The minor version of the library interface. This should be incremented at # the time of release for any additions to the library interface, -- 1.7.9.1