unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] lib: bump LIBRARY_MINOR_VERSION
@ 2018-03-27 21:30 David Bremner
  2018-03-28 14:44 ` Tomi Ollila
  0 siblings, 1 reply; 3+ messages in thread
From: David Bremner @ 2018-03-27 21:30 UTC (permalink / raw)
  To: notmuch

We added several new functions, at least

   notmuch_database_get_default_indexopts
   notmuch_database_index_file
   notmuch_indexopts_destroy
   notmuch_indexopts_get_decrypt_policy
   notmuch_indexopts_set_decrypt_policy
   notmuch_message_count_files
   notmuch_message_has_maildir_flag
   notmuch_message_reindex
   notmuch_message_remove_all_properties_with_prefix
   notmuch_thread_get_total_files
---
 NEWS          | 10 ++++++++++
 lib/notmuch.h |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 01ac3942..734ac03b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Notmuch 0.26.1 (UNRELEASED)
+===========================
+
+Library Changes
+---------------
+
+Bump the library minor version. This should have happened in 0.26, but
+better late than never, I guess.
+
+
 Notmuch 0.26 (2018-01-09)
 =========================
 
diff --git a/lib/notmuch.h b/lib/notmuch.h
index 39759b7a..ab5854d7 100644
--- a/lib/notmuch.h
+++ b/lib/notmuch.h
@@ -58,7 +58,7 @@ NOTMUCH_BEGIN_DECLS
  * version in Makefile.local.
  */
 #define LIBNOTMUCH_MAJOR_VERSION	5
-#define LIBNOTMUCH_MINOR_VERSION	0
+#define LIBNOTMUCH_MINOR_VERSION	1
 #define LIBNOTMUCH_MICRO_VERSION	0
 
 
-- 
2.16.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] lib: bump LIBRARY_MINOR_VERSION
  2018-03-27 21:30 [PATCH] lib: bump LIBRARY_MINOR_VERSION David Bremner
@ 2018-03-28 14:44 ` Tomi Ollila
  2018-03-31 12:28   ` 0.26.1 release in a few days David Bremner
  0 siblings, 1 reply; 3+ messages in thread
From: Tomi Ollila @ 2018-03-28 14:44 UTC (permalink / raw)
  To: David Bremner, notmuch

On Tue, Mar 27 2018, David Bremner wrote:

> We added several new functions, at least
>
>    notmuch_database_get_default_indexopts
>    notmuch_database_index_file
>    notmuch_indexopts_destroy
>    notmuch_indexopts_get_decrypt_policy
>    notmuch_indexopts_set_decrypt_policy
>    notmuch_message_count_files
>    notmuch_message_has_maildir_flag
>    notmuch_message_reindex
>    notmuch_message_remove_all_properties_with_prefix
>    notmuch_thread_get_total_files
> ---
>  NEWS          | 10 ++++++++++
>  lib/notmuch.h |  2 +-
>  2 files changed, 11 insertions(+), 1 deletion(-)
>
> diff --git a/NEWS b/NEWS
> index 01ac3942..734ac03b 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -1,3 +1,13 @@
> +Notmuch 0.26.1 (UNRELEASED)
> +===========================
> +
> +Library Changes
> +---------------
> +
> +Bump the library minor version. This should have happened in 0.26, but
> +better late than never, I guess.

+1, imo you could drop that ', I guess'

Tomi

> +
> +
>  Notmuch 0.26 (2018-01-09)
>  =========================
>  
> diff --git a/lib/notmuch.h b/lib/notmuch.h
> index 39759b7a..ab5854d7 100644
> --- a/lib/notmuch.h
> +++ b/lib/notmuch.h
> @@ -58,7 +58,7 @@ NOTMUCH_BEGIN_DECLS
>   * version in Makefile.local.
>   */
>  #define LIBNOTMUCH_MAJOR_VERSION	5
> -#define LIBNOTMUCH_MINOR_VERSION	0
> +#define LIBNOTMUCH_MINOR_VERSION	1
>  #define LIBNOTMUCH_MICRO_VERSION	0
>  
>  
> -- 
> 2.16.1
>
> _______________________________________________
> notmuch mailing list
> notmuch@notmuchmail.org
> https://notmuchmail.org/mailman/listinfo/notmuch

^ permalink raw reply	[flat|nested] 3+ messages in thread

* 0.26.1 release in a few days
  2018-03-28 14:44 ` Tomi Ollila
@ 2018-03-31 12:28   ` David Bremner
  0 siblings, 0 replies; 3+ messages in thread
From: David Bremner @ 2018-03-31 12:28 UTC (permalink / raw)
  To: Tomi Ollila, notmuch

Tomi Ollila <tomi.ollila@iki.fi> writes:

>
> +1, imo you could drop that ', I guess'
>

makes sense.

I'll probably release 0.26.1 with this fix on Monday. Are there any bug
fixes already on master or reviewed that I should include? We generally
only include low risk and/or important bug fixes in point releases.

d

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-03-31 12:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-27 21:30 [PATCH] lib: bump LIBRARY_MINOR_VERSION David Bremner
2018-03-28 14:44 ` Tomi Ollila
2018-03-31 12:28   ` 0.26.1 release in a few days 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).