Statistics
| Revision:

root / NEWS @ 2723

History | View | Annotate | Download (51.7 kB)

1
Changes of Sylpheed
2
3
* 3.1.0beta3 (development)
4
5
    * New features
6
7
      * Drag and drop of addresses on the address book is supported now.
8
      * New plug-in 'Attachment Tool Plug-in' was added. It enables the
9
        removal of attachments in messages.
10
      * MS Outlook Express mail stores (dbx) can be imported now.
11
      * Win32: MS Outlook Express mail stores can be imported automatically
12
        on first run.
13
14
    * Improvements
15
16
      * 'Alias' attribute can be selected on CSV addressbook import.
17
      * When modification of templates are cancelled, confirm dialog will
18
        be displayed now.
19
      * The order of templates can be changed now.
20
      * Virtual folders can be moved now.
21
      * 'Always show messages in summary when selected' was improved, and
22
        it is enabled by default.
23
        - Automatically selected messages will not be marked as read anymore.
24
        - The message view will not be cleared on multiple selection.
25
      * "mark_as_read_on_new_window" setting became a hidden option.
26
      * Redundant menu items are not displayed on the context menu of the
27
        folder view now.
28
      * 'Junk' special folder was added. It will be automatically created
29
        if not exist.
30
      * 'Empty junk' context menu will be displayed on the Junk folder.
31
      * A new account option 'Put signature before quote (not recommended)'
32
        was added.
33
      * A new option 'Change current account on folder open' was added, and
34
        it is enabled by default.
35
      * 'Cancel all' button was added to the POP3 receive dialog.
36
      * The POP3 receive dialog will display only the number and size of
37
        messages in current session, not including previously received ones.
38
      * On 'File - Save as...' dialog, '.eml' extension was added for the
39
        default file name.
40
      * New plug-in APIs for summary view and alert panel were added.
41
      * English Sylpheed FAQ was updated.
42
43
    * Bugfixes
44
45
      * The bug that accepted SSL certs were not loaded when using --configdir
46
        option was fixed.
47
      * The IMAP4 response parser was fixed.
48
      * The LDIF parser was modified.
49
50
* 3.1.0beta2 (development)
51
52
    * On POP3 receiving, new messages are displayed on the summary view
53
      immediately. Folder switching is not required anymore.
54
    * The feature to combine partial messages (RFC 2046, message/partial)
55
      was added.
56
    * Users can move up/collapse/expand the folder view using left/right arrow
57
      key now.
58
    * When inline image setting is off, images are not displayed in the
59
      Attachment tab too.
60
    * When a connection to IMAP/News server fails, an error dialog will be
61
      displayed now.
62
    * The menu items 'Mark/Mark' and 'Mark/Unmark' were changed to
63
      'Mark/Set flag' and 'Mark/Unset flag' for understandability.
64
    * The upper limit of auto-check interval was changed to 1000 minutes.
65
    * The new plug-in APIs for user-agent string and the summary view were
66
      added.
67
    * The source files of the English FAQ and manual were added.
68
    * The hidden <account-id> filter condition works now.
69
    * Fixed-positioned windows (such as main window, compose window, etc.)
70
      are always displayed on screen now. This prevents windows displayed
71
      outside of screen between multi and single monitor switching.
72
    * The crash when POP3 session was cancelled while processing received mail
73
      was fixed.
74
75
* 3.1.0beta1 (development)
76
77
    * Full automatic address completion was implemented. Users can also
78
      configure to use the previous behavior (start completion on Tab key).
79
    * The debug log output for filtering was added.
80
    * Update check can also show alternative version as well as internal
81
      version now.
82
    * New plug-in APIs for update check and folder view were added.
83
    * A new option '--instance-id <ID>' was added. This allows users to run
84
      multiple instances of Sylpheed.
85
    * 'Open' menu was added to the attach context menu of the message
86
      composition window. This allows users to open attached files before
87
      sending.
88
    * English Sylpheed FAQ was updated.
89
    * Plug-ins are also loaded from user plug-in directory now.
90
    * Unix: the default web browser command was changed to xdg-open, and
91
      obsolete commands were removed.
92
    * Unix: the crash when using %f on IMAP messages at the action tool was
93
      fixed.
94
    * The crash when clicking tray icon menu 'Get from current account' when
95
      no account exist was fixed.
