pvollenweider 2004/12/10 16:58:44 CET
Modified files: (Branch: JAHIA-4-0-BRANCH)
src/views/html/startup readme.html
Log:
Update for Jahia 4.0.5
Revision Changes Path
1.68.2.7 +23 -28 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.6&r2=1.68.2.7&f=h
Index: readme.html
===================================================================
RCS file:
/home/cvs/repository/jahia/src/views/html/startup/Attic/readme.html,v
retrieving revision 1.68.2.6
retrieving revision 1.68.2.7
diff -u -r1.68.2.6 -r1.68.2.7
--- readme.html 11 Nov 2004 13:31:21 -0000 1.68.2.6
+++ readme.html 10 Dec 2004 15:58:44 -0000 1.68.2.7
@@ -148,8 +148,6 @@
<ul id="doc">
<li><a href="howtoinstall.html">How to install</a></li>
<li><a href="../../txt/history.txt">Jahia 4.0.5 Change
Log</a></li>
- <li><a href="../../txt/xmlexport.txt">XML Export quick
doc</a></li>
- <li><a href="../../txt/javaeditors.txt">Java HTML Editors
set-up guide</a></li>
<li><a
href="http://www.jahia.org/download/documentation/Jahia_Clustering_HOW-TO_v2.pdf">Jahia
clustering HOWTO</a></li>
<li><a href="new_features.html">New features in Jahia
4.0</a></li>
</ul>
@@ -168,12 +166,9 @@
</div>
</div>
<div class="maincontent">
- <h1>Jahia 4.0.5 Preview Release README file</h1>
+ <h1>Jahia 4.0.5 README file</h1>
<p>
- This is a <strong>Preview Release</strong> of the the 4.0.5
version of Jahia and we are
- now very close to the final release. We strongly encourage you
to test it against your
- current installation (see below how to migrate from 4.0.4 to
this release).
- Unless critical bugs are discovered, this PR should become the
final 4.0.5 in a couple of days.
+ We are pleased to announce the final version of the fifth
service pack for Jahia 4.0 (Jahia 4.0.5).
<br/><br/>
Please read this README carefully to learn about the new
features present in this release
</p>
@@ -182,16 +177,16 @@
<p>
- <a href="#1">Status</a><br/>
- <a href="#2">New Features in 4.0.5</a><br/>
- - <a href="#6">How can I upgrade from a Jahia 3.1.x to this new
version ?</a><br/>
+ - <a href="#6">How can I upgrade from a Jahia 4.0.4 to this new
service pack ?</a><br/>
- <a href="#7">Installation Issues</a><br/>
<!--- <a href="#8">Current known Jahia limitations and
bugs</a>-->
</p>
<h2><a name="1"></a>Status</h2>
<p>
- This fifth service pack contains hundreds of performance
improvements, bug fixes, enhancements and refactorings.
- The most important changes include a new authentification
mechanism to remember user logins using cookies,
- speed optimizations of content indexing, several modifications
to support clustered environements (load balancing)
+ This fifth service pack contains hundreds of performance
improvements, bug fixes, enhancements and refactorings.
+ The most important changes include a new authentification
mechanism to remember user logins using cookies,
+ speed optimizations of content indexing, several modifications
to support clustered environements (load balancing)
and some refactoring of the move function.
</p>
<p>
@@ -206,19 +201,19 @@
<p>
<ul>
<li><strong>Cookie authentification support</strong><br/>
- Jahia now supports cookie-based login "remember me"
authentification. You can configure if you want cookies to
- expire after a certain amount of time if the user does not
log during a certain period as well as other settings
+ Jahia now supports cookie-based login "remember me"
authentification. You can configure if you want cookies to
+ expire after a certain amount of time if the user does not
log during a certain period as well as other settings
in the jahia.properties file.</li>
<li><strong>Clustering support</strong><br/>
- Jahia can now be configured to work in cluster. This may be
useful to ensure high avalaibility or to distribute
- load amongst multiple servers.
+ Jahia can now be configured to work in cluster. This may be
useful to ensure high avalaibility or to distribute
+ load amongst multiple servers.
You can now also have a separate authoring and browsing
server. Check the <a
href="http://www.jahia.org/download/documentation/Jahia_Clustering_HOW-TO_v2.pdf">Clustering
HOW TO</a>
to learn how to set this up.</li>
<li><strong>HTMLArea editor</strong><br/>
- <a href="http://www.htmlarea.com/"
target="_blank">HTMLArea</a> is a full featured HTML editor which works on
- all plateforms. It is now the default editor in Jahia. Of
course you still can opt to use another bundled editor
+ <a href="http://www.htmlarea.com/"
target="_blank">HTMLArea</a> is a full featured HTML editor which works on
+ all plateforms. It is now the default editor in Jahia. Of
course you still can opt to use another bundled editor
by editing the configuration file of the HTML editors (check
admin guide).<br/><br/>
- <em>Please note that with <strong>Firefox</strong>, you need
to edit the prefs.js file and add the following
+ <em>Please note that with <strong>Firefox</strong>, you need
to edit the prefs.js file and add the following
lines to allow cut and paste:</em><br/><br/>
<tt>
user_pref("capability.policy.allowclipboard.Clipboard.cutcopy",
"allAccess");<br/>
@@ -234,12 +229,12 @@
<br/>
</li>
<li><strong>New languages added</strong><br/>
- New languages have made their way to Jahia: German, Italian
and Dutch. If you want to translate Jahia to another language,
+ New languages have made their way to Jahia: German, Italian
and Dutch. If you want to translate Jahia to another language,
it's easy : read <a
href="http://www.jahia.org/jahia/Jahia/devzone/languages"
target="_blank">here</a> what you need to do.</li>
<li><strong>Versioning system improved</strong><br/>
Versioning feature has been improved to be more robust and
to allow for more accurate restoring of content.</li>
<li><strong>Multiple LDAP servers support</strong><br/>
- You can now configure Jahia to connect to more than one LDAP
server. This can be useful if you have users in
+ You can now configure Jahia to connect to more than one LDAP
server. This can be useful if you have users in
different LDAP (or ActiveDirectory) servers and you want to
allow all of them to authenticate to Jahia.</li>
<li><strong>Move Page Refactoring</strong><br/>
The move page feature of Jahia has been refactored to
improve behaviour and correct some issues.</li>
@@ -250,8 +245,8 @@
<h2><a name="6"></a>How can I upgrade from a Jahia 4.0.4 to this new
version ? </h2>
<p>
- We are currently in the process of making an automated migration
script.
- Meanwhile you can test this release with your data by following
this procedure:
+ If you have a standard Jahia installation, an automated
migration script is available on the Jahia.org web site.
+ You may also upgrade to this new release by using the following
manual procedure:
</p>
<p>
In this procedure we will assume the following :
@@ -277,7 +272,7 @@
</li>
<li>
If you want to copy over the deployed applications, repeat
this
- step for each web app :<br/>
+ step for each web app :<br/>
copy CURRENT_JAHIA/tomcat/webapps/WEBAPP_NAME<br/>
to<br/>
NEW_JAHIA_405/webapps/WEBAPP_NAME
@@ -285,8 +280,8 @@
</li>
<li>
Edit the jahia.properties file and configure the database
settings to
- point to your CURRENT_JAHIA database path. If you have
adjusted settings
- for the your database pooling, please also adjust them in
the dbpool.properties
+ point to your CURRENT_JAHIA database path. If you have
adjusted settings
+ for the your database pooling, please also adjust them in
the dbpool.properties
of your new installation.
<br/><br/>
</li>
@@ -303,17 +298,17 @@
</li>
<li>
If you added some other java libraries or if you modified the
- Jahia classes, JSP or taglibs definition, please copy the
new jar files
+ Jahia classes, JSP or taglibs definition, please copy the
new jar files
and/or make the merge of your changes with the new Jahia
source code.
<br/><br/>
</li>
<li>
- if you have some custom Tomcat configuration, please merge
your Tomcat startup scripts
+ if you have some custom Tomcat configuration, please merge
your Tomcat startup scripts
(ex: catalina_opts adjusted to your server memory size).
<br/><br/>
</li>
<li>
- If you have a commercial license key, don't forget to copy
it over the default one
+ If you have a commercial license key, don't forget to copy
it over the default one
from your CURRENT_JAHIA to the NEW_JAHIA_405.<br/><br/>
</li>
</ol>