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