You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ja...@apache.org on 2008/11/21 21:23:43 UTC

svn commit: r719700 - in /incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH: ChangeLog ReleaseNotes UPGRADING src/com/ecyrd/jspwiki/Release.java

Author: jalkanen
Date: Fri Nov 21 12:23:43 2008
New Revision: 719700

URL: http://svn.apache.org/viewvc?rev=719700&view=rev
Log:
2.8.0 RC 1

Modified:
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ReleaseNotes
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/UPGRADING
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog?rev=719700&r1=719699&r2=719700&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog Fri Nov 21 12:23:43 2008
@@ -1,3 +1,7 @@
+2008-11-21  Janne Jalkanen <ja...@apache.org>
+
+        * 2.8.1, first release candidate build.
+
 2008-11-21 Harry Metske <me...@apache.org>
 
         * 2.8.1-svn-16

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ReleaseNotes
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ReleaseNotes?rev=719700&r1=719699&r2=719700&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ReleaseNotes (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ReleaseNotes Fri Nov 21 12:23:43 2008
@@ -1,7 +1,10 @@
 
 Welcome to the stable version of JSPWiki 2.8!
 
-This is the first version of JSPWiki which is released completely under
+JSPWiki 2.8.1 is a security and stability update to 2.8.0.  All users
+are encouraged to upgrade.
+
+This is the first major version of JSPWiki which is released completely under
 the Apache License.  This is done as a part of the transition to the
 Apache Incubation.
 
@@ -10,9 +13,18 @@
 
 Please report any issues you can find at http://issues.apache.org/JIRA/
 
+UPDATES SINCE 2.8.0
+===================
+
+The full list is available in the ChangeLog file.  Highlights include
+
+* French translation and corepages
+* OC4J compatibility
+* Various fixes and updates
+
 
-NEW FEATURES
-============
+NEW FEATURES SINCE 2.6.x
+========================
 
 * JSPWiki now requires JDK 1.5 to run.
 

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/UPGRADING
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/UPGRADING?rev=719700&r1=719699&r2=719700&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/UPGRADING (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/UPGRADING Fri Nov 21 12:23:43 2008
@@ -1,9 +1,40 @@
-Upgrading JSPWiki to 2.8
-------------------------
+Upgrading JSPWiki from 2.8.0 to 2.8.1
+-------------------------------------
 
-This file documents the steps necessary to upgrade JSPWiki 2.8 from 2.6. This document was written for two audiences: 
+1. Backup your old configuration files:
+   * jspwiki.properties
+   * filters.xml
+   * web.xml
+   
+2. Backup any modifications or custom templates you may have done
+
+3. Unzip JSPWiki.war to a new directory
+
+4. Copy your old modified files on top of the newly installed copy
+
+5. Replace your old installed copy with the new version.
+
+6. Empty any temporary directories your web container might have
+   (e.g. $CATALINA_HOME/work)
+   
+7. Restart container.
+
+There is no need to empty the JSPWiki work directory or modify
+any preferences or settings.
+
+If you've deployed JSPWiki already as a WAR file, then you can
+just reinstall JSPWiki.war using the new version.  Just make
+sure you have backed up your configuration files first!
+
+
+Upgrading JSPWiki from older versions to any version of 2.8
+-----------------------------------------------------------
+
+This file documents the steps necessary to upgrade JSPWiki 2.8 from 2.6. This 
+document was written for two audiences: 
 
-a. Deployers -- system administrators who want to upgrade JSPWiki , but who have not created custom JSPs, plugins, or developed against JSPWiki APIs
+a. Deployers -- system administrators who want to upgrade JSPWiki , but who have 
+not created custom JSPs, plugins, or developed against JSPWiki APIs
 
 b. Developers -- persons who have integrated their code with JSPWiki public APIs.
 

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java?rev=719700&r1=719699&r2=719700&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java Fri Nov 21 12:23:43 2008
@@ -57,7 +57,7 @@
      *  <p>
      *  If the POSTFIX is empty, it is not added to the version string.
      */
-    private static final String    POSTFIX       = "svn";
+    private static final String    POSTFIX       = "";
 
     /** The JSPWiki major version. */
     public static final int        VERSION       = 2;
@@ -77,7 +77,7 @@
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "16";
+    public static final String     BUILD         = "";
     
     /**
      *  This is the generic version string you should use