Author: scottbw
Date: Wed Mar 6 13:26:24 2013
New Revision: 1453326
URL: http://svn.apache.org/r1453326
Log:
Preparing docs ready for next release
Modified:
wookie/trunk/NEW_AND_NOTEWORTHY
wookie/trunk/RELEASE_NOTES
Modified: wookie/trunk/NEW_AND_NOTEWORTHY
URL:
http://svn.apache.org/viewvc/wookie/trunk/NEW_AND_NOTEWORTHY?rev=1453326&r1=1453325&r2=1453326&view=diff
==============================================================================
--- wookie/trunk/NEW_AND_NOTEWORTHY (original)
+++ wookie/trunk/NEW_AND_NOTEWORTHY Wed Mar 6 13:26:24 2013
@@ -1,20 +1 @@
-# New and Noteworthy: 0.13.1
-
-## Single "deploy" location
-
-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
+# New and Noteworthy: 0.14
\ No newline at end of file
Modified: wookie/trunk/RELEASE_NOTES
URL:
http://svn.apache.org/viewvc/wookie/trunk/RELEASE_NOTES?rev=1453326&r1=1453325&r2=1453326&view=diff
==============================================================================
--- wookie/trunk/RELEASE_NOTES (original)
+++ wookie/trunk/RELEASE_NOTES Wed Mar 6 13:26:24 2013
@@ -4,33 +4,9 @@ See https://issues.apache.org/jira/brows
For more detailed information on significant changes, see NEW_AND_NOTEWORTHY
-Version 0.13.1
-==============
-
-Bugs Fixed
-==========
- * WOOKIE-364 - Wookie delegates proxy settings to widgets
- * WOOKIE-365 - Widget packages downloaded with incorrect content-type and
file name
- * WOOKIE-367 - Patch to provide question file missing from last
walkthrough patch
- * WOOKIE-379 - POSTing a new Widget results in incorrect access policy
- * WOOKIE-380 - HTML entities are scrambled by Wookie
- * WOOKIE-381 - oAuth feature does not work for Google APIs
- * WOOKIE-383 - Redeploying widget without id in config.xml creates new
widget
- * WOOKIE-384 - persist parameter of oAuth feature not user-isolated
- * WOOKIE-391 - Changing the default widget.widgetfolder in
widgetserver.properties can cause folder not found issues
-
-Improvements
+Version 0.14
============
- * WOOKIE-173 - Improve delete behaviour for widget instances
- * WOOKIE-232 - Change default install location for widgets to "/widgets"
instead of "/wservices"
- * WOOKIE-378 - User server relative paths in wookie/demo
- * WOOKIE-385 - Improve integration of oAuth authorization into workflow
-New Features
-============
- * WOOKIE-103 - Implement W3C Widget Updates spec to enable automatic
updating of widgets
- * WOOKIE-133 - Implement inter-widget messaging
- * WOOKIE-310 - Provide optional "Locked Domains" configuration to provide
unique origins for each widget instance
Known Issues
============