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