]> git.notmuchmail.org Git - notmuch/blob - debian/changelog
9e70015b27efbbfcbcfed38fd00fac8f0277c368
[notmuch] / debian / changelog
1 notmuch (0.10~rc1-1) experimental; urgency=low
2
3   * New upstream release candidate.
4
5  -- David Bremner <bremner@debian.org>  Tue, 15 Nov 2011 19:46:55 -0400
6
7 notmuch (0.9-1) unstable; urgency=low
8
9   * New upstream release.
10   * Only doc changes since last release candidate.
11   * Upload to unstable.
12
13  -- David Bremner <bremner@debian.org>  Tue, 11 Oct 2011 21:51:29 -0300
14
15 notmuch (0.9~rc2-1) experimental; urgency=low
16
17   * Upstream release candidate
18   * API changes for n_d_find_message and n_d_find_message_by_filename.
19     - New SONAME for libnotmuch
20     - bindings changes for ruby and python
21   * Less non-text parts reported in replies.
22   * emacs: provide button action to fetch unknown gpg keys 
23
24  -- David Bremner <bremner@debian.org>  Fri, 07 Oct 2011 18:53:04 -0300
25
26 notmuch (0.9~rc1-1) experimental; urgency=low
27
28   * Upstream release candidate
29     - Atomicity improvements, thanks to Austin Clements
30     - Add missing call to g_type_init, thanks to Aaron Ecay
31   * notmuch-emacs: add versioned dependency on notmuch.  
32     (Closes: #642240).
33
34  -- David Bremner <bremner@debian.org>  Sun, 25 Sep 2011 11:26:01 -0300
35
36 notmuch (0.8-1) unstable; urgency=low
37
38   * New upstream version.
39     - Improved handling of message/rfc822 parts
40     - Improved Build system portability 
41     - Documentation update for Ruby bindings
42     - Unicode, iterator, PEP8 changes for python bindings
43
44  -- David Bremner <bremner@debian.org>  Sat, 10 Sep 2011 08:53:55 -0300
45
46 notmuch (0.8~rc1-1) experimental; urgency=low
47
48   * Upstream release candidate.
49
50  -- David Bremner <bremner@debian.org>  Tue, 06 Sep 2011 22:24:24 -0300
51
52 notmuch (0.7-1) unstable; urgency=low
53
54   * New upstream release (no changes since 0.7~rc1).
55   * Upload to unstable.
56
57  -- David Bremner <bremner@debian.org>  Mon, 01 Aug 2011 21:46:26 +0200
58
59 notmuch (0.7~rc1-1) experimental; urgency=low
60
61   * Upstream release candidate.
62   * Fix for notmuch.sym and parallel build (Thanks to
63     Thomas Jost)
64   * Bug fixes from Jason Woofenden for vim interface:
65     -  Fix "space (in show mode) mostly adds tag:inbox and tag:unread
66        instead of removing them"  (Closes: #633009).
67     -  Fix "says press 's'; to toggle signatures, but it's
68        really 'i'",  (Closes: #633115).
69     -  Fix "fix for from list on search pages", (Closes: #633045).
70   * Bug fixes for vim interface from Uwe Kleine-König
71     - use full path for sendmail/doc fix
72     - fix compose temp file name
73   * Python tag encoding fixes from Sebastian Spaeth.
74
75  -- David Bremner <bremner@debian.org>  Fri, 29 Jul 2011 12:16:56 +0200
76
77 notmuch (0.6.1-1) unstable; urgency=low
78
79   * Properly install README.Debian in notmuch-vim (Closes: #632992).
80     Thanks to Jason Woofenden for the report.
81   * Force notmuch to depend on the same version of libnotmuch. Thanks to
82     Uwe Kleine-König for the patch.
83   * Export typeinfo for Xapian exceptions from libnotmuch. This fixes
84     certain mysterious uncaught exception problems.
85
86  -- David Bremner <bremner@debian.org>  Sun, 17 Jul 2011 10:20:42 -0300
87
88 notmuch (0.6) unstable; urgency=low
89
90   * New upstream release; see /usr/share/doc/notmuch/NEWS for
91     details. Hilights include:
92     - Folder-based search (Closes: #597222)
93     - PGP/MIME decryption and verification
94   * Document strict dependency on emacs23 (Closes: #631994).
95
96  -- David Bremner <bremner@debian.org>  Fri, 01 Jul 2011 11:45:22 -0300
97
98 notmuch (0.6~rc1) experimental; urgency=low
99
100   * Git snapshot 3f777b2
101   * Upstream release candidate.
102   * Fix description of notmuch-vim to mention vim, not emacs
103     (Closes: #631974)
104   * Install zsh completion as an example instead of into /usr/share/zsh to
105     avoid file conflict with zsh.
106
107  -- David Bremner <bremner@debian.org>  Thu, 30 Jun 2011 10:02:05 -0300
108
109 notmuch (0.6~254) experimental; urgency=low
110
111   [David Bremner]
112   * Git snapshot fba968d
113   * Upstream release candidate
114   * Build binary package python-notmuch from upstream notmuch.
115   * Split off emacs and vim interfaces into their own packages.
116     (Closes: #578199)
117   * Hide Xapian exception symbols
118   * Build-depend on emacs23-nox instead of emacs
119
120   [ Jameson Rollins ]
121   * Bump standards version to 3.9.2 (No changes).
122   
123  -- David Bremner <bremner@debian.org>  Thu, 23 Jun 2011 07:50:05 -0300
124
125 notmuch (0.6~237) experimental; urgency=low
126
127   * Git snapshot 12d6f90
128   * Emacs: hide original message in top posted replies, isearch fix,
129     message display/hiding fixes/improvements.
130   * CLI: received header fixes.
131   * python: Improve docs, Remove Messages().__len__, Implement
132     Message.__cmp__ and __hash__, Message.tags_to_maildir_flags
133
134  -- David Bremner <bremner@debian.org>  Sat, 18 Jun 2011 11:14:51 -0300
135
136 notmuch (0.6~215) experimental; urgency=low
137
138   * Git snapshot 5143e5e
139   * GMime: improve password handling, prevent premature closing stdout
140   * Emacs: sender address UI tweaks
141   * lib/message-file: plug three memleaks.
142   * Updated python bindings
143   * Sanitize "Subject:" and "Author:" fields in notmuch-search
144   * vim: new delete command, update mark as read command
145
146  -- David Bremner <bremner@debian.org>  Sat, 04 Jun 2011 08:37:36 -0300
147
148 notmuch (0.6~180) experimental; urgency=low
149
150   * Git snapshot 1a96c40
151   * Fix corruption of binary parts
152     (see ML id:"874o4a1m74.fsf@yoom.home.cworth.org")
153
154  -- David Bremner <bremner@debian.org>  Tue, 31 May 2011 21:16:35 -0300
155
156 notmuch (0.6~171) experimental; urgency=low
157
158   * Git snapshot cb8418784c2
159   * PGP/MIME handling in CLI and emacs front end.
160   * cli: Rewrite of multipart handling.
161   * emacs: Make the queries used in the all-tags section configurable
162   * emacs: Choose from address when composing/replying
163   * emacs: add notmuch-before- and notmuch-after-tag-hook
164   * notmuch reply: Avoid segmentation fault when printing multiple parts
165   * notmuch show: New part output handling.
166   * emacs: Show cleaner `From:' addresses in the summary line.
167   * emacs: Add custom `notmuch-show-elide-same-subject', 
168     `notmuch-show-always-show-subject' 
169   * emacs: Render text/x-vcalendar parts.
170   * emacs: Add `notmuch-show-multipart/alternative-discouraged'.
171   * vim: parse 'from' address, use sendmail directly, implement archive in
172     show view, refactor tagging stuff
173   * Eager metadata optimizations
174   * emacs: Fix notmuch-search-process-filter to handle incomplete lines
175   * Fix installation of zsh completion
176   * new: Enhance progress reporting
177   * Do not defer maildir flag synchronization for new messages
178   * vim: Get user email address from notmuch config file.
179   * lib: Save and restore term position in message while indexing.
180   * notmuch search: Clean up some memory leaks during search loop.
181   * New bindings for Go
182   * ruby: Add wrapper for message_get_filenames,  maildir sync. interface
183     query_get_s{ort,tring}
184   * Add support for folder-based searching.
185   * compatibility fixes for emacs22
186
187  -- David Bremner <bremner@debian.org>  Sat, 28 May 2011 07:25:49 -0300
188
189 notmuch (0.5+nmu3) unstable; urgency=low
190
191   * Non-maintainer upload.
192   * Upload to unstable.
193
194  -- David Bremner <bremner@debian.org>  Sun, 01 May 2011 15:09:09 -0300
195
196 notmuch (0.5+nmu2) experimental; urgency=low
197
198   * Non-maintainer upload.
199   * Second try at timeout for test. Put timeouts at top level.
200
201  -- David Bremner <bremner@debian.org>  Sun, 19 Dec 2010 21:40:08 -0400
202
203 notmuch (0.5+nmu1) experimental; urgency=low
204
205   * Non-maintainer upload.
206   * Add a timeout to emacs tests to hopefully work around build failures.
207
208  -- David Bremner <bremner@debian.org>  Tue, 14 Dec 2010 22:23:51 -0400
209
210 notmuch (0.5) unstable; urgency=low
211
212   * new: maildir-flag synchronization
213   * new: New "notmuch show --format=raw" (enables local emacs interface,
214     for example, to use remote notmuch via ssh)
215   * lib: Support for multiple files for a message
216     (notmuch_message_get_filenames)
217   * lib: Support for maildir-flag synchronization
218     (notmuch_message_tags_to_maildir_flags and
219     notmuch_message_maildir_flags_to_tags)
220   * emacs: Incompatible change to format of notmuch-fcc-dirs variable (for
221     users using the "fancy" configuration)
222   * emacs: Cleaner display of subject lines in thread views
223
224  -- Carl Worth <cworth@debian.org>  Thu, 11 Nov 2010 20:49:11 -0800
225
226 notmuch (0.4) unstable; urgency=low
227
228   * new: notmuch search --output=(summary|threads|messages|tags|files)
229   * new: notmuch show --format=mbox <search-specification>
230   * new: notmuch config [get|set] <section>.<item> [value ...]
231   * lib: Add notmuch_query_get_query_string and notmuch_query_get_sort
232   * emacs: Enable Fcc of all sent messages by default (to "sent" directory)
233   * emacs: Ability to all open messages in a thread to a pipe
234   * emacs: Optional support for detecting inline patches
235   * emacs: Automatically tag messages as "replied" when sending a reply
236   * emacs: Allow search-result color specifications to overlay each other
237   * emacs: Make hidden author names still available for incremental search.
238   * emacs: New binding of Control-TAB (works like TAB in reverse)
239   * test: New modularization of test suite.
240   * test: New testing of emacs interface.
241   * bugfix: Avoid setting Bcc header in "notmuch reply"
242   * bugfix: Avoid corruption of database when "notmuch new " is interrupted.
243   * bugfix: Fix failure with extremely long message ID headers.
244   * bugfix: Fix for messages with "charset=unknown-8bit"
245   * bugfix: Fix notmuch_query_search_threads to return NULL on any exception
246   * bugfix: Fix "notmuch search" to return non-zero on any exception
247   * emacs bugfix: Fix for message with a subject containing, "[1234]"
248   * emacs bugfix: Fix to correctly handle message IDs containing ".."
249   * emacs bugfix: Fix initialization so "M-x notmuch" works by default.
250
251  -- Carl Worth <cworth@debian.org>  Mon, 01 Nov 2010 16:23:47 -0700
252
253 notmuch (0.3.1) unstable; urgency=low
254
255   * Fix an infinite loop in "notmuch reply"
256   * Fix a potential SEGV in "notmuch search"
257   * emacs: Fix calculations for line wrapping in the "notmuch" view.
258   * emacs: Fix Fcc support to prompt to create a directory if necessary
259
260  -- Carl Worth <cworth@debian.org>  Tue, 27 Apr 2010 17:02:07 -0700
261
262 notmuch (0.3) unstable; urgency=low
263
264   * User-configurable tags for new messages
265   * Threads search results named based on subjects that match search
266   * Faster operation of "notmuch tag" (avoid unneeded sorting)
267   * Even Better guessing of From: header for "notmuch reply"
268   * Indication of author names that match a search
269   * emacs: An entirely new initial view for notmuch, (friendly yet powerful)
270   * emacs: Full-featured "customize" support for configuring notmuch
271   * emacs: Support for doing tab-completion of email addresses
272   * emacs: Support for file-based (Fcc) delivery of sent messages
273   * emacs: New 'G' key binding to trigger mail refresh (G == "Get new mail")
274   * emacs: Implement emacs message display with the JSON output from notmuch
275   * emacs: Better handling of HTML/MIME attachments (inline images!)
276   * emacs: Customizable support for tidying of text/plain message content
277   * emacs: New support for searchable citations (even when hidden)
278   * emacs: More flexible handling of header visibility
279   * emacs: The Return key now toggles message visibility anywhere
280   * emacs: Customizable formatting of search results
281   * emacs: Generate nicer names for search buffers when using a saved search.
282   * emacs: Add a notmuch User-Agent header when sending mail from notmuch/emacs
283   * emacs: New keybinding (M-Ret) to open all collapsed messages in a thread
284   * libnotmuch1: Provide a new NOTMUCH_SORT_UNSORTED value for queries
285
286  -- Carl Worth <cworth@debian.org>  Tue, 27 Apr 2010 02:07:29 -0700
287
288 notmuch (0.2) unstable; urgency=low
289
290   * Better guessing of From: header.
291   * Make "notmuch count" with no arguments count all messages
292   * Provide a new special-case search term of "*" to match all messages.
293   * Detect thread connections when a parent message is missing.
294   * Fix potential data loss in "notmuch new" with SIGINT
295   * Fix segfault when a message includes a MIME part that is empty.
296   * Fix handling of non-ASCII characters with --format=json
297   * Fix headers to be properly decoded in "notmuch reply"
298   * emacs: Show the last few lines of citations as well as the first few lines.
299   * emacs: The '+' and '-' commands can now add and remove tags by region.
300   * emacs: More meaningful buffer names for thread-view buffers. 
301   * emacs: Customized colors of threads in search view based on tags.
302
303  -- Carl Worth <cworth@debian.org>  Fri, 16 Apr 2010 10:20:23 -0700
304
305 notmuch (0.1-1) unstable; urgency=low
306
307   [ martin f. krafft ]
308   * Add suggestion to vim-addon-manager.
309
310   [ Carl Worth ]
311   * Improve package description (closes: #566282).
312   * New upstream version (0.1) (closes: #576647).
313   * New versioning to track upstream version scheme.
314   * Split packaging into notmuch, libnotmuch1, and libnotmuch-dev.
315   * Update to advertise conformance with policy 3.8.4 (no changes).
316   * Add a debian/watch file to notice upstream tar files.
317
318  -- Carl Worth <cworth@debian.org>  Tue, 06 Apr 2010 18:27:49 -0700
319
320 notmuch (0.0+201001211401) unstable; urgency=low
321
322   * Upload to Debian (closes: #557354).
323   * New versioning scheme.
324   * Added emacs build dependency.
325   * Added Vcs-Browser field to debian/control.
326   * Downgrade recommendation for emacs to suggestion.
327   * Add vim to suggestions and enhancements.
328   * Put debian/* under separate copyright.
329   * Make Carl the maintainer.
330   * Add myself to uploaders.
331   * Install the vim plugin (using vim-addons).
332
333  -- martin f. krafft <madduck@debian.org>  Thu, 21 Jan 2010 14:00:54 +1300
334
335 notmuch (0.0-1) unstable; urgency=low
336
337   * New Debian package.
338
339  -- Jameson Graef Rollins <jrollins@finestructure.net>  Fri, 27 Nov 2009 13:39:09 -0500