[Pkg-wmaker-commits] [wmbiff] 12/14: Doc updates for 0.3.4.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:00:09 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_3_4
in repository wmbiff.

commit be585c671cb16aa795e34a9915c2ff7885174a51
Author: jordi <jordi>
Date:   Fri Nov 23 15:53:17 2001 +0000

    Doc updates for 0.3.4.
---
 ChangeLog              | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++
 NEWS                   | 12 ++++++++++
 wmbiff/sample.wmbiffrc | 12 +++++-----
 3 files changed, 77 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4243da5..b08c6d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,62 @@
+2001-11-23 Friday 07:20 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* TODO: one down
+
+2001-11-16 Friday 07:11 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/: Imap4Client.c, Pop3Client.c, charutil.c: regexes limit
+	password and username to 32 characters
+
+2001-11-16 Friday 06:08 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmgeneral/: wmgeneral.c, wmgeneral.h: -Wwrite-strings cleanliness
+
+2001-11-16 Friday 01:13 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/: Client.h, Imap4Client.c, Makefile, Pop3Client.c,
+	charutil.c: rewrite of authentication code to a) allow users to
+	specify authentication type, b) fall back to other authentication
+	methods when hash-based authentication fails (because not everybody
+	uses the cleartext password file) c) fix debug messages
+
+2001-11-16 Friday 00:40 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/charutil.h: regex helpers common to pop3 and imap4 clients
+	extracted and moved here
+
+2001-11-16 Friday 00:40 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/: tlsComm.c, tlsComm.h: blacklist and debugging updates
+	for gnutls 0.2.10 and DM macro
+
+2001-11-16 Friday 00:39 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/wmbiffrc.5: authentication method list, reduced
+	indentation to fit screen better
+
+2001-11-16 Friday 00:38 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/wmbiff-master-led.xpm: made pixmap const char
+
+2001-11-16 Friday 00:37 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/wmbiff.c: -Wwrite-strings cleanliness
+
+2001-11-02 Friday 08:53 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/: Imap4Client.c, wmbiff.c, wmbiffrc.5: Prefer "imaps"
+	instead of "sslimap" (sslimap is still supported, but imaps is
+	documented, and a better name).
+
+2001-11-02 Friday 08:48 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/tlsComm.c: Small debugging message to help if a connection
+	ends unexpectedly.
+
+2001-10-29 Monday 13:57 UTC -- Jordi Mallach <jordi at sindominio.net>
+
+	* ChangeLog, NEWS: Released WMBiff 0.3.3.
+
 2001-10-29 Monday 13:54 UTC -- Jordi Mallach <jordi at sindominio.net>
 
 	* wmbiff/: Imap4Client.c, wmbiff.c: Indent run.
diff --git a/NEWS b/NEWS
index 73f3ff8..15a29e0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,18 @@
 Release Notes
 ~~~~~~~~~~~~~
 
+Release 0.3.4 - [UNRELEASED]
+
+  * "imaps" is now prefered to "sslimap" in config files. The old type
+    is still supported for backwards compatibility.
+  * You can now specify what protocol wmbiff should use for a given Pop3
+    or IMAP mailbox. If unspecified, it will try the secure ones first,
+    falling back to unsecure if they fail. See wmbiffrc(5).
+  * Added some debug messages for tls connections.
+  * Pop3 path parsing rewrite.
+  * Manual page fixes.
+  * Compile warning fixes.
+
 Release 0.3.3 - Mon, 29 Oct 2001 14:55:00 +0100
 
   * Sanity check to IMAP code: exit if wmbiff tries to connect to more
diff --git a/wmbiff/sample.wmbiffrc b/wmbiff/sample.wmbiffrc
index adcd7a5..4bafad9 100644
--- a/wmbiff/sample.wmbiffrc
+++ b/wmbiff/sample.wmbiffrc
@@ -1,4 +1,4 @@
-# $Id: sample.wmbiffrc,v 1.6 2001/10/28 23:32:55 jordi Exp $
+# $Id: sample.wmbiffrc,v 1.7 2001/11/23 15:53:17 jordi Exp $
 #
 # See wmbiffrc(5) for more info.
 #
@@ -55,8 +55,8 @@ notify.2=beep
 action.2=licq&
 
 label.3=POP3
-# pop3 format: pop3:user:password at server[:port]
-path.3=pop3:user:password at server
+# pop3 format: pop3:user:password at server[:port] [auth]
+path.3=pop3:user:password at server apop
 notify.3=my_play /home/gb/sounds/new_mail_has_arrived.wav
 action.3=rxvt -name mutt -e mutt -f /home/gb/mail/30_nftp-list
 interval.3=300		# 5 minutes
@@ -64,15 +64,15 @@ fetchinterval.3=-1
 fetchcmd.3=fetchmail
 
 label.4=IMAP4
-# IMAP4 format: imap:user:password at server[/mailbox][:port]
+# IMAP4 format: imap:user:password at server[/mailbox][:port] [auth]
 # mailbox is optional, default - INBOX
 # port is optional, default - 143
 path.4=imap:user:password at server
 interval.4=300		# 5 minutes
 
 # label.4=IMAPS
-# Secure IMAP format: sslimap:user:password at server[/mailbox][:port]
+# Secure IMAP format: imaps:user:password at server[/mailbox][:port] [auth]
 # mailbox is optional, default - INBOX
 # port is optional, default - 993
-# path.4=sslimap:user:password at server
+# path.4=imaps:user:password at server cram-md5
 # interval.4=300          # 5 minutes

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list