| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-05 | debian: changelog for 0.25.2-1debian/0.25.2-10.25.2 | David Bremner | |
| 2017-11-05 | version: bump to 0.25.2 | David Bremner | |
| 2017-11-05 | NEWS for 0.25.2 | David Bremner | |
| 2017-11-05 | cli/crypto: fix segfault on failed gmime2 crypto context creation | Jani Nikula | |
| Commit 1fdc08d0ffab ("cli/crypto: treat failure to create a crypto context as fatal.") started treating crypto context creation failures "as fatal", returning NULL from _mime_node_create(). Unfortunately, we do not have NULL checks for _mime_node_create() failures. The only caller, mime_node_child(), could check and return NULL (as it's documented to do on errors) but none of the several call sites have NULL checks either. And none of them really have a trivial but feasible and graceful way of recovery. So while the right thing to do would be to handle NULL returns properly all over the place, and we have other scenarios that do return NULL from above mentioned functions, the crypto context creation failure is something that does seem to show up regularly in some scenarios, revert back to the functionality before commit 1fdc08d0ffab as an interim fix. | |||
| 2017-09-11 | debian: changelog stanza for 0.25.1-10.25.1 | David Bremner | |
| 2017-09-11 | NEWS: news entry for 0.25.1 | David Bremner | |
| 2017-09-11 | version: bump to 0.25.1 | David Bremner | |
| 2017-09-11 | emacs: override enriched-decode-display-prop for text/enriched display | Jani Nikula | |
| Switch to a local version of enriched-decode-display-prop if we encounter a text/enriched part. This is to mitigate https://bugs.gnu.org/28350. Normally it would be prudent to remove the override afterwards, but in this case just leave it in. Notes from db: This doesn't disable text/enriched, just one feature of it. | |||
| 2017-08-16 | debian: start changelog for next debian upload | David Bremner | |
| 2017-08-16 | do not use bullets in debian/NEWS | Daniel Kahn Gillmor | |
| see lintian's debian-news-entry-uses-asterisk for justification | |||
| 2017-08-16 | remove obsolete lintian-override (see https://bugs.debian.org/865055) | Daniel Kahn Gillmor | |
| 2017-08-15 | debian: actually stop shipping 50notmuch.eldebian/0.25-6 | David Bremner | |
| 2017-08-10 | debian upload 0.25-5debian/0.25-5 | David Bremner | |
| fix typo in -4 | |||
| 2017-08-04 | debian: upload 0.25-4debian/0.25-4 | David Bremner | |
| replace notmuch-emacs with elpa-emacs as a recommend | |||
| 2017-08-03 | debian: changelog stanza for 0.25-3debian/0.25-3 | David Bremner | |
| 2017-08-03 | debian: add maintainer scripts to remove old startup file | David Bremner | |
| We do it for notmuch and notmuch-emacs because the history is a bit unclear. It seems to be safe to call when that conffile is not owned by a given package | |||
| 2017-07-26 | debian: update gmime dependenciesdebian/0.25-2 | David Bremner | |
| - build against gmime 3.0 by preference - drop gmime-2.4-dev, no longer supported upstream | |||
| 2017-07-25 | debian: add changelog entry for 0.25debian/0.25-10.25 | David Bremner | |
| 2017-07-25 | NEWS: set date | David Bremner | |
| 2017-07-25 | version: bump to 0.25 | David Bremner | |
| 2017-07-25 | NEWS: formatting fixups | David Bremner | |
| These are from Tomi, split from the previous commit | |||
| 2017-07-25 | NEWS for release 0.25: Emacs: support for stashing message timestamp | Tomi Ollila | |
| 2017-07-18 | debian: changelog for 0.25~rc1-2debian/0.25_rc1-2 | David Bremner | |
| 2017-07-18 | debian: finalize changelog for 0.25~rc1-1debian/0.25_rc1-10.25_rc1 | David Bremner | |
| 2017-07-18 | version: bump to 0.25~rc1 | David Bremner | |
| 2017-07-18 | debian: allow emacs25 as a build depend | David Bremner | |
| It's a bit crazy to require emacs 24 installed just to build, when it isn't required to run. | |||
| 2017-07-18 | emacs: convert remaining format-versions from 3 to 4 | David Bremner | |
| This is needed for consistent beheviour between notmuch built against gmime-2.6 and gmime-3.0 w.r.t. error reporting. | |||
| 2017-07-18 | fix the generated documentation output | Daniel Kahn Gillmor | |
| 2017-07-18 | Fix orthography | Daniel Kahn Gillmor | |
| 2017-07-18 | use modern debian/copyright | Daniel Kahn Gillmor | |
| 2017-07-18 | avoid false lintian warning about "iff" | Daniel Kahn Gillmor | |
| 2017-07-18 | resolve lintian tag debhelper-but-no-misc-depends notmuch-emacs | Daniel Kahn Gillmor | |
| This is likely not strictly necessary given that notmuch-emacs is a transitional package. But having a simple consistency until we eventually remove the transitional notmuch-emacs package seems ok too, and fewer arbitrary lintian warnings will make real lintian warnings more visible. | |||
| 2017-07-18 | fix Python capitalization | Daniel Kahn Gillmor | |
| 2017-07-18 | explicitly mark notmuch-emacs as transitional | Daniel Kahn Gillmor | |
| 2017-07-18 | Bump standards version to 4.0.0 (no changes needed) | Daniel Kahn Gillmor | |
| Some things that might be interesting (and are acceptable and supported under 4.0.0, though not required) are: * supporting DEB_BUILD_OPTIONS tag nodoc wihle tagging build-deps (we could put python-sphinx into <!nodoc>, for example) * splitting out Build-Depends-Arch from Build-Depends | |||
| 2017-07-18 | Drop duplicate Section header for notmuch-vim | Daniel Kahn Gillmor | |
| Resolves lintian binary-control-field-duplicates-source | |||
| 2017-07-18 | NEWS: drop redundant mention of dump fix | David Bremner | |
| This actually happened in 0.24.x. | |||
| 2017-07-17 | Merge tag 'debian/0.25_rc0-2' | David Bremner | |
| merge 32 bit compilation fix | |||
| 2017-07-17 | debian: changelog stanza for 0.25~rc0-2debian/0.25_rc0-2 | David Bremner | |
| 2017-07-17 | util: make g_mime_utils_header_decode_date_unix match prototype | David Bremner | |
| The problem shows up on 32 bit architectures where sizeof(time_t) != sizeof(gint64). Upcasting the 32 bit time_t to a 64 bit integer should hopefully be safe. | |||
| 2017-07-16 | NEWS: Initial writeup for my contributions to 0.25 | David Bremner | |
| 2017-07-16 | Merge tag '0.25_rc0' | David Bremner | |
| notmuch 0.25~rc0 release | |||
| 2017-07-16 | debian: note two closed bugs in changelogdebian/0.25_rc0-10.25_rc0 | David Bremner | |
| 2017-07-16 | debian: don't create obsolete bash completion dir | David Bremner | |
| 2017-07-16 | debian: set distribution to experimental, finalize changelog | David Bremner | |
| 2017-07-16 | debian: add more c++ gunk to symbols file | David Bremner | |
| 2017-07-16 | debian: bump changelog version, mention SONAME bump | David Bremner | |
| 2017-07-16 | NEWS: start entry for 0.25 | David Bremner | |
| 2017-07-16 | version: bump version to 0.25~rc0 | David Bremner | |
| 2017-07-15 | crypto: clean up unused definitions in gmime 3.0 | David Bremner | |
| based on the same patch from dkg as the previous commit. | |||
