]> code.delx.au - offlineimap/blob - offlineimap/head/debian/changelog
/offlineimap/head: changeset 456
[offlineimap] / offlineimap / head / debian / changelog
1 offlineimap (3.99.15) unstable; urgency=low
2
3 * Backed out removal of SYNC_WITH_TIMER_TERMINATE code to deal with
4 completed syncs. Without this code, -o broke because the app would
5 never terminate. Closes: #190063.
6 * Raise an exception when the status area is locked. This will cause UIs
7 to go through their normal exception handling code. In particular, for
8 the Curses.Blinkenlights interface, the Curses module will be stopped
9 and the error message will be printed on the console. Previously, this
10 error message would not have been visible. Closes: #185709.
11 * Fixed a silly error relating to handling of the remotepassfile.
12 Closes: #189935.
13
14 -- John Goerzen <jgoerzen@complete.org> Mon, 28 Apr 2003 14:00:32 -0500
15
16 offlineimap (3.99.14) unstable; urgency=low
17
18 * Added the ability to use the top level of a Maildir as folder named
19 ".". Useful for generating Maildir trees for a Courier server.
20 * Fixed the regular expression that fixes line endings to make sure to
21 deal with \n\n properly.
22 * Slight renaming in offlineimap.conf.minimal to clarify things.
23 * Documentation updated with information about new features.
24 Closes: #189771.
25 + Described IMAP-IMAP syncing
26 + Updated minimal example with new offlineimap.conf.minimal
27 + Updated UID information. Added link to recent mailing list
28 discussion.
29 + Described KMail syncing, which now works.
30 + Added link to mailing list archives.
31
32 -- John Goerzen <jgoerzen@complete.org> Mon, 28 Apr 2003 07:13:23 -0500
33
34 offlineimap (3.99.13) unstable; urgency=low
35
36 * Fixed password prompting for non-Curses UIs.
37 * Fixed line-ending code to deal with files with mixed \n and \r\n
38 codes. This is a rare case, but now is more onerous because we now
39 have to find headers.
40 * Now checks that SELECT succeeded when entering a folder.
41 * Verifies that folders listed on folderincludes actually exist by trying
42 to enter them. Thus, if they do not exist, they can be created on the
43 first run.
44
45 -- John Goerzen <jgoerzen@complete.org> Thu, 17 Apr 2003 18:02:13 -0500
46
47 offlineimap (3.99.12) unstable; urgency=low
48
49 * This is a 4.0 TRACK release, and may be unstable or in flux!
50 * Big news: OfflineIMAP can now sync two remote IMAP servers to each
51 other, with no need to write a Maildir at all.
52 * WARNING: the format of the configuration file *AND* the local
53 status area changes with this release!
54 * Major reworking of internal management of accounts. Previously, the
55 account defined a local Maildir and a remote IMAP server. Now, the
56 account is simply a connection between two repositories. For
57 traditional ones, an account basically specifies a refresh interval,
58 a Maildir repository, and an IMAP repository.
59 * Added a notion of a repository to the configuration file. Repositories
60 currently available are IMAP and Maildir. Combined with the new account
61 system, this lets the user define powerful combinations without
62 duplicating information.
63 * When uploading messages to an IMAP server, OfflineIMAP generates its
64 own X-OfflineIMAP header rather than trying to guess the new message UID
65 based on the Message-Id header. This leads to greater reliability when
66 uploading messages, especially when dealing with duplicate messages.
67 This change was required to permit reliable IMAP-to-IMAP syncing, but
68 helps with regular IMAP-to-Maildir syncing as well.
69 * Local status area under ~/.offlineimap revamped. It now contains
70 separate subdirectories for each account and repository, and they
71 contain UID validity information, UID mapping (for IMAP-to-IMAP
72 syncing). UID validity information is no longer stored in the Maildir
73 itself.
74 * New debug type: "thread" to debug multithreading.
75 * preauth tunnels no longer require remoteuser, remotepass, host,
76 or port in the configuration file.
77 * Logging for preauth tunnels is more sensible.
78 * Fixed a logic error for syncs with a reference that returns no folders.
79
80 -- John Goerzen <jgoerzen@complete.org> Thu, 17 Apr 2003 17:20:08 -0500
81
82 offlineimap (3.99.11) unstable; urgency=low
83
84 * Curses interface can now be resized. Closes: #176342.
85
86 -- John Goerzen <jgoerzen@wile.excelhustler.com> Thu, 13 Mar 2003 11:48:36 -0600
87
88 offlineimap (3.99.10) unstable; urgency=low
89
90 * Always do a flush in Noninteractive when writing out data.
91 * Fixed a bug in folder/Base.py relating to threads in
92 syncmessagesto_neguid.
93
94 -- John Goerzen <jgoerzen@complete.org> Fri, 7 Feb 2003 14:12:17 -0600
95
96 offlineimap (3.99.9) unstable; urgency=low
97
98 * Added check to make sure that two processes do not run in the same
99 directory at once. Closes: #178939.
100
101 -- John Goerzen <jgoerzen@complete.org> Wed, 29 Jan 2003 13:19:14 -0600
102
103 offlineimap (3.99.8) unstable; urgency=low
104
105 * This is a 4.0 TRACK release, and may be unstable or in flux!
106 * Fixed several problems with the Curses interface: colors showing
107 up very weird on FreeBSD and exceptions when running on non-color
108 terminals.
109
110 -- John Goerzen <jgoerzen@complete.org> Fri, 10 Jan 2003 11:46:24 -0600
111
112 offlineimap (3.99.7) unstable; urgency=low
113
114 * This is a 4.0 TRACK release, and may be unstable or in flux!
115 * Converted entire manual to DocBook SGML so it will be easier to
116 expand in the future. The HTML manual, also, looks far nicer now
117 than it did before.
118 * Fixed the Tk.VerboseUI -- small, silly error introduced in 3.99.6.
119 * Multiple performance and reliability enhancements to syncing
120 algorithms, as described below.
121 * The process of uploading new messages from local folders to the IMAP
122 server was not internally multi-threaded previously. Now it is.
123 This means that if you have a single folder with lots of new messages
124 locally, the processing time should be dramatically sped up. Moreover,
125 the process should be more reliable because we do not risk connections
126 going dead.
127 * The process of synchronizing flags has been overhauled and optimized.
128 Previously, for each message where a flag (seen, replied, etc.) was
129 changed, we'd issue a separate command to the IMAP server to adjust
130 things. Now, we issue one command for each flag. In other words,
131 instead of seing 45 messages saying something like "Adding flag S to
132 message 1421", you now see one message saying "Adding flag S to 45
133 messages" -- and the interaction with the IMAP server may well be
134 almost 45 times faster on this. We will now issue at most four
135 commands per flag operation (add or remove) per folder, where before,
136 we may have issued as many as two per message. Should be a
137 large speedup in most cases, but a small slowdown in a few.
138 * Potentially increased the reliability of writing files to the Maildir.
139
140 -- John Goerzen <jgoerzen@complete.org> Wed, 8 Jan 2003 19:30:11 -0600
141
142 offlineimap (3.99.6) unstable; urgency=low
143
144 * This a 4.0 TRACK release, and may be unstable or in flux!
145 * Completed work to make both graphical interfaces work
146 with a threaded Tcl/Tk Tkinter. A threaded Tcl/Tk actually makes
147 life MORE difficult for multi-threaded Python programs, argh.
148 * Now properly handles folder names that contain parenthesis. Used
149 patch from Kyler Laird in
150 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=173895.
151 Closes: #173895.
152 * Changed to a more account-centric behavior. The refresh time is now
153 a per-account variable. Implemented new account classes. User
154 interfaces must now be updated to take advantage of this.
155 *** NOTE *** THIS CHANGE BREAKS COMPATIBILITY WITH OLDER VERSIONS.
156 * New color console interface: Curses.Blinkenlights! Try it out!
157 Closes: #167357.
158 * Due to possibly having one account sleep while another is reading a
159 password, and other tricky situations, support for nice updating and
160 cancelling of a sleep in TTY.TTYUI has been removed. (Sleep will
161 still work; there is just no way to cancel it early.)
162 .
163 However, this is not going to be a huge problem because the new Curses
164 Blinkenlights interface has this support, and does it a lot better than
165 TTY.TTYUI ever could have.
166 * Provided config file default for many more options. Closes: #168219.
167 * New example file offlineimap.conf.minimal showing you how to get started
168 fast. It uses only 6 lines to set up an account.
169
170 -- John Goerzen <jgoerzen@complete.org> Mon, 6 Jan 2003 06:59:44 -0600
171
172 offlineimap (3.99.5) unstable; urgency=low
173
174 * Added ability to disable expunging on the server.
175 * Fixed infinite loop with preauth. Closes: #169514, #171485.
176
177 -- John Goerzen <jgoerzen@complete.org> Tue, 03 Dec 2002 06:22:37 -0600
178
179 offlineimap (3.99.4) unstable; urgency=low
180
181 * Fixed setup.py installation instructions.
182 * Added more debugging to the CRAM-MD5 authentication module.
183 * CRAM-MD5 *really* fixed this time. Thanks to MJ for the patch.
184 * Adding missing import os to imapserver.py. Thanks to John Wiegley
185 for catching that.
186
187 -- John Goerzen <jgoerzen@complete.org> Tue, 5 Nov 2002 08:06:45 -0600
188
189 offlineimap (3.99.3) unstable; urgency=low
190
191 * Moved password promting into imapserver.py. Passwords are now asked
192 for on-demand and typos will no longer crash the program (the user
193 will be re-prompted). Closes: #162672.
194 * Falls back to plain-text auth if CRAM-MD5 fails. Fixes [complete.org #42]
195 * Fixed CRAM-MD5 auth so it actually works now.
196
197 -- John Goerzen <jgoerzen@complete.org> Mon, 4 Nov 2002 06:16:11 -0600
198
199 offlineimap (3.99.2) unstable; urgency=low
200
201 * Further attempts to fix imapsplit problems.
202 * When an exception occurs, OfflineIMAP will attempt to print the last
203 50 debug messages, whether or not debugging was enabled for this
204 session. This way, even unexpected and non-repeatable errors stand
205 a chance of getting a more detailed log.
206 * Handle uidvalidity file in an atomic fashion. CLoses: #165600.
207 * Supports CRAM-MD5 authentication. Fixes [complete.org #38], and for
208 Debian, Closes: #154165.
209 * Noted CRAM-MD5 support in the "CONFORMING TO" section of the manual.
210 * Certain servers may not always return the UID flag for new messages.
211 This causes an OfflineIMAP exception, though rerunning will fix it.
212 Now, OfflineIMAP will detect the condition and ignore the offending
213 messages (without an exception) until the next sync.
214
215 -- John Goerzen <jgoerzen@complete.org> Sat, 02 Nov 2002 10:23:10 -0600
216
217 offlineimap (3.99.1) unstable; urgency=low
218
219 * Fixed some syntax errors in imaputil.py
220 * Fixed a syntax error with mbnames
221
222 -- John Goerzen <jgoerzen@complete.org> Wed, 9 Oct 2002 19:34:37 -0500
223
224 offlineimap (3.99.0) unstable; urgency=low
225
226 * The next few releases are adding features and reorganizing
227 code in preparation for 4.0.0.
228 * imaputil.py now logs information with IMAP debugging is enabled.
229 * Added folderfilter capability to mbnames recorder. You can now omit
230 specified folders from the mbnames output.
231 * Added a workaround to imaputil.py to deal with a bug in imaplib.py's
232 tuple when a response contains a literal in certain cases.
233 * Split out the code in bin/offlineimap into offlineimap/init.py.
234 Retaining bin/offlineimap as a skeletal piece only. Contains
235 about three lines of code now. This will make many things
236 easier, including debugging.
237 * Added library version check to bin/offlineimap and
238 offlineimap/init.py.
239 * Moved __main__.ui to functions in UIBase: getglobalui() and
240 setglobalui().
241 * Added license comments to some source files that were missing them.
242 * Moved some code from offlineimap/init.py to new file
243 offlineimap/syncmaster.py to help dileneate between code that
244 performs different functions.
245 * Moved threadexited from offlineimap/init.py to
246 offlineimap/threadutil.py.
247 * offlineimap.py is back to ease the use of OfflineIMAP in single-user
248 installations.
249
250 -- John Goerzen <jgoerzen@complete.org> Mon, 07 Oct 2002 05:08:08 -0500
251
252 offlineimap (3.2.8) unstable; urgency=low
253
254 * Added a work-around for some IMAP servers that respond poorly
255 to LIST "" "". It will now do LIST "" "*", for them only.
256
257 -- John Goerzen <jgoerzen@complete.org> Mon, 30 Sep 2002 10:48:01 -0500
258
259 offlineimap (3.2.7) unstable; urgency=low
260
261 * Moved executable to bin/offlineimap. This will allow setup.py to
262 properly install it as offlineimap instead of offlineimap.py.
263 * Made sure executables use /usr/bin/env in bangpath.
264 * Font size for Blinkenlights interface is now configurable.
265
266 -- John Goerzen <jgoerzen@complete.org> Thu, 19 Sep 2002 06:46:56 -0500
267
268 offlineimap (3.2.6) unstable; urgency=low
269
270 * Changed indentation in debian/control. Closes: #156327.
271 * Removed calls to folder object deletions. None have been implemented
272 anyway.
273 * folder/Maildir.py: unlink throws OSError, not IOError; fixed.
274 Now handles message deleting race condition properly.
275 Closes: #154497.
276
277 -- John Goerzen <jgoerzen@complete.org> Fri, 16 Aug 2002 17:43:19 -0500
278
279 offlineimap (3.2.5) unstable; urgency=low
280
281 * Now handles uploading messages without Message-Id headers.
282 Closes: #156022.
283 * Applied patch from Tommi Virtanen that adds two new config file
284 options: pythonfile and foldersort. Fixes [complete.org #29], and
285 for Debian, Closes: #155637.
286 * Added documentation for the above features.
287 * Even more resiliant in the face of invalid Date headers. Closes: #155994.
288
289 -- John Goerzen <jgoerzen@complete.org> Fri, 9 Aug 2002 17:54:01 -0500
290
291 offlineimap (3.2.4) unstable; urgency=low
292
293 * When using nested folders, the Maildir repository handler now properly
294 deals with folders that are nested inside "noselect" folders -- ones
295 that do not actually contain messages and are not provided in the
296 server's LIST response. Fixes [complete.org #32] and, for Debian,
297 Closes: #155866.
298
299 -- John Goerzen <jgoerzen@complete.org> Thu, 8 Aug 2002 17:54:44 -0500
300
301 offlineimap (3.2.3) unstable; urgency=low
302
303 * -d now takes a parameter: imap or maildir (or both) to specify
304 what type of debugging to do.
305
306 -- John Goerzen <jgoerzen@complete.org> Thu, 8 Aug 2002 10:02:36 -0500
307
308 offlineimap (3.2.2) unstable; urgency=low
309
310 * Updated manual to show new Gray color.
311 * Scrolling behavior is better now; sometimes, with fast-scrolling text,
312 the log would stop scrolling.
313 * Better handling of read-only folders. We will now warn if there is
314 a change, but not propogate it. New config variable ignore-readonly
315 can suppress the warnings. This fixes [complete.org #10] and,
316 for Debian, Closes: #154769.
317 * If a given Maildir folder is new, remove the associated local status
318 cache file, if any. That way, there will not be any chance of
319 propogating hordes of deletes and adds based on old status data.
320 * Added support for /-separated Maildirs -- that is, hierarchical
321 Maildir trees. Fixes [complete.org #28] and, for Debian,
322 Closes: #155460.
323 * Preventitive security: Folder names may not contain ./ or start with /.
324
325 -- John Goerzen <jgoerzen@complete.org> Wed, 07 Aug 2002 20:22:25 -0500
326
327 offlineimap (3.2.1) unstable; urgency=low
328
329 * There is a new "connecting" event that will appear in all but the
330 Quiet UIs. It has a gray color in Blinkenlights. This event indicates
331 the the program is connecting to a remote server.
332 * Blinkenlights UI log window is now scrolled and has a new
333 config file option "bufferlines" to specify the size of the scroll
334 buffer.
335 * The Blinkenlights window is now non-resizable when the log is disabled.
336 When the log is enabled, the window is resizable, and the changes in
337 size are reflected in the log widget. Therefore, the Bigger Log
338 and Smaller Log items can disappear, and the Log menu now becomes
339 a Show Log or a Hide Log menu option. No sub-menus necessary anymore.
340 This presents a much cleaner feel, more intuitive operation, and
341 faster navigation.
342 * Fix for account name interpolation in dot warning from 3.2.0 from
343 Martijn Pieters.
344 * Backed out check for . in account names for now. Will put it back in
345 when we have a consensus on what exactly to do. Doubt that anyone
346 has a foldername that would conflict with Blinkenlights anyway.
347 * Fix reading the ui.Tk.Blinkenlights bufferlines option.
348
349 -- John Goerzen <jgoerzen@complete.org> Wed, 24 Jul 2002 17:04:04 -0500
350
351 offlineimap (3.2.0) unstable; urgency=low
352
353 * New BLINKENLIGHTS interface! Mesmerising, isn't it?
354 * New ui.Tk.Blinkenlights section in offlineimap.conf.
355 * New USER INTERFACES section in the manual.
356 * TTYUI isusable() now checks to see if stdout and stdin are TTYs.
357 * Added build-dependency on python2.2-dev. Closes: #154167.
358
359 -- John Goerzen <jgoerzen@complete.org> Wed, 24 Jul 2002 17:53:20 -0500
360
361 offlineimap (3.1.1) unstable; urgency=low
362
363 * Modified imaputil.py and folder/Maildir.py to run faster. Eliminated
364 many regular expressions; pre-compiled many others.
365 * Fixed threadutil's exitnotifyloop to always handle threads in the order
366 they exited, rather than sometimes in the inverse order. This way,
367 make sure to handle thread's exception messages before a thread exited.
368 * Replaced imaplib.py's braindead readline() with a more efficient one.
369 * More optimizations to imaputil and folders for faster operation.
370 * These optimizations, all together, have resulted in OfflineIMAP
371 using approximately half the CPU time of previous versions, fixing
372 [complete.org #6], and... Closes: #153503.
373
374 -- John Goerzen <jgoerzen@complete.org> Wed, 24 Jul 2002 06:53:16 -0500
375
376 offlineimap (3.1.0) unstable; urgency=low
377
378 * When uploading messages from a Maildir, now convert \r\n to \n in case
379 the message is stored weirdly. That way, everything is uniform.
380 Fixes [complete.org #11].
381 * Manual: added UW IMAPD example with references from docwhat@gerf.org.
382 * New UI modules: Noninteractive.Basic and Noninteractive.Quiet.
383 Fixes [complete.org #14].
384 * Added per-thread profiling support to aid in debugging.
385
386 -- John Goerzen <jgoerzen@complete.org> Sun, 21 Jul 2002 16:09:42 -0500
387
388 offlineimap (3.0.3) unstable; urgency=low
389
390 * No longer throws an exception when updating messages with strange
391 Date headers; will just set IMAP Internaldate to the current date.
392 Closes: #153425.
393 * No longer doubles-up reference names for mailboxes. Closes: #153515.
394 * Noted new bug-tracking system in manual and rebuilt manual files.
395 * Now stores incoming messages in 'cur' instead of 'new' if they have
396 the S flag. Closes: #152482.
397
398 -- John Goerzen <jgoerzen@complete.org> Sun, 21 Jul 2002 13:46:13 -0500
399
400 offlineimap (3.0.2) unstable; urgency=low
401
402 * Fixed mailbox name recorder to use localfolder.getvisiblename() rather
403 than remotefolder.getvisiblename()
404 * Fixed remotepassfile option. Closes: #153119. Used 1-line patch from
405 Tommi Virtanen.
406 * Now handles cases of not being able to get UID for an uploaded message
407 more gracefully. This could occur if the server doesn't support
408 SEARCH, can't find the message ID, or finds multiple message IDs.
409 Closes: #153241.
410 * Now source is in Subversion. Make version.py log the Subversion
411 revision number.
412
413 -- John Goerzen <jgoerzen@complete.org> Wed, 15 Jul 2002 06:43:36 -0500
414
415 offlineimap (3.0.1) unstable; urgency=low
416
417 * Detabified the source.
418 * Added UI list to the manpage.
419 * Added -o (run only once) option with patch sent in by Martijn Pieters.
420 * Optimized folder/IMAP.py addmessagesflags() with new listjoin() in
421 imaputil. Now, send the server 1:5,7 instead of 1,2,3,4,5,7.
422 * Made folder/Maildir.py/deletemessage() more tolerant if a message
423 asked to be deleted already has been.
424 * In Base.py/copymessageto(), no longer bother calling getmessage()
425 unless a folder's storemessages() returns true. This will also help
426 with syncing to LocalStatus if the user deleted messages in the
427 Maildir since the cachemessagelist() was called.
428
429 -- John Goerzen <jgoerzen@complete.org> Fri, 12 Jul 2002 07:28:24 -0500
430
431 offlineimap (3.0.0) unstable; urgency=low
432
433 * Introduced a new graphical user interface written with Tkinter.
434 It features a nice view of multi-threaded displays.
435 * The TTY user interface now also displays thread names.
436 * Program-wide, new threads are given descriptive names to aid in
437 debugging and status messages.
438 * Added new module offlineimap/ui/detect.py that is used to detect
439 which user interface to select for a given session. Its operation
440 is governed by the ui config option and the -u command-line option.
441 * Made IMAP folder addmessagesflags() resiliant to a server refusing
442 to return a full set of new message flags. Closes: #152587.
443 * Completely rewrote documentation. OfflineIMAP now has an
444 exhaustive manpage, which is really a manual. It is also shipped
445 in plain text, HTML, PDF, and PostScript formats.
446 * New command-line options:
447 -1 to force no multi-threaded operation
448 -u to force a particular UI
449 -a to specify which accounts to sync
450 -h to print help
451 -c to specify an alternate config file
452 * Added a workaround for UW IMAP problem wherein the server loses
453 uidvalidity whenever a folder is emptied. Now, the program
454 will not consider it a problem if uidvalidity is lost when a folder
455 and the local status cache are both completely empty, since we do
456 not really need to preserve uidvalidity in that case anyway.
457 Closes: #152079.
458
459 -- John Goerzen <jgoerzen@complete.org> Thu, 11 Jul 2002 22:35:42 -0500
460
461 offlineimap (2.0.8) unstable; urgency=low
462
463 * Modified the IMAP folder to use SELECT rather than STATUS more often.
464 Makes the code more robust; handles better with read-only folders;
465 and runs faster, especially for non-threaded useres, where it
466 may eliminate up to 2-3 commands per folder.
467 * Made sure IMAP folder savemessage() does a select. This was a possible
468 bug.
469 * Modified Maildir folder to unlink messages with T flag in
470 cachemessagelist()
471 * My own box now syncs in 3 seconds.
472 * Optimized acquireconnection() to try to give a thread back the
473 connection that it last used, if possible.
474
475 -- John Goerzen <jgoerzen@complete.org> Tue, 9 Jul 2002 23:29:30 -0500
476
477 offlineimap (2.0.7) unstable; urgency=low
478
479 * Fixed imaplib.py to work better with read-only folders.
480
481 -- John Goerzen <jgoerzen@complete.org> Tue, 9 Jul 2002 20:24:21 -0500
482
483 offlineimap (2.0.6) unstable; urgency=low
484
485 * Added support for holdconnectionopen and keepalive. This feature
486 allows for an IMAP server connection(s) to be held open until
487 the next sync process, permitting faster restart times.
488 * Another try at read-only folder support. This is nasty because I
489 have no way to test it and imaplib's read-only support is weird.
490 * Closing out old bug; fixed in 1.0.2. Closes: #150803.
491 * Optimized algorithm so that a SELECT is never issued for folders
492 that contain no messages.
493
494 -- John Goerzen <jgoerzen@complete.org> Tue, 9 Jul 2002 20:05:24 -0500
495
496 offlineimap (2.0.5) unstable; urgency=low
497
498 * Fixed a folderfilter example. Partially fixes #152079.
499 * Added folderincludes capability. Partially fixes #152079.
500 * More fixes for read-only folders.
501
502 -- John Goerzen <jgoerzen@complete.org> Fri, 5 Jul 2002 09:21:52 -0500
503
504 offlineimap (2.0.4) unstable; urgency=low
505
506 * Made OfflineIMAP at least rudimentarily compatible with read-only
507 folders. It will still fail if they get modified locally, though.
508 * Flags are handled case-insensitively. Closes: #151993.
509
510 -- John Goerzen <jgoerzen@complete.org> Fri, 5 Jul 2002 09:10:29 -0500
511
512 offlineimap (2.0.3) unstable; urgency=low
513
514 * Added support for specifying references. Closes: #151960.
515 * Added -d command-line option to enable imaplib debugging.
516
517 -- John Goerzen <jgoerzen@complete.org> Thu, 4 Jul 2002 20:39:29 -0500
518
519 offlineimap (2.0.2) unstable; urgency=low
520
521 * Added support for remotepassfile. Closes: #151943.
522 * Added support for preauth tunnels.
523
524 -- John Goerzen <jgoerzen@complete.org> Thu, 4 Jul 2002 14:46:23 -0500
525
526 offlineimap (2.0.1) unstable; urgency=low
527
528 * Fixed a bug with not properly propogating foldersep changes.
529 Now, local folders and status folders properly use the foldersep
530 mechanism. This corrects a problem with Exchange servers.
531 * Wrote a major new thread montiring subsystem, defined a new
532 ExitNotifyThread. Handling of Ctrl-C now occurs within 1 second
533 rather than after the whole program terminates. Exceptions that
534 occur in a thread are now caught by the main thread and marshalled
535 over into the UI side of things for dispatch. The entire program will
536 now abort when one thread dies with an exception.
537
538 -- John Goerzen <jgoerzen@complete.org> Thu, 4 Jul 2002 09:07:06 -0500
539
540 offlineimap (2.0.0) unstable; urgency=low
541
542 * This code is now multithreaded. New config file options control the
543 behavior. This can make synchronizing several times faster.
544 * Fixed the STATUS call to be compatible with Exchange.
545 * Added the ability to exclude folders.
546 * If upgrading from 1.0.x, you will need to add maxsyncaccounts to the
547 general section and maxconnections to each account sections.
548 There is also a new folderfilter option.
549 You can find examples of all of these in the new offlineimap.conf
550 example file packaged with the distribution.
551 * The Debian package now properly installs the example offlineimap.conf
552 file.
553 * There is a new mailing list available. To join, send SUBSCRIBE
554 to offlineimap-request@complete.org. The posting address is
555 offlineimap@complete.org.
556
557 -- John Goerzen <jgoerzen@complete.org> Wed, 3 Jul 2002 19:21:32 -0500
558
559 offlineimap (1.0.4) unstable; urgency=low
560
561 * Deletion of more than one message has been optimized. This could make
562 deleting large numbers of messages far faster -- several orders of
563 magnitude.
564 * Moved more sleep code into ui layer. Fancier sleep actions are now
565 possible. Better handling of Ctrl-C in TTY handler.
566
567 -- John Goerzen <jgoerzen@complete.org> Tue, 2 Jul 2002 19:16:04 -0500
568
569 offlineimap (1.0.3) unstable; urgency=low
570
571 * Fixed a bug when a message was deleted on the IMAP side and modified
572 on the local side.
573
574 -- John Goerzen <jgoerzen@complete.org> Mon, 24 Jun 2002 19:08:21 -0500
575
576 offlineimap (1.0.2) unstable; urgency=low
577
578 * Made sure that LocalStatus does writing atomically. If the program
579 is interrupted during save(), there will always be a complete copy of
580 either the old or the new data.
581
582 -- John Goerzen <jgoerzen@complete.org> Mon, 24 Jun 2002 06:57:28 -0500
583
584 offlineimap (1.0.1) unstable; urgency=low
585
586 * Fixed a bug with writing messages to some IMAP servers. Turns
587 out we need to issue CHECK between APPEND and SEARCH for some.
588 Thanks to Donovan Lange for reporting this bug and helping track it
589 down.
590
591 -- John Goerzen <jgoerzen@complete.org> Fri, 21 Jun 2002 22:03:12 -0500
592
593 offlineimap (1.0.0) unstable; urgency=low
594
595 * Initial Release. Closes: #150571.
596
597 -- John Goerzen <jgoerzen@complete.org> Fri, 21 Jun 2002 18:54:56 -0500
598
599 Local variables:
600 mode: debian-changelog
601 End: