Update of /cvsroot/mhonarc/mharc
In directory subversions:/tmp/cvs-serv6657
Modified Files:
NEWS TODO
Log Message:
Change summaries for v0.6.4.
Index: NEWS
===================================================================
RCS file: /cvsroot/mhonarc/mharc/NEWS,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** NEWS 15 Sep 2002 05:11:52 -0000 1.38
--- NEWS 20 Sep 2002 03:45:34 -0000 1.39
***************
*** 1,3 ****
--- 1,67 ----
===========================================================================
+ 2002/09/19: v0.6.4
+
+ * bin/web-archive:
+ . BUG FIX: Changes to fix backdoor to raw mail messages for
+ archives with No-Raw-Link enabled. For archives with No-Raw-Link
+ enabled, a file called ".noraw" will appear for the archives
+ under the raw mailbox data. This file is used by extract-mesg.cgi
+ to determine if retrieval of original messages is allowed.
+
+ Also, a .htaccess file will be created to deny access via direct
+ HTTP access by a client for those that are using the Apache
+ HTTP server with .htaccess support enabled. If .htaccess is not
+ supported (or you are using a non-Apache web server), you will need
+ to modify the server configuration file directly to deny access.
+
+ . Added support for localizing labels in all-lists archive listing
+ table via new lib/config.sh variables.
+
+ * cgi-bin/extract-mesg.cgi.in.dist:
+ . BUG FIX: Changes to fix backdoor to raw mail messages for
+ archives with No-Raw-Link enabled. In order to enable the new
+ fixed version, you MUST do the following:
+
+ prompt> rm cgi-bin/extract-mesg.cgi.in
+ prompt> make configure
+
+ . BUG FIX: Fixed regex pattern checking for valid period argument.
+ Extraction of yearly-based archives should now work properly.
+
+ * lib/config.sh.dist:
+ . Added the following variables to support localization of all-lists
+ page (default values shown):
+
+ ALL_LISTS_LABEL_NAME='Name'
+ ALL_LISTS_LABEL_INDEXES='Current Index'
+ ALL_LISTS_LABEL_LAST_UPDATED='Last Updated'
+ ALL_LISTS_LABEL_INFO='[info]'
+ ALL_LISTS_LABEL_DATE='[Date]'
+ ALL_LISTS_LABEL_THREADS='[Thread]'
+ ALL_LISTS_DATE_FORMAT='%Y-%m-%d %H:%M:%S'
+
+ * lib/mrc/_lang_da.mrc.in.dist:
+ . NEW: Danish localization file. Thanks goto Lars Jorgensen for
+ the contribution.
+
+ * lib/mrc/_nospam.mrc.in.dist:
+ . Added definition of FIELDORDER to provide a minimal message header.
+ This is to minimize the potential of addresses showing up in
+ unexpected header fields.
+
+ * bin/config-check:
+ . NEW: New script to dump expanded variable values of lib/config.sh
+ to standard output.
+
+ * lib/MHArc/Config.pm:
+ . A Perl cache file is now created to make subsequent loads faster.
+ Hence, you will see a file called lib/config.sh.cache.pl appear.
+ This file should not be edited. The module auto-detects when
+ lib/config.sh is modified.
+
+ * doc/:
+ . Some documentation fixes and enhancements.
+
+ ===========================================================================
2002/09/15: v0.6.3
Index: TODO
===================================================================
RCS file: /cvsroot/mhonarc/mharc/TODO,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** TODO 5 Sep 2002 04:15:44 -0000 1.12
--- TODO 20 Sep 2002 03:45:34 -0000 1.13
***************
*** 1,9 ****
mharc: TODO List
! => Add a POP downloading script.
! => Allow mail retrieval method to be specified in config.sh.
! => Better documentation.
=> A log rotation script for cron.log and procmail.log.
--- 1,12 ----
mharc: TODO List
! => Add a POP downloading script (something like fetchmail should
! probable be used).
! => Better documentation:
! . Document lib/mrc/_*.mrc resources.
! . More documentation on how to customize archives.
! => Remove use of Javascript in searching.
=> A log rotation script for cron.log and procmail.log.
***************
*** 16,20 ****
=> Make everything into modules and just have one command
! to use to run everything.
===========================================================================
--- 19,23 ----
=> Make everything into modules and just have one command
! to use to run everything (seems like too much work now).
===========================================================================
---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV