mromy       2005/08/02 16:40:25 CEST

  Modified files:
    core/src/webapp/html/startup readme.html 
  Log:
  - updated for Jahia 4.5 M3 release
  
  Revision  Changes    Path
  1.11      +48 -17    jahia/core/src/webapp/html/startup/readme.html
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/html/startup/readme.html.diff?r1=1.10&r2=1.11&f=h
  
  
  
  Index: readme.html
  ===================================================================
  RCS file: /cvs/jahia/core/src/webapp/html/startup/readme.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- readme.html       21 Jul 2005 15:07:37 -0000      1.10
  +++ readme.html       2 Aug 2005 14:40:24 -0000       1.11
  @@ -170,10 +170,10 @@
       </div>
       <div class="maincontent">
   
  -<h1>Jahia 4.5 Milestone2 (M2) README file</h1>
  -<p>Release date: 06/07/2005<br />
  +<h1>Jahia 4.5 Milestone3 (M2) README file</h1>
  +<p>Release date: 02/08/2005<br />
       <br />
  -    You have installed the Milestone 2 (M2) release of Jahia 4.5. <br />
  +    You have installed the Milestone 3 (M3) release of Jahia 4.5. <br />
       <br />
       Please read this README carefully to learn about the new features 
present in
       this development release. <br />
  @@ -182,9 +182,10 @@
   <h2>Table of content:</h2>
   <p>
       - <a href="#1">Status</a><br />
  -    - <a href="#2">New Features in 4.5 M2</a><br />
  -    - <a href="#3">New Features in 4.5 M1</a><br />
  -    - <a href="#4">Ongoing Development for Jahia 4.5 Final Release</a><br />
  +    - <a href="#2">New Features in 4.5 M3</a><br />
  +    - <a href="#3">New Features in 4.5 M2</a><br />
  +    - <a href="#4">New Features in 4.5 M1</a><br />
  +    - <a href="#5">Ongoing Development for Jahia 4.5 Final Release</a><br />
       - <a href="#6">How can I upgrade from a Jahia 4.0</a> <a href="#6">or 
4.1 to this
       development release ?</a><br />
       - <a href="#7">Installation Issues</a><br />
  @@ -200,7 +201,37 @@
       This version only includes part of the functional and architectural 
changes we
   will implement in the final release of Jahia 4.5. </p>
   <br/>
  -<h2><a name="2" id="2"></a>New features in 4.5 M2</h2>
  +<h2><a name="2" id="2"></a>New features in 4.5 M3</h2>
  +<b>Postgres support</b>
  +<br />
  +Jahia 4.5 M3 release now works with database PostgresQL 7.3 or later. 
PostgresQL 8.0 or
  +later is recommended as it offers better transaction support and better 
performances.
  +<br /><br />
  +<b>Improved performances</b>
  +<br />
  +Improvement has been made at various levels to obtain better performances in 
Jahia 4.5
  +regarding release M2. Much of the effort has been put on Hibernate 
fine-tuning as well
  +as Jahia back-end cache system, which takes longer than expected.<br/>
  +As we head towards the final release, we will of course continue to improve 
Jahia performances.
  +<br /><br />
  +<b>Improved WAI checking</b>
  +<br />
  +WAI compliance as well as URLs integrity are now enforced at validation 
time. Editors are
  +warned if they forget to input some WAI mandatory parameters when submitting 
or modifying
  +content or if internal links may lead to 403/404 errors, and validation of 
the page will
  +not be allowed until content is WAI compliant. <br/>
  +This can be activated/deactivated from the Jahia administration panel for 
each virtual site.
  +<br /><br />
  +<b>New Cache layer implementation</b>
  +<br />
  +2 new cache systems have been integrated inside Jahia :
  +<a href="http://www.opensymphony.com/oscache"; target="_blank">OSCache</a> 
provides caching of
  +JSP fragments and <a href="http://www.jgroups.org/javagroupsnew/docs/"; 
target="_blank">JGroups</a>
  +allows for better clustering support.
  +<br /><br />
  +
  +
  +<h2><a name="3" id="3"></a>New features in 4.5 M2</h2>
   <b>New Persistence Layer</b>
   <br />
   The persistence layer of Jahia is being rewritten in order to support 
Hibernate
  @@ -265,14 +296,14 @@
   
   <br /><br /><b>Cache refactoring</b>
   <br/>
  -Caches were also refactored in this version of Jahia, in order to make the 
  -cache implementation pluggeable. Because of this the API has changed. You 
  -should no longer access the CacheFactory class directly, but used the 
  -org.jahia.services.cache.CacheService class instead. The APIs are very 
  +Caches were also refactored in this version of Jahia, in order to make the
  +cache implementation pluggeable. Because of this the API has changed. You
  +should no longer access the CacheFactory class directly, but used the
  +org.jahia.services.cache.CacheService class instead. The APIs are very
   similar.
   
   Also, some of the static methods such as createCache have been removed,
  -so if you were doing calls such as 
  +so if you were doing calls such as
   
   <p class="code">CacheFactory.createCache(String name)</p>
   
  @@ -280,10 +311,10 @@
   
   <p 
class="code">ServicesRegistry.getInstance().getCacheService().createCacheInstance(name)</p>
   
  -Again this has been done to keep the cache implementation pluggeable, 
  +Again this has been done to keep the cache implementation pluggeable,
   allowing us to replace the CacheService with another one.
   
  -Following the same logic, please replace the following : 
  +Following the same logic, please replace the following :
   
   <p class="code">CacheFactory.getHtmlCache()</p>
   
  @@ -325,7 +356,7 @@
   <br /><br />
   
   
  -<h2><a name="3" id="3"></a>New features in 4.5 M1</h2>
  +<h2><a name="4" id="4"></a>New features in 4.5 M1</h2>
   <p><b>Full Workflow Refactoring</b> <b>+ Senseï support<br /></b>
       The Jahia default workflow was fully refactored in order to support a
   &quot;No workflow&quot; mode, a &quot;N-Step Workflow&quot; mode (which 
replace
  @@ -360,7 +391,7 @@
   import it elsewhere (including on another Jahia server). The XML 
import/export
   tool will also manage &quot;diffs&quot; and only import changes from a 
certain
   date.</p>
  -<h2><a name="4" id="4"></a>Ongoing Development for Jahia 4.5 Final 
Release</h2>
  +<h2><a name="5" id="5"></a>Ongoing Development for Jahia 4.5 Final 
Release</h2>
   <p>Several other features are
       planned for the final release of Jahia 4.5 but are not present in this 
edition
       yet (too early and unstable developments). These new features will be 
available
  @@ -446,7 +477,7 @@
   <p><b>Make sure you don't use any white space in the path name
       when installing Jahia.<br />
       <br />
  -    Currently, this release only works with the MySQL database.
  +    Currently, this release only works with the MySQL and PostgresQL 
databases.
       Make sure also that the database you created for Jahia is empty before 
installing
       this release (no previous Jahia tables should exist in the 
database).</b><br/>
       <br/>Please check the archive of the public Install mailing list before 
sending
  

Reply via email to