Commit af9daa91 authored by Justin Erenkrantz's avatar Justin Erenkrantz
Browse files

Update upgrading doc; add mention of mod_imap->mod_imagemap change.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332902 13f79535-47bb-0310-9956-ffa450edef68
parent 7aa50e0b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<?xml version='1.0' encoding='iso-2022-jp' ?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
<!-- English Revision: 219484 -->
<!-- English Revision: 219484:332896 (outdated) -->

<!--
 Copyright 2003-2005 The Apache Software Foundation or its licensors,
+1 −1
Original line number Diff line number Diff line
<?xml version='1.0' encoding='EUC-KR' ?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
<!-- English Revision: 105989:219484 (outdated) -->
<!-- English Revision: 105989:332896 (outdated) -->

<!--
 Copyright 2004-2005 The Apache Software Foundation or its licensors,
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

  <variants>
    <variant>en</variant>
    <variant>ja</variant>
    <variant outdated="yes">ja</variant>
    <variant outdated="yes">ko</variant>
  </variants>
</metafile>
+5 −0
Original line number Diff line number Diff line
@@ -146,7 +146,12 @@
      <dd>Added a support for 
         <a href="http://www.ietf.org/rfc/rfc2817.txt">RFC 2817</a>, which 
         allows connections to upgrade from clear text to TLS encryption.</dd>

      <dt><code class="module"><a href="./mod/mod_imagemap.html">mod_imagemap</a></code></dt>
      <dd>mod_imap has been renamed to <code class="module"><a href="./mod/mod_imagemap.html">mod_imagemap</a></code> to avoid
          user confusion.</dd>
    </dl>

  </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
<div class="section">
<h2><a name="programs" id="programs">Program Enhancements</a></h2>
+5 −0
Original line number Diff line number Diff line
@@ -143,7 +143,12 @@
      <dd>Added a support for 
         <a href="http://www.ietf.org/rfc/rfc2817.txt">RFC 2817</a>, which 
         allows connections to upgrade from clear text to TLS encryption.</dd>

      <dt><module>mod_imagemap</module></dt>
      <dd>mod_imap has been renamed to <module>mod_imagemap</module> to avoid
          user confusion.</dd>
    </dl>

  </section>

  <section id="programs">
Loading