mromy       2005/11/10 17:11:46 CET

  Modified files:        (Branch: JAHIA-4-0-BRANCH)
    src/views/html/startup readme.html 
  Log:
  - updated readme for 4.0.7
  
  Revision   Changes    Path
  1.68.2.16  +13 -64    jahia/src/views/html/startup/readme.html
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/src/views/html/startup/readme.html.diff?r1=1.68.2.15&r2=1.68.2.16&f=h
  
  
  
  Index: readme.html
  ===================================================================
  RCS file: /cvs/jahia/src/views/html/startup/Attic/readme.html,v
  retrieving revision 1.68.2.15
  retrieving revision 1.68.2.16
  diff -u -r1.68.2.15 -r1.68.2.16
  --- readme.html       2 Jun 2005 13:50:01 -0000       1.68.2.15
  +++ readme.html       10 Nov 2005 16:11:45 -0000      1.68.2.16
  @@ -152,7 +152,7 @@
               For more information on the Jahia software, please refer to the 
following documentation :
               <ul id="doc">
                   <li><a href="howtoinstall.html">How to install</a></li>
  -                <li><a href="../../txt/history.txt">Jahia 4.0.6 Change 
Log</a></li>
  +                <li><a href="../../txt/history.txt">Jahia 4.0.7 Change 
Log</a></li>
                   <li><a href="http://www.jahia.org/faq";>Technical FAQ</a></li>
               </ul>
           </div>
  @@ -168,27 +168,28 @@
           </div>
       </div>
       <div class="maincontent">
  -        <h1><b>Jahia 4.0.6_01 README file</b></h1>
  -        Jahia 4.0.6_01 is a maintenance release that fixes a few bugs 
discovered after the
  -        launch of Jahia 4.0.6.<br/>
  +        <h1><b>Jahia 4.0.7 README file</b></h1>
  +        Jahia 4.0.7 is a maintenance release that fixes a few bugs 
discovered after the
  +        launch of Jahia 4.0.6_01.<br/>
           <br/>
           <br/>
           <h2><b>Table of content:</b></h2>
           - <a href="#1">Status of this maintenance release</a><br/>
           - <a href="#4">New taglibs documentation</a><br/>
  -        - <a href="#2">New Features in 4.0.6</a><br/>
  -        - <a href="#3">Adding custom user properties</a><br/>
           - <a href="#7">Installation tips</a><br/>
           - <a href="#6">How can I upgrade from a Jahia 4.0.6 to this release 
?</a><br/>
           <br/>
           <br/>
           <h2><b><a name="1" id="1"></a>Status of this maintenance 
release</b></h2>
  -        Jahia 4.0.6_01 maintenance release fixes the following bugs :<br/>
  +        Jahia 4.0.7 maintenance release fixes the following bugs :<br/>
           <ul type="square">
  -            <li> Correct handling of 403 errors.</li>
  -            <li> Missing tm-extractors-0.4.jar for MS Word document 
indexing.</li>
  +            <li> Better support of clustering configurations.</li>
  +            <li> Added more allowed characters in URL key.</li>
  +            <li> Some WebDAV related bugfixes/improvments</li>
           </ul>
           <br/>
  +        Please check the complete <a href="../../txt/history.txt">change 
Log</a>
  +        to view a complete list of all the modifications. <br/>
           <h2><b><a name="4" id="4"></a>New taglibs documentation</b></h2>
           A new Jahia taglib documentation with many code examples is now 
available. In addition, new
           material has been added to the Template Developer Guide. Please go to
  @@ -196,59 +197,7 @@
           <br/>
           <br/>
           <br/>
  -        <h2><b><a name="2" id="2"></a>Most important bug fixes in Jahia 
4.0.6</b></h2>
  -        This sixth service pack contains several bug fixes and enhancements. 
The most
  -        important changes include the support for LDAP dynamic groups and 
several fixes
  -        in the WebDAV service. <br/>
  -        <br/>
  -        We highly recommend you upgrade your Jahia installation with this 
service pack. Jahia
  -        4.0.6_01 is currently the latest stable edition of the 4.0 
branch.<br/>
  -        <br/>
  -        Please check the complete <a href="../../txt/history.txt">change 
Log</a>
  -        to view a complete list of all the modifications. <br/>
  -        <ul>
  -        <li><b>Dynamic LDAP Group / Better support for Active Directory 
Server</b><br/>
  -            Jahia now supports dynamic LDAP groups. We also improved the 
support for
  -            Microsoft Active Directory Server.<br/>
  -            <br/>
  -            </li>
  -        <li><b>Several WebDAV bug fixes</b><br/>
  -            Several WebDAV bug fixes have been corrected including: 
capability to modify
  -            permissions on the /shared default directory, fixed some issues 
when accessing
  -            a private file, fixed some other permissions issues.<br/>
  -            <br/>
  -            </li>
  -        <li><b>HTML Cache Improvement</b><br/>
  -            Under heavy load and if a page was not already preloaded in the 
front-end
  -            HTML cache, all the simultaneous sessions would initiate 
requests to the database even
  -            for the same web page (e.g. the home page). This caused some 
performance issues
  -            when rebooting a Jahia server with an immediate and strong load. 
Now only
  -            the first user session which tries to connect to a page would
  -             initiate requests to the database.
  -            The others are delayed until this page is pre-loaded in the HTML 
cache.
  -            <br/>
  -            <br/>
  -            </li>
  -            <li><b>Indexing Powerpoint and Excel files</b><br/>
  -                Added support to index Powerpoint and Excel files in the 
search engine.<br/>
  -            <br/>
  -            </li>
  -            <li><b>Support for MySQL 4.1</b><br/>
  -                Added support for MySQL 4.1<br/>
  -            <br/>
  -            </li>
  -            <li><b>Virtual sites' list and languages' list are now sorted in 
ascending order
  -        in the Admin Center</b><br/>
  -            To ease virtual sites retrieval or languages selection, these 
lists are
  -            now sorted by default in the ascending order of the current 
selected language.
  -        </li>
  -        </ul>
  -        <br/>
  -        Please check the complete <a href="../../txt/history.txt">change 
Log</a>
  -        to view a complete list of all the modifications. <br/>
  -        <br/>
  -        <br/>
  -        <br/>
  +
   
           <h2><b><a name="7" id="7"></a>Installation tips </b></h2>
           <ul>
  @@ -263,8 +212,8 @@
           <br/>
           <br/>
           <h2><b><a name="6" id="6"></a>How can I upgrade from a Jahia 4.0.6 
to this maintenance release ? </b></h2>
  -        <p>Please refer to the <a 
href="http://www.jahia.org/download/jahia4/4_0/patch/README_4_0_6_01.html";>upgrade
 readme
  -    file</a> of jahia 4.0.6_01.<br/><br/></p>
  +        <p>Please refer to the <a 
href="http://www.jahia.org/download/jahia4/4_0/patch/README_4_0_7.html";>upgrade 
readme
  +    file</a> of jahia 4.0.7.<br/><br/></p>
   
       </div>
       <div class="footer">
  

Reply via email to