You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by me...@apache.org on 2010/05/09 13:42:53 UTC

svn commit: r942527 - in /incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH: ReleaseNotes build.xml

Author: metskem
Date: Sun May  9 11:42:53 2010
New Revision: 942527

URL: http://svn.apache.org/viewvc?rev=942527&view=rev
Log:
* updated release notes to 2.8.4
* fixed build.xml to include pt_BR pages

Modified:
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ReleaseNotes
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/build.xml

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ReleaseNotes
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ReleaseNotes?rev=942527&r1=942526&r2=942527&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ReleaseNotes (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ReleaseNotes Sun May  9 11:42:53 2010
@@ -1,13 +1,10 @@
 
 Welcome to the stable version of JSPWiki 2.8!
 
-JSPWiki 2.8.3 is a security and stability update to 2.8.x-series.  All users
+JSPWiki 2.8.4 is a security and stability update to 2.8.x-series.  All users
 are encouraged to upgrade.
 
-The full log of any issues fixed can be found at:
-https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310732&fixfor=12313766
-
-This is the first major version of JSPWiki which is released completely under
+This is the second 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.
 
@@ -16,6 +13,16 @@ official Apache release.
 
 Please report any issues at https://issues.apache.org/jira/browse/JSPWIKI
 
+UPDATES SINCE 2.8.3
+===================
+
+The full list is available in the ChangeLog file.  Highlights include
+
+* Improvements in JCR Export
+
+* Numerous minor bug fixes
+
+
 UPDATES SINCE 2.8.2
 ===================
 

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/build.xml
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/build.xml?rev=942527&r1=942526&r2=942527&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/build.xml (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/build.xml Sun May  9 11:42:53 2010
@@ -535,10 +535,14 @@
     <zip zipfile="${install.fulldir}/${ant.project.name}-corepages_fr.zip"
          basedir="src/wikipages/fr">
     </zip>
- 
+
     <zip zipfile="${install.fulldir}/${ant.project.name}-corepages_it.zip"
          basedir="src/wikipages/it">
     </zip>
+
+    <zip zipfile="${install.fulldir}/${ant.project.name}-corepages_pt_BR.zip"
+         basedir="src/wikipages/pt_BR">
+    </zip>
  
     <!-- Add other languages here -->