You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2011/09/28 13:00:20 UTC

svn commit: r1176819 - in /incubator/wookie/trunk: UPGRADING ant/ivy-release-common.xml etc/release/src-build-include.txt licenses/rat-ignore.txt

Author: scottbw
Date: Wed Sep 28 11:00:19 2011
New Revision: 1176819

URL: http://svn.apache.org/viewvc?rev=1176819&view=rev
Log:
Added UPGRADING doc (see WOOKIE-244) and added to release scripts and rat-ignore.

Added:
    incubator/wookie/trunk/UPGRADING
Modified:
    incubator/wookie/trunk/ant/ivy-release-common.xml
    incubator/wookie/trunk/etc/release/src-build-include.txt
    incubator/wookie/trunk/licenses/rat-ignore.txt

Added: incubator/wookie/trunk/UPGRADING
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/UPGRADING?rev=1176819&view=auto
==============================================================================
--- incubator/wookie/trunk/UPGRADING (added)
+++ incubator/wookie/trunk/UPGRADING Wed Sep 28 11:00:19 2011
@@ -0,0 +1,12 @@
+This document details any special actions that need to be taken when upgrading Wookie from a previous version. For
+general information on new features and improvements, see NEW_AND_NOTEWORTHY.
+
+FROM 0.9.0 TO 0.9.1
+===================
+
+A number of changes to the data model were put in place in 0.9.1, meaning that any existing databases must be updated.
+
+Scripts for migrating databases to 0.9.1 can be found in /scripts/migration.
+
+From 0.9.1 the JCR persistence mechanism is an optional module that must be built separately; any installations using 
+JCR will need to upgrade using a source release, building the modules/jcr subproject.
\ No newline at end of file

Modified: incubator/wookie/trunk/ant/ivy-release-common.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/ant/ivy-release-common.xml?rev=1176819&r1=1176818&r2=1176819&view=diff
==============================================================================
--- incubator/wookie/trunk/ant/ivy-release-common.xml (original)
+++ incubator/wookie/trunk/ant/ivy-release-common.xml Wed Sep 28 11:00:19 2011
@@ -118,7 +118,8 @@
 		<copy file="DISCLAIMER" tofile="${build.dir}/webapp/wookie/DISCLAIMER" overwrite="yes" />		
 		<copy file="LICENSE" tofile="${build.dir}/webapp/wookie/LICENSE" overwrite="yes" />		
 		<copy file="NOTICE" tofile="${build.dir}/webapp/wookie/NOTICE" overwrite="yes" />
-		<copy file="NEW_AND_NOTEWORTHY" tofile="${build.dir}/webapp/wookie/NEW_AND_NOTEWORTHY" overwrite="yes" />
+		<copy file="NEW_AND_NOTEWORTHY" tofile="${build.dir}/webapp/wookie/NEW_AND_NOTEWORTHY" overwrite="yes" />
+        <copy file="UPGRADING" tofile="${build.dir}/webapp/wookie/UPGRADING" overwrite="yes" />
 		<copy file="etc/release/RUNTIME_LICENSE" tofile="${build.dir}/webapp/wookie/RUNTIME_LICENSE" overwrite="yes" />
 
 		<!-- build war file -->
@@ -161,6 +162,7 @@
 		<copy file="RELEASE_NOTES" tofile="${wookie.release.dir}/${version}-incubating/binary/war/${wookie.war.folder.name}/build/RELEASE_NOTES" overwrite="yes" />
 		<copy file="NOTICE" tofile="${wookie.release.dir}/${version}-incubating/binary/war/${wookie.war.folder.name}/build/NOTICE" overwrite="yes" />
 		<copy file="NEW_AND_NOTEWORTHY" tofile="${wookie.release.dir}/${version}-incubating/binary/war/${wookie.war.folder.name}/build/NEW_AND_NOTEWORTHY" overwrite="yes" />
+		<copy file="UPGRADING" tofile="${wookie.release.dir}/${version}-incubating/binary/war/${wookie.war.folder.name}/build/UPGRADING" overwrite="yes" />
 		<!-- copy WAR readme-->
 		<copy file="etc/release/war/WAR_BUILD_NOTES"
 			tofile="${wookie.release.dir}/${version}-incubating/binary/war/${wookie.war.folder.name}/build/WAR_BUILD_NOTES"
@@ -225,6 +227,7 @@
 		<copy file="RELEASE_NOTES" tofile="${wookie.release.dir}/${version}-incubating/binary/standalone/${wookie.standalone.folder.name}/RELEASE_NOTES" overwrite="yes" />
 		<copy file="NOTICE" tofile="${wookie.release.dir}/${version}-incubating/binary/standalone/${wookie.standalone.folder.name}/NOTICE" overwrite="yes" />
 		<copy file="NEW_AND_NOTEWORTHY" tofile="${wookie.release.dir}/${version}-incubating/binary/standalone/${wookie.standalone.folder.name}/NEW_AND_NOTEWORTHY" overwrite="yes" />
+		<copy file="UPGRADING" tofile="${wookie.release.dir}/${version}-incubating/binary/standalone/${wookie.standalone.folder.name}/UPGRADING" overwrite="yes" />
 		<copy file="etc/release/RUNTIME_LICENSE" tofile="${wookie.release.dir}/${version}-incubating/binary/standalone/${wookie.standalone.folder.name}/RUNTIME_LICENSE" overwrite="yes" />		
 
 		<ivy:retrieve conf="runtime"

Modified: incubator/wookie/trunk/etc/release/src-build-include.txt
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/etc/release/src-build-include.txt?rev=1176819&r1=1176818&r2=1176819&view=diff
==============================================================================
--- incubator/wookie/trunk/etc/release/src-build-include.txt (original)
+++ incubator/wookie/trunk/etc/release/src-build-include.txt Wed Sep 28 11:00:19 2011
@@ -45,6 +45,7 @@ DISCLAIMER
 ivy.xml
 LICENSE
 NEW_AND_NOTEWORTHY
+UPGRADING
 NOTICE
 README
 RELEASE_NOTES
\ No newline at end of file

Modified: incubator/wookie/trunk/licenses/rat-ignore.txt
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/licenses/rat-ignore.txt?rev=1176819&r1=1176818&r2=1176819&view=diff
==============================================================================
--- incubator/wookie/trunk/licenses/rat-ignore.txt (original)
+++ incubator/wookie/trunk/licenses/rat-ignore.txt Wed Sep 28 11:00:19 2011
@@ -30,6 +30,7 @@ etc/eclipse/code_templates.xml
 # Documentation files
 
 NEW_AND_NOTEWORTHY
+UPGRADING
 etc/release/standalone/STANDALONE_BUILD_NOTES
 STANDALONE_BUILD_NOTES
 etc/release/war/WAR_BUILD_NOTES
@@ -44,6 +45,8 @@ widgets/localetest/index.htm
 widgets/localetest/locales/
 widgets/camera/icon.svg
 widgets/geo/icon.svg
+# see widgets/freeder/legal/jquery.jfeed.pack.js.license.txt
+widgets/freeder/scripts/jquery.jfeed.pack.js
 
 # anything below is under a different license header
 # needs checking if relevant licenses are included