]> git.notmuchmail.org Git - notmuch/blob - debian/changelog
debian: changelog stanza for 0.15.1-1
[notmuch] / debian / changelog
1 notmuch (0.15.1-1) experimental; urgency=low
2
3   * Upstream bug fix release: set default TERM for running tests.
4   * Re-enable build time self-tests.
5
6  -- David Bremner <bremner@debian.org>  Thu, 24 Jan 2013 07:19:45 -0400
7
8 notmuch (0.15-2) experimental; urgency=low
9
10   * Disable tests until a proper fix for running tests without a
11     proper TERM value is developed (again).
12
13  -- David Bremner <bremner@debian.org>  Sun, 20 Jan 2013 18:36:16 -0400
14
15 notmuch (0.15-1) experimental; urgency=low
16
17   * New upstream release.
18     - Date range search support
19     - Empty tag names and tags beginning with "-" are deprecated
20     - Support for single message mboxes is deprecated
21     - Fixed `notmuch new` to skip ignored broken symlinks
22     - New dump/restore format and tagging interface
23     - Emacs Interface
24       - Removal of the deprecated `notmuch-folders` variable
25       - Visibility of MIME parts can be toggled
26       - Emacs now buttonizes mid: links
27       - Improved text/calendar content handling
28       - Disabled coding conversions when reading
29       - Fixed errors with HTML email containing images in Emacs 24
30       - Fixed handling of tags with unusual characters in them
31       - Fixed buttonization of id: links without quote characters
32       - Automatic tag changes are now unified and customizable
33       - Support for stashing the thread id in show view
34       - New add-on tool: notmuch-pick
35
36  -- David Bremner <bremner@debian.org>  Fri, 18 Jan 2013 21:23:36 -0400
37
38 notmuch (0.15~rc1-1) experimental; urgency=low
39
40   * New upstream release candidate.
41   * Change priority to optional (Closes: #687217).
42   * Remove Dm-Upload-Allowed field, as this is no longer used by
43     Debian.
44   * Add python3 bindings, thanks to Jakub Wilk (Closes: #683515).
45   * Bug fix: ".ical attachment problem", (Closes: #688747).
46
47  -- David Bremner <bremner@debian.org>  Wed, 16 Jan 2013 08:28:27 -0400
48
49 notmuch (0.14-1) experimental; urgency=low
50
51   [ Stefano Zacchiroli ]
52   * notmuch-mutt: fix tag action invocation (Closes: #678012)
53   * Use notmuch-search-terms manpage in notmuch-mutt (Closes: #675073).
54
55   [ David Bremner ]
56   * Do a better job of cleaning up after configuration and testing
57     (Closes: #683505)
58   * Alternately depend on emacs24 instead of emacs23 (Closes: #677900).
59   * New upstream version
60     - incompatible changes to dump/restore syntax
61     - bug fixes for maildir synchronization
62
63  -- David Bremner <bremner@debian.org>  Tue, 21 Aug 2012 10:39:33 +0200
64
65 notmuch (0.13.2-1) unstable; urgency=low
66
67   * Upstream bugfix release. No changes to binary packages.
68
69  -- David Bremner <bremner@debian.org>  Sat, 02 Jun 2012 18:16:01 -0300
70
71 notmuch (0.13.1-1) unstable; urgency=low
72
73   * Upstream bugfix release.
74     - fix for encoding problems with reply in emacs
75     - notmuch_database_(get_directory|find_message_by_filename) now
76       work for read-only databases.
77
78  -- David Bremner <bremner@debian.org>  Fri, 25 May 2012 21:19:06 -0300
79
80 notmuch (0.13-1) unstable; urgency=low
81
82   * New upstream release. See /usr/share/doc/notmuch/NEWS.gz for changes.
83
84   [ Stefano Zacchiroli ]
85   * Recommend all notmuch UI (including notmuch-mutt) as alternatives,
86     to avoid unneeded vim/emacs installation. Thanks Matteo F. Vescovi
87     for the patch. (Closes: #673011)
88
89  -- David Bremner <bremner@debian.org>  Tue, 15 May 2012 18:19:32 -0300
90
91 notmuch (0.13~rc1-2) experimental; urgency=low
92
93   * New upstream pre-release
94   * new binary package "notmuch-mutt" for Mutt integration
95   * Bump libnotmuch SONAME because of API changes
96
97  -- David Bremner <bremner@debian.org>  Sat, 05 May 2012 10:26:47 -0300
98
99 notmuch (0.12-1) unstable; urgency=low
100
101   * New upstream release
102     - Python 3.2 support
103     - GMime 2.6 support
104     - Many updates to emacs interface (see /usr/share/doc/notmuch/NEWS)
105     - Optionally ignore some files/directories within mail hierarchy
106
107  -- David Bremner <bremner@debian.org>  Tue, 20 Mar 2012 18:45:22 -0300
108
109 notmuch (0.12~rc2-1) experimental; urgency=low
110
111   * Upstream pre-release
112   * New bug fixes since ~rc1
113     - fix for uninitialized variable
114     - fix for python bindings type signatures
115
116  -- David Bremner <bremner@debian.org>  Sun, 18 Mar 2012 08:10:35 -0300
117
118 notmuch (0.12~rc1-1) experimental; urgency=low
119
120   * Upstream pre-release.
121   * Bump standards version to 3.9.3; no changes.
122
123  -- David Bremner <bremner@debian.org>  Thu, 01 Mar 2012 07:51:45 -0400
124
125 notmuch (0.11.1-1) unstable; urgency=low
126
127   * Upstream bugfix release
128     - Fix error handling bug in python bindings
129     - Fix vulnerability in emacs reply handling
130
131  -- David Bremner <bremner@debian.org>  Fri, 03 Feb 2012 08:35:41 -0400
132
133 notmuch (0.11-1) unstable; urgency=low
134
135   * New upstream release.
136     - New 'hook' feature for notmuch-new
137     - performance and memory use improvements
138     - new add-on tool notmuch-deliver
139
140  -- David Bremner <bremner@debian.org>  Fri, 13 Jan 2012 19:59:23 -0400
141
142 notmuch (0.11~rc3-1) experimental; urgency=low
143
144   * New upstream release candidate
145     - Fix for uninitialized variable(s) in notmuch-reply
146
147  -- David Bremner <bremner@debian.org>  Mon, 09 Jan 2012 07:07:46 -0400
148
149 notmuch (0.11~rc2-1) experimental; urgency=low
150
151   * New upstream release candidate.
152     - Includes fix for one python bindings segfault.
153
154  -- David Bremner <bremner@debian.org>  Mon, 02 Jan 2012 06:57:29 -0400
155
156 notmuch (0.11~rc1-1) experimental; urgency=low
157
158   * New upstream release candidate.
159
160  -- David Bremner <bremner@debian.org>  Sun, 25 Dec 2011 23:07:08 -0400
161
162 notmuch (0.10.2-1) unstable; urgency=low
163
164   * Upstream bug fix release
165     - Fix segfault in python bindings due to missing g_type_init call.
166
167  -- David Bremner <bremner@debian.org>  Sun, 04 Dec 2011 22:06:46 -0400
168
169 notmuch (0.10.1-1) unstable; urgency=low
170
171   * Upstream bug fix release.
172     - Fix segfault on "notmuch --help"
173
174  -- David Bremner <bremner@debian.org>  Fri, 25 Nov 2011 12:11:30 -0500
175
176 notmuch (0.10-1) unstable; urgency=low
177
178   * New upstream release
179     - search performance improvements
180     - emacs UI improvements
181     - new dump/restore features
182     - new script contrib/nmbug for sharing tags
183     - see /usr/share/doc/notmuch/NEWS for details
184
185  -- David Bremner <bremner@debian.org>  Wed, 23 Nov 2011 07:44:01 -0400
186
187 notmuch (0.10~rc2-1) experimental; urgency=low
188
189   * New upstream release candidate
190     - includes patch to avoid long unix domain socket paths in tests
191
192  -- David Bremner <bremner@debian.org>  Sat, 19 Nov 2011 08:21:39 -0400
193
194 notmuch (0.10~rc1-1) experimental; urgency=low
195
196   * New upstream release candidate.
197
198  -- David Bremner <bremner@debian.org>  Tue, 15 Nov 2011 19:46:55 -0400
199
200 notmuch (0.9-1) unstable; urgency=low
201
202   * New upstream release.
203   * Only doc changes since last release candidate.
204   * Upload to unstable.
205
206  -- David Bremner <bremner@debian.org>  Tue, 11 Oct 2011 21:51:29 -0300
207
208 notmuch (0.9~rc2-1) experimental; urgency=low
209
210   * Upstream release candidate
211   * API changes for n_d_find_message and n_d_find_message_by_filename.
212     - New SONAME for libnotmuch
213     - bindings changes for ruby and python
214   * Less non-text parts reported in replies.
215   * emacs: provide button action to fetch unknown gpg keys 
216
217  -- David Bremner <bremner@debian.org>  Fri, 07 Oct 2011 18:53:04 -0300
218
219 notmuch (0.9~rc1-1) experimental; urgency=low
220
221   * Upstream release candidate
222     - Atomicity improvements, thanks to Austin Clements
223     - Add missing call to g_type_init, thanks to Aaron Ecay
224   * notmuch-emacs: add versioned dependency on notmuch.  
225     (Closes: #642240).
226
227  -- David Bremner <bremner@debian.org>  Sun, 25 Sep 2011 11:26:01 -0300
228
229 notmuch (0.8-1) unstable; urgency=low
230
231   * New upstream version.
232     - Improved handling of message/rfc822 parts
233     - Improved Build system portability 
234     - Documentation update for Ruby bindings
235     - Unicode, iterator, PEP8 changes for python bindings
236
237  -- David Bremner <bremner@debian.org>  Sat, 10 Sep 2011 08:53:55 -0300
238
239 notmuch (0.8~rc1-1) experimental; urgency=low
240
241   * Upstream release candidate.
242
243  -- David Bremner <bremner@debian.org>  Tue, 06 Sep 2011 22:24:24 -0300
244
245 notmuch (0.7-1) unstable; urgency=low
246
247   * New upstream release (no changes since 0.7~rc1).
248   * Upload to unstable.
249
250  -- David Bremner <bremner@debian.org>  Mon, 01 Aug 2011 21:46:26 +0200
251
252 notmuch (0.7~rc1-1) experimental; urgency=low
253
254   * Upstream release candidate.
255   * Fix for notmuch.sym and parallel build (Thanks to
256     Thomas Jost)
257   * Bug fixes from Jason Woofenden for vim interface:
258     -  Fix "space (in show mode) mostly adds tag:inbox and tag:unread
259        instead of removing them"  (Closes: #633009).
260     -  Fix "says press 's'; to toggle signatures, but it's
261        really 'i'",  (Closes: #633115).
262     -  Fix "fix for from list on search pages", (Closes: #633045).
263   * Bug fixes for vim interface from Uwe Kleine-König
264     - use full path for sendmail/doc fix
265     - fix compose temp file name
266   * Python tag encoding fixes from Sebastian Spaeth.
267
268  -- David Bremner <bremner@debian.org>  Fri, 29 Jul 2011 12:16:56 +0200
269
270 notmuch (0.6.1-1) unstable; urgency=low
271
272   * Properly install README.Debian in notmuch-vim (Closes: #632992).
273     Thanks to Jason Woofenden for the report.
274   * Force notmuch to depend on the same version of libnotmuch. Thanks to
275     Uwe Kleine-König for the patch.
276   * Export typeinfo for Xapian exceptions from libnotmuch. This fixes
277     certain mysterious uncaught exception problems.
278
279  -- David Bremner <bremner@debian.org>  Sun, 17 Jul 2011 10:20:42 -0300
280
281 notmuch (0.6) unstable; urgency=low
282
283   * New upstream release; see /usr/share/doc/notmuch/NEWS for
284     details. Hilights include:
285     - Folder-based search (Closes: #597222)
286     - PGP/MIME decryption and verification
287   * Document strict dependency on emacs23 (Closes: #631994).
288
289  -- David Bremner <bremner@debian.org>  Fri, 01 Jul 2011 11:45:22 -0300
290
291 notmuch (0.6~rc1) experimental; urgency=low
292
293   * Git snapshot 3f777b2
294   * Upstream release candidate.
295   * Fix description of notmuch-vim to mention vim, not emacs
296     (Closes: #631974)
297   * Install zsh completion as an example instead of into /usr/share/zsh to
298     avoid file conflict with zsh.
299
300  -- David Bremner <bremner@debian.org>  Thu, 30 Jun 2011 10:02:05 -0300
301
302 notmuch (0.6~254) experimental; urgency=low
303
304   [David Bremner]
305   * Git snapshot fba968d
306   * Upstream release candidate
307   * Build binary package python-notmuch from upstream notmuch.
308   * Split off emacs and vim interfaces into their own packages.
309     (Closes: #578199)
310   * Hide Xapian exception symbols
311   * Build-depend on emacs23-nox instead of emacs
312
313   [ Jameson Rollins ]
314   * Bump standards version to 3.9.2 (No changes).
315   
316  -- David Bremner <bremner@debian.org>  Thu, 23 Jun 2011 07:50:05 -0300
317
318 notmuch (0.6~237) experimental; urgency=low
319
320   * Git snapshot 12d6f90
321   * Emacs: hide original message in top posted replies, isearch fix,
322     message display/hiding fixes/improvements.
323   * CLI: received header fixes.
324   * python: Improve docs, Remove Messages().__len__, Implement
325     Message.__cmp__ and __hash__, Message.tags_to_maildir_flags
326
327  -- David Bremner <bremner@debian.org>  Sat, 18 Jun 2011 11:14:51 -0300
328
329 notmuch (0.6~215) experimental; urgency=low
330
331   * Git snapshot 5143e5e
332   * GMime: improve password handling, prevent premature closing stdout
333   * Emacs: sender address UI tweaks
334   * lib/message-file: plug three memleaks.
335   * Updated python bindings
336   * Sanitize "Subject:" and "Author:" fields in notmuch-search
337   * vim: new delete command, update mark as read command
338
339  -- David Bremner <bremner@debian.org>  Sat, 04 Jun 2011 08:37:36 -0300
340
341 notmuch (0.6~180) experimental; urgency=low
342
343   * Git snapshot 1a96c40
344   * Fix corruption of binary parts
345     (see ML id:"874o4a1m74.fsf@yoom.home.cworth.org")
346
347  -- David Bremner <bremner@debian.org>  Tue, 31 May 2011 21:16:35 -0300
348
349 notmuch (0.6~171) experimental; urgency=low
350
351   * Git snapshot cb8418784c2
352   * PGP/MIME handling in CLI and emacs front end.
353   * cli: Rewrite of multipart handling.
354   * emacs: Make the queries used in the all-tags section configurable
355   * emacs: Choose from address when composing/replying
356   * emacs: add notmuch-before- and notmuch-after-tag-hook
357   * notmuch reply: Avoid segmentation fault when printing multiple parts
358   * notmuch show: New part output handling.
359   * emacs: Show cleaner `From:' addresses in the summary line.
360   * emacs: Add custom `notmuch-show-elide-same-subject', 
361     `notmuch-show-always-show-subject' 
362   * emacs: Render text/x-vcalendar parts.
363   * emacs: Add `notmuch-show-multipart/alternative-discouraged'.
364   * vim: parse 'from' address, use sendmail directly, implement archive in
365     show view, refactor tagging stuff
366   * Eager metadata optimizations
367   * emacs: Fix notmuch-search-process-filter to handle incomplete lines
368   * Fix installation of zsh completion
369   * new: Enhance progress reporting
370   * Do not defer maildir flag synchronization for new messages
371   * vim: Get user email address from notmuch config file.
372   * lib: Save and restore term position in message while indexing.
373   * notmuch search: Clean up some memory leaks during search loop.
374   * New bindings for Go
375   * ruby: Add wrapper for message_get_filenames,  maildir sync. interface
376     query_get_s{ort,tring}
377   * Add support for folder-based searching.
378   * compatibility fixes for emacs22
379
380  -- David Bremner <bremner@debian.org>  Sat, 28 May 2011 07:25:49 -0300
381
382 notmuch (0.5+nmu3) unstable; urgency=low
383
384   * Non-maintainer upload.
385   * Upload to unstable.
386
387  -- David Bremner <bremner@debian.org>  Sun, 01 May 2011 15:09:09 -0300
388
389 notmuch (0.5+nmu2) experimental; urgency=low
390
391   * Non-maintainer upload.
392   * Second try at timeout for test. Put timeouts at top level.
393
394  -- David Bremner <bremner@debian.org>  Sun, 19 Dec 2010 21:40:08 -0400
395
396 notmuch (0.5+nmu1) experimental; urgency=low
397
398   * Non-maintainer upload.
399   * Add a timeout to emacs tests to hopefully work around build failures.
400
401  -- David Bremner <bremner@debian.org>  Tue, 14 Dec 2010 22:23:51 -0400
402
403 notmuch (0.5) unstable; urgency=low
404
405   * new: maildir-flag synchronization
406   * new: New "notmuch show --format=raw" (enables local emacs interface,
407     for example, to use remote notmuch via ssh)
408   * lib: Support for multiple files for a message
409     (notmuch_message_get_filenames)
410   * lib: Support for maildir-flag synchronization
411     (notmuch_message_tags_to_maildir_flags and
412     notmuch_message_maildir_flags_to_tags)
413   * emacs: Incompatible change to format of notmuch-fcc-dirs variable (for
414     users using the "fancy" configuration)
415   * emacs: Cleaner display of subject lines in thread views
416
417  -- Carl Worth <cworth@debian.org>  Thu, 11 Nov 2010 20:49:11 -0800
418
419 notmuch (0.4) unstable; urgency=low
420
421   * new: notmuch search --output=(summary|threads|messages|tags|files)
422   * new: notmuch show --format=mbox <search-specification>
423   * new: notmuch config [get|set] <section>.<item> [value ...]
424   * lib: Add notmuch_query_get_query_string and notmuch_query_get_sort
425   * emacs: Enable Fcc of all sent messages by default (to "sent" directory)
426   * emacs: Ability to all open messages in a thread to a pipe
427   * emacs: Optional support for detecting inline patches
428   * emacs: Automatically tag messages as "replied" when sending a reply
429   * emacs: Allow search-result color specifications to overlay each other
430   * emacs: Make hidden author names still available for incremental search.
431   * emacs: New binding of Control-TAB (works like TAB in reverse)
432   * test: New modularization of test suite.
433   * test: New testing of emacs interface.
434   * bugfix: Avoid setting Bcc header in "notmuch reply"
435   * bugfix: Avoid corruption of database when "notmuch new " is interrupted.
436   * bugfix: Fix failure with extremely long message ID headers.
437   * bugfix: Fix for messages with "charset=unknown-8bit"
438   * bugfix: Fix notmuch_query_search_threads to return NULL on any exception
439   * bugfix: Fix "notmuch search" to return non-zero on any exception
440   * emacs bugfix: Fix for message with a subject containing, "[1234]"
441   * emacs bugfix: Fix to correctly handle message IDs containing ".."
442   * emacs bugfix: Fix initialization so "M-x notmuch" works by default.
443
444  -- Carl Worth <cworth@debian.org>  Mon, 01 Nov 2010 16:23:47 -0700
445
446 notmuch (0.3.1) unstable; urgency=low
447
448   * Fix an infinite loop in "notmuch reply"
449   * Fix a potential SEGV in "notmuch search"
450   * emacs: Fix calculations for line wrapping in the "notmuch" view.
451   * emacs: Fix Fcc support to prompt to create a directory if necessary
452
453  -- Carl Worth <cworth@debian.org>  Tue, 27 Apr 2010 17:02:07 -0700
454
455 notmuch (0.3) unstable; urgency=low
456
457   * User-configurable tags for new messages
458   * Threads search results named based on subjects that match search
459   * Faster operation of "notmuch tag" (avoid unneeded sorting)
460   * Even Better guessing of From: header for "notmuch reply"
461   * Indication of author names that match a search
462   * emacs: An entirely new initial view for notmuch, (friendly yet powerful)
463   * emacs: Full-featured "customize" support for configuring notmuch
464   * emacs: Support for doing tab-completion of email addresses
465   * emacs: Support for file-based (Fcc) delivery of sent messages
466   * emacs: New 'G' key binding to trigger mail refresh (G == "Get new mail")
467   * emacs: Implement emacs message display with the JSON output from notmuch
468   * emacs: Better handling of HTML/MIME attachments (inline images!)
469   * emacs: Customizable support for tidying of text/plain message content
470   * emacs: New support for searchable citations (even when hidden)
471   * emacs: More flexible handling of header visibility
472   * emacs: The Return key now toggles message visibility anywhere
473   * emacs: Customizable formatting of search results
474   * emacs: Generate nicer names for search buffers when using a saved search.
475   * emacs: Add a notmuch User-Agent header when sending mail from notmuch/emacs
476   * emacs: New keybinding (M-Ret) to open all collapsed messages in a thread
477   * libnotmuch1: Provide a new NOTMUCH_SORT_UNSORTED value for queries
478
479  -- Carl Worth <cworth@debian.org>  Tue, 27 Apr 2010 02:07:29 -0700
480
481 notmuch (0.2) unstable; urgency=low
482
483   * Better guessing of From: header.
484   * Make "notmuch count" with no arguments count all messages
485   * Provide a new special-case search term of "*" to match all messages.
486   * Detect thread connections when a parent message is missing.
487   * Fix potential data loss in "notmuch new" with SIGINT
488   * Fix segfault when a message includes a MIME part that is empty.
489   * Fix handling of non-ASCII characters with --format=json
490   * Fix headers to be properly decoded in "notmuch reply"
491   * emacs: Show the last few lines of citations as well as the first few lines.
492   * emacs: The '+' and '-' commands can now add and remove tags by region.
493   * emacs: More meaningful buffer names for thread-view buffers. 
494   * emacs: Customized colors of threads in search view based on tags.
495
496  -- Carl Worth <cworth@debian.org>  Fri, 16 Apr 2010 10:20:23 -0700
497
498 notmuch (0.1-1) unstable; urgency=low
499
500   [ martin f. krafft ]
501   * Add suggestion to vim-addon-manager.
502
503   [ Carl Worth ]
504   * Improve package description (closes: #566282).
505   * New upstream version (0.1) (closes: #576647).
506   * New versioning to track upstream version scheme.
507   * Split packaging into notmuch, libnotmuch1, and libnotmuch-dev.
508   * Update to advertise conformance with policy 3.8.4 (no changes).
509   * Add a debian/watch file to notice upstream tar files.
510
511  -- Carl Worth <cworth@debian.org>  Tue, 06 Apr 2010 18:27:49 -0700
512
513 notmuch (0.0+201001211401) unstable; urgency=low
514
515   * Upload to Debian (closes: #557354).
516   * New versioning scheme.
517   * Added emacs build dependency.
518   * Added Vcs-Browser field to debian/control.
519   * Downgrade recommendation for emacs to suggestion.
520   * Add vim to suggestions and enhancements.
521   * Put debian/* under separate copyright.
522   * Make Carl the maintainer.
523   * Add myself to uploaders.
524   * Install the vim plugin (using vim-addons).
525
526  -- martin f. krafft <madduck@debian.org>  Thu, 21 Jan 2010 14:00:54 +1300
527
528 notmuch (0.0-1) unstable; urgency=low
529
530   * New Debian package.
531
532  -- Jameson Graef Rollins <jrollins@finestructure.net>  Fri, 27 Nov 2009 13:39:09 -0500