Prepare release v2.3.

This commit is contained in:
Lefteris Chatzimparmpas 2011-08-06 15:05:13 +02:00
parent 5c1f83f7c0
commit 7e0cd3614f
2 changed files with 10 additions and 1 deletions

9
NEWS
View File

@ -1,3 +1,12 @@
IMAPFilter 2.3 - 6 Aug 2011
- Support for appending/uploading messages to mailboxes.
- Debug file option now takes filename argument.
- New simplified configuration and building procedure.
- Bug fix; in some cases a mailbox was incorrectly assumed selected.
- Bug fix; in some cases server capabilities needed update after login.
- Bug fix; timeout problem with CRAM-MD5 authentication.
- Bug fix; some servers send non-ASCII characters in their responses.
IMAPFilter 2.2.3 - 6 Mar 2011
- Project moved to GitHub.
- Changed file and directory structure.

View File

@ -3,7 +3,7 @@
/* Program's version number. */
#define VERSION "2.2.3"
#define VERSION "2.3"
/* Program's copyright. */
#define COPYRIGHT "Copyright (c) 2001-2011 Eleftherios Chatzimparmpas"