1 notmuch (0.35~rc0-1) experimental; urgency=medium
3 * New upstream release candidate
5 -- David Bremner <bremner@debian.org> Sat, 29 Jan 2022 18:14:57 -0400
7 notmuch (0.34.3-1) unstable; urgency=medium
9 * New upstream bugfix release, with several fixes for the notmuch2
12 -- David Bremner <bremner@debian.org> Sun, 09 Jan 2022 15:30:38 -0400
14 notmuch (0.34.2-1) unstable; urgency=medium
16 * New upstream bugfix with release, with fixes database location in
17 library and notmuch2 python module.
18 * Build only against the default version of python, to avoid including
19 multiple .abi3.so files in python3-notmuch2
21 -- David Bremner <bremner@debian.org> Fri, 10 Dec 2021 09:35:43 -0400
23 notmuch (0.34.1-1) unstable; urgency=medium
25 * New upstream bugfix release. Fixes a memory deallocation error in
28 -- David Bremner <bremner@debian.org> Wed, 03 Nov 2021 10:20:33 -0300
30 notmuch (0.34-1) unstable; urgency=medium
32 * New upstream release
33 * Adds s-expression based query parser (man notmuch-sexp-queries).
34 * Bug fix: "notmuch breaks on directory removal", thanks to Joerg
35 Jaspert (Closes: #922536).
36 * Respect notmuch-show-text/html-blocked-images for renderer w3m
38 * Bug fix: "add an option to change the database path", thanks to
39 Michael Gold (Closes: #887041) (actually fixed in 0.32)
41 -- David Bremner <bremner@debian.org> Wed, 20 Oct 2021 11:15:23 -0300
43 notmuch (0.34~rc0-1) experimental; urgency=medium
45 * New upstream release candidate
47 -- David Bremner <bremner@debian.org> Fri, 15 Oct 2021 08:50:57 -0300
49 notmuch (0.33.2-1) unstable; urgency=medium
51 * Upstream fix for flaky/hanging tests in T355-smime
53 -- David Bremner <bremner@debian.org> Thu, 30 Sep 2021 08:27:10 -0300
55 notmuch (0.33.1-1) unstable; urgency=medium
57 * Upstream fix for flaky tests in T590-libconfig
59 -- David Bremner <bremner@debian.org> Fri, 10 Sep 2021 08:28:48 -0300
61 notmuch (0.33-2) unstable; urgency=medium
63 * Disable two flaky tests in T590-libconfig.
65 -- David Bremner <bremner@debian.org> Sat, 04 Sep 2021 11:29:44 -0700
67 notmuch (0.33-1) unstable; urgency=medium
69 * New upstream release
70 * See /usr/share/doc/notmuch/NEWS.gz for user visible changes.
72 -- David Bremner <bremner@debian.org> Fri, 03 Sep 2021 12:24:41 -0700
74 notmuch (0.33~rc0-1) experimental; urgency=medium
76 * New upstream release candidate
78 -- David Bremner <bremner@debian.org> Thu, 26 Aug 2021 08:27:42 -0700
80 notmuch (0.32.3-1) unstable; urgency=medium
82 * new upstream bugfix release
83 * fixes for a few configuration related bugs introduced in 0.32
84 * bump libnotmuch minor version to match documentation.
86 -- David Bremner <bremner@debian.org> Tue, 17 Aug 2021 17:16:09 -0700
88 notmuch (0.32.2-1) experimental; urgency=medium
90 * New upstream bugfix release
91 * Fix for memory leak in "notmuch new" introduced in 0.32
92 * Fix for bug from 2017 that can add duplicate thread-ids to messages.
94 -- David Bremner <bremner@debian.org> Sat, 26 Jun 2021 22:33:56 -0300
96 notmuch (0.32.1-1) experimental; urgency=medium
98 * New upstream bugfix release
99 * Configuration bug fixes (see /usr/share/doc/notmuch/NEWS.gz)
100 * Bug fix for {pre,after}-tag hooks in emacs, related to lexical scope
103 -- David Bremner <bremner@debian.org> Sat, 15 May 2021 09:01:27 -0300
105 notmuch (0.32-1) experimental; urgency=medium
107 * New upstream release
108 * Speedup for handling deleted message files
109 * New configuration features (see /usr/share/doc/notmuch/NEWS.gz)
110 * Emacs interface codebase cleanup
112 -- David Bremner <bremner@debian.org> Sun, 02 May 2021 07:05:15 -0300
114 notmuch (0.32~rc2-1) experimental; urgency=medium
116 * New upstream release candidate
118 -- David Bremner <bremner@debian.org> Wed, 28 Apr 2021 07:05:22 -0300
120 notmuch (0.32~rc1-1) experimental; urgency=medium
122 * New upstream release candidate
124 -- David Bremner <bremner@debian.org> Sat, 24 Apr 2021 12:46:10 -0300
126 notmuch (0.31.4-2) unstable; urgency=medium
128 * Cherry pick upstream commit 3f4de98e7c8, which fixes a bug where
129 duplicate message-ids can cause multiple thread-ids for some message
131 * Add build-dependency on xapian-tools, for new test
133 -- David Bremner <bremner@debian.org> Mon, 28 Jun 2021 22:48:02 -0300
135 notmuch (0.31.4-1) unstable; urgency=medium
137 * New upstream bugfix release
138 - Fix include bug triggered by glib 2.67
139 - Fix race condition in T568-lib-thread
141 -- David Bremner <bremner@debian.org> Thu, 18 Feb 2021 07:23:00 -0400
143 notmuch (0.31.3-2) unstable; urgency=medium
145 * Don't install gdb on hppa (skip gdb based tests)
147 -- David Bremner <bremner@debian.org> Sat, 26 Dec 2020 15:14:07 -0400
149 notmuch (0.31.3-1) unstable; urgency=medium
151 * New upstream bugfix release
152 * Second fix for T360, fix regression on ppc64el
153 * Fix for exclude tags in notmuch2 python bindings
154 * Fix for memory error in notmuch_database_get_config_list
156 -- David Bremner <bremner@debian.org> Fri, 25 Dec 2020 11:48:37 -0400
158 notmuch (0.31.2-5) unstable; urgency=medium
160 * Use readelf instead of nm in T360, hopefully build in ppc64
162 -- David Bremner <bremner@debian.org> Sun, 13 Dec 2020 08:24:23 -0400
164 notmuch (0.31.2-4) unstable; urgency=medium
166 * Move prerequisite to file targets from phony ones. Thanks to
167 Lucas Nussbaum for the report. (Closes: #976934).
169 -- David Bremner <bremner@debian.org> Thu, 10 Dec 2020 21:02:20 -0400
171 notmuch (0.31.2-3) unstable; urgency=medium
173 * Switch to debhelper compat level 13
175 -- David Bremner <bremner@debian.org> Mon, 09 Nov 2020 13:59:47 -0400
177 notmuch (0.31.2-2) unstable; urgency=medium
179 * Run tests in verbose mode
181 -- David Bremner <bremner@debian.org> Mon, 09 Nov 2020 08:45:38 -0400
183 notmuch (0.31.2-1) unstable; urgency=medium
185 * Delete stray "version" file in upstream source
187 -- David Bremner <bremner@debian.org> Sun, 08 Nov 2020 11:32:45 -0400
189 notmuch (0.31.1-1) unstable; urgency=medium
191 * New upstream bugfix release.
192 - Portability / C++20 fixes
193 - Fix initialization bug in library config handling.
195 -- David Bremner <bremner@debian.org> Sun, 08 Nov 2020 07:48:22 -0400
197 notmuch (0.31-1) unstable; urgency=medium
199 * New upstream release
200 * Compatibility fixes for Emacs 27.1
202 -- David Bremner <bremner@debian.org> Sat, 05 Sep 2020 21:47:42 -0300
204 notmuch (0.31~rc2-1) experimental; urgency=medium
206 * New upstream release candidate
207 * Bug fix: "suggest elpa-mailscripts", thanks to Sean Whitton (Closes:
209 * Bug fix: "suggest mailscripts", thanks to Sean Whitton (Closes:
211 * Bug fix: "please drop transitional package notmuch-emacs from
212 src:notmuch", thanks to Holger Levsen (Closes: #940738).
214 -- David Bremner <bremner@debian.org> Tue, 25 Aug 2020 07:51:33 -0300
216 notmuch (0.31~rc1-1) experimental; urgency=medium
218 * Fix buggy test in T562-lib-database
219 * Clean up generated file in source package.
221 -- David Bremner <bremner@debian.org> Mon, 17 Aug 2020 21:05:46 -0300
223 notmuch (0.31~rc0-1) experimental; urgency=medium
225 * New upstream release candidate.
226 * Update notmuch-emacs for compatibility with GNU Emacs 27.1.
228 -- David Bremner <bremner@debian.org> Sun, 16 Aug 2020 11:08:14 -0300
230 notmuch (0.30-1) unstable; urgency=medium
232 * New upstream release
233 * Improvements to S/MIME handling
234 * Repairs to some mangled MIME messages
235 * New python bindings (notmuch2) compatible with current python 3
237 -- David Bremner <bremner@debian.org> Fri, 10 Jul 2020 22:24:14 -0300
239 notmuch (0.30~rc3-1) experimental; urgency=medium
241 * New upstream release candidate
242 * Mark two tests broken on legacy (32 bit time_t) architectures.
245 -- David Bremner <bremner@debian.org> Fri, 03 Jul 2020 06:48:51 -0300
247 notmuch (0.30~rc2-1) experimental; urgency=medium
249 * New upstream release candidate.
250 * Upstream fixes for new python bindings (python3-notmuch2).
251 * Update debian/copyright (one new author).
253 -- David Bremner <bremner@debian.org> Tue, 16 Jun 2020 08:32:16 -0300
255 notmuch (0.30~rc1-1) experimental; urgency=medium
257 * New upstream release candidate
258 * Update debian/changelog (new copyright holders)
260 -- David Bremner <bremner@debian.org> Sat, 06 Jun 2020 08:06:56 -0300
262 notmuch (0.30~rc0-2) experimental; urgency=medium
264 * New upstream release candidate
266 -- David Bremner <bremner@debian.org> Mon, 01 Jun 2020 21:01:27 -0300
268 notmuch (0.29.3-1) unstable; urgency=medium
270 * New upstream bugfix release.
271 - fix use-after-free bug in libnotmuch
272 - fix double close of file in "notmuch dump"
274 -- David Bremner <bremner@debian.org> Wed, 27 Nov 2019 08:19:57 -0400
276 notmuch (0.29.2-2) experimental; urgency=medium
278 * Drop python-notmuch binary package.
279 * Drop python2 build-dependency (Closes: #937161).
280 * Convert to pybuild for python bindings
282 -- David Bremner <bremner@debian.org> Sat, 02 Nov 2019 18:21:06 -0300
284 notmuch (0.29.2-1) unstable; urgency=medium
286 * New upstream bug fix release: fix file descriptor leak with gzipped
287 files. Thanks to James Troup for reporting and the fix.
289 -- David Bremner <bremner@debian.org> Sat, 19 Oct 2019 07:23:21 -0300
291 notmuch (0.29.1-2) unstable; urgency=medium
293 * Re-upload to unstable
295 -- David Bremner <bremner@debian.org> Sun, 21 Jul 2019 11:43:40 -0300
297 notmuch (0.29.1-1) experimental; urgency=medium
299 * New upstream bug fix release
300 - fix for building and installing without emacs, does not occur
303 -- David Bremner <bremner@debian.org> Tue, 11 Jun 2019 20:16:03 -0300
305 notmuch (0.29-2) experimental; urgency=medium
307 * New upstream feature release. See /usr/share/doc/notmuch/NEWS.gz for
309 * Bug fix: "notmuch-hello screen should show notmuch logo", thanks to
310 Tim Retout (Closes: #918928).
311 * Bug fix: "Can't deal with compressed maildir files", thanks to
312 Joerg Jaspert (Closes: #688609).
313 * Bug fix: "Please ship notmuch-emacs-mua.desktop", thanks to Tim Retout
316 -- David Bremner <bremner@debian.org> Thu, 06 Jun 2019 21:35:12 -0300
318 notmuch (0.29~rc1-1) experimental; urgency=medium
320 * New upstream release candidate, with fix for parallel sphinx-build
323 -- David Bremner <bremner@debian.org> Mon, 03 Jun 2019 08:09:38 -0300
325 notmuch (0.29~rc0-1) experimental; urgency=medium
327 * New upstream release candidate.
329 -- David Bremner <bremner@debian.org> Fri, 31 May 2019 08:22:21 -0300
331 notmuch (0.28.4-1) unstable; urgency=medium
333 * New upstream bugfix release
334 * Fix for bug in 'notmuch show --raw' that causes spurious errors to be
335 reported when the mail file is a multiple of the libc buffer size
338 -- David Bremner <bremner@debian.org> Sun, 05 May 2019 08:08:56 -0300
340 notmuch (0.28.3-1) unstable; urgency=medium
342 * New upstream bugfix release.
343 * Fix for bug in message property search
344 * Fix for race condition leading to (very) occasional build failures
345 when building the documentation.
347 -- David Bremner <bremner@debian.org> Tue, 05 Mar 2019 15:39:09 -0400
349 notmuch (0.28.2-1) unstable; urgency=medium
351 * [notmuch-emacs] Invoke gpg from with --batch and --no-tty
353 -- David Bremner <bremner@debian.org> Sun, 17 Feb 2019 07:30:33 -0400
355 notmuch (0.28.1-1) unstable; urgency=medium
357 * New upstream bug fix release
358 * Bug fix: "muttprint/evince fails to show "print", thanks to
359 Joerg Jaspert (Closes: #920856).
361 -- David Bremner <bremner@debian.org> Fri, 01 Feb 2019 08:05:05 -0400
363 notmuch (0.28-2) unstable; urgency=medium
365 * Override location of bash, because /usr/bin/bash might exist
368 -- David Bremner <bremner@debian.org> Fri, 12 Oct 2018 20:54:00 -0300
370 notmuch (0.28-1) unstable; urgency=medium
372 * New upstream releases.
373 * Includes threading fixes, support for relative database paths, and
374 rewritten zsh completion.
376 -- David Bremner <bremner@debian.org> Fri, 12 Oct 2018 20:17:27 -0300
378 notmuch (0.28~rc0-1) experimental; urgency=medium
380 * New upstream release candidate.
382 -- David Bremner <bremner@debian.org> Wed, 03 Oct 2018 20:36:57 -0300
384 notmuch (0.27-3) unstable; urgency=medium
386 * Update Vcs-Git to use https and specify correct branch
387 * Update Build-depends for unversioned emacs packages.
389 -- David Bremner <bremner@debian.org> Sat, 08 Sep 2018 18:20:10 -0300
391 notmuch (0.27-2) unstable; urgency=medium
393 * Add texinfo as a build-dep, build info version of documentation.
395 -- David Bremner <bremner@debian.org> Thu, 28 Jun 2018 21:01:29 -0300
397 notmuch (0.27-1) unstable; urgency=medium
399 * New upstream feature release
400 - thread subqueries (match terms in different messages of same thread)
401 - notmuch new --full-scan (ignore mtimes)
402 - notmuch show --decrypt=stash (decrypt and stash on first read)
404 -- David Bremner <bremner@debian.org> Tue, 12 Jun 2018 22:39:33 -0300
406 notmuch (0.27~rc1-1) experimental; urgency=medium
408 * New upstream release candidate
410 -- David Bremner <bremner@debian.org> Thu, 31 May 2018 08:19:00 -0300
412 notmuch (0.27~rc0-1) experimental; urgency=medium
414 * New upstream release candidate
416 -- David Bremner <bremner@debian.org> Sat, 26 May 2018 09:12:37 -0700
418 notmuch (0.26.2-2) unstable; urgency=medium
420 * Mark gdb and dtach as <!nocheck>, meaning they are only needed for
422 * Re-enable gdb based tests on s390x, ppc64el, armel, mipsel, they
423 pass on porterbox. Leave disabled on mipsel64 (gdb tests still
424 failing), and mips (many tests fail on porterbox).
426 -- David Bremner <bremner@debian.org> Sun, 06 May 2018 08:36:52 -0300
428 notmuch (0.26.2-1) unstable; urgency=medium
430 * Upstream bugfix release
431 - Break reference loops when indexing, fixes INTERNAL_ERROR in "notmuch show"
432 - Don't call get_mset(0,0,X), fixes crash on some gcc8 using distros
434 -- David Bremner <bremner@debian.org> Sat, 28 Apr 2018 08:10:24 -0300
436 notmuch (0.26.1-1) unstable; urgency=medium
438 * Bump LIBRARY_MINOR_VERSION to 1, for new functions in 0.26
440 -- David Bremner <bremner@debian.org> Mon, 02 Apr 2018 08:08:01 -0300
442 notmuch (0.26-1) unstable; urgency=medium
444 [ Daniel Kahn Gillmor ]
445 * build against python3-sphinx instead of python-sphinx
446 * d/changelog: strip trailing whitespace
447 * move to debhelper 10
448 * Standards-Version: bump to 4.1.3 (drop priority: extra
449 from transitional packages)
452 * New upstream release (see /usr/share/doc/notmuch/NEWS.gz)
453 - new command 'notmuch reindex'
454 - optional indexing of encrypted emails.
455 - indexing of files with duplicate message-id
458 -- David Bremner <bremner@debian.org> Tue, 09 Jan 2018 07:13:21 -0400
460 notmuch (0.26~rc2-1) experimental; urgency=medium
462 * Third upstream release candidate
464 -- David Bremner <bremner@debian.org> Tue, 09 Jan 2018 07:13:11 -0400
466 notmuch (0.26~rc1-1) experimental; urgency=medium
468 * Second upstream release candidate
470 -- David Bremner <bremner@debian.org> Mon, 01 Jan 2018 21:17:39 -0400
472 notmuch (0.26~rc0-1) experimental; urgency=medium
474 * Upstream release candidate
476 -- David Bremner <bremner@debian.org> Thu, 28 Dec 2017 10:21:08 -0400
478 notmuch (0.25.3-1) unstable; urgency=medium
480 * Upstream bugfix release. Fix for OpenPGP UID validity reporting,
481 and build failure with GMime 3.0.3+.
482 * Bug fix: "notmuch FTBFS on Alpha due to broken gdb", thanks to
483 Michael Cree (Closes: #881028).
485 -- David Bremner <bremner@debian.org> Fri, 08 Dec 2017 21:08:00 -0400
487 notmuch (0.25.2-1) unstable; urgency=medium
489 * New upstream bugfix release: fix for segfault when compiled
492 -- David Bremner <bremner@debian.org> Sun, 05 Nov 2017 20:05:49 -0400
494 notmuch (0.25.1-1) unstable; urgency=medium
496 * new upstream bugfix release: mitigation for emacs bug 28350
497 * remove obsolete lintian override
498 * reformat debian/NEWS
500 -- David Bremner <bremner@debian.org> Mon, 11 Sep 2017 22:20:48 -0300
502 notmuch (0.25-6) unstable; urgency=medium
504 * Bug fix: "deletes shipped file on reinstall:
505 /etc/emacs/site-start.d/50notmuch.el", thanks to Andreas Beckmann
508 -- David Bremner <bremner@debian.org> Tue, 15 Aug 2017 07:52:21 -0300
510 notmuch (0.25-5) unstable; urgency=medium
512 * Bug fix: "dependency on elpa-emacs doesn't seem right", thanks
513 to Jiri Palecek (Closes: #871642).
515 -- David Bremner <bremner@debian.org> Thu, 10 Aug 2017 06:42:50 -0400
517 notmuch (0.25-4) unstable; urgency=medium
519 * Recommend elpa-emacs instead emacs-notmuch
521 -- David Bremner <bremner@debian.org> Fri, 04 Aug 2017 18:11:35 -0400
523 notmuch (0.25-3) unstable; urgency=medium
525 * Remove old startup file /etc/emacs/site-start.d/50notmuch.el
527 -- David Bremner <bremner@debian.org> Thu, 03 Aug 2017 09:26:00 -0400
529 notmuch (0.25-2) unstable; urgency=medium
531 * Drop build-dep on libgmime-2.4-dev, long unsupported upstream
532 * Bug fix: "please transition to gmime 3.0", thanks to Daniel Kahn
533 Gillmor (Closes: #867353).
535 -- David Bremner <bremner@debian.org> Wed, 26 Jul 2017 10:59:14 -0400
537 notmuch (0.25-1) unstable; urgency=medium
539 * New upstream release
540 - regexp search for mid, paths, tags
541 - drop inline images when indexing html
543 -- David Bremner <bremner@debian.org> Tue, 25 Jul 2017 08:28:20 -0300
545 notmuch (0.25~rc1-2) unstable; urgency=low
549 -- David Bremner <bremner@debian.org> Tue, 18 Jul 2017 19:47:45 -0300
551 notmuch (0.25~rc1-1) experimental; urgency=medium
553 * Bump standards version to 4.0.0 (no changes needed)
554 * New upstream release candidate
556 -- David Bremner <bremner@debian.org> Tue, 18 Jul 2017 07:04:14 -0300
558 notmuch (0.25~rc0-2) experimental; urgency=medium
560 * Fix compilation on 32 bit architectures (time_t vs. gint64)
562 -- David Bremner <bremner@debian.org> Mon, 17 Jul 2017 08:49:32 -0300
564 notmuch (0.25~rc0-1) experimental; urgency=medium
566 * New upstream release candidate
567 * Drop notmuch-dbg, use notmuch-dbgsym if debug symbols are needed.
568 * [lib] Bump SONAME to libnotmuch.so.5
569 * Bug fix: "doesn't check gpg/pgp signatures by default", thanks
570 to Vagrant Cascadian (Closes: #755544).
571 * Bug fix: "allow separation of command-line options and their
572 values: --option foo", thanks to Paul Wise (Closes: #825886).
574 -- David Bremner <bremner@debian.org> Sun, 16 Jul 2017 08:48:59 -0300
576 notmuch (0.24.2-2) unstable; urgency=medium
578 * rebuild for unstable
580 -- David Bremner <bremner@debian.org> Sun, 02 Jul 2017 12:48:46 -0300
582 notmuch (0.24.2-1) experimental; urgency=medium
584 * Fix dump output to not include tags when not asked for
585 * Fix file name stashing in emacs tree view.
587 -- David Bremner <bremner@debian.org> Thu, 01 Jun 2017 07:24:55 -0300
589 notmuch (0.24.1-1) experimental; urgency=medium
591 * Restore Xapian wildcard queries to from: and subject:
592 * Handle empty queries for from: and subject:
593 * Memory leaks in notmuch show fixed
594 * Fix bug notmuch dump header generation
596 -- David Bremner <bremner@debian.org> Sat, 01 Apr 2017 09:17:47 -0300
598 notmuch (0.24-1) experimental; urgency=medium
600 * New upstream release
601 - regexp search for from: and subject:
602 - Emacs interface improvements:
604 - don't automatically expand application/*
605 - jump (shortcut) menu for tagging.
606 - fold long headers when sending
607 - library improvements
608 - catch some stray DatabaseModifiedErrors
609 - make exclude handling non-destructive.
611 -- David Bremner <bremner@debian.org> Sun, 12 Mar 2017 22:14:25 -0300
613 notmuch (0.24~rc1-1) experimental; urgency=medium
615 * New upstream release candidate
616 * upstream release notes
617 * One library internals fix/optimization for regexp processing.
619 -- David Bremner <bremner@debian.org> Wed, 08 Mar 2017 08:08:34 -0400
621 notmuch (0.24~rc0-1) experimental; urgency=medium
623 * New upstream feature release (candidate).
625 -- David Bremner <bremner@debian.org> Sun, 05 Mar 2017 19:32:08 -0400
627 notmuch (0.23.7-3) unstable; urgency=medium
629 * Cherry pick fixes to dump header from 0.24.1
631 -- David Bremner <bremner@debian.org> Sat, 01 Apr 2017 21:09:36 -0300
633 notmuch (0.23.7-2) unstable; urgency=medium
635 * Cherry pick 06adc276, fix use after free in libnotmuch4
637 -- David Bremner <bremner@debian.org> Sun, 19 Mar 2017 09:38:17 -0300
639 notmuch (0.23.7-1) unstable; urgency=medium
641 * Move test suite $GNUPGHOME to /tmp to avoid problems with long build paths.
642 * Fix read-after-free bug in `notmuch new`.
644 -- David Bremner <bremner@debian.org> Tue, 28 Feb 2017 20:39:30 -0400
646 notmuch (0.23.5-1) unstable; urgency=medium
648 * Remove RUNPATH from /usr/bin/notmuch
650 -- David Bremner <bremner@debian.org> Mon, 09 Jan 2017 06:24:39 -0400
652 notmuch (0.23.4-1) unstable; urgency=medium
654 * Improve error handling in notmuch insert
655 * Restore autoload cookie for notmuch-search (notmuch-emacs)
657 -- David Bremner <bremner@debian.org> Sat, 24 Dec 2016 17:47:48 +0900
659 notmuch (0.23.3-3) unstable; urgency=medium
661 * Disable gdb using tests on kfreebsd-*, due to apparent gdb breakage
663 -- David Bremner <bremner@debian.org> Mon, 05 Dec 2016 08:25:32 -0400
665 notmuch (0.23.3-2) unstable; urgency=medium
667 * Add missing depends to notmuch-emacs. Thanks to micah for the
670 -- David Bremner <bremner@debian.org> Thu, 01 Dec 2016 08:06:59 -0400
672 notmuch (0.23.3-1) unstable; urgency=medium
674 * Re-enable test suite
675 * Fix test suite compatibility with gnupg 2.1.16. Fixes: "FTBFS:
676 Tests failures", thanks to Lucas Nussbaum (Closes: #844915).
677 * Bug fix: "race condition in `notmuch new`?", thanks to Paul Wise
680 -- David Bremner <bremner@debian.org> Sat, 26 Nov 2016 08:37:39 -0400
682 notmuch (0.23.2-1) unstable; urgency=medium
684 * New upstream bugfix release
685 * Convert notmuch-emacs to dh-elpa, new binary package elpa-notmuch
686 * Bug fix: "maintainer script(s) do not start on #!", thanks to
687 treinen@debian.org; (Closes: #843287).
689 -- David Bremner <bremner@debian.org> Thu, 10 Nov 2016 22:36:04 -0400
691 notmuch (0.23.1-1) unstable; urgency=medium
693 * New upstream bugfix release
694 * Fix test suite for Emacs 25.1
695 * Fix some Emacs customization regressions introduced in 0.23
696 * Bug fix: "testsuite fails with TERM=unknown", thanks to Gianfranco
697 Costamagna (Closes: #841319).
699 -- David Bremner <bremner@debian.org> Sun, 23 Oct 2016 22:06:12 -0300
701 notmuch (0.23-2) unstable; urgency=medium
705 -- David Bremner <bremner@debian.org> Wed, 05 Oct 2016 21:27:00 -0300
707 notmuch (0.23-1) experimental; urgency=medium
709 * New upstream release
710 * Bump minor version of libnotmuch4 because of new symbols.
711 * Several new features, see /usr/share/doc/notmuch/NEWS.gz
713 -- David Bremner <bremner@debian.org> Mon, 03 Oct 2016 22:46:26 -0300
715 notmuch (0.23~rc1-1) experimental; urgency=medium
717 * New upstream release candidate
718 * Make configure more robust on "unknown" platforms. Fixes FTBFS on
721 -- David Bremner <bremner@debian.org> Fri, 30 Sep 2016 07:19:26 -0300
723 notmuch (0.23~rc0-1) experimental; urgency=medium
725 * New upstream release candidate
726 * Bug fix: "Calls to notmuch_directory_get_mtime() don't return
727 the recently set mtime", thanks to Lars Luthman (Closes: #826881).
728 * Bug fix: "Please document compact command", thanks to Olivier
729 Berger (Closes: #825884).
731 -- David Bremner <bremner@debian.org> Mon, 26 Sep 2016 07:28:06 -0300
733 notmuch (0.22.2-1) unstable; urgency=medium
735 * Fix test suite compatibility with GnuPG 2.1.15. Bug fix: "FTBFS:
736 Tests failures", thanks to Lucas Nussbaum (Closes: #837013).
738 -- David Bremner <bremner@debian.org> Thu, 08 Sep 2016 19:09:53 -0300
740 notmuch (0.22.1-3) unstable; urgency=medium
742 * Gag gdb even more. Bug fix: "FTBFS in testing", thanks to Santiago
743 Vila (Closes: #834271).
745 -- David Bremner <bremner@debian.org> Sun, 14 Aug 2016 13:31:13 +0900
747 notmuch (0.22.1-2) unstable; urgency=medium
749 * Add explicit build-depends on gnupg, for the test suite.
751 -- David Bremner <bremner@debian.org> Tue, 19 Jul 2016 08:50:13 -0300
753 notmuch (0.22.1-1) unstable; urgency=medium
755 * Correct the definition of `LIBNOTMUCH_CHECK_VERSION`.
756 * Document the (lack of) operations permitted on a closed database
758 * Fix race condition in dump / restore tests.
759 * [notmuch-emacs] Tell `message-mode` mode that outgoing messages are mail
760 * [notmuch-emacs] Respect charset of MIME parts when reading them
762 -- David Bremner <bremner@debian.org> Tue, 19 Jul 2016 06:42:09 -0300
764 notmuch (0.22.1~rc0-1) experimental; urgency=medium
766 * release candidate for bugfix release
768 -- David Bremner <bremner@debian.org> Thu, 30 Jun 2016 21:28:13 +0200
770 notmuch (0.22-1) unstable; urgency=medium
772 * New upstream release. See /usr/share/doc/notmuch/NEWS for new
773 features and bug fixes.
775 -- David Bremner <bremner@debian.org> Tue, 26 Apr 2016 21:31:44 -0300
777 notmuch (0.22~rc1-1) experimental; urgency=medium
779 * Upstream release candidate
781 -- David Bremner <bremner@debian.org> Sun, 24 Apr 2016 18:03:15 -0300
783 notmuch (0.22~rc0-1) experimental; urgency=medium
785 * Upstream release candidate
787 -- David Bremner <bremner@debian.org> Sat, 16 Apr 2016 08:45:32 -0300
789 notmuch (0.21-3) unstable; urgency=medium
791 * Add mips and mips64el to gdb build-dep blacklist
793 -- David Bremner <bremner@debian.org> Sat, 14 Nov 2015 19:07:06 -0400
795 notmuch (0.21-2) unstable; urgency=medium
797 * Build-conflict with gdb on ppc64el and mipsel. Workaround gdb breakage on those
798 architectures (Closes: #804792).
800 -- David Bremner <bremner@debian.org> Thu, 12 Nov 2015 08:54:23 -0400
802 notmuch (0.21-1) unstable; urgency=medium
804 * New upstream release. Highlights include
805 - revision tracking for metadata
806 - new features and bug fixes for emacs interface
807 See /usr/share/doc/notmuch/NEWS for more details.
809 -- David Bremner <bremner@debian.org> Thu, 29 Oct 2015 20:04:42 -0300
811 notmuch (0.21~rc3-3) experimental; urgency=medium
813 * Build-conflict with gdb-minimal. gdb python scripts are needed for
816 -- David Bremner <bremner@debian.org> Sun, 25 Oct 2015 22:08:56 -0300
818 notmuch (0.21~rc3-2) experimental; urgency=medium
820 * Bug fix: "reply-to encrypted messages in tree view fails to quote
821 and defaults to unencrypted message", thanks to Vagrant Cascadian
823 * Bug fix: "install/notmuch-emacs may interact with console, fail
824 emacs24 upgrade", thanks to Hilko Bengen (Closes: #802952).
826 -- David Bremner <bremner@debian.org> Sun, 25 Oct 2015 13:42:57 -0300
828 notmuch (0.21~rc3-1) experimental; urgency=medium
830 * New upstream release candidate
832 -- David Bremner <bremner@debian.org> Thu, 22 Oct 2015 09:19:02 -0300
834 notmuch (0.21~rc2-1) experimental; urgency=medium
836 * New upstream release candidate
838 -- David Bremner <bremner@debian.org> Mon, 19 Oct 2015 07:25:10 -0300
840 notmuch (0.21~rc1-1) experimental; urgency=medium
842 * New upstream release candidate
844 -- David Bremner <bremner@debian.org> Thu, 15 Oct 2015 08:08:17 -0300
846 notmuch (0.20.2-2) unstable; urgency=medium
848 * Fix linking in emacsen-install script. The previous version can
849 break an emacs upgrade.
851 -- David Bremner <bremner@debian.org> Sat, 26 Sep 2015 09:26:41 -0300
853 notmuch (0.20.2-1) unstable; urgency=medium
855 * Bug fix: "notmuch-tree does not mark messages as read", thanks to
856 Raúl Benencia (Closes: #789693).
858 -- David Bremner <bremner@debian.org> Sat, 27 Jun 2015 15:03:33 +0200
860 notmuch (0.20.1-1) unstable; urgency=medium
862 * Bug fix: "FTBFS on arm64", thanks to Edmund Grimley Evans (Closes:
865 -- David Bremner <bremner@debian.org> Mon, 01 Jun 2015 21:58:54 +0200
867 notmuch (0.20-1) unstable; urgency=medium
869 * New upstream release
870 - new mimetype search prefix
871 - improvements to emacs, vim, and mutt front-ends
872 - undeprecate single message mboxes.
873 - reduced noise on stderr from the library
874 - improved API for notmuch_query_search_{messages, thread}
876 -- David Bremner <bremner@debian.org> Sun, 31 May 2015 11:21:14 +0200
878 notmuch (0.20~rc2-1) experimental; urgency=medium
880 * New upstream release candidate.
881 * Fix breakage of python bindings under python3
883 -- David Bremner <bremner@debian.org> Sat, 23 May 2015 21:05:03 +0200
885 notmuch (0.20~rc1-1) experimental; urgency=medium
887 * New upstream release candidate
889 -- David Bremner <bremner@debian.org> Mon, 04 May 2015 08:08:00 +0200
891 notmuch (0.19-1) experimental; urgency=medium
893 * New upstream release.
894 - Improvements to reliability of 'notmuch dump' and the error
895 handling for 'notmuch insert'.
896 - The new 'notmuch address' command is intended to make searching
897 for email addresses more convenient.
898 - At the library level the revised handling of missing messages
899 fixes at least one bug in threading.
900 - Interface improvements to the emacs interface, most notably the
901 ability to bindkeyboard shortcuts to saved searches.
903 -- David Bremner <bremner@debian.org> Fri, 14 Nov 2014 19:34:12 +0100
905 notmuch (0.19~rc2-1) experimental; urgency=medium
907 * New upstream release candidate
908 * Updated defaults for "notmuch address"
909 * Assert compliance with policy 3.9.6
911 -- David Bremner <bremner@debian.org> Sun, 09 Nov 2014 16:46:31 +0100
913 notmuch (0.19~rc1-1) experimental; urgency=low
915 * New upstream release candidate
916 * Bump libnotmuch SONAME because of API changes
918 -- David Bremner <bremner@debian.org> Thu, 06 Nov 2014 00:30:39 +0100
920 notmuch (0.18.2-1) unstable; urgency=medium
922 * Rebuild for unstable.
923 * Translate T380-atomicity to use gdb/python
924 * Emacs 24.4 related bug fixes
925 * Simplify T360-symbol-hiding, port to ppc64el
927 -- David Bremner <bremner@debian.org> Sat, 25 Oct 2014 18:19:53 +0200
929 notmuch (0.18.2~rc1-1) experimental; urgency=medium
931 * Test suite bug and portability fix release.
933 -- David Bremner <bremner@debian.org> Sat, 25 Oct 2014 10:48:16 +0200
935 notmuch (0.18.1-2) unstable; urgency=medium
937 * Update build-deps to use emacs24 on buildd (Closes: #756085)
938 * Disable gdb atomicity test for arm64 as gdb is currently broken on
939 the (unofficial) buildds
940 * Re-enable atomicity test on armhf; upstream fix seems to have
943 -- David Bremner <bremner@debian.org> Sat, 09 Aug 2014 11:48:10 -0300
945 notmuch (0.18.1-1) unstable; urgency=medium
947 * New upstream bug fix release
948 - Re-enable support for single-message mbox files
949 - Fix for phrase indexing
950 - Make tagging empty query in Emacs harmless
952 -- David Bremner <bremner@debian.org> Wed, 25 Jun 2014 07:20:45 -0300
954 notmuch (0.18.1~rc0-1) experimental; urgency=medium
956 * New upstream bug fix release (candidate)
957 * Tighten dependence of python packages on libnotmuch
959 * Redo emacsen-install script from sample in emacsen-common
962 -- David Bremner <bremner@debian.org> Sat, 14 Jun 2014 07:50:28 -0300
964 notmuch (0.18-3) unstable; urgency=medium
966 * Disable atomicity tests on armel.
968 -- David Bremner <bremner@debian.org> Thu, 08 May 2014 14:26:45 +0900
970 notmuch (0.18-2) unstable; urgency=medium
972 * Disable atomicity tests on armhf. These should be re-enabled when
973 upstream releases a fix for this (in progress).
975 -- David Bremner <bremner@debian.org> Thu, 08 May 2014 08:28:33 +0900
977 notmuch (0.18-1) unstable; urgency=medium
979 * New upstream release. For detailed release notes see
980 see /usr/share/doc/notmuch/NEWS.gz. Some highlights:
981 - Changes/enhancements to searching for messages by filesystem
982 location ('folder:' and 'path:' prefixes).
983 - Saved searches in Emacs have also been enhanced to allow
984 distinct search orders for each one.
985 - Another enhancement to the Emacs interface is that replies to
986 encrypted messages are now encrypted, reducing the risk of
987 unintentional information disclosure.
988 - The default dump output format has changed to the more robust
990 - The previously deprecated parsing of single message mboxes has
993 -- David Bremner <bremner@debian.org> Tue, 06 May 2014 16:20:39 +0900
995 notmuch (0.18~rc1-1) experimental; urgency=low
997 * Upstream release candidate
998 - include encoding fix for vim client.
1000 -- David Bremner <bremner@debian.org> Sun, 04 May 2014 07:29:51 +0900
1002 notmuch (0.18~rc0-1) experimental; urgency=low
1004 * Upstream release candidate.
1005 * Bug fix: "insufficient sanitization of arguments to notmuch CLI",
1006 thanks to Antoine Beaupré (Closes: #737496).
1007 * Bug fix: "notmuch(1) manpage: typo: int -> in", thanks to Jakub
1008 Wilk (Closes: #739556).
1009 * Bug fix: "get a quiet option", thanks to Joerg Jaspert (Closes:
1011 * Bug fix: "Please remove me from Uploaders", thanks to martin f
1012 krafft (Closes: #719100).
1013 * Bug fix: "M-x notmuch-show-reply on an encrypted message should
1014 insert encryption tags into the mml buffer", thanks to Daniel Kahn
1015 Gillmor (Closes: #704648).
1017 -- David Bremner <bremner@debian.org> Tue, 22 Apr 2014 09:27:29 +0900
1019 notmuch (0.17-5) unstable; urgency=medium
1021 * Bug fix: "unowned directory after purge: /0755/", thanks to
1022 Andreas Beckmann (Closes: #740325).
1024 -- David Bremner <bremner@debian.org> Mon, 03 Mar 2014 07:29:06 -0400
1026 notmuch (0.17-4) unstable; urgency=medium
1028 * Bug fix: "Please update ruby binary extension install path",
1029 thanks to Christian Hofstaedtler (Closes: #739120).
1031 -- David Bremner <bremner@debian.org> Tue, 18 Feb 2014 21:37:44 -0400
1033 notmuch (0.17-3) unstable; urgency=medium
1035 * update notmuch-emacs for debian emacs policy 2.0.6
1036 * Update emacs test suite for Hurd compatibility
1038 -- David Bremner <bremner@debian.org> Sun, 12 Jan 2014 17:07:16 -0400
1040 notmuch (0.17-2) unstable; urgency=medium
1042 * Bug fix: "package should warn in a NEWS.Debian file about possible
1043 pre-upgrade action", thanks to Jonas Smedegaard (Closes: #733853).
1045 -- David Bremner <bremner@debian.org> Wed, 01 Jan 2014 07:44:25 -0400
1047 notmuch (0.17-1) unstable; urgency=low
1049 * New upstream feature release. See /usr/share/doc/notmuch/NEWS.gz
1050 for details. Highlights include:
1051 - notmuch compact command (Closes: #720543).
1053 * Remove madduck from uploaders (Closes: #719100).
1055 -- David Bremner <bremner@debian.org> Mon, 30 Dec 2013 20:28:20 -0400
1057 notmuch (0.17~rc4-1) experimental; urgency=low
1059 * New upstream release candidate
1061 -- David Bremner <bremner@debian.org> Sat, 28 Dec 2013 18:30:06 -0400
1063 notmuch (0.17~rc3-1) experimental; urgency=low
1065 * New upstream release candidate
1067 -- David Bremner <bremner@debian.org> Sat, 07 Dec 2013 17:05:11 +0800
1069 notmuch (0.17~rc2-1) experimental; urgency=low
1071 * New upstream release candidate
1072 * Remove gdb as build-dep on s390x. This implicitly disables failing
1073 atomicity test. For more information, see #728705
1075 -- David Bremner <bremner@debian.org> Sun, 24 Nov 2013 19:34:28 -0400
1077 notmuch (0.17~rc1-1) experimental; urgency=low
1079 * New upstream release candidate
1081 -- David Bremner <bremner@debian.org> Wed, 20 Nov 2013 19:27:48 -0400
1083 notmuch (0.16-1) unstable; urgency=low
1085 * New upstream feature release
1086 - 'notmuch insert' command replaces notmuch-deliver (Closes: #692889).
1087 - New ruby based vim interface (Closes: 616692, 636707).
1088 * Provide a notmuch-dbg package, thanks to Daniel Kahn Gillmor
1090 * Include alot to the list of recommended interfaces, thanks to
1091 Simon Chopin (Closes: #709832).
1093 -- David Bremner <bremner@debian.org> Sat, 03 Aug 2013 08:28:39 -0300
1095 notmuch (0.15.2-2) unstable; urgency=low
1097 * Bug fix: tighten dependence of notmuch-mutt on notmuch,
1098 thanks to Philippe Gimmel and Jameson Rollins (Closes: #703608).
1099 * Bump Standards-Version to 3.9.4; no changes.
1101 -- David Bremner <bremner@debian.org> Sat, 25 May 2013 18:37:23 -0300
1103 notmuch (0.15.2-1) experimental; urgency=low
1105 * Upstream bug fix release.
1106 - Improve support for parallel building
1107 - Update Emacs tests for portability, fix FTBFS on hurd-i386
1109 -- David Bremner <bremner@debian.org> Fri, 22 Mar 2013 20:42:42 -0400
1111 notmuch (0.15.1-1) experimental; urgency=low
1113 * Upstream bug fix release: set default TERM for running tests.
1114 * Re-enable build time self-tests.
1116 -- David Bremner <bremner@debian.org> Thu, 24 Jan 2013 07:19:45 -0400
1118 notmuch (0.15-2) experimental; urgency=low
1120 * Disable tests until a proper fix for running tests without a
1121 proper TERM value is developed (again).
1123 -- David Bremner <bremner@debian.org> Sun, 20 Jan 2013 18:36:16 -0400
1125 notmuch (0.15-1) experimental; urgency=low
1127 * New upstream release.
1128 - Date range search support
1129 - Empty tag names and tags beginning with "-" are deprecated
1130 - Support for single message mboxes is deprecated
1131 - Fixed `notmuch new` to skip ignored broken symlinks
1132 - New dump/restore format and tagging interface
1134 - Removal of the deprecated `notmuch-folders` variable
1135 - Visibility of MIME parts can be toggled
1136 - Emacs now buttonizes mid: links
1137 - Improved text/calendar content handling
1138 - Disabled coding conversions when reading
1139 - Fixed errors with HTML email containing images in Emacs 24
1140 - Fixed handling of tags with unusual characters in them
1141 - Fixed buttonization of id: links without quote characters
1142 - Automatic tag changes are now unified and customizable
1143 - Support for stashing the thread id in show view
1144 - New add-on tool: notmuch-pick
1146 -- David Bremner <bremner@debian.org> Fri, 18 Jan 2013 21:23:36 -0400
1148 notmuch (0.15~rc1-1) experimental; urgency=low
1150 * New upstream release candidate.
1151 * Change priority to optional (Closes: #687217).
1152 * Remove Dm-Upload-Allowed field, as this is no longer used by
1154 * Add python3 bindings, thanks to Jakub Wilk (Closes: #683515).
1155 * Bug fix: ".ical attachment problem", (Closes: #688747).
1157 -- David Bremner <bremner@debian.org> Wed, 16 Jan 2013 08:28:27 -0400
1159 notmuch (0.14-1) experimental; urgency=low
1161 [ Stefano Zacchiroli ]
1162 * notmuch-mutt: fix tag action invocation (Closes: #678012)
1163 * Use notmuch-search-terms manpage in notmuch-mutt (Closes: #675073).
1166 * Do a better job of cleaning up after configuration and testing
1168 * Alternately depend on emacs24 instead of emacs23 (Closes: #677900).
1169 * New upstream version
1170 - incompatible changes to dump/restore syntax
1171 - bug fixes for maildir synchronization
1173 -- David Bremner <bremner@debian.org> Tue, 21 Aug 2012 10:39:33 +0200
1175 notmuch (0.13.2-1) unstable; urgency=low
1177 * Upstream bugfix release. No changes to binary packages.
1179 -- David Bremner <bremner@debian.org> Sat, 02 Jun 2012 18:16:01 -0300
1181 notmuch (0.13.1-1) unstable; urgency=low
1183 * Upstream bugfix release.
1184 - fix for encoding problems with reply in emacs
1185 - notmuch_database_(get_directory|find_message_by_filename) now
1186 work for read-only databases.
1188 -- David Bremner <bremner@debian.org> Fri, 25 May 2012 21:19:06 -0300
1190 notmuch (0.13-1) unstable; urgency=low
1192 * New upstream release. See /usr/share/doc/notmuch/NEWS.gz for changes.
1194 [ Stefano Zacchiroli ]
1195 * Recommend all notmuch UI (including notmuch-mutt) as alternatives,
1196 to avoid unneeded vim/emacs installation. Thanks Matteo F. Vescovi
1197 for the patch. (Closes: #673011)
1199 -- David Bremner <bremner@debian.org> Tue, 15 May 2012 18:19:32 -0300
1201 notmuch (0.13~rc1-2) experimental; urgency=low
1203 * New upstream pre-release
1204 * new binary package "notmuch-mutt" for Mutt integration
1205 * Bump libnotmuch SONAME because of API changes
1207 -- David Bremner <bremner@debian.org> Sat, 05 May 2012 10:26:47 -0300
1209 notmuch (0.12-1) unstable; urgency=low
1211 * New upstream release
1212 - Python 3.2 support
1214 - Many updates to emacs interface (see /usr/share/doc/notmuch/NEWS)
1215 - Optionally ignore some files/directories within mail hierarchy
1217 -- David Bremner <bremner@debian.org> Tue, 20 Mar 2012 18:45:22 -0300
1219 notmuch (0.12~rc2-1) experimental; urgency=low
1221 * Upstream pre-release
1222 * New bug fixes since ~rc1
1223 - fix for uninitialized variable
1224 - fix for python bindings type signatures
1226 -- David Bremner <bremner@debian.org> Sun, 18 Mar 2012 08:10:35 -0300
1228 notmuch (0.12~rc1-1) experimental; urgency=low
1230 * Upstream pre-release.
1231 * Bump standards version to 3.9.3; no changes.
1233 -- David Bremner <bremner@debian.org> Thu, 01 Mar 2012 07:51:45 -0400
1235 notmuch (0.11.1-1) unstable; urgency=low
1237 * Upstream bugfix release
1238 - Fix error handling bug in python bindings
1239 - Fix vulnerability in emacs reply handling
1241 -- David Bremner <bremner@debian.org> Fri, 03 Feb 2012 08:35:41 -0400
1243 notmuch (0.11-1) unstable; urgency=low
1245 * New upstream release.
1246 - New 'hook' feature for notmuch-new
1247 - performance and memory use improvements
1248 - new add-on tool notmuch-deliver
1250 -- David Bremner <bremner@debian.org> Fri, 13 Jan 2012 19:59:23 -0400
1252 notmuch (0.11~rc3-1) experimental; urgency=low
1254 * New upstream release candidate
1255 - Fix for uninitialized variable(s) in notmuch-reply
1257 -- David Bremner <bremner@debian.org> Mon, 09 Jan 2012 07:07:46 -0400
1259 notmuch (0.11~rc2-1) experimental; urgency=low
1261 * New upstream release candidate.
1262 - Includes fix for one python bindings segfault.
1264 -- David Bremner <bremner@debian.org> Mon, 02 Jan 2012 06:57:29 -0400
1266 notmuch (0.11~rc1-1) experimental; urgency=low
1268 * New upstream release candidate.
1270 -- David Bremner <bremner@debian.org> Sun, 25 Dec 2011 23:07:08 -0400
1272 notmuch (0.10.2-1) unstable; urgency=low
1274 * Upstream bug fix release
1275 - Fix segfault in python bindings due to missing g_type_init call.
1277 -- David Bremner <bremner@debian.org> Sun, 04 Dec 2011 22:06:46 -0400
1279 notmuch (0.10.1-1) unstable; urgency=low
1281 * Upstream bug fix release.
1282 - Fix segfault on "notmuch --help"
1284 -- David Bremner <bremner@debian.org> Fri, 25 Nov 2011 12:11:30 -0500
1286 notmuch (0.10-1) unstable; urgency=low
1288 * New upstream release
1289 - search performance improvements
1290 - emacs UI improvements
1291 - new dump/restore features
1292 - new script contrib/nmbug for sharing tags
1293 - see /usr/share/doc/notmuch/NEWS for details
1295 -- David Bremner <bremner@debian.org> Wed, 23 Nov 2011 07:44:01 -0400
1297 notmuch (0.10~rc2-1) experimental; urgency=low
1299 * New upstream release candidate
1300 - includes patch to avoid long unix domain socket paths in tests
1302 -- David Bremner <bremner@debian.org> Sat, 19 Nov 2011 08:21:39 -0400
1304 notmuch (0.10~rc1-1) experimental; urgency=low
1306 * New upstream release candidate.
1308 -- David Bremner <bremner@debian.org> Tue, 15 Nov 2011 19:46:55 -0400
1310 notmuch (0.9-1) unstable; urgency=low
1312 * New upstream release.
1313 * Only doc changes since last release candidate.
1314 * Upload to unstable.
1316 -- David Bremner <bremner@debian.org> Tue, 11 Oct 2011 21:51:29 -0300
1318 notmuch (0.9~rc2-1) experimental; urgency=low
1320 * Upstream release candidate
1321 * API changes for n_d_find_message and n_d_find_message_by_filename.
1322 - New SONAME for libnotmuch
1323 - bindings changes for ruby and python
1324 * Less non-text parts reported in replies.
1325 * emacs: provide button action to fetch unknown gpg keys
1327 -- David Bremner <bremner@debian.org> Fri, 07 Oct 2011 18:53:04 -0300
1329 notmuch (0.9~rc1-1) experimental; urgency=low
1331 * Upstream release candidate
1332 - Atomicity improvements, thanks to Austin Clements
1333 - Add missing call to g_type_init, thanks to Aaron Ecay
1334 * notmuch-emacs: add versioned dependency on notmuch.
1337 -- David Bremner <bremner@debian.org> Sun, 25 Sep 2011 11:26:01 -0300
1339 notmuch (0.8-1) unstable; urgency=low
1341 * New upstream version.
1342 - Improved handling of message/rfc822 parts
1343 - Improved Build system portability
1344 - Documentation update for Ruby bindings
1345 - Unicode, iterator, PEP8 changes for python bindings
1347 -- David Bremner <bremner@debian.org> Sat, 10 Sep 2011 08:53:55 -0300
1349 notmuch (0.8~rc1-1) experimental; urgency=low
1351 * Upstream release candidate.
1353 -- David Bremner <bremner@debian.org> Tue, 06 Sep 2011 22:24:24 -0300
1355 notmuch (0.7-1) unstable; urgency=low
1357 * New upstream release (no changes since 0.7~rc1).
1358 * Upload to unstable.
1360 -- David Bremner <bremner@debian.org> Mon, 01 Aug 2011 21:46:26 +0200
1362 notmuch (0.7~rc1-1) experimental; urgency=low
1364 * Upstream release candidate.
1365 * Fix for notmuch.sym and parallel build (Thanks to
1367 * Bug fixes from Jason Woofenden for vim interface:
1368 - Fix "space (in show mode) mostly adds tag:inbox and tag:unread
1369 instead of removing them" (Closes: #633009).
1370 - Fix "says press 's'; to toggle signatures, but it's
1371 really 'i'", (Closes: #633115).
1372 - Fix "fix for from list on search pages", (Closes: #633045).
1373 * Bug fixes for vim interface from Uwe Kleine-König
1374 - use full path for sendmail/doc fix
1375 - fix compose temp file name
1376 * Python tag encoding fixes from Sebastian Spaeth.
1378 -- David Bremner <bremner@debian.org> Fri, 29 Jul 2011 12:16:56 +0200
1380 notmuch (0.6.1-1) unstable; urgency=low
1382 * Properly install README.Debian in notmuch-vim (Closes: #632992).
1383 Thanks to Jason Woofenden for the report.
1384 * Force notmuch to depend on the same version of libnotmuch. Thanks to
1385 Uwe Kleine-König for the patch.
1386 * Export typeinfo for Xapian exceptions from libnotmuch. This fixes
1387 certain mysterious uncaught exception problems.
1389 -- David Bremner <bremner@debian.org> Sun, 17 Jul 2011 10:20:42 -0300
1391 notmuch (0.6) unstable; urgency=low
1393 * New upstream release; see /usr/share/doc/notmuch/NEWS for
1394 details. Highlights include:
1395 - Folder-based search (Closes: #597222)
1396 - PGP/MIME decryption and verification
1397 * Document strict dependency on emacs23 (Closes: #631994).
1399 -- David Bremner <bremner@debian.org> Fri, 01 Jul 2011 11:45:22 -0300
1401 notmuch (0.6~rc1) experimental; urgency=low
1403 * Git snapshot 3f777b2
1404 * Upstream release candidate.
1405 * Fix description of notmuch-vim to mention vim, not emacs
1407 * Install zsh completion as an example instead of into /usr/share/zsh to
1408 avoid file conflict with zsh.
1410 -- David Bremner <bremner@debian.org> Thu, 30 Jun 2011 10:02:05 -0300
1412 notmuch (0.6~254) experimental; urgency=low
1415 * Git snapshot fba968d
1416 * Upstream release candidate
1417 * Build binary package python-notmuch from upstream notmuch.
1418 * Split off emacs and vim interfaces into their own packages.
1420 * Hide Xapian exception symbols
1421 * Build-depend on emacs23-nox instead of emacs
1424 * Bump standards version to 3.9.2 (No changes).
1426 -- David Bremner <bremner@debian.org> Thu, 23 Jun 2011 07:50:05 -0300
1428 notmuch (0.6~237) experimental; urgency=low
1430 * Git snapshot 12d6f90
1431 * Emacs: hide original message in top posted replies, isearch fix,
1432 message display/hiding fixes/improvements.
1433 * CLI: received header fixes.
1434 * python: Improve docs, Remove Messages().__len__, Implement
1435 Message.__cmp__ and __hash__, Message.tags_to_maildir_flags
1437 -- David Bremner <bremner@debian.org> Sat, 18 Jun 2011 11:14:51 -0300
1439 notmuch (0.6~215) experimental; urgency=low
1441 * Git snapshot 5143e5e
1442 * GMime: improve password handling, prevent premature closing stdout
1443 * Emacs: sender address UI tweaks
1444 * lib/message-file: plug three memleaks.
1445 * Updated python bindings
1446 * Sanitize "Subject:" and "Author:" fields in notmuch-search
1447 * vim: new delete command, update mark as read command
1449 -- David Bremner <bremner@debian.org> Sat, 04 Jun 2011 08:37:36 -0300
1451 notmuch (0.6~180) experimental; urgency=low
1453 * Git snapshot 1a96c40
1454 * Fix corruption of binary parts
1455 (see ML id:"874o4a1m74.fsf@yoom.home.cworth.org")
1457 -- David Bremner <bremner@debian.org> Tue, 31 May 2011 21:16:35 -0300
1459 notmuch (0.6~171) experimental; urgency=low
1461 * Git snapshot cb8418784c2
1462 * PGP/MIME handling in CLI and emacs front end.
1463 * cli: Rewrite of multipart handling.
1464 * emacs: Make the queries used in the all-tags section configurable
1465 * emacs: Choose from address when composing/replying
1466 * emacs: add notmuch-before- and notmuch-after-tag-hook
1467 * notmuch reply: Avoid segmentation fault when printing multiple parts
1468 * notmuch show: New part output handling.
1469 * emacs: Show cleaner `From:' addresses in the summary line.
1470 * emacs: Add custom `notmuch-show-elide-same-subject',
1471 `notmuch-show-always-show-subject'
1472 * emacs: Render text/x-vcalendar parts.
1473 * emacs: Add `notmuch-show-multipart/alternative-discouraged'.
1474 * vim: parse 'from' address, use sendmail directly, implement archive in
1475 show view, refactor tagging stuff
1476 * Eager metadata optimizations
1477 * emacs: Fix notmuch-search-process-filter to handle incomplete lines
1478 * Fix installation of zsh completion
1479 * new: Enhance progress reporting
1480 * Do not defer maildir flag synchronization for new messages
1481 * vim: Get user email address from notmuch config file.
1482 * lib: Save and restore term position in message while indexing.
1483 * notmuch search: Clean up some memory leaks during search loop.
1484 * New bindings for Go
1485 * ruby: Add wrapper for message_get_filenames, maildir sync. interface
1486 query_get_s{ort,tring}
1487 * Add support for folder-based searching.
1488 * compatibility fixes for emacs22
1490 -- David Bremner <bremner@debian.org> Sat, 28 May 2011 07:25:49 -0300
1492 notmuch (0.5+nmu3) unstable; urgency=low
1494 * Non-maintainer upload.
1495 * Upload to unstable.
1497 -- David Bremner <bremner@debian.org> Sun, 01 May 2011 15:09:09 -0300
1499 notmuch (0.5+nmu2) experimental; urgency=low
1501 * Non-maintainer upload.
1502 * Second try at timeout for test. Put timeouts at top level.
1504 -- David Bremner <bremner@debian.org> Sun, 19 Dec 2010 21:40:08 -0400
1506 notmuch (0.5+nmu1) experimental; urgency=low
1508 * Non-maintainer upload.
1509 * Add a timeout to emacs tests to hopefully work around build failures.
1511 -- David Bremner <bremner@debian.org> Tue, 14 Dec 2010 22:23:51 -0400
1513 notmuch (0.5) unstable; urgency=low
1515 * new: maildir-flag synchronization
1516 * new: New "notmuch show --format=raw" (enables local emacs interface,
1517 for example, to use remote notmuch via ssh)
1518 * lib: Support for multiple files for a message
1519 (notmuch_message_get_filenames)
1520 * lib: Support for maildir-flag synchronization
1521 (notmuch_message_tags_to_maildir_flags and
1522 notmuch_message_maildir_flags_to_tags)
1523 * emacs: Incompatible change to format of notmuch-fcc-dirs variable (for
1524 users using the "fancy" configuration)
1525 * emacs: Cleaner display of subject lines in thread views
1527 -- Carl Worth <cworth@debian.org> Thu, 11 Nov 2010 20:49:11 -0800
1529 notmuch (0.4) unstable; urgency=low
1531 * new: notmuch search --output=(summary|threads|messages|tags|files)
1532 * new: notmuch show --format=mbox <search-specification>
1533 * new: notmuch config [get|set] <section>.<item> [value ...]
1534 * lib: Add notmuch_query_get_query_string and notmuch_query_get_sort
1535 * emacs: Enable Fcc of all sent messages by default (to "sent" directory)
1536 * emacs: Ability to all open messages in a thread to a pipe
1537 * emacs: Optional support for detecting inline patches
1538 * emacs: Automatically tag messages as "replied" when sending a reply
1539 * emacs: Allow search-result color specifications to overlay each other
1540 * emacs: Make hidden author names still available for incremental search.
1541 * emacs: New binding of Control-TAB (works like TAB in reverse)
1542 * test: New modularization of test suite.
1543 * test: New testing of emacs interface.
1544 * bugfix: Avoid setting Bcc header in "notmuch reply"
1545 * bugfix: Avoid corruption of database when "notmuch new " is interrupted.
1546 * bugfix: Fix failure with extremely long message ID headers.
1547 * bugfix: Fix for messages with "charset=unknown-8bit"
1548 * bugfix: Fix notmuch_query_search_threads to return NULL on any exception
1549 * bugfix: Fix "notmuch search" to return non-zero on any exception
1550 * emacs bugfix: Fix for message with a subject containing, "[1234]"
1551 * emacs bugfix: Fix to correctly handle message IDs containing ".."
1552 * emacs bugfix: Fix initialization so "M-x notmuch" works by default.
1554 -- Carl Worth <cworth@debian.org> Mon, 01 Nov 2010 16:23:47 -0700
1556 notmuch (0.3.1) unstable; urgency=low
1558 * Fix an infinite loop in "notmuch reply"
1559 * Fix a potential SEGV in "notmuch search"
1560 * emacs: Fix calculations for line wrapping in the "notmuch" view.
1561 * emacs: Fix Fcc support to prompt to create a directory if necessary
1563 -- Carl Worth <cworth@debian.org> Tue, 27 Apr 2010 17:02:07 -0700
1565 notmuch (0.3) unstable; urgency=low
1567 * User-configurable tags for new messages
1568 * Threads search results named based on subjects that match search
1569 * Faster operation of "notmuch tag" (avoid unneeded sorting)
1570 * Even Better guessing of From: header for "notmuch reply"
1571 * Indication of author names that match a search
1572 * emacs: An entirely new initial view for notmuch, (friendly yet powerful)
1573 * emacs: Full-featured "customize" support for configuring notmuch
1574 * emacs: Support for doing tab-completion of email addresses
1575 * emacs: Support for file-based (Fcc) delivery of sent messages
1576 * emacs: New 'G' key binding to trigger mail refresh (G == "Get new mail")
1577 * emacs: Implement emacs message display with the JSON output from notmuch
1578 * emacs: Better handling of HTML/MIME attachments (inline images!)
1579 * emacs: Customizable support for tidying of text/plain message content
1580 * emacs: New support for searchable citations (even when hidden)
1581 * emacs: More flexible handling of header visibility
1582 * emacs: The Return key now toggles message visibility anywhere
1583 * emacs: Customizable formatting of search results
1584 * emacs: Generate nicer names for search buffers when using a saved search.
1585 * emacs: Add a notmuch User-Agent header when sending mail from notmuch/emacs
1586 * emacs: New keybinding (M-Ret) to open all collapsed messages in a thread
1587 * libnotmuch1: Provide a new NOTMUCH_SORT_UNSORTED value for queries
1589 -- Carl Worth <cworth@debian.org> Tue, 27 Apr 2010 02:07:29 -0700
1591 notmuch (0.2) unstable; urgency=low
1593 * Better guessing of From: header.
1594 * Make "notmuch count" with no arguments count all messages
1595 * Provide a new special-case search term of "*" to match all messages.
1596 * Detect thread connections when a parent message is missing.
1597 * Fix potential data loss in "notmuch new" with SIGINT
1598 * Fix segfault when a message includes a MIME part that is empty.
1599 * Fix handling of non-ASCII characters with --format=json
1600 * Fix headers to be properly decoded in "notmuch reply"
1601 * emacs: Show the last few lines of citations as well as the first few lines.
1602 * emacs: The '+' and '-' commands can now add and remove tags by region.
1603 * emacs: More meaningful buffer names for thread-view buffers.
1604 * emacs: Customized colors of threads in search view based on tags.
1606 -- Carl Worth <cworth@debian.org> Fri, 16 Apr 2010 10:20:23 -0700
1608 notmuch (0.1-1) unstable; urgency=low
1610 [ martin f. krafft ]
1611 * Add suggestion to vim-addon-manager.
1614 * Improve package description (closes: #566282).
1615 * New upstream version (0.1) (closes: #576647).
1616 * New versioning to track upstream version scheme.
1617 * Split packaging into notmuch, libnotmuch1, and libnotmuch-dev.
1618 * Update to advertise conformance with policy 3.8.4 (no changes).
1619 * Add a debian/watch file to notice upstream tar files.
1621 -- Carl Worth <cworth@debian.org> Tue, 06 Apr 2010 18:27:49 -0700
1623 notmuch (0.0+201001211401) unstable; urgency=low
1625 * Upload to Debian (closes: #557354).
1626 * New versioning scheme.
1627 * Added emacs build dependency.
1628 * Added Vcs-Browser field to debian/control.
1629 * Downgrade recommendation for emacs to suggestion.
1630 * Add vim to suggestions and enhancements.
1631 * Put debian/* under separate copyright.
1632 * Make Carl the maintainer.
1633 * Add myself to uploaders.
1634 * Install the vim plugin (using vim-addons).
1636 -- martin f. krafft <madduck@debian.org> Thu, 21 Jan 2010 14:00:54 +1300
1638 notmuch (0.0-1) unstable; urgency=low
1640 * New Debian package.
1642 -- Jameson Graef Rollins <jrollins@finestructure.net> Fri, 27 Nov 2009 13:39:09 -0500