From hibernate-commits at lists.jboss.org Mon Apr 28 18:20:49 2008 Content-Type: multipart/mixed; boundary="===============5441222787886429950==" MIME-Version: 1.0 From: hibernate-commits at lists.jboss.org To: hibernate-commits at lists.jboss.org Subject: [hibernate-commits] Hibernate SVN: r14597 - core/trunk/documentation/releasenotes/src/main/docbook/en-US. Date: Mon, 28 Apr 2008 18:20:49 -0400 Message-ID: --===============5441222787886429950== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: bsatguna Date: 2008-04-28 18:20:49 -0400 (Mon, 28 Apr 2008) New Revision: 14597 Added: core/trunk/documentation/releasenotes/src/main/docbook/en-US/Author_Grou= p.xml core/trunk/documentation/releasenotes/src/main/docbook/en-US/Book_Info.x= ml core/trunk/documentation/releasenotes/src/main/docbook/en-US/Release_Not= es.ent core/trunk/documentation/releasenotes/src/main/docbook/en-US/Release_Not= es.xml core/trunk/documentation/releasenotes/src/main/docbook/en-US/Revision_Hi= story.xml Log: adding a release notes xml files Added: core/trunk/documentation/releasenotes/src/main/docbook/en-US/Author_= Group.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- core/trunk/documentation/releasenotes/src/main/docbook/en-US/Author_Gro= up.xml (rev 0) +++ core/trunk/documentation/releasenotes/src/main/docbook/en-US/Author_Gro= up.xml 2008-04-28 22:20:49 UTC (rev 14597) @@ -0,0 +1,16 @@ + + + + + FF0000 Headgear Documentation Group + + Dude + McDude + + My Org + Best Div in the place + + dude.mcdude(a)myorg.org + + Added: core/trunk/documentation/releasenotes/src/main/docbook/en-US/Book_In= fo.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- core/trunk/documentation/releasenotes/src/main/docbook/en-US/Book_Info.= xml (rev 0) +++ core/trunk/documentation/releasenotes/src/main/docbook/en-US/Book_Info.= xml 2008-04-28 22:20:49 UTC (rev 14597) @@ -0,0 +1,27 @@ + + + + + Product Name and Version + Release Notes + 0.1 + 0 + This book is about... (Be brief; this para is used for th= e RPM spec + file) + + + + + + + + &YEAR; + &HOLDER; + + + + + + + Added: core/trunk/documentation/releasenotes/src/main/docbook/en-US/Release= _Notes.ent =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- core/trunk/documentation/releasenotes/src/main/docbook/en-US/Release_No= tes.ent (rev 0) +++ core/trunk/documentation/releasenotes/src/main/docbook/en-US/Release_No= tes.ent 2008-04-28 22:20:49 UTC (rev 14597) @@ -0,0 +1,3 @@ + + + Added: core/trunk/documentation/releasenotes/src/main/docbook/en-US/Release= _Notes.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- core/trunk/documentation/releasenotes/src/main/docbook/en-US/Release_No= tes.xml (rev 0) +++ core/trunk/documentation/releasenotes/src/main/docbook/en-US/Release_No= tes.xml 2008-04-28 22:20:49 UTC (rev 14597) @@ -0,0 +1,69 @@ + + +
+ + = +
= + + Overview + + + These release notes contain important information regarding Hibernate &= VERSION;. This document covers installation and migration notes, new featur= es and bug fixes. = + + = +
+ Background + + Hibernate is a powerful object/relational mapping tool for building Ja= va applications. It significantly reduces repetitive persistence related pr= ogramming tasks by mapping the object model's data representation to a rela= tional data model. The mapping feature eliminates paradigm mismatch issues = caused by data handling between objects and relational databases. = + +
+
+
+ Installation And Migration Guide + + This section contains all information related to installing hibernate, = testing the installation and running some examples. + +
+ Installation Notes + + Any information that the user must keep in mind before or during insta= llation has to be specified here. + +
+
+ Migration Guide + + Information regarding upgrades = + +
+
+
+ New features and bug fixes + + All new features and bug fixes mentioned in these release notes are app= licable to VERSION;. = + +
+ New Features + + Provide a summary of new features applicable to this release. = + +
+
+ Bug Fixes + + The following bugs have been addressed and resolved in this release. = + +
+
+
+ Documentation + + List all the documentation links here and where to find them. = + = +
+
+ Product Support + + List all the links here. = + = +
+
Added: core/trunk/documentation/releasenotes/src/main/docbook/en-US/Revisio= n_History.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- core/trunk/documentation/releasenotes/src/main/docbook/en-US/Revision_H= istory.xml (rev 0) +++ core/trunk/documentation/releasenotes/src/main/docbook/en-US/Revision_H= istory.xml 2008-04-28 22:20:49 UTC (rev 14597) @@ -0,0 +1,20 @@ + + + + + + 1.0 + + + + + + + + + + + + + --===============5441222787886429950==--