Author: psharples
Date: Fri Feb  8 11:18:58 2013
New Revision: 1443939

URL: http://svn.apache.org/r1443939
Log:
Preparing for tagging next release

Modified:
    wookie/trunk/NEW_AND_NOTEWORTHY
    wookie/trunk/RELEASE_NOTES
    wookie/trunk/UPGRADING
    wookie/trunk/build.properties
    wookie/trunk/connector/java/build.properties
    wookie/trunk/connector/java/ivy.xml
    wookie/trunk/connector/java/pom-template.xml
    wookie/trunk/digsig-client/java/build.properties
    wookie/trunk/digsig-client/java/ivy.xml
    wookie/trunk/etc/release/runsignatures.bat
    wookie/trunk/etc/release/runsignatures.sh
    wookie/trunk/ivy.xml
    wookie/trunk/modules/jcr/build.properties
    wookie/trunk/modules/jcr/ivy.xml
    wookie/trunk/parser/java/build.properties
    wookie/trunk/parser/java/ivy.xml
    wookie/trunk/parser/java/pom-template.xml
    wookie/trunk/pom-template.xml
    wookie/trunk/src/widgetserver.properties

Modified: wookie/trunk/NEW_AND_NOTEWORTHY
URL: 
http://svn.apache.org/viewvc/wookie/trunk/NEW_AND_NOTEWORTHY?rev=1443939&r1=1443938&r2=1443939&view=diff
==============================================================================
--- wookie/trunk/NEW_AND_NOTEWORTHY (original)
+++ wookie/trunk/NEW_AND_NOTEWORTHY Fri Feb  8 11:18:58 2013
@@ -1,5 +1,20 @@
-# New and Noteworthy: 0.14.0
+# New and Noteworthy: 0.13.1
 
-## TODO -title
+## Single "deploy" location
 
-TODO
+There is no longer separate "wservices" and "deploy" folders; instead, widgets 
are unpacked directly into the deploy folder.
+
+## Locked domains
+
+For added security, each widget instance can be viewed from a unique origin 
(using subdomains), preventing cross-widget communication and scripting attacks.
+Locked domains are disabled by default; configuration instructions can be 
found in widgetserver.properties.
+
+## Improved OAuth Support
+
+Improved integration of oAuth authorization into workflow. Fixed oAuth feature 
problems with Google APIs. 
+
+## Widget Automatic Updates
+
+Wookie now supports automatic updating of widgets, implementing the Widget 
Updates spec, allowing widgets to be updated as new versions are released. 
Update
+checks can be configured to run hourly, daily or weekly. By default automatic 
updates are disabled; Configuration instructions can be found in 
+widgetserver.properties. 
\ No newline at end of file

Modified: wookie/trunk/RELEASE_NOTES
URL: 
http://svn.apache.org/viewvc/wookie/trunk/RELEASE_NOTES?rev=1443939&r1=1443938&r2=1443939&view=diff
==============================================================================
--- wookie/trunk/RELEASE_NOTES (original)
+++ wookie/trunk/RELEASE_NOTES Fri Feb  8 11:18:58 2013
@@ -4,11 +4,7 @@ See https://issues.apache.org/jira/brows
 
 For more detailed information on significant changes, see NEW_AND_NOTEWORTHY
 
-Version 0.14.0
-==============
-TODO -update this list and remove the v13 issues
-
-Version 0.13.0
+Version 0.13.1
 ==============
 
 Bugs Fixed

Modified: wookie/trunk/UPGRADING
URL: 
http://svn.apache.org/viewvc/wookie/trunk/UPGRADING?rev=1443939&r1=1443938&r2=1443939&view=diff
==============================================================================
--- wookie/trunk/UPGRADING (original)
+++ wookie/trunk/UPGRADING Fri Feb  8 11:18:58 2013
@@ -1,11 +1,7 @@
 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.13.0 TO 0.14.0 
-=====================
-TODO
-
-FROM 0.11.0 TO 0.13.0 (Version 0.12.0 was not released)
+FROM 0.11.0 TO 0.13.1 (Version 0.12.0 was not released)
 =====================
 No major changes to the core or database schema. The W3CParser module has been 
updated so it is possible
 you may need to clear your ivy cache on your local machine.

