unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH 1/5] NEWS: mention merging of documentation for python bindings
@ 2020-08-23 12:24 David Bremner
  2020-08-23 12:24 ` [PATCH 2/5] NEWS: mention exception handling changes David Bremner
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: David Bremner @ 2020-08-23 12:24 UTC (permalink / raw)
  To: notmuch; +Cc: David Bremner

---
 NEWS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/NEWS b/NEWS
index 040df4fd..c1f09b18 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,13 @@ files to a maildir for mutt to access is replaced with internal perl
 processing. This search operation is now more portable, and somewhat
 faster.
 
+Python Bindings
+---------------
+
+Documentation for the python bindings is merged into the main
+sphinx-doc documentation tree. The merged documentation can be built
+with e.g. `make sphinx-html`
+
 Notmuch 0.30 (2020-07-10)
 =========================
 
-- 
2.28.0

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

* [PATCH 2/5] NEWS: mention exception handling changes
  2020-08-23 12:24 [PATCH 1/5] NEWS: mention merging of documentation for python bindings David Bremner
@ 2020-08-23 12:24 ` David Bremner
  2020-08-23 16:46   ` William Casarin
  2020-08-23 12:25 ` [PATCH 3/5] NEWS: mention port to Xapian 1.5 David Bremner
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 7+ messages in thread
From: David Bremner @ 2020-08-23 12:24 UTC (permalink / raw)
  To: notmuch; +Cc: David Bremner

---
 NEWS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/NEWS b/NEWS
index c1f09b18..e6392e81 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,14 @@ files to a maildir for mutt to access is replaced with internal perl
 processing. This search operation is now more portable, and somewhat
 faster.
 
+Library
+-------
+
+Many small changes to exception handling in the library; this should
+largely eliminate terminations inside the library due to uncaught
+exceptions or internal errors.  No doubt there are a few uncovered
+code paths still; please report them as bugs.
+
 Python Bindings
 ---------------
 
-- 
2.28.0

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

* [PATCH 3/5] NEWS: mention port to Xapian 1.5
  2020-08-23 12:24 [PATCH 1/5] NEWS: mention merging of documentation for python bindings David Bremner
  2020-08-23 12:24 ` [PATCH 2/5] NEWS: mention exception handling changes David Bremner
@ 2020-08-23 12:25 ` David Bremner
  2020-08-23 12:25 ` [PATCH 4/5] NEWS: mention new API entries David Bremner
  2020-08-23 12:25 ` [PATCH 5/5] NEWS: remaining user visible library changes David Bremner
  3 siblings, 0 replies; 7+ messages in thread
From: David Bremner @ 2020-08-23 12:25 UTC (permalink / raw)
  To: notmuch; +Cc: David Bremner

---
 NEWS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/NEWS b/NEWS
index e6392e81..ece208a3 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,12 @@ Documentation for the python bindings is merged into the main
 sphinx-doc documentation tree. The merged documentation can be built
 with e.g. `make sphinx-html`
 
+Dependencies
+------------
+
+We now support building notmuch against Xapian 1.5 (the current
+development version).
+
 Notmuch 0.30 (2020-07-10)
 =========================
 
-- 
2.28.0

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

* [PATCH 4/5] NEWS: mention new API entries
  2020-08-23 12:24 [PATCH 1/5] NEWS: mention merging of documentation for python bindings David Bremner
  2020-08-23 12:24 ` [PATCH 2/5] NEWS: mention exception handling changes David Bremner
  2020-08-23 12:25 ` [PATCH 3/5] NEWS: mention port to Xapian 1.5 David Bremner
@ 2020-08-23 12:25 ` David Bremner
  2020-08-23 12:25 ` [PATCH 5/5] NEWS: remaining user visible library changes David Bremner
  3 siblings, 0 replies; 7+ messages in thread
From: David Bremner @ 2020-08-23 12:25 UTC (permalink / raw)
  To: notmuch; +Cc: David Bremner

---
 NEWS | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/NEWS b/NEWS
index ece208a3..a1106130 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,10 @@ largely eliminate terminations inside the library due to uncaught
 exceptions or internal errors.  No doubt there are a few uncovered
 code paths still; please report them as bugs.
 
