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