[Pkg-wmaker-commits] [wmbiff] 04/06: Preparation for 0.3.3. Documentation updates.

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


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

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

commit 956ac1c0f2128f657756db75ca407f126925272c
Author: jordi <jordi>
Date:   Sun Oct 28 23:32:55 2001 +0000

    Preparation for 0.3.3.
    Documentation updates.
---
 ChangeLog              | 18 ++++++++++++++++++
 NEWS                   |  7 +++++++
 README                 | 17 +++++++++++------
 wmbiff/Makefile        |  4 ++--
 wmbiff/sample.wmbiffrc | 10 +++++++++-
 5 files changed, 47 insertions(+), 9 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index db3a050..89c4cf4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2001-10-28 Sunday 22:22 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/wmbiff.c: Bugfix: initialize libgcrypt properly before
+	cram-md5 (or probably apop) authentication.
+
+2001-10-24 Wednesday 15:35 UTC -- Jordi Mallach <jordi at sindominio.net>
+
+	* maint/changelog.sed: Added Neil to the sed script.
+
+2001-10-23 Tuesday 21:14 UTC -- Neil Spring <nspring at cs.washington.edu>
+
+	* wmbiff/Imap4Client.c: error check just in case sighup patch is
+	applied
+
+2001-10-23 Tuesday 18:35 UTC -- Jordi Mallach <jordi at sindominio.net>
+
+	* ChangeLog, NEWS: Released WMBiff 0.3.2.
+
 2001-10-23 Tuesday 18:33 UTC -- Jordi Mallach <jordi at sindominio.net>
 
 	* wmbiff/Makefile: Bump WMBIFF_VERSION to 0.3.2.
diff --git a/NEWS b/NEWS
index 85f1ab7..8b69ab0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
 Release Notes
 ~~~~~~~~~~~~~
 
+Release 0.3.3 - [UNRELEASED]
+
+  * Sanity check to IMAP code: exit if wmbiff tries to connect to more
+    than 5 servers.
+  * Fix a missbehaviour of cram-md5 (broke pop3).
+  * Documentation updates.
+
 Release 0.3.2 - Tue, 23 Oct 2001 20:30:37 +0200
 
   * After some tries (other OpenSSL based patches, independent APOP
diff --git a/README b/README
index 1e170df..e04a998 100644
--- a/README
+++ b/README
@@ -1,10 +1,13 @@
 
                                   Introducing
                                        
-   wmBiff is an WindowMaker docking utility, that displays number of
+   WMBiff is an WindowMaker docking utility, that displays number of
    total messages count or unread mail messages count in differrent
    mailboxes.
 
+   WMBiff was created by Gennady Belyakov in 1999, and was continued by
+   a team of volunteers after his death.
+
    Green ( cyan? :) ) digits display total number of messages, if there
    are no unread messages in it.
    
@@ -12,8 +15,8 @@
    mail arrival, if any.
    
    At this moment unix-style (mbox), maildir, POP3, APOP and IMAP mailboxes
-   are supported. wmBiff also understands Licq's history files.
-   wmBiff supports up to 5 mailboxes (but you can start 2 or more
+   are supported. WMBiff also understands Licq's history files.
+   WMBiff supports up to 5 mailboxes (but you can start 2 or more
    wmbiff's with differrent configs).
    
    Pressing on a 1st (left) mouse button will execute appropriate mail
@@ -34,6 +37,11 @@ Enter the wmbiff directory and edit the Makefile:
         cd wmbiff-0.x/
         vi Makefile
 
+If you want crypto support disabled, comment the "WITH_TLS" and
+"WITH_GCRYPT" defines in the Makefile. It is enabled by default, and
+you need to have libgcrypt and GNUtls installed in the system to compile
+it.
+
 Make the binary:
         make
 
@@ -89,9 +97,6 @@ position. All other positions will be empty.
  
     wmbiff-devel at lists.sourceforge.net
 
-    or the original author, Gennady Belyakov gb at ccat.elect.ru, if he
-    reappears.
-
      _________________________________________________________________
 
 UPDATE [2001-06-18]:
diff --git a/wmbiff/Makefile b/wmbiff/Makefile
index 28ff1c3..257b734 100644
--- a/wmbiff/Makefile
+++ b/wmbiff/Makefile
@@ -1,6 +1,6 @@
-# $Id: Makefile,v 1.12 2001/10/23 18:33:18 jordi Exp $
+# $Id: Makefile,v 1.13 2001/10/28 23:32:55 jordi Exp $
 
-WMBIFF_VERSION = "0.3.2"
+WMBIFF_VERSION = "0.3.3"
 
 DESTDIR=
 prefix=/usr/local
diff --git a/wmbiff/sample.wmbiffrc b/wmbiff/sample.wmbiffrc
index d7285dd..adcd7a5 100644
--- a/wmbiff/sample.wmbiffrc
+++ b/wmbiff/sample.wmbiffrc
@@ -1,4 +1,6 @@
-# $Id: sample.wmbiffrc,v 1.5 2001/10/04 08:54:02 jordi Exp $
+# $Id: sample.wmbiffrc,v 1.6 2001/10/28 23:32:55 jordi Exp $
+#
+# See wmbiffrc(5) for more info.
 #
 # Global interval -- seconds between check mailboxes
 interval=60
@@ -68,3 +70,9 @@ label.4=IMAP4
 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]
+# mailbox is optional, default - INBOX
+# port is optional, default - 993
+# path.4=sslimap:user:password at server
+# 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