* [PATCH] lib: Bump SO version from 2.0.0 to 3.0.0
@ 2012-04-28 22:25 Austin Clements
2012-05-05 23:22 ` David Bremner
0 siblings, 1 reply; 2+ messages in thread
From: Austin Clements @ 2012-04-28 22:25 UTC (permalink / raw)
To: notmuch
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] lib: Bump SO version from 2.0.0 to 3.0.0
2012-04-28 22:25 [PATCH] lib: Bump SO version from 2.0.0 to 3.0.0 Austin Clements
@ 2012-05-05 23:22 ` David Bremner
0 siblings, 0 replies; 2+ messages in thread
From: David Bremner @ 2012-05-05 23:22 UTC (permalink / raw)
To: Austin Clements, notmuch
Austin Clements <amdragon@MIT.EDU> writes:
> We've changed the APIs of notmuch_database_open,
> notmuch_database_create, and notmuch_database_close.
pushed an amended version. But you know all about that.
d
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-05 23:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-28 22:25 [PATCH] lib: Bump SO version from 2.0.0 to 3.0.0 Austin Clements
2012-05-05 23:22 ` David Bremner
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).