mhonarc-commits
[Top] [All Lists]

CVS: mhonarc/MHonArc/doc relnotes.html,1.8,1.9

2002-06-26 22:30:05
Update of /cvsroot/mhonarc/mhonarc/MHonArc/doc
In directory subversions:/tmp/cvs-serv23128/doc

Modified Files:
	relnotes.html 
Log Message:
* Release notes updated about upgrading from v2.1.x, or earlier archive.
  Running a later version is safe, but all MIME-related resources will
  be reset to default values.  For v2.5.8, and later, the MIMEARGS
  setting will preserved.
* DOCURL set to 'http://www.mhonarc.org/' if it is equal to old
  value of 'http://www.oac.uci.edu/indiv/ehood/mhonarc.html'.


Index: relnotes.html
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/doc/relnotes.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** relnotes.html	2 May 2002 01:34:30 -0000	1.8
--- relnotes.html	27 Jun 2002 05:00:01 -0000	1.9
***************
*** 97,125 ****
  <h3><a name="v2.1.x-dbedit">UPGRADING FROM v2.1.x OR EARLIER: Database Format Change</a></h3>
      
!     <p>If you have archives created with v2.1.x, or earlier, you
!     must update the archives before using versions v2.2, or
!     later.  The format of how mime-related information is stored
!     has changed.
!     </p>
!     <p>To update your archives, you use the <tt>mha-dbedit</tt> program
!     using the <tt>def-mime.mrc</tt> in the examples directory.  For example:
!     </p>
!     <pre>
!     mha-dbedit -rcfile examples/def-mime.mrc \
! 	       -outdir /path/to/archive </pre>
!     <p>Make sure that the mhonarc you are using is v2.2, or later.
!     Change the <a href="resources/rcfile.html">-rcfile</a>
!     and <a href="resources/outdir.html">-outdir</a> pathnames to reflect where
!     you are running mhonarc and where your archive is located,
!     respectively.
!     </p>
!     <p>Note, if your archives are using custom settings of
!     <a href="resources/mimefilters.html">MIMEFILTERS</a>,
!     <a href="resources/mimeargs.html">MIMEARGS</a>, and/or
      <a href="resources/charsetconverters.html">CHARSETCONVERTERS</a>
!     resources,
!     you will need to create a variant version of def-mime.mrc
!     (included in the examples directory) to include your settings
!     and use the variant version when updating your archives.
      </p>
  
--- 97,120 ----
  <h3><a name="v2.1.x-dbedit">UPGRADING FROM v2.1.x OR EARLIER: Database Format Change</a></h3>
      
!     <p>If you have archives created with v2.1.x, or earlier, the
!     format of mime-related resources is not compatible with v2.2, and
!     later, versions.  MHonArc will reset the mime-related resources
      <a href="resources/charsetconverters.html">CHARSETCONVERTERS</a>
!     and <a href="resources/mimefilters.html">MIMEFILTERS</a> to their
!     default values.
!     <a href="resources/mimeargs.html">MIMEARGS</a> will also be
!     reset to the default value unless you are upgrading to v2.5.8, or
!     later, where the MIMEARGS settings will be preserved.
!     </p>
!     <p>To avoid the resetting of the mime-related resource if you
!     are using customized settings, you will need to re-specify your
!     settings the next time you update an archive.  If you always
!     specify your resource settings each time you invoke MHonArc, then
!     your settings should to still take effect.
!     </p>
!     <p>You can also use the
!     <a href="app-utilsprg.html#mha-dbedit"><tt>mha-dbedit</tt></a>
!     program to apply
!     your settings directly without processing the archive.
      </p>
  
***************
*** 190,199 ****
      </p>
      <pre>
!     mha-dbedit -rcfile examples/def-mime.mrc \
  	       -outdir /path/to/archive </pre>
!     <p>where "examples/def-mime.mrc" represents the default MIME
      processing resources for MHonArc provided within the MHonArc
      distribution.
      </p>
      </li>
  
--- 185,208 ----
      </p>
      <pre>
!     <a href="app-utilsprg.html#mha-dbedit">mha-dbedit</a> -rcfile examples/<a href="rcfileexs/def-mime.mrc.html">def-mime.mrc</a> \
  	       -outdir /path/to/archive </pre>
!     <p>where "examples/<a href="rcfileexs/def-mime.mrc.html">def-mime.mrc</a>" represents the default MIME
      processing resources for MHonArc provided within the MHonArc
      distribution.
      </p>
+     <table border=0 cellpadding=4>
+     <tr valign="top">
+     <td><strong>NOTE</strong></td>
+     <td><p>v2.5.4, and later, generated archives will automatically
+     inherit new
+     <a href="resources/charsetconverters.html">CHARSETCONVERTERS</a>
+     if the built-in defaults are being used.
+     However, if you have defined CHARSETCONVERTERS for your archives, you
+     will need to explicitly update your archives if you want them
+     applied to your archives.
+     </p>
+     </td>
+     </tr>
+     </table>
      </li>
  
***************
*** 247,256 ****
      </p>
      <p>If you confirm that new filters have been added, and you want
!     to apply them to your archives, you use the <tt>mha-dbedit</tt>
      program
!     using the <tt>def-mime.mrc</tt> in the examples directory.  For example:
      </p>
      <pre>
!     mha-dbedit -rcfile examples/def-mime.mrc \
  	       -outdir /path/to/archive </pre>
      <p>Change the <a href="resources/rcfile.html">-rcfile</a>
--- 256,281 ----
      </p>
      <p>If you confirm that new filters have been added, and you want
!     to apply them to your archives, you use the
!     <a href="app-utilsprg.html#mha-dbedit"><tt>mha-dbedit</tt></a>
      program
!     using the <tt><a href="rcfileexs/def-mime.mrc.html">def-mime.mrc</a></tt>
!     in the examples directory.
!     </p>
!     <table border=0 cellpadding=4>
!     <tr valign="top">
!     <td><strong>NOTE</strong></td>
!     <td><p>v2.5.4, and later, generated archives will automatically
!     inherit new MIMEFILTERS if the built-in defaults are being used.
!     However, if you have defined MIMEFILTERS for your archives, you
!     will need to explicitly update your archives if you want them
!     applied to your archives.
!     </p>
!     </td>
!     </tr>
!     </table>
!     <p>Example usage of <tt>mha-dbedit</tt>:
      </p>
      <pre>
!     mha-dbedit -rcfile examples/<a href="rcfileexs/def-mime.mrc.html">def-mime.mrc</a> \
  	       -outdir /path/to/archive </pre>
      <p>Change the <a href="resources/rcfile.html">-rcfile</a>
***************
*** 264,268 ****
      <a href="resources/charsetconverters.html">CHARSETCONVERTERS</a>
      resources,
!     you will need to create a variant version of def-mime.mrc
      (included in the examples directory) to include your settings
      and use the variant version when updating your archives.
--- 289,294 ----
      <a href="resources/charsetconverters.html">CHARSETCONVERTERS</a>
      resources,
!     you will need to create a variant version of
!     <tt><a href="rcfileexs/def-mime.mrc.html">def-mime.mrc</a></tt>
      (included in the examples directory) to include your settings
      and use the variant version when updating your archives.

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