Modified: wookie/trunk/build.properties
URL: 
http://svn.apache.org/viewvc/wookie/trunk/build.properties?rev=1443939&r1=1443938&r2=1443939&view=diff
==============================================================================
--- wookie/trunk/build.properties (original)
+++ wookie/trunk/build.properties Fri Feb  8 11:18:58 2013
@@ -1,4 +1,4 @@
-version=0.14.0-SNAPSHOT
+version=0.13.1
 
 # Uncomment to include Extra features
 include.extra.features

Modified: wookie/trunk/connector/java/build.properties
URL: 
http://svn.apache.org/viewvc/wookie/trunk/connector/java/build.properties?rev=1443939&r1=1443938&r2=1443939&view=diff
==============================================================================
--- wookie/trunk/connector/java/build.properties (original)
+++ wookie/trunk/connector/java/build.properties Fri Feb  8 11:18:58 2013
@@ -1,4 +1,4 @@
-version=0.14.0-SNAPSHOT
+version=0.13.1
 
 # build configuration properties
 build.dir=../../build

Modified: wookie/trunk/connector/java/ivy.xml
URL: 
http://svn.apache.org/viewvc/wookie/trunk/connector/java/ivy.xml?rev=1443939&r1=1443938&r2=1443939&view=diff
==============================================================================
--- wookie/trunk/connector/java/ivy.xml (original)
+++ wookie/trunk/connector/java/ivy.xml Fri Feb  8 11:18:58 2013
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 <ivy-module version="2.0">
-    <info organisation="org.apache.wookie" module="wookie-java-connector" 
revision="0.14.0-SNAPSHOT"/>
+    <info organisation="org.apache.wookie" module="wookie-java-connector" 
revision="0.13.1"/>
     
     <configurations>
       <conf name="deploy" description="Provide the necessary files and 
libraries to deploy in a production environment"/>

Modified: wookie/trunk/connector/java/pom-template.xml
URL: 
http://svn.apache.org/viewvc/wookie/trunk/connector/java/pom-template.xml?rev=1443939&r1=1443938&r2=1443939&view=diff
==============================================================================
--- wookie/trunk/connector/java/pom-template.xml (original)
+++ wookie/trunk/connector/java/pom-template.xml Fri Feb  8 11:18:58 2013
@@ -37,9 +37,9 @@
   <inceptionYear>2009</inceptionYear>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/wookie/trunk/connector/java</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/wookie/trunk/connector/java/</developerConnection>
-    <url>http://svn.apache.org/viewvc/wookie/trunk/connector/java/</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/wookie/tags/0.13.1/connector/java</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/wookie/tags/0.13.1/connector/java/</developerConnection>
+    <url>http://svn.apache.org/viewvc/wookie/tags/0.13.1/connector/java/</url>
   </scm>
   
  <mailingLists>

Modified: wookie/trunk/digsig-client/java/build.properties
URL: 
http://svn.apache.org/viewvc/wookie/trunk/digsig-client/java/build.properties?rev=1443939&r1=1443938&r2=1443939&view=diff
==============================================================================
--- wookie/trunk/digsig-client/java/build.properties (original)
+++ wookie/trunk/digsig-client/java/build.properties Fri Feb  8 11:18:58 2013
@@ -1,4 +1,4 @@
-version=0.14.0-SNAPSHOT
+version=0.13.1
 
 # build configuration properties
 build.dir=build

Modified: wookie/trunk/digsig-client/java/ivy.xml
URL: 
http://svn.apache.org/viewvc/wookie/trunk/digsig-client/java/ivy.xml?rev=1443939&r1=1443938&r2=1443939&view=diff
==============================================================================
--- wookie/trunk/digsig-client/java/ivy.xml (original)
+++ wookie/trunk/digsig-client/java/ivy.xml Fri Feb  8 11:18:58 2013
@@ -16,7 +16,7 @@
 -->
 <ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven";>
        <info organisation="org.apache.wookie" module="wookie-digsig-client"
-               revision="0.14.0-SNAPSHOT" />
+               revision="0.13.1" />
        <configurations>
                <conf name="deploy" description="Provide the necessary files 
and libraries to deploy" />
        </configurations>

Modified: wookie/trunk/etc/release/runsignatures.bat
URL: 
http://svn.apache.org/viewvc/wookie/trunk/etc/release/runsignatures.bat?rev=1443939&r1=1443938&r2=1443939&view=diff
==============================================================================
--- wookie/trunk/etc/release/runsignatures.bat (original)
+++ wookie/trunk/etc/release/runsignatures.bat Fri Feb  8 11:18:58 2013
@@ -11,7 +11,7 @@ rem WITHOUT WARRANTIES OR CONDITIONS OF 
 rem See the License for the specific language governing permissions and
 rem limitations under the License.
 
