mhonarc-commits
[Top] [All Lists]

CVS: mharc NEWS,1.32,1.33

2002-09-03 09:31:13
Update of /cvsroot/mhonarc/mharc
In directory subversions:/tmp/cvs-serv3998

Modified Files:
	NEWS 
Log Message:
* bin/extract-mesg-date:
  . Added check for new MSG_DATE_FIELDS config.sh variable denoting
    the message header fields to extract the date from.  The
    value of MSG_DATE_FIELDS is used if -datefields is not specified.
* bin/filter-spool:
  . If there is no mail in the spool, but .newmail exists,
    filter-spool will still process .newmail.  .newmail is the
    messages copied from the spool when filter-spool is executing.
    In the past, even if .newmail exists, no mail in the spool
    will cause filter-spool to exit.
* bin/web-archive:
  . Added check for MSG_DATE_FIELDS config.sh variable.  If set,
    its value will passed to MHonArc via the DATEFIELDS resource.
  . Define $MESG-CGI$ resource variable for use within MHonArc
    resource files.
* cgi-bin/extract-mesg.cgi.in.dist:
  . Internal changes so its uses new MHArc::CGI utility routines.
  . POD added.
* cgi-bin/mesg.cgi.in.dist:
  . NEW: New CGI program to extract a message from an archive based
    upon message-id.  This allows for persistent URLs to messages
    that are immune to archive rebuilds that could change MHonArc
    message numbers.
    This CGI is referenced in the updated lib/common.mrc.in.dist
    resource file via the $MESG-CGI$ resource variable.  It is
    used for the new [Bookmark Link] on message pages.
* cgi-bin/mnav.cgi.in.dist:
  . Added some sanity checks to argument input.
  . Internal changes so its uses new MHArc::CGI utility routines.
  . POD added.
* lib/common.mrc.in.dist:
  . Added "[Bookmark Link]" to message page layout to provide a
    persistent link to the message.  The link provided makes use
    of the new mesg.cgi CGI script.
* lib/config.sh.dist:
  . Added MSG_DATE_FIELDS: List of message header fields to extract
    the date for a message.
  . Added MESG_CGI: URL to persistent message reference CGI program
    (mesg.cgi).
* lib/MHArc/CGI.pm:
  . NEW: Shared CGI utility routines for mharc CGI scripts.
* lib/MHArc/MailUtil.pm:
  . extract_date() routine changed to handle indexed header fields
    in date fields argument.
    CAUTION: Only use indexed field specification if you are using
    a version of MHonArc *newer than* 2.5.11.  MHonArc v2.5.11,
    and earlier versions, do not support indexed fields for the
    DATEFIELDS resource.
* lib/MHArc/Namazu.pm:
  . NEW: Collection of routines related to Namazu.


Index: NEWS
===================================================================
RCS file: /cvsroot/mhonarc/mharc/NEWS,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** NEWS	26 Aug 2002 23:20:31 -0000	1.32
--- NEWS	3 Sep 2002 16:30:46 -0000	1.33
***************
*** 1,3 ****
--- 1,69 ----
  ===========================================================================
+ 2002/MM/DD: vX.X.X
+ 
+ * bin/extract-mesg-date:
+   . Added check for new MSG_DATE_FIELDS config.sh variable denoting
+     the message header fields to extract the date from.  The
+     value of MSG_DATE_FIELDS is used if -datefields is not specified.
+ 
+ * bin/filter-spool:
+   . If there is no mail in the spool, but .newmail exists,
+     filter-spool will still process .newmail.  .newmail is the
+     messages copied from the spool when filter-spool is executing.
+     In the past, even if .newmail exists, no mail in the spool
+     will cause filter-spool to exit.
+ 
+ * bin/web-archive:
+   . Added check for MSG_DATE_FIELDS config.sh variable.  If set,
+     its value will passed to MHonArc via the DATEFIELDS resource.
+   . Define $MESG-CGI$ resource variable for use within MHonArc
+     resource files.
+ 
+ * cgi-bin/extract-mesg.cgi.in.dist:
+   . Internal changes so its uses new MHArc::CGI utility routines.
+   . POD added.
+ 
+ * cgi-bin/mesg.cgi.in.dist:
+   . NEW: New CGI program to extract a message from an archive based
+     upon message-id.  This allows for persistent URLs to messages
+     that are immune to archive rebuilds that could change MHonArc
+     message numbers.
+ 
+     This CGI is referenced in the updated lib/common.mrc.in.dist
+     resource file via the $MESG-CGI$ resource variable.  It is
+     used for the new [Bookmark Link] on message pages.
+ 
+ * cgi-bin/mnav.cgi.in.dist:
+   . Added some sanity checks to argument input.
+   . Internal changes so its uses new MHArc::CGI utility routines.
+   . POD added.
+ 
+ * lib/common.mrc.in.dist:
+   . Added "[Bookmark Link]" to message page layout to provide a
+     persistent link to the message.  The link provided makes use
+     of the new mesg.cgi CGI script.
+ 
+ * lib/config.sh.dist:
+   . Added MSG_DATE_FIELDS: List of message header fields to extract
+     the date for a message.
+   . Added MESG_CGI: URL to persistent message reference CGI program
+     (mesg.cgi).
+ 
+ * lib/MHArc/CGI.pm:
+   . NEW: Shared CGI utility routines for mharc CGI scripts.
+ 
+ * lib/MHArc/MailUtil.pm:
+   . extract_date() routine changed to handle indexed header fields
+     in date fields argument.
+ 
+     CAUTION: Only use indexed field specification if you are using
+     a version of MHonArc *newer than* 2.5.11.  MHonArc v2.5.11,
+     and earlier versions, do not support indexed fields for the
+     DATEFIELDS resource.
+ 
+ * lib/MHArc/Namazu.pm:
+   . NEW: Collection of routines related to Namazu.
+ 
+ ===========================================================================
  2002/08/26: v0.6.0
  

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV