unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* Notmuch 0.26 release schedule
@ 2017-12-10 12:22 David Bremner
  2017-12-28 16:16 ` David Bremner
  0 siblings, 1 reply; 5+ messages in thread
From: David Bremner @ 2017-12-10 12:22 UTC (permalink / raw)
  To: notmuch

[-- Attachment #1: Type: text/plain, Size: 100 bytes --]


I plan a feature freeze for December 25, and a release (all going well)
on or around January 1.

d

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 658 bytes --]

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

* Re: Notmuch 0.26 release schedule
  2017-12-10 12:22 Notmuch 0.26 release schedule David Bremner
@ 2017-12-28 16:16 ` David Bremner
  2017-12-29 13:52   ` David Bremner
  0 siblings, 1 reply; 5+ messages in thread
From: David Bremner @ 2017-12-28 16:16 UTC (permalink / raw)
  To: notmuch

[-- Attachment #1: Type: text/plain, Size: 331 bytes --]

David Bremner <david@tethera.net> writes:

> I plan a feature freeze for December 25, and a release (all going well)
> on or around January 1.

I've tagged 0.26_rc0 (and uploaded to Debian experimental). I expect a
few more changes before final release, but I want to start to shake out
any build problems or API change issues.

d

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 658 bytes --]

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

* Re: Notmuch 0.26 release schedule
  2017-12-28 16:16 ` David Bremner
@ 2017-12-29 13:52   ` David Bremner
  2018-01-02  1:41     ` David Bremner
  0 siblings, 1 reply; 5+ messages in thread
From: David Bremner @ 2017-12-29 13:52 UTC (permalink / raw)
  To: notmuch

