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