mhonarc-dev

mharc Release: 0.6.4

2002-09-19 20:48:08
Release 0.6.4 made in /mnt/WWW/customers/mhonarc.org/htdocs/release/mharc.
<http://www.mhonarc.org/release/mharc/tar/>
===========================================================================
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&nbsp;Index'
      ALL_LISTS_LABEL_LAST_UPDATED='Last&nbsp;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.
    
===========================================================================

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

<Prev in Thread] Current Thread [Next in Thread>
  • mharc Release: 0.6.4, Earl Hood <=