]> git.notmuchmail.org Git - notmuch/blob - debian/changelog
doc/sexp-queries: replace definition lists with block quotes.
[notmuch] / debian / changelog
1 notmuch (0.34-1) unstable; urgency=medium
2
3   * New upstream release
4   * Adds s-expression based query parser (man notmuch-sexp-queries).
5   * Bug fix: "notmuch breaks on directory removal", thanks to Joerg
6     Jaspert (Closes: #922536).
7   * Respect notmuch-show-text/html-blocked-images for renderer w3m
8     (Closes: #934082).
9   * Bug fix: "add an option to change the database path", thanks to
10     Michael Gold (Closes: #887041) (actually fixed in 0.32)
11
12  -- David Bremner <bremner@debian.org>  Wed, 20 Oct 2021 11:15:23 -0300
13
14 notmuch (0.34~rc0-1) experimental; urgency=medium
15
16   * New upstream release candidate
17
18  -- David Bremner <bremner@debian.org>  Fri, 15 Oct 2021 08:50:57 -0300
19
20 notmuch (0.33.2-1) unstable; urgency=medium
21
22   * Upstream fix for flaky/hanging tests in T355-smime
23
24  -- David Bremner <bremner@debian.org>  Thu, 30 Sep 2021 08:27:10 -0300
25
26 notmuch (0.33.1-1) unstable; urgency=medium
27
28   * Upstream fix for flaky tests in T590-libconfig
29
30  -- David Bremner <bremner@debian.org>  Fri, 10 Sep 2021 08:28:48 -0300
31
32 notmuch (0.33-2) unstable; urgency=medium
33
34   * Disable two flaky tests in T590-libconfig.
35
36  -- David Bremner <bremner@debian.org>  Sat, 04 Sep 2021 11:29:44 -0700
37
38 notmuch (0.33-1) unstable; urgency=medium
39
40   * New upstream release
41   * See /usr/share/doc/notmuch/NEWS.gz for user visible changes.
42
43  -- David Bremner <bremner@debian.org>  Fri, 03 Sep 2021 12:24:41 -0700
44
45 notmuch (0.33~rc0-1) experimental; urgency=medium
46
47   * New upstream release candidate
48
49  -- David Bremner <bremner@debian.org>  Thu, 26 Aug 2021 08:27:42 -0700
50
51 notmuch (0.32.3-1) unstable; urgency=medium
52
53   * new upstream bugfix release
54   * fixes for a few configuration related bugs introduced in 0.32
55   * bump libnotmuch minor version to match documentation.
56
57  -- David Bremner <bremner@debian.org>  Tue, 17 Aug 2021 17:16:09 -0700
58
59 notmuch (0.32.2-1) experimental; urgency=medium
60
61   * New upstream bugfix release
62   * Fix for memory leak in "notmuch new" introduced in 0.32
63   * Fix for bug from 2017 that can add duplicate thread-ids to messages.
64
65  -- David Bremner <bremner@debian.org>  Sat, 26 Jun 2021 22:33:56 -0300
66
67 notmuch (0.32.1-1) experimental; urgency=medium
68
69   * New upstream bugfix release
70   * Configuration bug fixes (see /usr/share/doc/notmuch/NEWS.gz)
71   * Bug fix for {pre,after}-tag hooks in emacs, related to lexical scope
72     transition.
73
74  -- David Bremner <bremner@debian.org>  Sat, 15 May 2021 09:01:27 -0300
75
76 notmuch (0.32-1) experimental; urgency=medium
77
78   * New upstream release
79   * Speedup for handling deleted message files
80   * New configuration features (see /usr/share/doc/notmuch/NEWS.gz) 
81   * Emacs interface codebase cleanup
82
83  -- David Bremner <bremner@debian.org>  Sun, 02 May 2021 07:05:15 -0300
84
85 notmuch (0.32~rc2-1) experimental; urgency=medium
86
87   * New upstream release candidate
88
89  -- David Bremner <bremner@debian.org>  Wed, 28 Apr 2021 07:05:22 -0300
90
91 notmuch (0.32~rc1-1) experimental; urgency=medium
92
93   * New upstream release candidate
94
95  -- David Bremner <bremner@debian.org>  Sat, 24 Apr 2021 12:46:10 -0300
96
97 notmuch (0.31.4-2) unstable; urgency=medium
98
99   * Cherry pick upstream commit 3f4de98e7c8, which fixes a bug where
100     duplicate message-ids can cause multiple thread-ids for some message
101     documents.
102   * Add build-dependency on xapian-tools, for new test
103
104  -- David Bremner <bremner@debian.org>  Mon, 28 Jun 2021 22:48:02 -0300
105
106 notmuch (0.31.4-1) unstable; urgency=medium
107
108   * New upstream bugfix release
109     - Fix include bug triggered by glib 2.67
110     - Fix race condition in T568-lib-thread
111
112  -- David Bremner <bremner@debian.org>  Thu, 18 Feb 2021 07:23:00 -0400
113
114 notmuch (0.31.3-2) unstable; urgency=medium
115
116   * Don't install gdb on hppa (skip gdb based tests)
117
118  -- David Bremner <bremner@debian.org>  Sat, 26 Dec 2020 15:14:07 -0400
119
120 notmuch (0.31.3-1) unstable; urgency=medium
121
122   * New upstream bugfix release
123   * Second fix for T360, fix regression on ppc64el
124   * Fix for exclude tags in notmuch2 python bindings
125   * Fix for memory error in notmuch_database_get_config_list
126
127  -- David Bremner <bremner@debian.org>  Fri, 25 Dec 2020 11:48:37 -0400
128
129 notmuch (0.31.2-5) unstable; urgency=medium
130
131   * Use readelf instead of nm in T360, hopefully build in ppc64
132
133  -- David Bremner <bremner@debian.org>  Sun, 13 Dec 2020 08:24:23 -0400
134
135 notmuch (0.31.2-4) unstable; urgency=medium
136
137   * Move prerequisite to file targets from phony ones. Thanks to
138     Lucas Nussbaum for the report. (Closes: #976934).
139
140  -- David Bremner <bremner@debian.org>  Thu, 10 Dec 2020 21:02:20 -0400
141
142 notmuch (0.31.2-3) unstable; urgency=medium
143
144   * Switch to debhelper compat level 13
145
146  -- David Bremner <bremner@debian.org>  Mon, 09 Nov 2020 13:59:47 -0400
147
148 notmuch (0.31.2-2) unstable; urgency=medium
149
150   * Run tests in verbose mode
151
152  -- David Bremner <bremner@debian.org>  Mon, 09 Nov 2020 08:45:38 -0400
153
154 notmuch (0.31.2-1) unstable; urgency=medium
155
156   * Delete stray "version" file in upstream source
157
158  -- David Bremner <bremner@debian.org>  Sun, 08 Nov 2020 11:32:45 -0400
159
160 notmuch (0.31.1-1) unstable; urgency=medium
161
162   * New upstream bugfix release.
163     - Portability / C++20 fixes
164     - Fix initialization bug in library config handling.
165
166  -- David Bremner <bremner@debian.org>  Sun, 08 Nov 2020 07:48:22 -0400
167
168 notmuch (0.31-1) unstable; urgency=medium
169
170   * New upstream release
171   * Compatibility fixes for Emacs 27.1
172
173  -- David Bremner <bremner@debian.org>  Sat, 05 Sep 2020 21:47:42 -0300
174
175 notmuch (0.31~rc2-1) experimental; urgency=medium
176
177   * New upstream release candidate
178   * Bug fix: "suggest elpa-mailscripts", thanks to Sean Whitton (Closes:
179     #944269).
180   * Bug fix: "suggest mailscripts", thanks to Sean Whitton (Closes:
181     #944270).
182   * Bug fix: "please drop transitional package notmuch-emacs from
183     src:notmuch", thanks to Holger Levsen (Closes: #940738).
184
185  -- David Bremner <bremner@debian.org>  Tue, 25 Aug 2020 07:51:33 -0300
186
187 notmuch (0.31~rc1-1) experimental; urgency=medium
188
189   * Fix buggy test in T562-lib-database
190   * Clean up generated file in source package.
191
192  -- David Bremner <bremner@debian.org>  Mon, 17 Aug 2020 21:05:46 -0300
193
194 notmuch (0.31~rc0-1) experimental; urgency=medium
195
196   * New upstream release candidate.
197   * Update notmuch-emacs for compatibility with GNU Emacs 27.1.
198
199  -- David Bremner <bremner@debian.org>  Sun, 16 Aug 2020 11:08:14 -0300
200
201 notmuch (0.30-1) unstable; urgency=medium
202
203   * New upstream release
204   * Improvements to S/MIME handling
205   * Repairs to some mangled MIME messages
206   * New python bindings (notmuch2) compatible with current python 3
207
208  -- David Bremner <bremner@debian.org>  Fri, 10 Jul 2020 22:24:14 -0300
209
210 notmuch (0.30~rc3-1) experimental; urgency=medium
211
212   * New upstream release candidate
213   * Mark two tests broken on legacy (32 bit time_t) architectures.
214   * Drop -std=c99
215
216  -- David Bremner <bremner@debian.org>  Fri, 03 Jul 2020 06:48:51 -0300
217
218 notmuch (0.30~rc2-1) experimental; urgency=medium
219
220   * New upstream release candidate.
221   * Upstream fixes for new python bindings (python3-notmuch2).
222   * Update debian/copyright (one new author).
223
224  -- David Bremner <bremner@debian.org>  Tue, 16 Jun 2020 08:32:16 -0300
225
226 notmuch (0.30~rc1-1) experimental; urgency=medium
227
228   * New upstream release candidate
229   * Update debian/changelog (new copyright holders)
230
231  -- David Bremner <bremner@debian.org>  Sat, 06 Jun 2020 08:06:56 -0300
232
233 notmuch (0.30~rc0-2) experimental; urgency=medium
234
235   * New upstream release candidate
236
237  -- David Bremner <bremner@debian.org>  Mon, 01 Jun 2020 21:01:27 -0300
238
239 notmuch (0.29.3-1) unstable; urgency=medium
240
241   * New upstream bugfix release.
242     - fix use-after-free bug in libnotmuch
243     - fix double close of file in "notmuch dump"
244
245  -- David Bremner <bremner@debian.org>  Wed, 27 Nov 2019 08:19:57 -0400
246
247 notmuch (0.29.2-2) experimental; urgency=medium
248
249   * Drop python-notmuch binary package.
250   * Drop python2 build-dependency (Closes: #937161).
251   * Convert to pybuild for python bindings
252
253  -- David Bremner <bremner@debian.org>  Sat, 02 Nov 2019 18:21:06 -0300
254
255 notmuch (0.29.2-1) unstable; urgency=medium
256
257   * New upstream bug fix release: fix file descriptor leak with gzipped
258     files. Thanks to James Troup for reporting and the fix.
259
260  -- David Bremner <bremner@debian.org>  Sat, 19 Oct 2019 07:23:21 -0300
261
262 notmuch (0.29.1-2) unstable; urgency=medium
263
264   * Re-upload to unstable
265
266  -- David Bremner <bremner@debian.org>  Sun, 21 Jul 2019 11:43:40 -0300
267
268 notmuch (0.29.1-1) experimental; urgency=medium
269
270   * New upstream bug fix release
271     - fix for building and installing without emacs, does not occur
272       in Debian builds.
273
274  -- David Bremner <bremner@debian.org>  Tue, 11 Jun 2019 20:16:03 -0300
275
276 notmuch (0.29-2) experimental; urgency=medium
277
278   * New upstream feature release. See /usr/share/doc/notmuch/NEWS.gz for
279     details.
280   * Bug fix: "notmuch-hello screen should show notmuch logo", thanks to
281     Tim Retout (Closes: #918928).
282   * Bug fix: "Can't deal with compressed maildir files", thanks to
283     Joerg Jaspert (Closes: #688609).
284   * Bug fix: "Please ship notmuch-emacs-mua.desktop", thanks to Tim Retout
285     (Closes: #918975).
286
287  -- David Bremner <bremner@debian.org>  Thu, 06 Jun 2019 21:35:12 -0300
288
289 notmuch (0.29~rc1-1) experimental; urgency=medium
290
291   * New upstream release candidate, with fix for parallel sphinx-build
292     invocation
293
294  -- David Bremner <bremner@debian.org>  Mon, 03 Jun 2019 08:09:38 -0300
295
296 notmuch (0.29~rc0-1) experimental; urgency=medium
297
298   * New upstream release candidate.
299
300  -- David Bremner <bremner@debian.org>  Fri, 31 May 2019 08:22:21 -0300
301
302 notmuch (0.28.4-1) unstable; urgency=medium
303
304   * New upstream bugfix release
305   * Fix for bug in 'notmuch show --raw' that causes spurious errors to be
306     reported when the mail file is a multiple of the libc buffer size
307     (e.g. 4096 bytes).
308
309  -- David Bremner <bremner@debian.org>  Sun, 05 May 2019 08:08:56 -0300
310
311 notmuch (0.28.3-1) unstable; urgency=medium
312
313   * New upstream bugfix release.
314   * Fix for bug in message property search
315   * Fix for race condition leading to (very) occasional build failures
316     when building the documentation.
317
318  -- David Bremner <bremner@debian.org>  Tue, 05 Mar 2019 15:39:09 -0400
319
320 notmuch (0.28.2-1) unstable; urgency=medium
321
322   * [notmuch-emacs] Invoke gpg from with --batch and --no-tty
323
324  -- David Bremner <bremner@debian.org>  Sun, 17 Feb 2019 07:30:33 -0400
325
326 notmuch (0.28.1-1) unstable; urgency=medium
327
328   * New upstream bug fix release
329   * Bug fix: "muttprint/evince fails to show "print", thanks to
330     Joerg Jaspert (Closes: #920856).
331
332  -- David Bremner <bremner@debian.org>  Fri, 01 Feb 2019 08:05:05 -0400
333
334 notmuch (0.28-2) unstable; urgency=medium
335
336   * Override location of bash, because /usr/bin/bash might exist
337     thanks to usrmerge.
338
339  -- David Bremner <bremner@debian.org>  Fri, 12 Oct 2018 20:54:00 -0300
340
341 notmuch (0.28-1) unstable; urgency=medium
342
343   * New upstream releases.
344   * Includes threading fixes, support for relative database paths, and
345     rewritten zsh completion.
346
347  -- David Bremner <bremner@debian.org>  Fri, 12 Oct 2018 20:17:27 -0300
348
349 notmuch (0.28~rc0-1) experimental; urgency=medium
350
351   * New upstream release candidate.
352
353  -- David Bremner <bremner@debian.org>  Wed, 03 Oct 2018 20:36:57 -0300
354
355 notmuch (0.27-3) unstable; urgency=medium
356
357   * Update Vcs-Git to use https and specify correct branch
358   * Update Build-depends for unversioned emacs packages.
359
360  -- David Bremner <bremner@debian.org>  Sat, 08 Sep 2018 18:20:10 -0300
361
362 notmuch (0.27-2) unstable; urgency=medium
363
364   * Add texinfo as a build-dep, build info version of documentation.
365
366  -- David Bremner <bremner@debian.org>  Thu, 28 Jun 2018 21:01:29 -0300
367
368 notmuch (0.27-1) unstable; urgency=medium
369
370   * New upstream feature release
371     - thread subqueries (match terms in different messages of same thread)
372     - notmuch new --full-scan (ignore mtimes)
373     - notmuch show --decrypt=stash (decrypt and stash on first read)
374
375  -- David Bremner <bremner@debian.org>  Tue, 12 Jun 2018 22:39:33 -0300
376
377 notmuch (0.27~rc1-1) experimental; urgency=medium
378
379   * New upstream release candidate
380
381  -- David Bremner <bremner@debian.org>  Thu, 31 May 2018 08:19:00 -0300
382
383 notmuch (0.27~rc0-1) experimental; urgency=medium
384
385   * New upstream release candidate
386
387  -- David Bremner <bremner@debian.org>  Sat, 26 May 2018 09:12:37 -0700
388
389 notmuch (0.26.2-2) unstable; urgency=medium
390
391   * Mark gdb and dtach as <!nocheck>, meaning they are only needed for
392     the test suite.
393   * Re-enable gdb based tests on s390x, ppc64el, armel, mipsel, they
394     pass on porterbox. Leave disabled on mipsel64 (gdb tests still
395     failing), and mips (many tests fail on porterbox).
396
397  -- David Bremner <bremner@debian.org>  Sun, 06 May 2018 08:36:52 -0300
398
399 notmuch (0.26.2-1) unstable; urgency=medium
400
401   * Upstream bugfix release
402     - Break reference loops when indexing, fixes INTERNAL_ERROR in "notmuch show"
403     - Don't call get_mset(0,0,X), fixes crash on some gcc8 using distros
404
405  -- David Bremner <bremner@debian.org>  Sat, 28 Apr 2018 08:10:24 -0300
406
407 notmuch (0.26.1-1) unstable; urgency=medium
408
409   * Bump LIBRARY_MINOR_VERSION to 1, for new functions in 0.26
410
411  -- David Bremner <bremner@debian.org>  Mon, 02 Apr 2018 08:08:01 -0300
412
413 notmuch (0.26-1) unstable; urgency=medium
414
415   [ Daniel Kahn Gillmor ]
416   * build against python3-sphinx instead of python-sphinx
417   * d/changelog: strip trailing whitespace
418   * move to debhelper 10
419   * Standards-Version: bump to 4.1.3 (drop priority: extra
420     from transitional packages)
421
422   [ David Bremner ]
423   * New upstream release (see /usr/share/doc/notmuch/NEWS.gz)
424     - new command 'notmuch reindex'
425     - optional indexing of encrypted emails.
426     - indexing of files with duplicate message-id
427   * update symbols
428
429  -- David Bremner <bremner@debian.org>  Tue, 09 Jan 2018 07:13:21 -0400
430
431 notmuch (0.26~rc2-1) experimental; urgency=medium
432
433   * Third upstream release candidate
434
435  -- David Bremner <bremner@debian.org>  Tue, 09 Jan 2018 07:13:11 -0400
436
437 notmuch (0.26~rc1-1) experimental; urgency=medium
438
439   * Second upstream release candidate
440
441  -- David Bremner <bremner@debian.org>  Mon, 01 Jan 2018 21:17:39 -0400
442
443 notmuch (0.26~rc0-1) experimental; urgency=medium
444
445   * Upstream release candidate
446
447  -- David Bremner <bremner@debian.org>  Thu, 28 Dec 2017 10:21:08 -0400
448
449 notmuch (0.25.3-1) unstable; urgency=medium
450
451   * Upstream bugfix release. Fix for OpenPGP UID validity reporting,
452     and build failure with GMime 3.0.3+.
453   * Bug fix: "notmuch FTBFS on Alpha due to broken gdb", thanks to
454     Michael Cree (Closes: #881028).
455
456  -- David Bremner <bremner@debian.org>  Fri, 08 Dec 2017 21:08:00 -0400
457
458 notmuch (0.25.2-1) unstable; urgency=medium
459
460   * New upstream bugfix release: fix for segfault when compiled
461     against gmime-2.6
462
463  -- David Bremner <bremner@debian.org>  Sun, 05 Nov 2017 20:05:49 -0400
464
465 notmuch (0.25.1-1) unstable; urgency=medium
466
467   * new upstream bugfix release: mitigation for emacs bug 28350
468   * remove obsolete lintian override
469   * reformat debian/NEWS
470
471  -- David Bremner <bremner@debian.org>  Mon, 11 Sep 2017 22:20:48 -0300
472
473 notmuch (0.25-6) unstable; urgency=medium
474
475   * Bug fix: "deletes shipped file on reinstall:
476     /etc/emacs/site-start.d/50notmuch.el", thanks to Andreas Beckmann
477     (Closes: #872197).
478
479  -- David Bremner <bremner@debian.org>  Tue, 15 Aug 2017 07:52:21 -0300
480
481 notmuch (0.25-5) unstable; urgency=medium
482
483   * Bug fix: "dependency on elpa-emacs doesn't seem right", thanks
484     to Jiri Palecek (Closes: #871642).
485
486  -- David Bremner <bremner@debian.org>  Thu, 10 Aug 2017 06:42:50 -0400
487
488 notmuch (0.25-4) unstable; urgency=medium
489
490   * Recommend elpa-emacs instead emacs-notmuch
491
492  -- David Bremner <bremner@debian.org>  Fri, 04 Aug 2017 18:11:35 -0400
493
494 notmuch (0.25-3) unstable; urgency=medium
495
496   * Remove old startup file /etc/emacs/site-start.d/50notmuch.el
497
498  -- David Bremner <bremner@debian.org>  Thu, 03 Aug 2017 09:26:00 -0400
499
500 notmuch (0.25-2) unstable; urgency=medium
501
502   * Drop build-dep on libgmime-2.4-dev, long unsupported upstream
503   * Bug fix: "please transition to gmime 3.0", thanks to Daniel Kahn
504     Gillmor (Closes: #867353).
505
506  -- David Bremner <bremner@debian.org>  Wed, 26 Jul 2017 10:59:14 -0400
507
508 notmuch (0.25-1) unstable; urgency=medium
509
510   * New upstream release
511     - regexp search for mid, paths, tags
512     - drop inline images when indexing html
513
514  -- David Bremner <bremner@debian.org>  Tue, 25 Jul 2017 08:28:20 -0300
515
516 notmuch (0.25~rc1-2) unstable; urgency=low
517
518   * upload to unstable
519
520  -- David Bremner <bremner@debian.org>  Tue, 18 Jul 2017 19:47:45 -0300
521
522 notmuch (0.25~rc1-1) experimental; urgency=medium
523
524   * Bump standards version to 4.0.0 (no changes needed)
525   * New upstream release candidate
526
527  -- David Bremner <bremner@debian.org>  Tue, 18 Jul 2017 07:04:14 -0300
528
529 notmuch (0.25~rc0-2) experimental; urgency=medium
530
531   * Fix compilation on 32 bit architectures (time_t vs. gint64)
532
533  -- David Bremner <bremner@debian.org>  Mon, 17 Jul 2017 08:49:32 -0300
534
535 notmuch (0.25~rc0-1) experimental; urgency=medium
536
537   * New upstream release candidate
538   * Drop notmuch-dbg, use notmuch-dbgsym if debug symbols are needed.
539   * [lib] Bump SONAME to libnotmuch.so.5
540   * Bug fix: "doesn't check gpg/pgp signatures by default", thanks
541     to Vagrant Cascadian (Closes: #755544).
542   * Bug fix: "allow separation of command-line options and their
543     values: --option foo", thanks to Paul Wise (Closes: #825886).
544
545  -- David Bremner <bremner@debian.org>  Sun, 16 Jul 2017 08:48:59 -0300
546
547 notmuch (0.24.2-2) unstable; urgency=medium
548
549   * rebuild for unstable
550
551  -- David Bremner <bremner@debian.org>  Sun, 02 Jul 2017 12:48:46 -0300
552
553 notmuch (0.24.2-1) experimental; urgency=medium
554
555   * Fix dump output to not include tags when not asked for
556   * Fix file name stashing in emacs tree view.
557
558  -- David Bremner <bremner@debian.org>  Thu, 01 Jun 2017 07:24:55 -0300
559
560 notmuch (0.24.1-1) experimental; urgency=medium
561
562   * Restore Xapian wildcard queries to from: and subject:
563   * Handle empty queries for from: and subject:
564   * Memory leaks in notmuch show fixed
565   * Fix bug notmuch dump header generation
566
567  -- David Bremner <bremner@debian.org>  Sat, 01 Apr 2017 09:17:47 -0300
568
569 notmuch (0.24-1) experimental; urgency=medium
570
571   * New upstream release
572     - regexp search for from: and subject:
573     - Emacs interface improvements:
574       - draft handling
575       - don't automatically expand application/*
576       - jump (shortcut) menu for tagging.
577       - fold long headers when sending
578     - library improvements
579       - catch some stray DatabaseModifiedErrors
580       - make exclude handling non-destructive.
581
582  -- David Bremner <bremner@debian.org>  Sun, 12 Mar 2017 22:14:25 -0300
583
584 notmuch (0.24~rc1-1) experimental; urgency=medium
585
586   * New upstream release candidate
587   * upstream release notes
588   * One library internals fix/optimization for regexp processing.
589
590  -- David Bremner <bremner@debian.org>  Wed, 08 Mar 2017 08:08:34 -0400
591
592 notmuch (0.24~rc0-1) experimental; urgency=medium
593
594   * New upstream feature release (candidate).
595
596  -- David Bremner <bremner@debian.org>  Sun, 05 Mar 2017 19:32:08 -0400
597
598 notmuch (0.23.7-3) unstable; urgency=medium
599
600   * Cherry pick fixes to dump header from 0.24.1
601
602  -- David Bremner <bremner@debian.org>  Sat, 01 Apr 2017 21:09:36 -0300
603
604 notmuch (0.23.7-2) unstable; urgency=medium
605
606   * Cherry pick 06adc276, fix use after free in libnotmuch4
607
608  -- David Bremner <bremner@debian.org>  Sun, 19 Mar 2017 09:38:17 -0300
609
610 notmuch (0.23.7-1) unstable; urgency=medium
611
612   * Move test suite $GNUPGHOME to /tmp to avoid problems with long build paths.
613   * Fix read-after-free bug in `notmuch new`.
614
615  -- David Bremner <bremner@debian.org>  Tue, 28 Feb 2017 20:39:30 -0400
616
617 notmuch (0.23.5-1) unstable; urgency=medium
618
619   * Remove RUNPATH from /usr/bin/notmuch
620
621  -- David Bremner <bremner@debian.org>  Mon, 09 Jan 2017 06:24:39 -0400
622
623 notmuch (0.23.4-1) unstable; urgency=medium
624
625   * Improve error handling in notmuch insert
626   * Restore autoload cookie for notmuch-search (notmuch-emacs)
627
628  -- David Bremner <bremner@debian.org>  Sat, 24 Dec 2016 17:47:48 +0900
629
630 notmuch (0.23.3-3) unstable; urgency=medium
631
632   * Disable gdb using tests on kfreebsd-*, due to apparent gdb breakage
633
634  -- David Bremner <bremner@debian.org>  Mon, 05 Dec 2016 08:25:32 -0400
635
636 notmuch (0.23.3-2) unstable; urgency=medium
637
638   * Add missing depends to notmuch-emacs. Thanks to micah for the
639     report.
640
641  -- David Bremner <bremner@debian.org>  Thu, 01 Dec 2016 08:06:59 -0400
642
643 notmuch (0.23.3-1) unstable; urgency=medium
644
645   * Re-enable test suite
646   * Fix test suite compatibility with gnupg 2.1.16. Fixes: "FTBFS:
647     Tests failures", thanks to Lucas Nussbaum (Closes: #844915).
648   * Bug fix: "race condition in `notmuch new`?", thanks to Paul Wise
649     (Closes: #843127).
650
651  -- David Bremner <bremner@debian.org>  Sat, 26 Nov 2016 08:37:39 -0400
652
653 notmuch (0.23.2-1) unstable; urgency=medium
654
655   * New upstream bugfix release
656   * Convert notmuch-emacs to dh-elpa, new binary package elpa-notmuch
657   * Bug fix: "maintainer script(s) do not start on #!", thanks to
658     treinen@debian.org; (Closes: #843287).
659
660  -- David Bremner <bremner@debian.org>  Thu, 10 Nov 2016 22:36:04 -0400
661
662 notmuch (0.23.1-1) unstable; urgency=medium
663
664   * New upstream bugfix release
665   * Fix test suite for Emacs 25.1
666   * Fix some Emacs customization regressions introduced in 0.23
667   * Bug fix: "testsuite fails with TERM=unknown", thanks to Gianfranco
668     Costamagna (Closes: #841319).
669
670  -- David Bremner <bremner@debian.org>  Sun, 23 Oct 2016 22:06:12 -0300
671
672 notmuch (0.23-2) unstable; urgency=medium
673
674   * upload to unstable
675
676  -- David Bremner <bremner@debian.org>  Wed, 05 Oct 2016 21:27:00 -0300
677
678 notmuch (0.23-1) experimental; urgency=medium
679
680   * New upstream release
681   * Bump minor version of libnotmuch4 because of new symbols.
682   * Several new features, see /usr/share/doc/notmuch/NEWS.gz
683
684  -- David Bremner <bremner@debian.org>  Mon, 03 Oct 2016 22:46:26 -0300
685
686 notmuch (0.23~rc1-1) experimental; urgency=medium
687
688   * New upstream release candidate
689   * Make configure more robust on "unknown" platforms. Fixes FTBFS on
690     kfreebsd.
691
692  -- David Bremner <bremner@debian.org>  Fri, 30 Sep 2016 07:19:26 -0300
693
694 notmuch (0.23~rc0-1) experimental; urgency=medium
695
696   * New upstream release candidate
697   * Bug fix: "Calls to notmuch_directory_get_mtime() don't return
698     the recently set mtime", thanks to Lars Luthman (Closes: #826881).
699   * Bug fix: "Please document compact command", thanks to Olivier
700     Berger (Closes: #825884).
701
702  -- David Bremner <bremner@debian.org>  Mon, 26 Sep 2016 07:28:06 -0300
703
704 notmuch (0.22.2-1) unstable; urgency=medium
705
706   * Fix test suite compatibility with GnuPG 2.1.15.  Bug fix: "FTBFS:
707     Tests failures", thanks to Lucas Nussbaum (Closes: #837013).
708
709  -- David Bremner <bremner@debian.org>  Thu, 08 Sep 2016 19:09:53 -0300
710
711 notmuch (0.22.1-3) unstable; urgency=medium
712
713   * Gag gdb even more. Bug fix: "FTBFS in testing", thanks to Santiago
714     Vila (Closes: #834271).
715
716  -- David Bremner <bremner@debian.org>  Sun, 14 Aug 2016 13:31:13 +0900
717
718 notmuch (0.22.1-2) unstable; urgency=medium
719
720   * Add explicit build-depends on gnupg, for the test suite.
721
722  -- David Bremner <bremner@debian.org>  Tue, 19 Jul 2016 08:50:13 -0300
723
724 notmuch (0.22.1-1) unstable; urgency=medium
725
726   * Correct the definition of `LIBNOTMUCH_CHECK_VERSION`.
727   * Document the (lack of) operations permitted on a closed database
728     (Closes: #826843).
729   * Fix race condition in dump / restore tests.
730   * [notmuch-emacs] Tell `message-mode` mode that outgoing messages are mail
731   * [notmuch-emacs] Respect charset of MIME parts when reading them
732
733  -- David Bremner <bremner@debian.org>  Tue, 19 Jul 2016 06:42:09 -0300
734
735 notmuch (0.22.1~rc0-1) experimental; urgency=medium
736
737   * release candidate for bugfix release
738
739  -- David Bremner <bremner@debian.org>  Thu, 30 Jun 2016 21:28:13 +0200
740
741 notmuch (0.22-1) unstable; urgency=medium
742
743   * New upstream release.  See /usr/share/doc/notmuch/NEWS for new
744     features and bug fixes.
745
746  -- David Bremner <bremner@debian.org>  Tue, 26 Apr 2016 21:31:44 -0300
747
748 notmuch (0.22~rc1-1) experimental; urgency=medium
749
750   * Upstream release candidate
751
752  -- David Bremner <bremner@debian.org>  Sun, 24 Apr 2016 18:03:15 -0300
753
754 notmuch (0.22~rc0-1) experimental; urgency=medium
755
756   * Upstream release candidate
757
758  -- David Bremner <bremner@debian.org>  Sat, 16 Apr 2016 08:45:32 -0300
759
760 notmuch (0.21-3) unstable; urgency=medium
761
762   * Add mips and mips64el to gdb build-dep blacklist
763
764  -- David Bremner <bremner@debian.org>  Sat, 14 Nov 2015 19:07:06 -0400
765
766 notmuch (0.21-2) unstable; urgency=medium
767
768   * Build-conflict with gdb on ppc64el and mipsel. Workaround gdb breakage on those
769     architectures (Closes: #804792).
770
771  -- David Bremner <bremner@debian.org>  Thu, 12 Nov 2015 08:54:23 -0400
772
773 notmuch (0.21-1) unstable; urgency=medium
774
775   * New upstream release. Highlights include
776     - revision tracking for metadata
777     - new features and bug fixes for emacs interface
778     See /usr/share/doc/notmuch/NEWS for more details.
779
780  -- David Bremner <bremner@debian.org>  Thu, 29 Oct 2015 20:04:42 -0300
781
782 notmuch (0.21~rc3-3) experimental; urgency=medium
783
784   * Build-conflict with gdb-minimal. gdb python scripts are needed for
785     the test suite
786
787  -- David Bremner <bremner@debian.org>  Sun, 25 Oct 2015 22:08:56 -0300
788
789 notmuch (0.21~rc3-2) experimental; urgency=medium
790
791   * Bug fix: "reply-to encrypted messages in tree view fails to quote
792     and defaults to unencrypted message", thanks to Vagrant Cascadian
793     (Closes: #795243).
794   * Bug fix: "install/notmuch-emacs may interact with console, fail
795     emacs24 upgrade", thanks to Hilko Bengen (Closes: #802952).
796
797  -- David Bremner <bremner@debian.org>  Sun, 25 Oct 2015 13:42:57 -0300
798
799 notmuch (0.21~rc3-1) experimental; urgency=medium
800
801   * New upstream release candidate
802
803  -- David Bremner <bremner@debian.org>  Thu, 22 Oct 2015 09:19:02 -0300
804
805 notmuch (0.21~rc2-1) experimental; urgency=medium
806
807   * New upstream release candidate
808
809  -- David Bremner <bremner@debian.org>  Mon, 19 Oct 2015 07:25:10 -0300
810
811 notmuch (0.21~rc1-1) experimental; urgency=medium
812
813   * New upstream release candidate
814
815  -- David Bremner <bremner@debian.org>  Thu, 15 Oct 2015 08:08:17 -0300
816
817 notmuch (0.20.2-2) unstable; urgency=medium
818
819   * Fix linking in emacsen-install script. The previous version can
820     break an emacs upgrade.
821
822  -- David Bremner <bremner@debian.org>  Sat, 26 Sep 2015 09:26:41 -0300
823
824 notmuch (0.20.2-1) unstable; urgency=medium
825
826   * Bug fix: "notmuch-tree does not mark messages as read", thanks to
827     Raúl Benencia (Closes: #789693).
828
829  -- David Bremner <bremner@debian.org>  Sat, 27 Jun 2015 15:03:33 +0200
830
831 notmuch (0.20.1-1) unstable; urgency=medium
832
833   * Bug fix: "FTBFS on arm64", thanks to Edmund Grimley Evans (Closes:
834     #787341).
835
836  -- David Bremner <bremner@debian.org>  Mon, 01 Jun 2015 21:58:54 +0200
837
838 notmuch (0.20-1) unstable; urgency=medium
839
840   * New upstream release
841     - new mimetype search prefix
842     - improvements to emacs, vim, and mutt front-ends
843     - undeprecate single message mboxes.
844     - reduced noise on stderr from the library
845     - improved API for notmuch_query_search_{messages, thread}
846
847  -- David Bremner <bremner@debian.org>  Sun, 31 May 2015 11:21:14 +0200
848
849 notmuch (0.20~rc2-1) experimental; urgency=medium
850
851   * New upstream release candidate.
852   * Fix breakage of python bindings under python3
853
854  -- David Bremner <bremner@debian.org>  Sat, 23 May 2015 21:05:03 +0200
855
856 notmuch (0.20~rc1-1) experimental; urgency=medium
857
858   * New upstream release candidate
859
860  -- David Bremner <bremner@debian.org>  Mon, 04 May 2015 08:08:00 +0200
861
862 notmuch (0.19-1) experimental; urgency=medium
863
864   * New upstream release.
865     - Improvements to reliability of 'notmuch dump' and the error
866     handling for 'notmuch insert'.
867     - The new 'notmuch address' command is intended to make searching
868     for email addresses more convenient.
869     - At the library level the revised handling of missing messages
870     fixes at least one bug in threading.
871     - Interface improvements to the emacs interface, most notably the
872     ability to bindkeyboard shortcuts to saved searches.
873
874  -- David Bremner <bremner@debian.org>  Fri, 14 Nov 2014 19:34:12 +0100
875
876 notmuch (0.19~rc2-1) experimental; urgency=medium
877
878   * New upstream release candidate
879   * Updated defaults for "notmuch address"
880   * Assert compliance with policy 3.9.6
881
882  -- David Bremner <bremner@debian.org>  Sun, 09 Nov 2014 16:46:31 +0100
883
884 notmuch (0.19~rc1-1) experimental; urgency=low
885
886   * New upstream release candidate
887   * Bump libnotmuch SONAME because of API changes
888
889  -- David Bremner <bremner@debian.org>  Thu, 06 Nov 2014 00:30:39 +0100
890
891 notmuch (0.18.2-1) unstable; urgency=medium
892
893   * Rebuild for unstable.
894   * Translate T380-atomicity to use gdb/python
895   * Emacs 24.4 related bug fixes
896   * Simplify T360-symbol-hiding, port to ppc64el
897
898  -- David Bremner <bremner@debian.org>  Sat, 25 Oct 2014 18:19:53 +0200
899
900 notmuch (0.18.2~rc1-1) experimental; urgency=medium
901
902   * Test suite bug and portability fix release.
903
904  -- David Bremner <bremner@debian.org>  Sat, 25 Oct 2014 10:48:16 +0200
905
906 notmuch (0.18.1-2) unstable; urgency=medium
907
908   * Update build-deps to use emacs24 on buildd (Closes: #756085)
909   * Disable gdb atomicity test for arm64 as gdb is currently broken on
910     the (unofficial) buildds
911   * Re-enable atomicity test on armhf; upstream fix seems to have
912     worked.
913
914  -- David Bremner <bremner@debian.org>  Sat, 09 Aug 2014 11:48:10 -0300
915
916 notmuch (0.18.1-1) unstable; urgency=medium
917
918   * New upstream bug fix release
919     - Re-enable support for single-message mbox files
920     - Fix for phrase indexing
921     - Make tagging empty query in Emacs harmless
922
923  -- David Bremner <bremner@debian.org>  Wed, 25 Jun 2014 07:20:45 -0300
924
925 notmuch (0.18.1~rc0-1) experimental; urgency=medium
926
927   * New upstream bug fix release (candidate)
928   * Tighten dependence of python packages on libnotmuch
929     (Closes: #749881).
930   * Redo emacsen-install script from sample in emacsen-common
931     (Closes: #739839).
932
933  -- David Bremner <bremner@debian.org>  Sat, 14 Jun 2014 07:50:28 -0300
934
935 notmuch (0.18-3) unstable; urgency=medium
936
937   * Disable atomicity tests on armel.
938
939  -- David Bremner <bremner@debian.org>  Thu, 08 May 2014 14:26:45 +0900
940
941 notmuch (0.18-2) unstable; urgency=medium
942
943   * Disable atomicity tests on armhf. These should be re-enabled when
944     upstream releases a fix for this (in progress).
945
946  -- David Bremner <bremner@debian.org>  Thu, 08 May 2014 08:28:33 +0900
947
948 notmuch (0.18-1) unstable; urgency=medium
949
950   * New upstream release. For detailed release notes see
951     see /usr/share/doc/notmuch/NEWS.gz. Some highlights:
952     - Changes/enhancements to searching for messages by filesystem
953       location ('folder:' and 'path:' prefixes).
954     - Saved searches in Emacs have also been enhanced to allow
955       distinct search orders for each one.
956     - Another enhancement to the Emacs interface is that replies to
957       encrypted messages are now encrypted, reducing the risk of
958       unintentional information disclosure.
959     - The default dump output format has changed to the more robust
960       'batch-tag' format.
961     - The previously deprecated parsing of single message mboxes has
962       been removed.
963
964  -- David Bremner <bremner@debian.org>  Tue, 06 May 2014 16:20:39 +0900
965
966 notmuch (0.18~rc1-1) experimental; urgency=low
967
968   * Upstream release candidate
969     - include encoding fix for vim client.
970
971  -- David Bremner <bremner@debian.org>  Sun, 04 May 2014 07:29:51 +0900
972
973 notmuch (0.18~rc0-1) experimental; urgency=low
974
975   * Upstream release candidate.
976   * Bug fix: "insufficient sanitization of arguments to notmuch CLI",
977     thanks to Antoine Beaupré (Closes: #737496).
978   * Bug fix: "notmuch(1) manpage: typo: int -> in", thanks to Jakub
979     Wilk (Closes: #739556).
980   * Bug fix: "get a quiet option", thanks to Joerg Jaspert (Closes:
981     #666027).
982   * Bug fix: "Please remove me from Uploaders", thanks to martin f
983     krafft (Closes: #719100).
984   * Bug fix: "M-x notmuch-show-reply on an encrypted message should
985     insert encryption tags into the mml buffer", thanks to Daniel Kahn
986     Gillmor (Closes: #704648).
987
988  -- David Bremner <bremner@debian.org>  Tue, 22 Apr 2014 09:27:29 +0900
989
990 notmuch (0.17-5) unstable; urgency=medium
991
992   * Bug fix: "unowned directory after purge: /0755/", thanks to
993     Andreas Beckmann (Closes: #740325).
994
995  -- David Bremner <bremner@debian.org>  Mon, 03 Mar 2014 07:29:06 -0400
996
997 notmuch (0.17-4) unstable; urgency=medium
998
999   * Bug fix: "Please update ruby binary extension install path",
1000     thanks to Christian Hofstaedtler (Closes: #739120).
1001
1002  -- David Bremner <bremner@debian.org>  Tue, 18 Feb 2014 21:37:44 -0400
1003
1004 notmuch (0.17-3) unstable; urgency=medium
1005
1006   * update notmuch-emacs for debian emacs policy 2.0.6
1007   * Update emacs test suite for Hurd compatibility
1008
1009  -- David Bremner <bremner@debian.org>  Sun, 12 Jan 2014 17:07:16 -0400
1010
1011 notmuch (0.17-2) unstable; urgency=medium
1012
1013   * Bug fix: "package should warn in a NEWS.Debian file about possible
1014     pre-upgrade action", thanks to Jonas Smedegaard (Closes: #733853).
1015
1016  -- David Bremner <bremner@debian.org>  Wed, 01 Jan 2014 07:44:25 -0400
1017
1018 notmuch (0.17-1) unstable; urgency=low
1019
1020   * New upstream feature release. See /usr/share/doc/notmuch/NEWS.gz
1021     for details.  Highlights include:
1022     - notmuch compact command (Closes: #720543).
1023     - emacs "tree" view
1024   * Remove madduck from uploaders (Closes: #719100).
1025
1026  -- David Bremner <bremner@debian.org>  Mon, 30 Dec 2013 20:28:20 -0400
1027
1028 notmuch (0.17~rc4-1) experimental; urgency=low
1029
1030   * New upstream release candidate
1031
1032  -- David Bremner <bremner@debian.org>  Sat, 28 Dec 2013 18:30:06 -0400
1033
1034 notmuch (0.17~rc3-1) experimental; urgency=low
1035
1036   * New upstream release candidate
1037
1038  -- David Bremner <bremner@debian.org>  Sat, 07 Dec 2013 17:05:11 +0800
1039
1040 notmuch (0.17~rc2-1) experimental; urgency=low
1041
1042   * New upstream release candidate
1043   * Remove gdb as build-dep on s390x. This implicitly disables failing
1044     atomicity test.  For more information, see #728705
1045
1046  -- David Bremner <bremner@debian.org>  Sun, 24 Nov 2013 19:34:28 -0400
1047
1048 notmuch (0.17~rc1-1) experimental; urgency=low
1049
1050   * New upstream release candidate
1051
1052  -- David Bremner <bremner@debian.org>  Wed, 20 Nov 2013 19:27:48 -0400
1053
1054 notmuch (0.16-1) unstable; urgency=low
1055
1056   * New upstream feature release
1057     - 'notmuch insert' command replaces notmuch-deliver (Closes: #692889).
1058     - New ruby based vim interface (Closes: 616692, 636707).
1059   * Provide a notmuch-dbg package, thanks to Daniel Kahn Gillmor
1060     (Closes: #717339).
1061   * Include alot to the list of recommended interfaces, thanks to
1062     Simon Chopin (Closes: #709832).
1063
1064  -- David Bremner <bremner@debian.org>  Sat, 03 Aug 2013 08:28:39 -0300
1065
1066 notmuch (0.15.2-2) unstable; urgency=low
1067
1068   * Bug fix: tighten dependence of notmuch-mutt on notmuch,
1069     thanks to Philippe Gimmel and Jameson Rollins (Closes: #703608).
1070   * Bump Standards-Version to 3.9.4; no changes.
1071
1072  -- David Bremner <bremner@debian.org>  Sat, 25 May 2013 18:37:23 -0300
1073
1074 notmuch (0.15.2-1) experimental; urgency=low
1075
1076   * Upstream bug fix release.
1077     - Improve support for parallel building
1078     - Update Emacs tests for portability, fix FTBFS on hurd-i386
1079
1080  -- David Bremner <bremner@debian.org>  Fri, 22 Mar 2013 20:42:42 -0400
1081
1082 notmuch (0.15.1-1) experimental; urgency=low
1083
1084   * Upstream bug fix release: set default TERM for running tests.
1085   * Re-enable build time self-tests.
1086
1087  -- David Bremner <bremner@debian.org>  Thu, 24 Jan 2013 07:19:45 -0400
1088
1089 notmuch (0.15-2) experimental; urgency=low
1090
1091   * Disable tests until a proper fix for running tests without a
1092     proper TERM value is developed (again).
1093
1094  -- David Bremner <bremner@debian.org>  Sun, 20 Jan 2013 18:36:16 -0400
1095
1096 notmuch (0.15-1) experimental; urgency=low
1097
1098   * New upstream release.
1099     - Date range search support
1100     - Empty tag names and tags beginning with "-" are deprecated
1101     - Support for single message mboxes is deprecated
1102     - Fixed `notmuch new` to skip ignored broken symlinks
1103     - New dump/restore format and tagging interface
1104     - Emacs Interface
1105       - Removal of the deprecated `notmuch-folders` variable
1106       - Visibility of MIME parts can be toggled
1107       - Emacs now buttonizes mid: links
1108       - Improved text/calendar content handling
1109       - Disabled coding conversions when reading
1110       - Fixed errors with HTML email containing images in Emacs 24
1111       - Fixed handling of tags with unusual characters in them
1112       - Fixed buttonization of id: links without quote characters
1113       - Automatic tag changes are now unified and customizable
1114       - Support for stashing the thread id in show view
1115       - New add-on tool: notmuch-pick
1116
1117  -- David Bremner <bremner@debian.org>  Fri, 18 Jan 2013 21:23:36 -0400
1118
1119 notmuch (0.15~rc1-1) experimental; urgency=low
1120
1121   * New upstream release candidate.
1122   * Change priority to optional (Closes: #687217).
1123   * Remove Dm-Upload-Allowed field, as this is no longer used by
1124     Debian.
1125   * Add python3 bindings, thanks to Jakub Wilk (Closes: #683515).
1126   * Bug fix: ".ical attachment problem", (Closes: #688747).
1127
1128  -- David Bremner <bremner@debian.org>  Wed, 16 Jan 2013 08:28:27 -0400
1129
1130 notmuch (0.14-1) experimental; urgency=low
1131
1132   [ Stefano Zacchiroli ]
1133   * notmuch-mutt: fix tag action invocation (Closes: #678012)
1134   * Use notmuch-search-terms manpage in notmuch-mutt (Closes: #675073).
1135
1136   [ David Bremner ]
1137   * Do a better job of cleaning up after configuration and testing
1138     (Closes: #683505)
1139   * Alternately depend on emacs24 instead of emacs23 (Closes: #677900).
1140   * New upstream version
1141     - incompatible changes to dump/restore syntax
1142     - bug fixes for maildir synchronization
1143
1144  -- David Bremner <bremner@debian.org>  Tue, 21 Aug 2012 10:39:33 +0200
1145
1146 notmuch (0.13.2-1) unstable; urgency=low
1147
1148   * Upstream bugfix release. No changes to binary packages.
1149
1150  -- David Bremner <bremner@debian.org>  Sat, 02 Jun 2012 18:16:01 -0300
1151
1152 notmuch (0.13.1-1) unstable; urgency=low
1153
1154   * Upstream bugfix release.
1155     - fix for encoding problems with reply in emacs
1156     - notmuch_database_(get_directory|find_message_by_filename) now
1157       work for read-only databases.
1158
1159  -- David Bremner <bremner@debian.org>  Fri, 25 May 2012 21:19:06 -0300
1160
1161 notmuch (0.13-1) unstable; urgency=low
1162
1163   * New upstream release. See /usr/share/doc/notmuch/NEWS.gz for changes.
1164
1165   [ Stefano Zacchiroli ]
1166   * Recommend all notmuch UI (including notmuch-mutt) as alternatives,
1167     to avoid unneeded vim/emacs installation. Thanks Matteo F. Vescovi
1168     for the patch. (Closes: #673011)
1169
1170  -- David Bremner <bremner@debian.org>  Tue, 15 May 2012 18:19:32 -0300
1171
1172 notmuch (0.13~rc1-2) experimental; urgency=low
1173
1174   * New upstream pre-release
1175   * new binary package "notmuch-mutt" for Mutt integration
1176   * Bump libnotmuch SONAME because of API changes
1177
1178  -- David Bremner <bremner@debian.org>  Sat, 05 May 2012 10:26:47 -0300
1179
1180 notmuch (0.12-1) unstable; urgency=low
1181
1182   * New upstream release
1183     - Python 3.2 support
1184     - GMime 2.6 support
1185     - Many updates to emacs interface (see /usr/share/doc/notmuch/NEWS)
1186     - Optionally ignore some files/directories within mail hierarchy
1187
1188  -- David Bremner <bremner@debian.org>  Tue, 20 Mar 2012 18:45:22 -0300
1189
1190 notmuch (0.12~rc2-1) experimental; urgency=low
1191
1192   * Upstream pre-release
1193   * New bug fixes since ~rc1
1194     - fix for uninitialized variable
1195     - fix for python bindings type signatures
1196
1197  -- David Bremner <bremner@debian.org>  Sun, 18 Mar 2012 08:10:35 -0300
1198
1199 notmuch (0.12~rc1-1) experimental; urgency=low
1200
1201   * Upstream pre-release.
1202   * Bump standards version to 3.9.3; no changes.
1203
1204  -- David Bremner <bremner@debian.org>  Thu, 01 Mar 2012 07:51:45 -0400
1205
1206 notmuch (0.11.1-1) unstable; urgency=low
1207
1208   * Upstream bugfix release
1209     - Fix error handling bug in python bindings
1210     - Fix vulnerability in emacs reply handling
1211
1212  -- David Bremner <bremner@debian.org>  Fri, 03 Feb 2012 08:35:41 -0400
1213
1214 notmuch (0.11-1) unstable; urgency=low
1215
1216   * New upstream release.
1217     - New 'hook' feature for notmuch-new
1218     - performance and memory use improvements
1219     - new add-on tool notmuch-deliver
1220
1221  -- David Bremner <bremner@debian.org>  Fri, 13 Jan 2012 19:59:23 -0400
1222
1223 notmuch (0.11~rc3-1) experimental; urgency=low
1224
1225   * New upstream release candidate
1226     - Fix for uninitialized variable(s) in notmuch-reply
1227
1228  -- David Bremner <bremner@debian.org>  Mon, 09 Jan 2012 07:07:46 -0400
1229
1230 notmuch (0.11~rc2-1) experimental; urgency=low
1231
1232   * New upstream release candidate.
1233     - Includes fix for one python bindings segfault.
1234
1235  -- David Bremner <bremner@debian.org>  Mon, 02 Jan 2012 06:57:29 -0400
1236
1237 notmuch (0.11~rc1-1) experimental; urgency=low
1238
1239   * New upstream release candidate.
1240
1241  -- David Bremner <bremner@debian.org>  Sun, 25 Dec 2011 23:07:08 -0400
1242
1243 notmuch (0.10.2-1) unstable; urgency=low
1244
1245   * Upstream bug fix release
1246     - Fix segfault in python bindings due to missing g_type_init call.
1247
1248  -- David Bremner <bremner@debian.org>  Sun, 04 Dec 2011 22:06:46 -0400
1249
1250 notmuch (0.10.1-1) unstable; urgency=low
1251
1252   * Upstream bug fix release.
1253     - Fix segfault on "notmuch --help"
1254
1255  -- David Bremner <bremner@debian.org>  Fri, 25 Nov 2011 12:11:30 -0500
1256
1257 notmuch (0.10-1) unstable; urgency=low
1258
1259   * New upstream release
1260     - search performance improvements
1261     - emacs UI improvements
1262     - new dump/restore features
1263     - new script contrib/nmbug for sharing tags
1264     - see /usr/share/doc/notmuch/NEWS for details
1265
1266  -- David Bremner <bremner@debian.org>  Wed, 23 Nov 2011 07:44:01 -0400
1267
1268 notmuch (0.10~rc2-1) experimental; urgency=low
1269
1270   * New upstream release candidate
1271     - includes patch to avoid long unix domain socket paths in tests
1272
1273  -- David Bremner <bremner@debian.org>  Sat, 19 Nov 2011 08:21:39 -0400
1274
1275 notmuch (0.10~rc1-1) experimental; urgency=low
1276
1277   * New upstream release candidate.
1278
1279  -- David Bremner <bremner@debian.org>  Tue, 15 Nov 2011 19:46:55 -0400
1280
1281 notmuch (0.9-1) unstable; urgency=low
1282
1283   * New upstream release.
1284   * Only doc changes since last release candidate.
1285   * Upload to unstable.
1286
1287  -- David Bremner <bremner@debian.org>  Tue, 11 Oct 2011 21:51:29 -0300
1288
1289 notmuch (0.9~rc2-1) experimental; urgency=low
1290
1291   * Upstream release candidate
1292   * API changes for n_d_find_message and n_d_find_message_by_filename.
1293     - New SONAME for libnotmuch
1294     - bindings changes for ruby and python
1295   * Less non-text parts reported in replies.
1296   * emacs: provide button action to fetch unknown gpg keys
1297
1298  -- David Bremner <bremner@debian.org>  Fri, 07 Oct 2011 18:53:04 -0300
1299
1300 notmuch (0.9~rc1-1) experimental; urgency=low
1301
1302   * Upstream release candidate
1303     - Atomicity improvements, thanks to Austin Clements
1304     - Add missing call to g_type_init, thanks to Aaron Ecay
1305   * notmuch-emacs: add versioned dependency on notmuch.
1306     (Closes: #642240).
1307
1308  -- David Bremner <bremner@debian.org>  Sun, 25 Sep 2011 11:26:01 -0300
1309
1310 notmuch (0.8-1) unstable; urgency=low
1311
1312   * New upstream version.
1313     - Improved handling of message/rfc822 parts
1314     - Improved Build system portability
1315     - Documentation update for Ruby bindings
1316     - Unicode, iterator, PEP8 changes for python bindings
1317
1318  -- David Bremner <bremner@debian.org>  Sat, 10 Sep 2011 08:53:55 -0300
1319
1320 notmuch (0.8~rc1-1) experimental; urgency=low
1321
1322   * Upstream release candidate.
1323
1324  -- David Bremner <bremner@debian.org>  Tue, 06 Sep 2011 22:24:24 -0300
1325
1326 notmuch (0.7-1) unstable; urgency=low
1327
1328   * New upstream release (no changes since 0.7~rc1).
1329   * Upload to unstable.
1330
1331  -- David Bremner <bremner@debian.org>  Mon, 01 Aug 2011 21:46:26 +0200
1332
1333 notmuch (0.7~rc1-1) experimental; urgency=low
1334
1335   * Upstream release candidate.
1336   * Fix for notmuch.sym and parallel build (Thanks to
1337     Thomas Jost)
1338   * Bug fixes from Jason Woofenden for vim interface:
1339     -  Fix "space (in show mode) mostly adds tag:inbox and tag:unread
1340        instead of removing them"  (Closes: #633009).
1341     -  Fix "says press 's'; to toggle signatures, but it's
1342        really 'i'",  (Closes: #633115).
1343     -  Fix "fix for from list on search pages", (Closes: #633045).
1344   * Bug fixes for vim interface from Uwe Kleine-König
1345     - use full path for sendmail/doc fix
1346     - fix compose temp file name
1347   * Python tag encoding fixes from Sebastian Spaeth.
1348
1349  -- David Bremner <bremner@debian.org>  Fri, 29 Jul 2011 12:16:56 +0200
1350
1351 notmuch (0.6.1-1) unstable; urgency=low
1352
1353   * Properly install README.Debian in notmuch-vim (Closes: #632992).
1354     Thanks to Jason Woofenden for the report.
1355   * Force notmuch to depend on the same version of libnotmuch. Thanks to
1356     Uwe Kleine-König for the patch.
1357   * Export typeinfo for Xapian exceptions from libnotmuch. This fixes
1358     certain mysterious uncaught exception problems.
1359
1360  -- David Bremner <bremner@debian.org>  Sun, 17 Jul 2011 10:20:42 -0300
1361
1362 notmuch (0.6) unstable; urgency=low
1363
1364   * New upstream release; see /usr/share/doc/notmuch/NEWS for
1365     details. Highlights include:
1366     - Folder-based search (Closes: #597222)
1367     - PGP/MIME decryption and verification
1368   * Document strict dependency on emacs23 (Closes: #631994).
1369
1370  -- David Bremner <bremner@debian.org>  Fri, 01 Jul 2011 11:45:22 -0300
1371
1372 notmuch (0.6~rc1) experimental; urgency=low
1373
1374   * Git snapshot 3f777b2
1375   * Upstream release candidate.
1376   * Fix description of notmuch-vim to mention vim, not emacs
1377     (Closes: #631974)
1378   * Install zsh completion as an example instead of into /usr/share/zsh to
1379     avoid file conflict with zsh.
1380
1381  -- David Bremner <bremner@debian.org>  Thu, 30 Jun 2011 10:02:05 -0300
1382
1383 notmuch (0.6~254) experimental; urgency=low
1384
1385   [David Bremner]
1386   * Git snapshot fba968d
1387   * Upstream release candidate
1388   * Build binary package python-notmuch from upstream notmuch.
1389   * Split off emacs and vim interfaces into their own packages.
1390     (Closes: #578199)
1391   * Hide Xapian exception symbols
1392   * Build-depend on emacs23-nox instead of emacs
1393
1394   [ Jameson Rollins ]
1395   * Bump standards version to 3.9.2 (No changes).
1396
1397  -- David Bremner <bremner@debian.org>  Thu, 23 Jun 2011 07:50:05 -0300
1398
1399 notmuch (0.6~237) experimental; urgency=low
1400
1401   * Git snapshot 12d6f90
1402   * Emacs: hide original message in top posted replies, isearch fix,
1403     message display/hiding fixes/improvements.
1404   * CLI: received header fixes.
1405   * python: Improve docs, Remove Messages().__len__, Implement
1406     Message.__cmp__ and __hash__, Message.tags_to_maildir_flags
1407
1408  -- David Bremner <bremner@debian.org>  Sat, 18 Jun 2011 11:14:51 -0300
1409
1410 notmuch (0.6~215) experimental; urgency=low
1411
1412   * Git snapshot 5143e5e
1413   * GMime: improve password handling, prevent premature closing stdout
1414   * Emacs: sender address UI tweaks
1415   * lib/message-file: plug three memleaks.
1416   * Updated python bindings
1417   * Sanitize "Subject:" and "Author:" fields in notmuch-search
1418   * vim: new delete command, update mark as read command
1419
1420  -- David Bremner <bremner@debian.org>  Sat, 04 Jun 2011 08:37:36 -0300
1421
1422 notmuch (0.6~180) experimental; urgency=low
1423
1424   * Git snapshot 1a96c40
1425   * Fix corruption of binary parts
1426     (see ML id:"874o4a1m74.fsf@yoom.home.cworth.org")
1427
1428  -- David Bremner <bremner@debian.org>  Tue, 31 May 2011 21:16:35 -0300
1429
1430 notmuch (0.6~171) experimental; urgency=low
1431
1432   * Git snapshot cb8418784c2
1433   * PGP/MIME handling in CLI and emacs front end.
1434   * cli: Rewrite of multipart handling.
1435   * emacs: Make the queries used in the all-tags section configurable
1436   * emacs: Choose from address when composing/replying
1437   * emacs: add notmuch-before- and notmuch-after-tag-hook
1438   * notmuch reply: Avoid segmentation fault when printing multiple parts
1439   * notmuch show: New part output handling.
1440   * emacs: Show cleaner `From:' addresses in the summary line.
1441   * emacs: Add custom `notmuch-show-elide-same-subject',
1442     `notmuch-show-always-show-subject'
1443   * emacs: Render text/x-vcalendar parts.
1444   * emacs: Add `notmuch-show-multipart/alternative-discouraged'.
1445   * vim: parse 'from' address, use sendmail directly, implement archive in
1446     show view, refactor tagging stuff
1447   * Eager metadata optimizations
1448   * emacs: Fix notmuch-search-process-filter to handle incomplete lines
1449   * Fix installation of zsh completion
1450   * new: Enhance progress reporting
1451   * Do not defer maildir flag synchronization for new messages
1452   * vim: Get user email address from notmuch config file.
1453   * lib: Save and restore term position in message while indexing.
1454   * notmuch search: Clean up some memory leaks during search loop.
1455   * New bindings for Go
1456   * ruby: Add wrapper for message_get_filenames,  maildir sync. interface
1457     query_get_s{ort,tring}
1458   * Add support for folder-based searching.
1459   * compatibility fixes for emacs22
1460
1461  -- David Bremner <bremner@debian.org>  Sat, 28 May 2011 07:25:49 -0300
1462
1463 notmuch (0.5+nmu3) unstable; urgency=low
1464
1465   * Non-maintainer upload.
1466   * Upload to unstable.
1467
1468  -- David Bremner <bremner@debian.org>  Sun, 01 May 2011 15:09:09 -0300
1469
1470 notmuch (0.5+nmu2) experimental; urgency=low
1471
1472   * Non-maintainer upload.
1473   * Second try at timeout for test. Put timeouts at top level.
1474
1475  -- David Bremner <bremner@debian.org>  Sun, 19 Dec 2010 21:40:08 -0400
1476
1477 notmuch (0.5+nmu1) experimental; urgency=low
1478
1479   * Non-maintainer upload.
1480   * Add a timeout to emacs tests to hopefully work around build failures.
1481
1482  -- David Bremner <bremner@debian.org>  Tue, 14 Dec 2010 22:23:51 -0400
1483
1484 notmuch (0.5) unstable; urgency=low
1485
1486   * new: maildir-flag synchronization
1487   * new: New "notmuch show --format=raw" (enables local emacs interface,
1488     for example, to use remote notmuch via ssh)
1489   * lib: Support for multiple files for a message
1490     (notmuch_message_get_filenames)
1491   * lib: Support for maildir-flag synchronization
1492     (notmuch_message_tags_to_maildir_flags and
1493     notmuch_message_maildir_flags_to_tags)
1494   * emacs: Incompatible change to format of notmuch-fcc-dirs variable (for
1495     users using the "fancy" configuration)
1496   * emacs: Cleaner display of subject lines in thread views
1497
1498  -- Carl Worth <cworth@debian.org>  Thu, 11 Nov 2010 20:49:11 -0800
1499
1500 notmuch (0.4) unstable; urgency=low
1501
1502   * new: notmuch search --output=(summary|threads|messages|tags|files)
1503   * new: notmuch show --format=mbox <search-specification>
1504   * new: notmuch config [get|set] <section>.<item> [value ...]
1505   * lib: Add notmuch_query_get_query_string and notmuch_query_get_sort
1506   * emacs: Enable Fcc of all sent messages by default (to "sent" directory)
1507   * emacs: Ability to all open messages in a thread to a pipe
1508   * emacs: Optional support for detecting inline patches
1509   * emacs: Automatically tag messages as "replied" when sending a reply
1510   * emacs: Allow search-result color specifications to overlay each other
1511   * emacs: Make hidden author names still available for incremental search.
1512   * emacs: New binding of Control-TAB (works like TAB in reverse)
1513   * test: New modularization of test suite.
1514   * test: New testing of emacs interface.
1515   * bugfix: Avoid setting Bcc header in "notmuch reply"
1516   * bugfix: Avoid corruption of database when "notmuch new " is interrupted.
1517   * bugfix: Fix failure with extremely long message ID headers.
1518   * bugfix: Fix for messages with "charset=unknown-8bit"
1519   * bugfix: Fix notmuch_query_search_threads to return NULL on any exception
1520   * bugfix: Fix "notmuch search" to return non-zero on any exception
1521   * emacs bugfix: Fix for message with a subject containing, "[1234]"
1522   * emacs bugfix: Fix to correctly handle message IDs containing ".."
1523   * emacs bugfix: Fix initialization so "M-x notmuch" works by default.
1524
1525  -- Carl Worth <cworth@debian.org>  Mon, 01 Nov 2010 16:23:47 -0700
1526
1527 notmuch (0.3.1) unstable; urgency=low
1528
1529   * Fix an infinite loop in "notmuch reply"
1530   * Fix a potential SEGV in "notmuch search"
1531   * emacs: Fix calculations for line wrapping in the "notmuch" view.
1532   * emacs: Fix Fcc support to prompt to create a directory if necessary
1533
1534  -- Carl Worth <cworth@debian.org>  Tue, 27 Apr 2010 17:02:07 -0700
1535
1536 notmuch (0.3) unstable; urgency=low
1537
1538   * User-configurable tags for new messages
1539   * Threads search results named based on subjects that match search
1540   * Faster operation of "notmuch tag" (avoid unneeded sorting)
1541   * Even Better guessing of From: header for "notmuch reply"
1542   * Indication of author names that match a search
1543   * emacs: An entirely new initial view for notmuch, (friendly yet powerful)
1544   * emacs: Full-featured "customize" support for configuring notmuch
1545   * emacs: Support for doing tab-completion of email addresses
1546   * emacs: Support for file-based (Fcc) delivery of sent messages
1547   * emacs: New 'G' key binding to trigger mail refresh (G == "Get new mail")
1548   * emacs: Implement emacs message display with the JSON output from notmuch
1549   * emacs: Better handling of HTML/MIME attachments (inline images!)
1550   * emacs: Customizable support for tidying of text/plain message content
1551   * emacs: New support for searchable citations (even when hidden)
1552   * emacs: More flexible handling of header visibility
1553   * emacs: The Return key now toggles message visibility anywhere
1554   * emacs: Customizable formatting of search results
1555   * emacs: Generate nicer names for search buffers when using a saved search.
1556   * emacs: Add a notmuch User-Agent header when sending mail from notmuch/emacs
1557   * emacs: New keybinding (M-Ret) to open all collapsed messages in a thread
1558   * libnotmuch1: Provide a new NOTMUCH_SORT_UNSORTED value for queries
1559
1560  -- Carl Worth <cworth@debian.org>  Tue, 27 Apr 2010 02:07:29 -0700
1561
1562 notmuch (0.2) unstable; urgency=low
1563
1564   * Better guessing of From: header.
1565   * Make "notmuch count" with no arguments count all messages
1566   * Provide a new special-case search term of "*" to match all messages.
1567   * Detect thread connections when a parent message is missing.
1568   * Fix potential data loss in "notmuch new" with SIGINT
1569   * Fix segfault when a message includes a MIME part that is empty.
1570   * Fix handling of non-ASCII characters with --format=json
1571   * Fix headers to be properly decoded in "notmuch reply"
1572   * emacs: Show the last few lines of citations as well as the first few lines.
1573   * emacs: The '+' and '-' commands can now add and remove tags by region.
1574   * emacs: More meaningful buffer names for thread-view buffers.
1575   * emacs: Customized colors of threads in search view based on tags.
1576
1577  -- Carl Worth <cworth@debian.org>  Fri, 16 Apr 2010 10:20:23 -0700
1578
1579 notmuch (0.1-1) unstable; urgency=low
1580
1581   [ martin f. krafft ]
1582   * Add suggestion to vim-addon-manager.
1583
1584   [ Carl Worth ]
1585   * Improve package description (closes: #566282).
1586   * New upstream version (0.1) (closes: #576647).
1587   * New versioning to track upstream version scheme.
1588   * Split packaging into notmuch, libnotmuch1, and libnotmuch-dev.
1589   * Update to advertise conformance with policy 3.8.4 (no changes).
1590   * Add a debian/watch file to notice upstream tar files.
1591
1592  -- Carl Worth <cworth@debian.org>  Tue, 06 Apr 2010 18:27:49 -0700
1593
1594 notmuch (0.0+201001211401) unstable; urgency=low
1595
1596   * Upload to Debian (closes: #557354).
1597   * New versioning scheme.
1598   * Added emacs build dependency.
1599   * Added Vcs-Browser field to debian/control.
1600   * Downgrade recommendation for emacs to suggestion.
1601   * Add vim to suggestions and enhancements.
1602   * Put debian/* under separate copyright.
1603   * Make Carl the maintainer.
1604   * Add myself to uploaders.
1605   * Install the vim plugin (using vim-addons).
1606
1607  -- martin f. krafft <madduck@debian.org>  Thu, 21 Jan 2010 14:00:54 +1300
1608
1609 notmuch (0.0-1) unstable; urgency=low
1610
1611   * New Debian package.
1612
1613  -- Jameson Graef Rollins <jrollins@finestructure.net>  Fri, 27 Nov 2009 13:39:09 -0500