Author: psharples
Date: Tue Feb 11 11:15:11 2014
New Revision: 1567052

URL: http://svn.apache.org/r1567052
Log:
Updated for v1.0.0

Modified:
    wookie/branches/wookie-1.0.x/NEW_AND_NOTEWORTHY
    wookie/branches/wookie-1.0.x/RELEASE_NOTES
    wookie/branches/wookie-1.0.x/UPGRADING

Modified: wookie/branches/wookie-1.0.x/NEW_AND_NOTEWORTHY
URL: 
http://svn.apache.org/viewvc/wookie/branches/wookie-1.0.x/NEW_AND_NOTEWORTHY?rev=1567052&r1=1567051&r2=1567052&view=diff
==============================================================================
--- wookie/branches/wookie-1.0.x/NEW_AND_NOTEWORTHY (original)
+++ wookie/branches/wookie-1.0.x/NEW_AND_NOTEWORTHY Tue Feb 11 11:15:11 2014
@@ -1,24 +1,19 @@
-# New and Noteworthy: 0.15.0
+# New and Noteworthy: 1.0.0
 
-## Stability in production
+## Full version 1.0.0 release
 
-This is primarily a bug fix release with a few minor improvements.
+This version of wookie is considered mature and stable enough to be known as 
version 1.0.0, 
+rather than the next intended version (0.16.0). This release contains some 
minor improvements
+and bug fixes, but more importantly now marks version 1.* releases as separate 
to the main
+work being developed in the main trunk. (now known as version 2.*)
+ 
+## Fork in Wookie
+
+The code-base for versions 1.* are now contained in a separate branch of the 
+subversion repository.  This branch will be still maintained and releases made 
periodically
+to address bugs and other various issues.
+ 
+## Minor Improvements for 1.0.0
 
-## Improvements in the php connector
-
-A number of bug fixes and improvements have been made to the php connector 
-framework, including a new way to post new widgets to wookie via the connector.
-(similar to how the java connector already does the same)
-
-## Fixes to the simple chat widget for mobile users
-
-Improvements to the simple chat widget for mobile users.
-SimpleChat did not use a viewport tag, so scaled poorly on mobile. 
-Also, the input field did not work when using a virtual keyboard on Opera 
Mobile. 
-
-## Widget instances have a more configurable method for setting height and 
width
-
-When widget instances were requested, the API automatically filled in a 
default 
-height and width value for the instance in cases where no size is specified in 
-the widget itself. This is now configurable from within the 
widgetserver.properties 
-file.
\ No newline at end of file
+A number of bug fixes and improvements have been made concerning wookie 
running under
+Wildfire, JBoss and WebSphere platforms. 

Modified: wookie/branches/wookie-1.0.x/RELEASE_NOTES
URL: 
http://svn.apache.org/viewvc/wookie/branches/wookie-1.0.x/RELEASE_NOTES?rev=1567052&r1=1567051&r2=1567052&view=diff
==============================================================================
--- wookie/branches/wookie-1.0.x/RELEASE_NOTES (original)
+++ wookie/branches/wookie-1.0.x/RELEASE_NOTES Tue Feb 11 11:15:11 2014
@@ -4,34 +4,25 @@ See https://issues.apache.org/jira/brows
 
 For more detailed information on significant changes, see NEW_AND_NOTEWORTHY
 
-Version 0.15.0
+Version 1.0.0
 ==============
 
 BUGS FIXED
 ==========
 
-WOOKIE-412     
-Widget redeploying on Windows fails due to timezone info in path
+WOOKIE-420     
+NoClassDefFoundError: org/apache/wookie/messages on JBoss 7 / JDK 7
 
-WOOKIE-416     
-PHP Connector uses wrong attribute for listing available widgets
+WOOKIE-424     
+NPE with Wookie.war deployed on WildFly 8.0.0.CR1
 
  
 IMPROVEMENTS
 ============
 
-WOOKIE-340     
-Improve mobile and tablet usability of SimpleChat widget
+WOOKIE-418
+Create README and web documentation for deployment on WAS 7
 
-WOOKIE-408     
-Add a "default feature" for injecting scripts and CSS
-
-WOOKIE-401     
-Widget instances: make default width/height returned configurable
-
-WOOKIE-415     
-Add postWidget functionality for the php connector, similar to the Java 
connector. 
- 
 
 NEW FEATURES
 ============

Modified: wookie/branches/wookie-1.0.x/UPGRADING
URL: 
http://svn.apache.org/viewvc/wookie/branches/wookie-1.0.x/UPGRADING?rev=1567052&r1=1567051&r2=1567052&view=diff
==============================================================================
--- wookie/branches/wookie-1.0.x/UPGRADING (original)
+++ wookie/branches/wookie-1.0.x/UPGRADING Tue Feb 11 11:15:11 2014
@@ -1,6 +1,10 @@
 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.15.0 TO 1.0.0
+=====================
+No major changes to the core or database schema. 
+
 FROM 0.14.0 TO 0.15.0
 =====================
 No major changes to the core or database schema. 


Reply via email to