You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2005/05/29 20:29:26 UTC

svn commit: r178975 - in /jakarta/commons/proper/betwixt/trunk: project.xml xdocs/index.xml xdocs/navigation.xml xdocs/tasks.xml

Author: rdonkin
Date: Sun May 29 11:29:26 2005
New Revision: 178975

URL: http://svn.apache.org/viewcvs?rev=178975&view=rev
Log:
Preparations for the 0.6.1 release.

Modified:
    jakarta/commons/proper/betwixt/trunk/project.xml
    jakarta/commons/proper/betwixt/trunk/xdocs/index.xml
    jakarta/commons/proper/betwixt/trunk/xdocs/navigation.xml
    jakarta/commons/proper/betwixt/trunk/xdocs/tasks.xml

Modified: jakarta/commons/proper/betwixt/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/betwixt/trunk/project.xml?rev=178975&r1=178974&r2=178975&view=diff
==============================================================================
--- jakarta/commons/proper/betwixt/trunk/project.xml (original)
+++ jakarta/commons/proper/betwixt/trunk/project.xml Sun May 29 11:29:26 2005
@@ -18,7 +18,7 @@
   <pomVersion>3</pomVersion>
   <name>Betwixt</name>
   <id>commons-betwixt</id>
-  <currentVersion>0.6.1-dev</currentVersion>
+  <currentVersion>0.6.1</currentVersion>
   <inceptionYear>2002</inceptionYear>
   <shortDescription>Commons Betwixt</shortDescription>
   <description>Commons Betwixt: mapping beans to XML</description>

Modified: jakarta/commons/proper/betwixt/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/betwixt/trunk/xdocs/index.xml?rev=178975&r1=178974&r2=178975&view=diff
==============================================================================
--- jakarta/commons/proper/betwixt/trunk/xdocs/index.xml (original)
+++ jakarta/commons/proper/betwixt/trunk/xdocs/index.xml Sun May 29 11:29:26 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
-   Copyright 2001-2004 The Apache Software Foundation
+   Copyright 2001-2005 The Apache Software Foundation
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
@@ -41,6 +41,33 @@
 </section>
 
 <section name="Releases">
+  <subsection name='Betwixt 0.6.1'>
+    <p>
+Betwixt 0.6.1 is a feature release. 
+A number of new strategies have been introduced to add flexibility. Improvements
+have been made to binding and introspection including improved support for polymophism.
+Improvements have been made to the dot betwixt file format including support
+for multiple specifications within the same file. 
+For full details see the <a href='tasks.html#Completed'>tasks documentation</a>.
+    </p>
+    <p>
+Betwixt 0.6.1 is binary compatible with 0.6 but a number of changes have been
+made to some semantics. It is believed that the impact of these changes
+should be minimal. Details (together with some ways to mitigate) can be found on the 
+ <a href='tasks.html#Semantic%20Changes'>list of semantic incompatibilities</a>.
+    </p>
+    <p>
+This release is binary compatible with the 0.5 codebase but the methods deprecated
+in 0.5 are likely to be removed soon.
+    </p>
+    <p>
+Betwixt 0.6.1 is available in 
+<a href='http://jakarta.apache.org/site/downloads/downloads_commons-betwixt.cgi'>binary</a>
+and
+<a href='http://jakarta.apache.org/site/downloads/downloads_commons-betwixt.cgi'>source</a>
+distributions.
+    </p>
+  </subsection>
   <subsection name='Betwixt 0.6'>
     <p>
 Betwixt release 0.6 is the first release containing the refactored codebase 

Modified: jakarta/commons/proper/betwixt/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/betwixt/trunk/xdocs/navigation.xml?rev=178975&r1=178974&r2=178975&view=diff
==============================================================================
--- jakarta/commons/proper/betwixt/trunk/xdocs/navigation.xml (original)
+++ jakarta/commons/proper/betwixt/trunk/xdocs/navigation.xml Sun May 29 11:29:26 2005
@@ -38,7 +38,7 @@
       <item name="Community" href="/community.html"/>
       <item name="Powered By" href="/powered.html"/>
       <item name="Tasks" href="/tasks.html"/>
-      <item name="CVS" href="http://cvs.apache.org/viewcvs/jakarta-commons/betwixt/"/>
+      <item name="SVN" href="http://svn.apache.org/viewcvs/jakarta-commons/betwixt/"/>
       <!--item name="Javadoc (CVS latest)" href="apidocs/index.html"/-->
     </menu>
     <menu name="User guide">

Modified: jakarta/commons/proper/betwixt/trunk/xdocs/tasks.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/betwixt/trunk/xdocs/tasks.xml?rev=178975&r1=178974&r2=178975&view=diff
==============================================================================
--- jakarta/commons/proper/betwixt/trunk/xdocs/tasks.xml (original)
+++ jakarta/commons/proper/betwixt/trunk/xdocs/tasks.xml Sun May 29 11:29:26 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
-   Copyright 2001-2004 The Apache Software Foundation
+   Copyright 2001-2005 The Apache Software Foundation
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
@@ -188,7 +188,7 @@
     </subsection>
 </section>
 <section name='Completed'>
-    <subsection name='since 0.6'>
+    <subsection name='0.6.1'>
         <ul>
             <li>Fixed bug in nested element diagnosing empty elements.
             </li>
@@ -347,7 +347,7 @@
     </subsection>
 </section>
 <section name='Deprecated'>
-	<subsection name='since 0.6'>
+	<subsection name='0.6.1'>
 		<ul>
 			<li>ObjectStringConverter direct flavour replaced with use of options
 				<ul>
@@ -459,13 +459,17 @@
     </subsection>
 </section>
 <section name='Backwards Incompatible Changes'>
+    <subsection name='0.6.1'>
+        <ul>
+        </ul>
+    </subsection>
     <subsection name='0.6'>
         <ul>
         </ul>
     </subsection>
 </section>
 <section name='Semantic Changes'>
-    <subsection name='Since 0.6'>
+    <subsection name='0.6.1'>
         <ul>
             <li>
 Betwixt now (by default) suppresses the expression of all empty attributes.



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org