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