96
    * The crash on 64-bit architecture with LDAP was fixed (debian BTS #463366).
97
    * Some GTK+ warnings were removed.
98
    * Redundant debug or error messages were removed.
99
    * The bug that MIME flags were not set to imported mbox file and filtered
100
      sent messages was fixed.
101
102
* 3.0.2 (stable)
103
104
    * The random scrolling problem on selecting folders with GTK+ 2.12 or
105
      later was fixed.
106
    * The problem that config files are not updated after creating new
107
      accounts was fixed.
108
    * The problem that folder config file was not updated after changing IMAP
109
      or News account name was fixed.
110
    * Win32: OpenSSL was updated to 0.9.8n (security fix).
111
112
* 3.0.1 (stable)
113
114
    * Several typos in dialogs were fixed.
115
    * The Japanese manual was updated.
116
    * Win32: included libpng library was updated to 1.2.43 (security fix).
117
    * Win32: included libtiff library was updated to 3.9.2 (security fix).
118
119
* 3.0.0 (stable)
120
121
    * The message catalogs were updated.
122
    * The bug that caused freeze when sending or receiving messages with
123
      STARTTLS and 'SSL certificate verify failed' dialog popped up.
124
125
* 3.0.0rc (development)
126
127
    * The Japanese manual was updated.
128
    * The 'Enable address auto-completion' setting was added.
129
    * Curl command timeout was set to 10 seconds.
130
    * The compile error with OpenSSL disabled was fixed.
131
    * Win32: multiple reference to a folder with different letter case is
132
      prohibited when creating a new one.
133
    * Some minor bugs were fixed.
134
135
* 3.0.0beta8 (development)
136
137
    * The new filter match type 'is in addressbook' was added. This can be
138
      used from filtering, query search and quick search.
139
    * The new account setup dialog was implemented. It also supports easy
140
      Gmail setup.
141
    * The address completion was modified.
142
    * The spell-checking and PGP settings are preserved for draft messages now.
143
    * The crash problem when trying to check PGP signatures while GnuPG was
144
      not available was fixed.
145
146
* 3.0.0beta7 (development)
147
148
    * The feature to add new recipients to address book on sending was added.
149
    * Color labels are saved on IMAP server now (partially compatible with
150
      Thunderbird).
151
    * The auto-wrapping setting is preserved for draft messages now.
152
    * The problem that beep sound was out when opening folders which were
153
      sorted in descending order was fixed.
154
    * The new plug-in APIs for compose window were added.
155
156
* 3.0.0beta6 (development)
157
158
    * The bug that IMAP caches get wrongly deleted was fixed.
159
    * The copyright year was updated.
160
161
* 3.0.0beta5 (development)
162
163
    * The feature to customize the color label text was added.
164
    * The option to set only mail address of recipients when replying was
165
      added.
166
    * When messages are added to IMAP folders, received-date information
167
      is also set using Date header (mainly for Gmail).
168
    * The configure option '--disable-updatecheck' which disables the update
169
      check feature was added.
170
    * The configure option '--enable-silent-rules' is enabled if automake is
171
      equal or greater than 1.11.
172
    * A workaround for crash caused by enchant with zemberek was added
173
      (requires dbus-glib-1 if enchant is equal or greater than 1.4.2).
174
    * The bug that caused freeze when remote IPC commands were executed.
175
    * The bug that IMAP caches with UIDs larger than INT_MAX were never
176
      deleted was fixed.
177
178
* 3.0.0beta4 (development)
179
180
    * The folder icons were renewed.
181
    * 'Last 7 days' was added to the quick search options.
182
    * The number of matched messages is displayed at the side of quick search
183
      now.
184
    * Description is displayed on the quick search entry when it does not have
185
      focus.
186
    * Always show warning dialog when SSL certificate is expired.
187
    * The menu item to request disposition notification was added to the
188
      compose window.
189
    * The setup dialog on the first run became user-friendly.
190
    * The update check dialog will not be displayed if modal dialog exists
191
      or receiving of mail is active to prevent dialogs becoming
192
      uncontrollable.
193
    * The button order of folder selection dialog was modified.
194
    * Win32: the button order of close confirmation dialog of compose window
195
      was modified.
196
197
* 3.0.0beta3 (development)
198
199
    * SHA1/MD5 fingerprint and validity period of certificate is now
200
      displayed when verification of server SSL certificate failed.
201
    * Address book is now sortable by each column.
202
    * Address book search feature was added.
203
    * The visibility of message number columns in the folder view is now
204
      configurable for each column.
205
    * The error check of socket connection became more strict.
206
    * Win32: OpenSSL was updated to 0.9.8l.
207
208
* 3.0.0beta2 (development)
209
210
    * Many important bugs related to multi-threading were fixed.
211
    * The unintended drag start on IMAP folders was fixed.
212
    * The libtool version was increased to prevent linking problem.
213
    * Several new APIs were added to the plug-in library.
214
    * Win32: 48x48(32bpp) icon was added.
215
216
* 3.0.0beta1 (development)
217
218
    * Multi-threading was introduced.
219
      (can be disabled by --disable-threads configure option)
220
    * Win32: network connection runs on another thread to prevent blocking
221
      of the user interface.
222
    * Execution of external commands (such as bsfilter) on filtering will
223
      not block the user interface anymore.
224
    * The major part of IMAP protocol communication runs on another thread
225
      to prevent blocking of the user interface.
226
    * The query search is executed on another thread.
227
    * LibSylph is (almost) thread-safe now.
228
    * Summary caches are updated on the fly (on receive/move/copy/delete).
229
      This improves the performance of opening folders with many new messages.
230
    * Progress is displayed while scanning folders.
231
    * The user interface of address book was rewritten using the new API
232
      (GtkTreeView). This will reduce the glitches in the older versions.
233
    * Included Sylpheed FAQ (English) was updated.
234
    * Some bugfixes are made.
235
236
* 2.7.1 (stable)
237
238
    * The feature to import and export .eml files was added.
239
    * Progress is displayed during import and export now.
240
    * The warning about non-exist plug-in directory was removed.
241
    * The comments within Content-Type header are handled now.
242
    * The order of signals emitted at moving messages was modified.
243
    * The sylpheed.spec file was fixed.
244
245
* 2.7.0 (stable)
246
247
    * The plug-in system was implemented (still experimental. See
248
      PLUGIN.txt for detail).
249
    * LibSylph (internal version) is built as shared library now.
250
    * The update check feature was implemented (requires curl command).
251
    * fsync() will be called after writing configuration files.
252
    * 'Send queued messages' is shown instead of 'Mark all read'
253
      in the context menu of the Queue folder.
254
    * The default command line options of spam filters were modified.
255
    * Win32: hard link will be used to improve file I/O performance if
256
      available.
257
    * A crash bug on CSV import of the address book was fixed.
258
    * Several other bugfixes were made.
259
260
* 2.6.0 (stable)
261
262
    * A workaround for raw-JIS filename used for attachments (specifically
263
      Eudora) was made.
264
    * Some build fixes were made.
265
266
* 2.6.0rc (development)
267
268
    * The backups for configuration files are kept for four generations now.
269
    * Only new messages are counted when incorporating from local mbox.
270
    * In the folder selection dialog, only folders which are expanded in the
271
      folder view are expanded now.
272
    * The folders which should not be selected in the folder selection dialog
273
      became unselectable now.
274
    * The bug that the addressbook window was not refreshed when sender of
275
      message was added to the addressbook was fixed.
276
    * The compilation error in GTK+ 2.14.x was fixed.
277
278
* 2.6.0beta2 (development)
279
280
    * The menu was added to the remote POP3 mailbox window.
281
    * The sorting of remote POP3 mailbox was fixed.
282
    * The remote POP3 mailbox button was added to the toolbar.
283
    * The Japanese manual was updated.
284
    * Warnings about --datarootdir on configure was removed.
285
286
* 2.6.0beta1 (development)
287
288
    * The remote POP3 mailbox feature which can view/download/delete messages
289
      on POP3 servers directly was added.
290
    * Enchant (with GtkSpell 2.0.13) was supported.
291
    * When creating filter rule automatically, the target header field is used
292
      as a default filter name now.
293
    * The progress column was added to the progress dialog.
294
    * The parser of IMAP4 was fixed.
295
    * Unix: SIGHUP/SIGINT/SIGTERM/SIGQUIT signals are handled now.
296
    * Win32: system shutdown event is also handled on debug mode now.
297
298
* 2.5.0 (stable)
299
300
    * The sylpheed.desktop file was updated.
301
302
* 2.5.0rc2 (development)
303
304
    * A crash bug was fixed.
305
    * Content-Transfer-Encoding header with comments was supported.
306
    * UTF-8 locale strings with suffix '.utf8' were supported.
307
    * The 8KB restriction of template body size was removed.
308
309
* 2.5.0rc (development)
310
311
    * The sylpheed.desktop file was fixed.
312
    * The compose window now remembers the maximized state.
313
    * The focus will not move from the text view to the summary view with
314
      'Next/Prev' keyboard operation now.
315
    * The alert dialog is displayed now when PGP signing/encryption failed.
316
317
* 2.5.0beta3 (development)
318
319
    * Quoted lines are excluded when notifying missing attachments.
320
    * The option of excluded addresses/domains for recipients confirmation
321
      was added.
322
323
* 2.5.0beta2 (development)
324
325
    * The feature to confirm missing attachments was added.
326
    * The feature to confirm recipients before sending was added.
327
    * To: header is also searched in Sent/Draft/Queue folders.
328
    * 'Edit/Quick search' menu was added.
329
    * Spaces in address and server entries on account preferences dialog
330
      are now automatically removed when applied.
331
    * The address completion was fixed.
332
    * The compilation failure with GTK+ <= 2.8 was fixed.
333
    * Win32: --attach option was fixed.
334
335
* 2.5.0beta1 (development)
336
337
    * The vertical 3-paned view mode was added.
338
    * The feature to save SSL peer certificate was added.
339
    * The option 'Treat HTML only message as attachment' was added.
340
    * The bug that caused busy loop when initial connection was immediately
341
      refused was fixed.
342
    * The bug that the quote description dialog never appeared again after
343
      closing it with the close button was fixed.
344
    * The new/unread status display on quick search filtered mode was fixed.
345
    * The windres command will not be enabled on non-win32 platforms now.
346
347
* 2.4.8 (stable)
348
349
    * The encoding method of MIME headers is now determined by outgoing
350
      encoding rather than the value of MB_CUR_MAX.
351
    * The memory leaks and warnings in LDAP search were fixed.
352
    * The beep on folders with one message when using GTK+ 2.12 was removed.
353
    * Win32: The crash that occurred when trying to display some TIFF files
354
      was fixed.
355
    * Win32: Settings are now automatically saved on the shutdown of system.
356
357
* 2.4.7 (stable)
358
359
    * The bug that 'Set display item of summary...' button in common
360
      preferences always show send folder setting was fixed.
361
    * The all compiler warnings were removed.
362
    * The previous focus is kept when separation of view is changed.
363
    * The status label is automatically resized now when there is not enough
364
      width.
365
    * The bug that virtual folders were not sorted properly was fixed.
366
    * The crash when trying to use ascii-armored PGP encryption was fixed.
367
368
* 2.4.6 (stable)
369
370
    * The 'To' column was added to the summary view.
371
    * In Sent, Draft, and Queue folders, the 'To' column is displayed by
372
      default.
373
    * The display column setting of send folders became independent from
374
      normal folders.
375
    * The ascii-armored PGP encryption was fixed.
376
    * The combined method is used now when both PGP encryption and PGP signing
377
      are specified.
378
    * The PGP passphrase dialog was disabled on filtering and query search.
379
    * The new message notify will be blocked when a new message is read on
380
      receiving.
381
    * 'LIST "" "*"' command is used instead of 'LIST "" "%"' to obtain folder
382
      list from IMAP4 server.
383
    * The bug that noinferior and noselect flags were ignored until rebuilding
384
      folder tree when a new folder was created on IMAP4 server was fixed.
385
    * If attached files become nonexistent on sending, error dialog will be
386
      displayed and the sending will abort.
387
388
* 2.4.5 (stable)
389
390
    * The vulnerability that may be exploited by malicious POP3 server was
391
      fixed (SA26550).
392
    * The potential crash bug in address completion was fixed.
393
    * The signature separator '--' is not joined on line wrapping now.
394
    * Win32: GLib and GTK+ was updated to the latest version.
395
    * Win32: The focus problem when closing dialogs was fixed (GTK+).
396
397
* 2.4.4 (stable)
398
399
    * Reply and forward marks are appended after messages are actually sent.
400
    * The feature to reply to attached message/rfc822 messages was added.
401
    * When a folder is renamed, the path of junk folder is also updated.
402
    * A workaround for the error which occurs with Gmail SMTP server was made.
403
    * Win32: The bug that the name entry of creating or renaming an address
404
      book didn't accept key input was fixed.
405
    * Win32: The bug that the renaming of folders didn't modify filter
406
      actions in some cases was fixed.
407
408
* 2.4.3 (stable)
409
410
    * The quick search entry is cleared when Escape key is pressed on it.
411
    * UTF-8 with BOM is handled correctly when inserting signature.
412
    * A possible crash when adding address from address book was fixed.
413
    * Win32: Sylpheed now can be specified as a default mail program in
414
      Windows Vista.
415
    * Win32: The stall of SMTP session when sending messages via dial-up
416
      connection was fixed.
417
    * Win32: The infinite loop bug which occurred when PID of external editor
418
      was not obtained was fixed.
419
    * Win32: The bug that dialogs which popup on auto-checking becoming
420
      invisible if the main window was minimized was fixed.
421
422
* 2.4.2 (stable)
423
424
    * The recursive download of remote folders were enabled.
425
    * SSL ports in Advanced tab of the account prefs dialog are now
426
      automatically set when SSL is enabled.
427
    * The '--open' command line option which open messages in new window was
428
      added.
429
    * The quick search condition for each folder now persists between sessions.
430
    * The selection now persists when the quick search condition is updated.
431
    * Quoted-printable or base64 encoding is now forced on PGP/MIME signing
432
      instead of stripping trailing spaces (except for the case of ISO-2022-JP
433
      encoding).
434
    * The quoted-pair in From header is now processed correctly when displaying
435
      its name.
436
    * The performance of 'Mark all read' on IMAP folders was improved.
437
    * The bug that the character '+' in address was treated as URI-escaped
438
      space was fixed.
439
    * Unix: the problem that 'Get' and 'Get all' button could not be clicked
440
      after receiving while mouse pointer was over the buttons was fixed.
441
442
* 2.4.1 (stable)
443
444
    * If shift or control key is pressed on address completion, only address
445
      string is inserted now.
446
    * When completing addresses, display name is used rather than nickname.
447
    * Win32: The sylpheed.ini file is read on startup if exist, and
448
      '--ipcport' option was also added.
449
    * Win32: The autocheck timer is disabled while suspending to prevent
450
      network error on resuming.
451
    * Win32: OpenSSL library was replaced with self-compiled DLLs.
452
    * Win32: A bug that the folder path separator was not processed correctly
453
      when creating and renaming search folders was fixed.
454
455
* 2.4.0 (stable)
456
457
    * Invalid APOP timestamp is rejected now (CVE-2007-1558).
458
    * The configuration file is written out after the toolbar is customized.
459
    * Win32: OpenSSL was updated to 0.9.8e.
460
461
* 2.4.0rc (development)
462
463
    * The file copy and move were optimized.
464
    * The crash on the cancellation of POP3/SMTP session was fixed.
465
    * The crash when a person was removed and its e-mail addresses were
466
      referenced by a group in another folder was fixed.
467
    * The Japanese manual was updated.
468
    * Win32: If the initial loading of "MS Gothic" font failed, multi-byte
469
      font name is used now (workaround for JIS2004 MS Gothic font).
470
    * Win32: The crash when fetching messages more than 64KB from IMAP4 server
471
      via FreeCap (a SOCKS wrapper) was fixed.
472
473
* 2.4.0beta8 (development)
474
475
    * In the address book, the import of CSV and Tab-separated text file was
476
      implemented.
477
    * 'Within 1 day' and 'Recent 5 days' was added to the quick search rule.
478
    * The toolbar style switch was added to the toolbar context menu.
479
    * Stop button now cancels all sessions.
480
    * The limitation of the nesting level of MIME structure was relaxed.
481
    * A margin for text was added to the composition window.
482
    * An error dialog is displayed if the execution of junk filter command
483
      fails.
484
    * The overwrite confirmation of the file selection dialog was improved.
485
    * ISO-8859-16 was supported in code conversion.
486
    * Several UI problems in the address book were fixed.
487
    * The stability of the cancellation of POP3/SMTP session was improved.
488
    * The bug that the displayed number of message becoming incorrect on
489
      folder search was fixed.
490
491
* 2.4.0beta7 (development)
492
493
    * In-Reply-To header was supported in mailto URL.
494
    * Stop button was added to the main toolbar.
495
    * An error message is displayed now when the decryption of PGP encrypted
496
      messages failed.
497
    * Remote commands such as 'compose', 'receive' and 'send' are disabled
498
      when a modal dialog exists.
499
    * Process termination is forced after the execution of finalizer routine.
500
    * The behavior of 'Go to next unread' with changing folders was fixed.
501
    * The sylpheed.desktop file was modified.
502
    * Win32: A bug that the folder path separator was not processed correctly
503
      in some cases (fixes path information becoming incorrect on renaming
504
      subfolders).
505
506
* 2.4.0beta6 (development)
507
508
    * The bug in automatic IMAP4 filtering that messages which were not
509
      filtered were not counted as new ones was fixed.
510
    * Win32: The workaroud for the redraw problem of GtkCList and GtkCTree
511
      in GTK+ 2.10.11 was made.
512
    * Win32: The stall on rebuilding folder tree which appeared since GTK+
513
      2.10.11 was fixed.
514
    * Win32: Environmental variable "LANGUAGE" was disabled (fixes incorrect
515
      language selection on some environments).
516
517
* 2.4.0beta5 (development)
518
519
    * Close button was added to the address book dialog, and the layout was
520
      improved.
521
    * The automatic junk mail filtering on IMAP4 was enabled.
522
    * Automatically filtered IMAP4 messages are also counted for new mail
523
      notification now.
524
    * The default directory of the printing dialog became the document
525
      directory.
526
    * The crash on some environments when verifying signed messages was fixed.
527
    * The crash on exit when the order of summary columns were modified by
528
      DnD was fixed.
529
    * The wrong handling of quotation in multi-byte strings on MIME header
530
      encoding was fixed.
531
    * Win32: The bug that the timeout on receiving and sending didn't work
532
      was fixed.
533
    * Win32: The path separator problem of folderlist.xml was fixed.
534
    * Win32: libcairo-2.dll, libgpg-error-0.dll, libgpgme-11.dll, GLib and
535
      GTK+ was updated to the latest version.
536
    * Win32: The redraw of windows became smoother (GTK+).
537
    * Win32: Win32 shell icons are now displayed on the file selection dialog
538
      (GTK+).
539
540
* 2.4.0beta4 (development)
541
542
    * The address book was improved.
543
      - Copy and paste of persons in the address book was enabled.
544
      - The menu sensitivity of the address book became accurate.
545
      - When deleting addresses from a group, they are just removed from the
546
        group (not from person) now.
547
      - 'Lookup' button is disabled if LDAP search is not available.
548
    * The checking of remote folders doesn't abort with non-fatal errors now
549
      except for network failure.
550
    * The problem that the width of the folder view was not saved when the
551
      main window was maximized was fixed.
552
    * The coloring of message number columns in the folder view was enabled.
553
    * Win32: In Windows Vista, the problem that the selected menu items were
554
      not visible was fixed.
555
556
* 2.4.0beta3 (development)
557
558
    * The toolbar customization dialog was improved.
559
    * 'Not junk' and 'Search' button were added to the main toolbar.
560
    * The 'Send' button is disabled when no queued messages exist.
561
    * Junk mails are filtered when incorporating from local spool even if
562
      'Filter on incorporation' is disabled.
563
    * The 'Get' button of the main toolbar was fixed.
564
    * Several bugs of the search dialog were fixed.
565
    * Win32: The sorted column of the selected row on the summary view becomes
566
      visible when it doesn't have focus.
567
    * Win32: System fonts with multi-byte font names (such as 'MS PGothic' and
568
      'Meiryo') can be available now.
569
570
* 2.4.0beta2 (development)
571
572
    * The toolbar was rewritten with new API.
573
    * 'Prev', 'Print', 'Address', 'Prefs', and 'Account' was added to the
574
      main toolbar, and 'Prefs' and 'Account' was added to the compose toolbar.
575
    * The overflow menu for toolbar was added.
576
    * The width of toolbar buttons was reduced when the labels are displayed.
577
    * The option to place toolbar labels at the right of icons was added, and
578
      it became the default.
579
    * The bug that the window was kept being skipped from window list after it
580
      became visible with window shading or switching workspaces.
581
    * Some of the UI labels are modified.
582
    * Unix: Symbolic links are now also scanned when scanning MH folders.
583
584
* 2.4.0beta1 (development)
585
586
    * The automatic filtering of new messages in INBOX folder of IMAP4 account
587
      was implemented.
588
    * The customization of the toolbars was implemented.
589
    * The option to toggle window on trayicon click was added.
590
    * Junk mails are now filtered when incorporating from local spool.
591
    * UTF-8 is forced for headers instead of substituting characters if the
592
      code conversion failed.
593
    * The crash of the text view when switching between MIME parts was fixed.
594
    * Win32: the socket buffer size was increased to improve the performance
595
      of network communication.
596
    * Win32: GTK+ and GLib was updated to the latest version.
597
598
* 2.3.0 (stable)
599
600
    * The Japanese manual was updated.
601
602
* 2.3.0rc (development)
603
604
    * CA certificates bundle file is now looked up in multiple location.
605
    * Cancelling the verification of certificates is only applied for current
606
      connection now.
607
    * The version string was changed.
608
    * The bug that the blank message view appeared when displaying window from
609
      the tray icon while the message view was hidden in separate window mode
610
      was fixed.
611
    * Win32: The common CA certificates were included in the package.
612
613
* 2.3.0beta7 (development)
614
615
    * Page setup for printing was added.
616
    * The range specification of printing now works correctly.
617
    * The printing of MIME part now uses the new printing function.
618
    * The font size of printing now follows the display setting.
619
    * The option to input signature directly was added to the account
620
      preferences.
621
    * Signature is automatically generated when creating a new account.
622
    * Bcc: and Reply-To: were added to the template.
623
    * '/etc/ssl/certs' directory is used for SSL certificate verification if
624
      exist.
625
    * When SSL certificate cannot be verified, the confirmation dialog is now
626
      displayed.
627
    * Cursor is now placed at the top of the text (alternatively To or Subject
628
      entry if they are empty) when reediting messages.
629
    * Unix: Resolver is now reinitialized if '/etc/resolv.conf' is modified.
630
631
* 2.3.0beta6 (development)
632
633
    * The new printing function was implemented.
634
      - Each page is now rendered by Cairo.
635
      - The native print dialog is used.
636
      - Page number is printed for each page.
637
      - The option "Use external program for printing" was added.
638
      - The printing of MIME part was implemented.
639
    * Cc: was added to the header view.
640
    * The option "Inherit recipients on reply to self messages" was added.
641
    * Pilot-link (libpisock) 0.12 was supported.
642
    * The window position and the layout of the 'Add Address' dialog was
643
      modified.
644
    * The default directory of the file selection dialog was changed
645
      (in Win32, 'My Documents' is used. In Unix, the home directory is used).
646
    * The UI is now updated periodically on manual filtering.
647
    * The new mail notification on the tray icon is reset when any message
648
      is read now.
649
    * The encoding setting of the message view in new window is enabled also
650
      on reply.
651
    * Win32: The bug that the window was sometimes not displayed at the top
652
      when the tray icon was clicked was fixed.
653
    * Win32: The issue that the progress dialog was not updated while sending
654
      large messages was fixed.
655
656
* 2.3.0beta5 (development)
657
658
    * When new mails arrive, the tray icon is changed, and it will be kept
659
      until a new mail is read.
660
    * The option "Open inbox on startup" was added.
661
    * The option "Remeber last selected message" was added.
662
    * The crash when printing a message with empty subject was fixed.
663
    * The bug that the text in the composition window was not redrawn on the
664
      undo of large text was fixed.
665
666
* 2.3.0beta4 (development)
667
668
    * POP before SMTP was implemented.
669
    * Win32: The e-mail menu in the start menu now works when Sylpheed is
670
      selected as a default mailer.
671
    * WIn32: The character corruption on printing when environment-dependent
672
      Japanese characters are used was fixed.
673
    * Win32: The GDI resource leaks of GtkTreeView in XP classic theme and
674
      2000 which had introduced eventual application crash was fixed.
675
676
* 2.3.0beta3 (development)
677
678
    * The vertical padding of the folder view was reduced.
679
    * The change between folders became faster at GTK+ 2.10.x.
680
    * The bug that the window was kept hidden from taskbar on popup with
681
      another process when the window was minimized to tray was fixed.
682
    * The text insertion by the action was fixed again.
683
    * The height of the statusbar was adjusted.
684
    * The padding of the folder view was reduced.
685
    * Win32: The selection of the labels on the header view and the alert
686
      dialog are now visible.
687
    * Win32: The application icon was modified.
688
    * Win32: GTK+ was updated to 2.10.6, and OpenSSL was updated to 0.9.8d.
689
    * Win32: The network communication failure in some environments was fixed.
690
691
* 2.3.0beta2 (development)
692
693
    * Messages marked as read or junk mails are now excluded from the numbers
694
      of new messages.
695
    * Win32: GTK+ was updated to 2.10.4, and GLib was updated to 2.12.4.
696
    * Win32: The crash that occurred when Desktop folder was selected on the
697
      file selection dialog was fixed.
698
    * Win32: The bug that window position was reset when quitting Sylpheed
699
      while window was hidden was fixed.
700
    * Win32: The WSAEWOULDBLOCK state is now properly handled in socket I/O.
701
702
* 2.3.0beta1 (development)
703
704
    * GtkStatusIcon is used for the tray icon if available.
705
    * When GtkStatusIcon is used, the tray icon blinks for 5 seconds when new
706
      mails arrive.
707
    * The option 'Minimize to tray icon' was added.
708
    * The left click on the tray icon now only brings the main window in front.
709
    * Win32: The tray icon was implemented.
710
    * Win32: The SSL connection problem was fixed.
711
    * Win32: The included libraries (GLib, GTK+, Pango) were updated to the
712
      latest version. This introduces the following improvements:
713
      - The performance of network communication at receiving and sending
714
        was improved.
715
      - The appearance of the UI became more native-like.
716
      - The scrolling speed of the summary view with cursor keys was improved.
717
      - The broken display of the text view when it was partially hidden was
718
        fixed.
719
      - The position of color labels menu in the search dialog is correct now.
720
      - The problem that GTK+ strings became untranslated after the popup of
721
        context menu on GtkTextView was fixed.
722
      - The crash that occurred on startup if a font with non-ascii name was
723
        specified for system font was fixed.
724
      - The application doesn't freeze anymore when desktop theme is changed.
725
726
* 2.2.9 (stable)
727
728
    * The crash that occurred if the summary was sorted by invisible column
729
      was fixed.
730
    * The URI of the about dialog was updated.
731
    * Win32: OpenSSL was updated to 0.9.8c.
732
733
* 2.2.8 (stable)
734
735
    * The PLAIN authentication method for IMAP4 was supported.
736
    * The verification of encrypted and signed messages with combined method
737
      was supported.
738
    * Oniguruma regex library can be used instead of system's regex API.
739
    * The LDIF import of the addressbook was improved.
740
    * Full PGP signature information is displayed on the main text view.
741
    * All trailing spaces are removed when signing with PGP/MIME instead of
742
      using quoted-printable to improve compatibility with other MUAs.
743
    * A warning is displayed before sending when Bcc is specified at PGP
744
      encryption.
745
    * The bug that possibly lost relatively small messages on receiving when
746
      there was no disk space was fixed.
747
    * The behavior of manual junk filtering was fixed.
748
    * UTF-8 text can be inserted correctly in the compose window.
749
    * The error messages of the failure of displaying message body was
750
      improved.
751
    * Some workarounds for GTK+ 2.10 were made.
752
    * Minor UI fixes were made.
753
    * Other minor bugs were fixed.
754
    * Win32: Regular expression was supported in filtering.
755
    * Win32: The version information was added to the executable file.
756
757
* 2.2.7 (stable)
758
759
    * "Mark all read" was added to the folder context menu.
760
    * "Set as (not) junk mail" was added to the summary context menu.
761
    * The option to filter junk mails before normal filtering was added.
762
    * When replying to all, the original address strings are used for Cc
763
      instead of stripped ones.
764
    * Windows-1257 was added for display encoding.
765
    * Some menu items of the folder context menu were enabled even on receiving
766
      messages.
767
    * The bug that manual junk filtering didn't work when no filter rule exist
768
      was fixed.
769
    * Several crash bugs were fixed.
770
    * Win32: libgpg-error-0.dll and libgpgme-11.dll was updated.
771
    * Win32: The scanning of folders was optimized so that receiving or moving
772
      of messages become faster when folders contain large number of messages.
773
774
* 2.2.6 (stable)
775
776
    * The 8-bit literal (literal8) in IMAP4 response was supported.
777
    * The missing timeout handling was added for SMTP.
778
    * The failure of URI security check when they have leading space was
779
      fixed.
780
781
* 2.2.5 (stable)
782
783
    * The character corruption and crash bug when using Japanese half-width
784
      kana on sending messages was fixed.
785
    * The execution failure when using the accessibility module was fixed.
786
    * The bug that new/unread count becoming negative value was fixed.
787
    * The bug that bold face was disabled in the folder selection dialog
788
      with GLib 2.10 and Pango 1.12 was fixed.
789
    * The incorrect progressbar display when expired messages exist was fixed.
790
791
* 2.2.4 (stable)
792
793
    * MIME filename encoding with RFC 2231 parameter value extension was
794
      supported.
795
    * The clear button for the quick search entry was added.
796
    * The bug that bold face was disabled in GtkTreeView with GLib 2.10 and
797
      Pango 1.12 was fixed.
798
    * Win32: libwimp.dll was updated.
799
    * Win32: The bug that subfolders were duplicated when rebuilding folder
800
      tree while the settings were shared between Win32 and Unix was fixed.
801
    * Win32: The uninstaller was modified so that it only removes files and
802
      folders created by the installer.
803
804
* 2.2.3 (stable)
805
806
    * The sorting of the result of the query search was enabled.
807
    * The printing of messages now follows the state of 'Show all headers'.
808
    * Relative path is allowed for signature files.
809
    * The To, Cc, and Bcc button of the address book are now always enabled.
810
    * The window position of the address book is now preserved.
811
    * The toggle of the Cc entry on the composition window was enabled.
812
    * The appearance of the address book was modified.
813
    * Unix: The support of metamail command was removed, and it was replaced
814
      with the alternative implementation.
815
    * Win32: libwimp.dll was updated, and the appearance of the UI was
816
      improved.
817
    * Win32: zlib1.dll was updated.
818
    * Win32: The application icon was updated.
819
    * Win32: The unnecessary message catalog files were removed to reduce the
820
      archive size.
821
822
* 2.2.2 (stable)
823
824
    * The crash bug that occurred when trying to move IMAP4 folders right
825
      under the root folder was fixed.
826
    * The crash bug that occurred after a message window was closed while the
827
      search dialog was still open was fixed.
828
    * Win32: The console window is newly created if --debug or --help option
829
      is specified.
830
    * Win32: The non-ASCII filename encoding problem on executing external
831
      commands was fixed.
832
    * Win32: The bug that the main window became not responsive when an error
833
      occurred on automatic receiving while the window was minimized was fixed.
834
    * Win32: Spanish translation was added for the installer.
835
    * Win32: The installer was fixed so that it selects correct language on
836
      environments other than Japanese.
837
838
* 2.2.1 (stable)
839
840
    * GtkSpell is enabled on configure by default now.
841
    * Spanish translation of the README file was added.
842
    * The bug that account names with filename-unsafe characters couldn't be
843
      used was fixed.
844
    * The crash bug that occurred if non-ascii newsgroup names appeared while
845
      getting newsgroup list was fixed.
846
    * The performance problem of the quick search while the summary was sorted
847
      by thread date with descending order was fixed.
848
    * Win32: The problem that the UI didn't respond occasionally when receiving
849
      messages was fixed.
850
851
* 2.2.0 (stable)
852
853
    * The move and copy of messages to queue folders and virtual folders are
854
      prohibited.
855
    * The included sylpheed.spec was modified.
856
857
* 2.2.0rc (development)
858
859
    * The 'minimize to tray icon' feature was modified.
860
    * The command line options help dialog is not duplicated anymore.
861
    * The problem that the UI was still insensitive after the execution of
862
      external editor failed was fixed.
863
    * The nonstandard Japanese encoding 'x-sjis' was supported.
864
    * Win32: The locale encoding problem on some languages was fixed.
865
866
* 2.2.0beta8 (development)
867
868
    * The help of command line options was added.
869
    * The Japanese manual was updated.
870
    * When checking IMAP4 mailboxes, the number of new messages is properly
871
      counted now.
872
    * The key event handling of the quick search entry was fixed.
873
    * The wrong status display of the receive dialog on BSD systems was fixed.
874
    * The unread flag is not reset anymore when moving or copying messages
875
      into a trash folder.
876
    * Some UI fixes were made.
877
    * Win32: Some UIs for unsupported functions were disabled.
878
    * Win32: The bug that the contents of folders with specific Japanese
879
      characters such as 'Hyou' (which contains 0x5c ('\') at the second byte)
880
      at the end of its name couldn't be seen was fixed.
881
882
* 2.2.0beta7 (development)
883
884
    * When moving, copying, or deleting a collapsed thread, all the messages
885
      in the thread are processed now.
886
    * 'Mark thread as read' feature was implemented.
887
    * The keys on keypad are also recognized in the summary and message view.
888
    * The window size of the address book is now remembered.
889
    * PGP passphrase is converted into locale encoding before passing to gpg.
890
    * Arabic encoding support was added.
891
    * The premature trimming of strings on the statusbar was disabled.
892
    * The 'Wrap before sending' option was removed.
893
    * The issue that it falsely entered drag begin state after passphrase
894
      dialog was shown was fixed.
895
    * The bug that the automatic account selection on reply was disabled on
896
      IMAP4 folders was fixed.
897
    * Win32: IPv6 was supported.
898
    * Win32: Window is properly popup on multiple launching now.
899
900
* 2.2.0beta6 (development)
901
902
    * The cleanup of IMAP4 message caches on exit was implemented.
903
    * Cache files in IMAP4 folders are now properly removed on move or delete.
904
    * The temporary passwords of IMAP4 accounts are now preserved until exit.
905
    * 'File/Insert signature' now inserts signature into current cursor
906
      position, and 'File/Append signature' was added for the previous
907
      behavior.
908
    * Some dialogs are now placed at the center on parent window.
909
    * The confirmation dialog for emptying trash is not displayed anymore if
910
      messages don't exist in trash folders.
911
    * Trash folders are excluded on recursive search.
912
    * Locale encoding strings can be passed to --compose and --attach command
913
      line option.
914
    * Several minor bugs were fixed.
915
916
* 2.2.0beta5 (development)
917
918
    * The quick search was implemented.
919
    * The filter conditions for message status such as 'unread', 'mark',
920
      'color-label', and 'attachment' were added.
921
    * The window management of the export and import dialog was modified.
922
    * Several minor bugs were fixed.
923
924
* 2.2.0beta4 (development)
925
926
    * Unix: The popup menu on the trayicon was implemented.
927
    * Unix: Clicking the trayicon now toggles the visibility of the main
928
      window.
929
    * Unix: The visibility of the trayicon is now configurable.
930
    * The context menu of the folder view on search folders was modified.
931
    * The bug that stopped checking of new messages if search folders exist
932
      in IMAP4 or News mailboxes was fixed.
933
    * The renaming of search folders under IMAP4 or News folders was fixed.
934
    * A memory leak that occurs when thread display was off was fixed.
935
936
* 2.2.0beta3 (development)
937
938
    * The results of search folders are cached to speed up the next search.
939
    * The search folder property dialog was implemented.
940
    * The position of 'Delete' menu was changed to prevent its accidental
941
      selection.
942
    * The HTTP scheme is added to the URIs begin with 'www.'.
943
    * Some trailing punctuations were included as URI.
944
    * The bug that search folders under IMAP4 or News folders couldn't be
945
      removed was fixed.
946
947
* 2.2.0beta2 (development)
948
949
    * The forwarding of messages with attachments was modified.
950
    * The bug that previously selected row was removed from the view instead
951
      of currently selected one when deleting folders from the context menu
952
      was fixed.
953
    * The bug that messages with subject that includes characters that can't
954
      be used for filename couldn't be attached was fixed.
955
    * Windows-1252 was added for display encoding.
956
    * After incomplete POP3 session, duplicate retrieval of messages doesn't
957
      happen anymore.
958
959
* 2.2.0beta1 (development)
960
961
    * The major improvements of the search function were made.
962
      - The query search was implemented.
963
      - Search conditions can be specified with the same UI as the filter rule.
964
      - Subfolders can be searched.
965
      - The search folder (virtual folder) was implemented.
966
    * The maximized window state is now remembered.
967
    * The option "Display recipient on 'From' column if sender is yourself" now
968
      looks for all accounts.
969
    * The line-wrapping of composition now doesn't join enumerated lines.
970
    * The nonstandard Korean encoding 'ks_c_5601-1987' was supported.
971
    * The bug that the initial directory was not properly selected in the file
972
      selection dialog with GTK+ 2.8 was fixed.
973
    * Some other bugs were fixed.
974
975
* 2.1.9 (development)
976
977
    * An option to update only INBOX on checking new messages of IMAP4
978
      accounts was added.
979
    * The custom queue folder can be specified for each account now.
980
    * The progress of local filtering is displayed now.
981
    * "Update summary" was added to the context menu of the folder view.
982
    * Appending of messages to an IMAP4 folder was optimized.
983
    * "Reply to all" now works for newsgroups post.
984
    * The crash when an address in an address group was modified was fixed.
985
    * The bug that subscribed newsgroups were removed after refreshing
986
      subscribe dialog was fixed.
987
    * The complication failure on some environments was fixed.
988
    * Win32: The bug that blocked the application when enterning passphrase
989
      for GnuPG was fixed.
990
991
* 2.1.8 (development)
992
993
    * The common preferences dialog was reorganized.
994
    * The memory usage on SMTP and POP3 session was reduced drastically.
995
    * The last position of the composition window is remembered, and the
996
      windows are automatically placed so that they don't overlap.
997
    * Filtered sent messages are not put into Sent folder anymore.
998
    * When attached text files are saved, their linebreaks are normalized
999
      depending on platforms.
1000
    * The occasional encoding conversion failure bug on inserting a text file
1001
      into composition window was fixed.
1002
1003
* 2.1.7 (development)
1004
1005
    * The spell checking feature was implemented (requires GtkSpell).
1006
    * The drop of files is allowed on the whole composition window.
1007
    * The insertion of text by drag and drop was disabled.
1008
    * The PGP interface is disabled if GnuPG is not available.
1009
    * A bug that aborted program if invalid UTF-8 text is put in the log
1010
      window was fixed.
1011
    * The pane between summary and message view became more visible.
1012
    * Reply-to-list is not enabled for subscribe confirmation request etc.
1013
    * The bug that the separator of newsgroups was broken was fixed.
1014
    * The bug that broke the summary selection when mark, unread, and
1015
      colorlabel flags were changed while the summary was sorted by them
1016
      was fixed.
1017
    * The bug that caused crash when quote colors dialog was closed by the
1018
      window close button was fixed.
1019
    * The bug that showed wrong value if the total size of a folder was more
1020
      than 2GB was fixed.
1021
    * Win32: The bug that occasionally the summary was not properly updated
1022
      right after messages were added to a folder was fixed.
1023
    * Win32: The problem that message strings were not translated if digit
1024
      locale environmental variable (such as "LANG=1041") was set was fixed.
1025
    * Win32: PGP sign and encryption was supported.
1026
    * Win32: The window focus problem of account and filter setting dialog
1027
      was fixed.
1028
    * Win32: The method of detecting executables was modified.
1029
1030
* 2.1.6 (development)
1031
1032
    * The auto-save to draft of composing messages was implemented.
1033
    * The setting of default (fallback) encoding was added.
1034
    * The command line option '--exit' was added.
1035
    * The preset menu for junk mail learning commands was added, and now
1036
      bogofilter and bsfilter are selectable.
1037
    * The option to mark filtered junk mails as read was added.
1038
    * The buffer overflow of LDIF import was fixed.
1039
1040
    * Win32: The external editor function was implemented.
1041
    * Win32: Junk mail filtering now works.
1042
    * Win32: The default junk mail learning commands were changed to bsfilter.
1043
    * Win32: Some options which are useless on win32 became hidden.
1044
    * Win32: The program icon was added.
1045
    * Win32: Some bugfixes were made.
1046
1047
* 2.1.5 (development)
1048
1049
    * The command line option to specify directory which stores configuration
1050
      files (--configdir dirname) was added.
1051
    * The output headers of printed messages now match to those of the message
1052
      view.
1053
    * Confirmation dialog is displayed instead of input dialog on printing.
1054
    * When replying to ML post that has the Reply-To set, both addresses will
1055
      be set.
1056
    * The option to delete filtered junk mails from server was added.
1057
    * The locale name 'zh_TW.Big5' was changed to 'zh_TW'.
1058
    * The problem that drag and drop didn't work with GTK+ 2.8 was fixed.
1059
    * The sample mime.types was included into the source package.
1060
    * Win32: The remote command was implemented using TCP socket.
1061
    * Win32: The drag and drop of files from Explorer was supported.
1062
    * Win32: The default print command for text file is used for printing when
1063
      the command is unspecified.
1064
    * Win32: Several bugfixes were made.
1065
1066
* 2.1.4 (development)
1067
1068
    * Bugfixes:
1069
      - The IMAP4 parser was fixed so that it can handle literals in response.
1070
      - A bug that caused crashes on receive if Date header has abnormal time
1071
        was fixed.
1072
      - Sylpheed will not close anymore even if the tray icon is closed.
1073
1074
      - Win32:
1075
        o The problem that prevented the rename and move of folders was fixed.
1076
	o The problem that prevented the creation of temporary files by users
1077
	  who don't have the write permission of the root directory was fixed.
1078
	o The action of Drag'n'drop now becomes move.
1079
    * Feature changes / enhancements:
1080
      - The directory with multiple hierarchy can be specified when creating
1081
        a new mailbox.
1082
      - Error messages are now output to the log window and the log file.
1083
      - The 'Create filter rule' menu was brought back in the context menu.
1084
      - The display of the property of top folders was enabled.
1085
1086
      - Win32:
1087
        o SSL/TLSv1 was supported.
1088
	o The console window was disabled.
1089
	o The environmental variable APPDATA is used for the location of
1090
	  configuration files.
1091
	o The default browser is used now when opening URL.
1092
	o The system settings will be used when opening attachments.
1093
	o The launch of executable files was disabled.
1094
	o The support of environment-dependent Japanese characters was
1095
	  enhanced.
1096
	o The duplicate launch is prohibited now.
1097
1098
* 2.1.3 (development)
1099
1100
    * The feature to save all attachments at once was added.
1101
    * The subscription dialog of newsgroups was reimplemented with GtkTreeView.
1102
    * The verification of S/MIME sigunature (PKCS#7) was enabled.
1103
    * The support of character entity references in HTML messages was improved.
1104
    * The subject line is now displayed in the title bar of the composition
1105
      window.
1106
    * The vertical scrollbar of the folder view now shows or hides itself
1107
      automatically.
1108
    * The message number columns of the folder view can be toggled now.
1109
    * The selected row of the summary view will be kept when the state of
1110
      thread display is changed.
1111
    * The selected row will be aligned to center when it reaches the edge of
1112
      the summary view on key operation.
1113
    * The code conversion error and line limit warning will not be displayed
1114
      anymore when saving as draft.
1115
    * Some code cleanups were made.
1116
1117
* 2.1.2 (development)
1118
1119
    * The core parts were separated into a library (LibSylph), and its license
1120
      was changed to LGPL.
1121
    * The feature to sort the summary by thread date was implemented.
1122
    * When executing IMAP4 operations which take long time, its progress is
1123
      now displayed on the statusbar, and the UI is periodically updated.
1124
    * The number of messages to be copied at a time on IMAP4 was limited to
1125
      prevent timeout error.
1126
    * GPG and SSL settings are now saved even if they are disabled at the
1127
      compile time.
1128
    * The auto detection of Japanese encoding now supports UTF-8 encoding.
1129
    * The text display has been modified a bit.
1130
    * The initial implementation of tray icon was added.
1131
    * Address fields are now normalized before sending.
1132
    * Some problems of the addressbook was fixed.
1133
    * A bug in which message/rfc822 attachments were broken when pgp-signed
1134
      was fixed.
1135
    * Win32: A bug in which opened sockets were not closed properly was fixed.
1136
1137
* 2.1.1 (development)
1138
1139
    * IMAP4 now works with Win32 platform.
1140
    * The sorting of summary now fall backs to comparison by date.
1141
    * localedir, manualdir, and faqdir became user-configurable on configure.
1142
    * A bug that multiple selection of the addressbook with Control key
1143
      didn't work with GTK+ 2.6.9 was fixed.
1144
1145
* 2.1.0 (development)
1146
1147
    * Win32 (MinGW) platform was supported.
1148
    * Many portability fixes were made.