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