rdonkin 2004/09/21 12:11:43
Modified: betwixt Tag: RELEASE_0_6_BRANCH RELEASE-NOTES.txt
project.xml
betwixt/xdocs Tag: RELEASE_0_6_BRANCH tasks.xml
Log:
Preparations for 0.6 release
Revision Changes Path
No revision
No revision
1.3.2.1 +13 -8 jakarta-commons/betwixt/RELEASE-NOTES.txt
Index: RELEASE-NOTES.txt
===================================================================
RCS file: /home/cvs/jakarta-commons/betwixt/RELEASE-NOTES.txt,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -r1.3 -r1.3.2.1
--- RELEASE-NOTES.txt 4 Jul 2004 15:31:17 -0000 1.3
+++ RELEASE-NOTES.txt 21 Sep 2004 19:11:43 -0000 1.3.2.1
@@ -1,16 +1,21 @@
$Id$
Commons Betwixt Package
- Version 0.5
+ Version 0.6
Release Notes
INTRODUCTION:
-Betwixt provides a flexible way to map beans into XML - and vice versa. This is the
-first full Betwixt release.
+Betwixt provides a flexible way to map beans into XML - and vice versa.
-This release consolidates the codebase released in Alpha-1.0. It is stable and
mature
-but the design is limited. Newer, more sophisticated designs are being introduced
-(in later releses) but they are unlikely to be binary compatible. This API exposed
-in this release is therefore not sufficiently stable enough to warrent a 1.0
version
-number.
+Betwixt release 0.6 is the first release containing the refactored codebase
+featuring an improved design. This is a service release for those who have been
+using the code from the CVS branch and offers an easy, compatible upgrade path
+for those using the 0.5 design. It is recommended that all users should upgrade
+to this release since the 0.5 design is no longer actively supported and is
+limited in terms of functionality.
+
+This release is binary compatible with the 0.5 codebase but the methods deprecated
+in 0.5 are likely to be removed soon after 0.6 is released.
+
+For more details see the tasks document.
\ No newline at end of file
1.40.2.4 +7 -2 jakarta-commons/betwixt/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/betwixt/project.xml,v
retrieving revision 1.40.2.3
retrieving revision 1.40.2.4
diff -u -r1.40.2.3 -r1.40.2.4
--- project.xml 12 Sep 2004 17:38:09 -0000 1.40.2.3
+++ project.xml 21 Sep 2004 19:11:43 -0000 1.40.2.4
@@ -18,7 +18,7 @@
<pomVersion>3</pomVersion>
<name>Betwixt</name>
<id>commons-betwixt</id>
- <currentVersion>0.6RC1</currentVersion>
+ <currentVersion>0.6</currentVersion>
<inceptionYear>2002</inceptionYear>
<shortDescription>Commons Betwixt</shortDescription>
<description>Commons Betwixt: mapping beans to XML</description>
@@ -71,7 +71,12 @@
<version>
<id>0.6</id>
<name>0.6</name>
- <tag>HEAD</tag>
+ <tag>BETWIXT_0_6</tag>
+ </version>
+ <version>
+ <id>0.5</id>
+ <name>0.5</name>
+ <tag>BETWIXT_0_5</tag>
</version>
</versions>
No revision
No revision
1.31.2.2 +2 -0 jakarta-commons/betwixt/xdocs/tasks.xml
Index: tasks.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/betwixt/xdocs/tasks.xml,v
retrieving revision 1.31.2.1
retrieving revision 1.31.2.2
diff -u -r1.31.2.1 -r1.31.2.2
--- tasks.xml 12 Sep 2004 16:20:21 -0000 1.31.2.1
+++ tasks.xml 21 Sep 2004 19:11:43 -0000 1.31.2.2
@@ -185,6 +185,7 @@
</section>
<section name='Completed'>
<subsection name='0.6'>
+ <ul>
<li><strong>Improved empty element rendering</strong></li>
<li>
<strong>Extended betwixt file</strong> by adding two new properties
@@ -199,6 +200,7 @@
<strong>Improved support for reading arrays.</strong> In particular added code to
support
reading of array valued property setters and for array valued adders.
</li>
+ </ul>
</subsection>
<subsection name='0.5'>
<ul>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]