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