+Add `notmuch_message_get_flag_st` and
+`notmuch_message_has_maildir_flag_st`, and deprecate the existing
+non-status providing versions.
+
 Python Bindings
 ---------------
 
-- 
2.28.0

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

* [PATCH 5/5] NEWS: remaining user visible library changes
  2020-08-23 12:24 [PATCH 1/5] NEWS: mention merging of documentation for python bindings David Bremner
                   ` (2 preceding siblings ...)
  2020-08-23 12:25 ` [PATCH 4/5] NEWS: mention new API entries David Bremner
@ 2020-08-23 12:25 ` David Bremner
  3 siblings, 0 replies; 7+ messages in thread
From: David Bremner @ 2020-08-23 12:25 UTC (permalink / raw)
  To: notmuch; +Cc: David Bremner

These could both cause / fix crashes for user code.
---
 NEWS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/NEWS b/NEWS
index a1106130..9f649ff6 100644
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,12 @@ Add `notmuch_message_get_flag_st` and
 `notmuch_message_has_maildir_flag_st`, and deprecate the existing
 non-status providing versions.
 
+Move memory de-allocation from `notmuch_database_close` to
+`notmuch_database_destroy`.
+
+Handle relative filenames in `notmuch_database_index_file`, as
+promised in the documentation.
+
 Python Bindings
 ---------------
 
-- 
2.28.0

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

* Re: [PATCH 2/5] NEWS: mention exception handling changes
  2020-08-23 12:24 ` [PATCH 2/5] NEWS: mention exception handling changes David Bremner
@ 2020-08-23 16:46   ` William Casarin
  2020-08-23 23:38     ` David Bremner
  0 siblings, 1 reply; 7+ messages in thread
From: William Casarin @ 2020-08-23 16:46 UTC (permalink / raw)
  To: David Bremner, notmuch

David Bremner <david@tethera.net> writes:

> ---
>  NEWS | 8 ++++++++
>  1 file changed, 8 insertions(+)
>
> diff --git a/NEWS b/NEWS
> index c1f09b18..e6392e81 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -16,6 +16,14 @@ files to a maildir for mutt to access is replaced with internal perl
>  processing. This search operation is now more portable, and somewhat
>  faster.
>  
> +Library
> +-------
> +
> +Many small changes to exception handling in the library; this should
> +largely eliminate terminations inside the library due to uncaught
> +exceptions or internal errors.  No doubt there are a few uncovered
> +code paths still; please report them as bugs.

subjective nit: 

  Many small changes to exception handling in the library. This should
  largely eliminate terminations due to uncaught exceptions or internal
  errors. No doubt there are a few uncovered code paths still; please
  report them as bugs.

Otherwise series LGTM

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

* Re: [PATCH 2/5] NEWS: mention exception handling changes
  2020-08-23 16:46   ` William Casarin
@ 2020-08-23 23:38     ` David Bremner
  0 siblings, 0 replies; 7+ messages in thread
From: David Bremner @ 2020-08-23 23:38 UTC (permalink / raw)
  To: William Casarin, notmuch

William Casarin <jb55@jb55.com> writes:

> subjective nit: 
>
>   Many small changes to exception handling in the library. This should
>   largely eliminate terminations due to uncaught exceptions or internal
>   errors. No doubt there are a few uncovered code paths still; please
>   report them as bugs.
>
> Otherwise series LGTM

Sure, I used your version. Applied series to release and master.

d

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

end of thread, other threads:[~2020-08-23 23:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-23 12:24 [PATCH 1/5] NEWS: mention merging of documentation for python bindings David Bremner
2020-08-23 12:24 ` [PATCH 2/5] NEWS: mention exception handling changes David Bremner
2020-08-23 16:46   ` William Casarin
2020-08-23 23:38     ` David Bremner
2020-08-23 12:25 ` [PATCH 3/5] NEWS: mention port to Xapian 1.5 David Bremner
2020-08-23 12:25 ` [PATCH 4/5] NEWS: mention new API entries David Bremner
2020-08-23 12:25 ` [PATCH 5/5] NEWS: remaining user visible library changes 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).