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