[-- Attachment #1: Type: text/plain, Size: 3636 bytes --]

David Bremner <david@tethera.net> writes:

> David Bremner <david@tethera.net> writes:
>
>> I plan a feature freeze for December 25, and a release (all going well)
>> on or around January 1.
>
> I've tagged 0.26_rc0 (and uploaded to Debian experimental). I expect a
> few more changes before final release, but I want to start to shake out
> any build problems or API change issues.

Per tradition, we need to start collecting NEWS.

Here's a lightly edited output from git shortlog; some of these things
may already have NEWS items, and some may not need them.


Daniel Kahn Gillmor (68):
      lib: add notmuch_message_reindex
      add "notmuch reindex" subcommand
      database: add n_d_index_file (deprecates n_d_add_message)
      lib: index the content-type of the parts of encrypted messages
      crypto: move into libnotmuch_util
      properties: add notmuch_message_remove_all_properties_with_prefix()
      index: implement notmuch_indexopts_t with try_decrypt
      crypto: index encrypted parts when indexopts try_decrypt is set.
      config: test whether an item is stored in the database by name
      config: define new option index.try_decrypt
      cli/new: add --try-decrypt=(true|false)
      cli/insert: add --try-decrypt=(true|false)
      cli/reindex: add --try-decrypt=(true|false)
      crypto: use stashed session-key properties for decryption, if available
      crypto: new decryption policy "auto"
      cli/reply: use decryption policy "auto" by default.
      cli/show: use decryption policy "auto" by default.
      crypto: record whether an actual decryption attempt happened
      cli/new, insert, reindex: change index.decrypt to "auto" by default
      python: add decrypt_policy argument to Database.index_file()


David Bremner (55):
      lib: index message files with duplicate message-ids
      lib: add notmuch_message_count_files
      lib: add notmuch_thread_get_total_files
      cli/search: print total number of files matched in summary output.
      cli/new: improve error reporting
      Merge branch 'release'
      CLI/new: support maildir synced tags in new.tags
      build: add target to run cppcheck
      lib: return "" rather than NULL from notmuch_thread_get_authors
      python: remove obsolete debian directory

Florian Klink (2):
      python: open messages in binary mode

Gaute Hope (1):
      python: deprecated add_message calls index_file correctly and returns result

Jani Nikula (65):
      lib: index the content type of signature parts
      emacs: sanitize subject in replies
      cli: allow empty strings for notmuch insert --folder argument
      cli: add support for --no- prefixed boolean and keyword flag arguments
      cli: use the negating boolean support for new and insert --no-hooks
      cli: add support for only printing the addresses in notmuch address
      cli/new: support /<regex>/ in new.ignore

Tomi Ollila (3):
      make release archive: common (or no) timestamps

Vladimir Panteleev (13):
      emacs: Refactor subprocess stderr propagation
      emacs: Use make-process when available
      emacs: Refuse requests to refresh tree views while a refresh is running

Yuri Volchkov (6):
      database: move striping of trailing '/' into helper function
      insert: strip trailing / in folder path
      test: show id:<> works even if the first duplicate is deleted
      show: workaround for the missing file problem

l-m-h@web.de (7):
      python: add bindings to access config
      python: add default arg to get_config_list
      python: turn get_config_list into a generator
      python: Rename get_config_list to get_configs



[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 658 bytes --]

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

* Re: Notmuch 0.26 release schedule
  2017-12-29 13:52   ` David Bremner
@ 2018-01-02  1:41     ` David Bremner
  2018-01-06 14:30       ` David Bremner
  0 siblings, 1 reply; 5+ messages in thread
From: David Bremner @ 2018-01-02  1:41 UTC (permalink / raw)
  To: notmuch

[-- Attachment #1: Type: text/plain, Size: 1555 bytes --]

David Bremner <david@tethera.net> writes:

> David Bremner <david@tethera.net> writes:
>
>> David Bremner <david@tethera.net> writes:
>>
>>> I plan a feature freeze for December 25, and a release (all going well)
>>> on or around January 1.
>>
>> I've tagged 0.26_rc0 (and uploaded to Debian experimental). I expect a
>> few more changes before final release, but I want to start to shake out
>> any build problems or API change issues.
>

0.26_rc1 is now tagged.

Here's the remaining things that I know about that might NEWS entries

> Jani Nikula (65):
>       lib: index the content type of signature parts
>       emacs: sanitize subject in replies
>       cli: allow empty strings for notmuch insert --folder argument
>       cli: add support for --no- prefixed boolean and keyword flag arguments
>       cli: use the negating boolean support for new and insert --no-hooks
>       cli: add support for only printing the addresses in notmuch address
>       cli/new: support /<regex>/ in new.ignore
>
> Tomi Ollila (3):
>       make release archive: common (or no) timestamps
>
> Vladimir Panteleev (13):
>       emacs: Refactor subprocess stderr propagation
>       emacs: Use make-process when available
>       emacs: Refuse requests to refresh tree views while a refresh is running
>
> Yuri Volchkov (6):
>       database: move striping of trailing '/' into helper function
>       insert: strip trailing / in folder path
>       test: show id:<> works even if the first duplicate is deleted
>       show: workaround for the missing file problem

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 658 bytes --]

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

* Re: Notmuch 0.26 release schedule
  2018-01-02  1:41     ` David Bremner
@ 2018-01-06 14:30       ` David Bremner
  0 siblings, 0 replies; 5+ messages in thread
From: David Bremner @ 2018-01-06 14:30 UTC (permalink / raw)
  To: notmuch; +Cc: Daniel Kahn Gillmor

[-- Attachment #1: Type: text/plain, Size: 654 bytes --]

David Bremner <david@tethera.net> writes:

> David Bremner <david@tethera.net> writes:
>
>> David Bremner <david@tethera.net> writes:
>>
>>> David Bremner <david@tethera.net> writes:
>>>
>>>> I plan a feature freeze for December 25, and a release (all going well)
>>>> on or around January 1.
>>>
>>> I've tagged 0.26_rc0 (and uploaded to Debian experimental). I expect a
>>> few more changes before final release, but I want to start to shake out
>>> any build problems or API change issues.
>>
>
> 0.26_rc1 is now tagged.
>

0.26_rc2 is now tagged. Hopefully this is the final release, modulo a
debian changelog update and any remaining NEWS fixes.

d

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 658 bytes --]

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

end of thread, other threads:[~2018-01-06 14:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-10 12:22 Notmuch 0.26 release schedule David Bremner
2017-12-28 16:16 ` David Bremner
2017-12-29 13:52   ` David Bremner
2018-01-02  1:41     ` David Bremner
2018-01-06 14:30       ` 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).