-set WOOKIE-VERSION=0.14.0-SNAPSHOT
+set WOOKIE-VERSION=0.13.1
 set ROOT-FOLDER=%WOOKIE-VERSION%
 set SOURCE-FOLDER=source
 set SRC-BUILD-TAR=apache-wookie-%WOOKIE-VERSION%-src.tar.gz

Modified: wookie/trunk/etc/release/runsignatures.sh
URL: 
http://svn.apache.org/viewvc/wookie/trunk/etc/release/runsignatures.sh?rev=1443939&r1=1443938&r2=1443939&view=diff
==============================================================================
--- wookie/trunk/etc/release/runsignatures.sh (original)
+++ wookie/trunk/etc/release/runsignatures.sh Fri Feb  8 11:18:58 2013
@@ -13,7 +13,7 @@
 # limitations under the License.
 #
 echo "Run Signatures"
-export WOOKIE_VERSION="0.14.0-SNAPSHOT"
+export WOOKIE_VERSION="0.13.1"
 export ROOT_FOLDER=$WOOKIE_VERSION
 export SOURCE_FOLDER="$WOOKIE_VERSION/source/"
 export SRC_BUILD_TAR="apache-wookie-$WOOKIE_VERSION-src.tar.gz"

Modified: wookie/trunk/ivy.xml
URL: 
http://svn.apache.org/viewvc/wookie/trunk/ivy.xml?rev=1443939&r1=1443938&r2=1443939&view=diff
==============================================================================
--- wookie/trunk/ivy.xml (original)
+++ wookie/trunk/ivy.xml Fri Feb  8 11:18:58 2013
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 <ivy-module version="2.0">
-    <info organisation="org.apache.wookie" module="wookie" 
revision="0.14.0-SNAPSHOT"/>
+    <info organisation="org.apache.wookie" module="wookie" revision="0.13.1"/>
     
     <configurations>
       <conf name="deploy" description="Provide the necessary files and 
libraries to deploy in a production environment"/>
@@ -40,9 +40,9 @@
        </publications> 
            
     <dependencies>
-        <dependency org="org.apache.wookie" name="wookie-java-connector" 
rev="0.14.0-SNAPSHOT" conf="deploy->default">
+        <dependency org="org.apache.wookie" name="wookie-java-connector" 
rev="0.13.1" conf="deploy->default">
         </dependency>
-        <dependency org="org.apache.wookie" name="wookie-parser" 
rev="0.14.0-SNAPSHOT" conf="deploy->default">
+        <dependency org="org.apache.wookie" name="wookie-parser" rev="0.13.1" 
conf="deploy->default">
         </dependency>
         
         <!--  Uncomment to include JCR persistence manager -->

Modified: wookie/trunk/modules/jcr/build.properties
URL: 
http://svn.apache.org/viewvc/wookie/trunk/modules/jcr/build.properties?rev=1443939&r1=1443938&r2=1443939&view=diff
==============================================================================
--- wookie/trunk/modules/jcr/build.properties (original)
+++ wookie/trunk/modules/jcr/build.properties Fri Feb  8 11:18:58 2013
@@ -1,4 +1,4 @@
-version=0.14.0-SNAPSHOT
+version=0.13.1
 
 # build configuration properties
 build.dir=../../build

Modified: wookie/trunk/modules/jcr/ivy.xml
URL: 
http://svn.apache.org/viewvc/wookie/trunk/modules/jcr/ivy.xml?rev=1443939&r1=1443938&r2=1443939&view=diff
==============================================================================
--- wookie/trunk/modules/jcr/ivy.xml (original)
+++ wookie/trunk/modules/jcr/ivy.xml Fri Feb  8 11:18:58 2013
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 <ivy-module version="2.0">
-    <info organisation="org.apache.wookie" module="wookie-jcr" 
revision="0.14.0-SNAPSHOT"/>
+    <info organisation="org.apache.wookie" module="wookie-jcr" 
revision="0.13.1"/>
     
     <configurations>
       <conf name="deploy" description="Provide the necessary files and 
libraries to deploy in a production environment"/>
@@ -24,10 +24,10 @@
        </configurations>
     
     <dependencies>
-       <dependency org="org.apache.wookie" name="wookie" rev="0.14.0-SNAPSHOT" 
conf="deploy->default">
+       <dependency org="org.apache.wookie" name="wookie" rev="0.13.1" 
conf="deploy->default">
           <artifact name="wookie" type="war" ext="war" conf="deploy->default"/>
        </dependency>
