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