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