-       <dependency org="org.apache.wookie" name="wookie-parser" 
rev="0.14.0-SNAPSHOT" conf="deploy->default">
+       <dependency org="org.apache.wookie" name="wookie-parser" rev="0.13.1" 
conf="deploy->default">
        </dependency>
         <dependency org="commons-pool" name="commons-pool" rev="1.3" 
conf="deploy->default">
                </dependency>   

Modified: wookie/trunk/parser/java/build.properties
URL: 
http://svn.apache.org/viewvc/wookie/trunk/parser/java/build.properties?rev=1443939&r1=1443938&r2=1443939&view=diff
==============================================================================
--- wookie/trunk/parser/java/build.properties (original)
+++ wookie/trunk/parser/java/build.properties Fri Feb  8 11:18:58 2013
@@ -1,4 +1,4 @@
-version=0.14.0-SNAPSHOT
+version=0.13.1
 
 # build configuration properties
 build.dir=../../build

Modified: wookie/trunk/parser/java/ivy.xml
URL: 
http://svn.apache.org/viewvc/wookie/trunk/parser/java/ivy.xml?rev=1443939&r1=1443938&r2=1443939&view=diff
==============================================================================
--- wookie/trunk/parser/java/ivy.xml (original)
+++ wookie/trunk/parser/java/ivy.xml Fri Feb  8 11:18:58 2013
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 <ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven";>
-    <info organisation="org.apache.wookie" module="wookie-parser" 
revision="0.14.0-SNAPSHOT"/>
+    <info organisation="org.apache.wookie" module="wookie-parser" 
revision="0.13.1"/>
     
     <configurations>
       <conf name="deploy" description="Provide the necessary files and 
libraries to deploy in a production environment"/>

Modified: wookie/trunk/parser/java/pom-template.xml
URL: 
http://svn.apache.org/viewvc/wookie/trunk/parser/java/pom-template.xml?rev=1443939&r1=1443938&r2=1443939&view=diff
==============================================================================
--- wookie/trunk/parser/java/pom-template.xml (original)
+++ wookie/trunk/parser/java/pom-template.xml Fri Feb  8 11:18:58 2013
@@ -31,9 +31,9 @@
   <inceptionYear>2009</inceptionYear>
     
   <scm>
-       
<connection>scm:svn:http://svn.apache.org/repos/asf/wookie/trunk/parser</connection>
-       
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/wookie/trunk/parser/</developerConnection>
-       <url>http://svn.apache.org/viewvc/wookie/trunk/parser/</url>
+       
<connection>scm:svn:http://svn.apache.org/repos/asf/wookie/tags/0.13.1/parser</connection>
+       
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/wookie/tags/0.13.1/parser/</developerConnection>
+       <url>http://svn.apache.org/viewvc/wookie/tags/0.13.1/parser/</url>
   </scm>
   
   <mailingLists>

Modified: wookie/trunk/pom-template.xml
URL: 
http://svn.apache.org/viewvc/wookie/trunk/pom-template.xml?rev=1443939&r1=1443938&r2=1443939&view=diff
==============================================================================
--- wookie/trunk/pom-template.xml (original)
+++ wookie/trunk/pom-template.xml Fri Feb  8 11:18:58 2013
@@ -36,9 +36,9 @@
   <inceptionYear>2009</inceptionYear>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/wookie/trunk</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/wookie/trunk/</developerConnection>
-    <url>http://svn.apache.org/viewvc/wookie/tags/trunk/</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/wookie/tags/0.13.1</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/wookie/tags/0.13.1/</developerConnection>
+    <url>http://svn.apache.org/viewvc/wookie/tags/0.13.1/</url>
   </scm>
   
   <mailingLists>

Modified: wookie/trunk/src/widgetserver.properties
URL: 
http://svn.apache.org/viewvc/wookie/trunk/src/widgetserver.properties?rev=1443939&r1=1443938&r2=1443939&view=diff
==============================================================================
--- wookie/trunk/src/widgetserver.properties (original)
+++ wookie/trunk/src/widgetserver.properties Fri Feb  8 11:18:58 2013
@@ -1,4 +1,4 @@
-widget.version=0.14.0-SNAPSHOT
+widget.version=0.13.1
 widget.build.date=
 [email protected]
 widget.web.page=http://wookie.apache.org/


Reply via email to