commit c418a73f064fb6c0135ebbe0d78cb469204b636d
Author: Oswald Buddenhagen <[email protected]>
Date:   Sun Apr 10 21:58:16 2011 +0200

    pre-release doc updates

 NEWS               |   10 ++++++++++
 README             |    2 +-
 TODO               |    8 --------
 src/compat/isync.1 |    2 +-
 src/mbsync.1       |    2 +-
 5 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/NEWS b/NEWS
index 6ba06b7..059d036 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+[1.1.0]
+
+Full support for IMAP pipelining (streaming, parallelization) added.
+This is considerably faster especially with high-latency networks.
+
+Faster and hopefully more reliable support for IMAP servers without the
+UIDPLUS extension (e.g., M$ Exchange).
+
+More automatic handling of SSL certificates.
+
 [1.0.0]
 
 Essentially a rewrite. Synchronization state storage concept, configuration
diff --git a/README b/README
index a10dfe1..2ef9df4 100644
--- a/README
+++ b/README
@@ -34,7 +34,7 @@ isync executable still exists; it is a compatibility wrapper 
around mbsync.
        * Supports TLS/SSL via imaps: (port 993) and STARTTLS (RFC2595)
        * Supports CRAM-MD5 (RFC2195) for authentication
        * Supports NAMESPACE (RFC2342) for simplified configuration
-       * Pipelining for maximum speed (currently only partially implemented)
+       * Pipelining for maximum speed
 
 * Compatibility
 
diff --git a/TODO b/TODO
index b7dd5b2..379717a 100644
--- a/TODO
+++ b/TODO
@@ -20,21 +20,13 @@ cleanup/improve error messages in the drivers.
 sync.c does not consider UID 0 valid, which is wrong. fixing this requires
 an incompatible change or a remapping hack in sync state files.
 
-clarify UID 0 vs. < 0 returns vor store_msg & find_msg.
-
 create dbg_srec(srec, fmt, ...).
 
-
-make SSL certificate validation more automatic.
-
 allow excluding particular boxes from a wildcard spec.
 
 add daemon mode. primary goal: keep imap password in memory.
 also: idling mode.
 
-add asynchronous operation to remote mailbox drivers. this is actually
-what prevents us from simply using c-client and thus becoming mailsync.
-
 parallel fetching of multiple mailboxes.
 
 set_flags:
diff --git a/src/compat/isync.1 b/src/compat/isync.1
index ff68b94..1463f8a 100644
--- a/src/compat/isync.1
+++ b/src/compat/isync.1
@@ -17,7 +17,7 @@
 \"  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 \"
 ..
-.TH isync 1 "2004 Mar 29"
+.TH isync 1 "2010 Feb 7"
 ..
 .SH NAME
 isync - synchronize IMAP4 and Maildir mailboxes
diff --git a/src/mbsync.1 b/src/mbsync.1
index d138553..dbf7f76 100644
--- a/src/mbsync.1
+++ b/src/mbsync.1
@@ -20,7 +20,7 @@
 \" As a special exception, mbsync may be linked with the OpenSSL library,
 \" despite that library's more restrictive license.
 ..
-.TH mbsync 1 "2004 Mar 27"
+.TH mbsync 1 "2011 Apr 10"
 ..
 .SH NAME
 mbsync - synchronize IMAP4 and Maildir mailboxes

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to