adding a release notes xml files
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14597 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
81bd99f49b
commit
8984c4101a
|
@ -0,0 +1,16 @@
|
|||
<?xml version='1.0'?>
|
||||
<!DOCTYPE authorgroup PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
]>
|
||||
|
||||
<authorgroup>
|
||||
<corpauthor>FF0000 Headgear Documentation Group</corpauthor>
|
||||
<author>
|
||||
<firstname>Dude</firstname>
|
||||
<surname>McDude</surname>
|
||||
<affiliation>
|
||||
<orgname>My Org</orgname>
|
||||
<orgdiv>Best Div in the place</orgdiv>
|
||||
</affiliation>
|
||||
<email>dude.mcdude@myorg.org</email>
|
||||
</author>
|
||||
</authorgroup>
|
|
@ -0,0 +1,27 @@
|
|||
<?xml version='1.0'?>
|
||||
<!DOCTYPE articleinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
]>
|
||||
|
||||
<articleinfo id="Release_Notes-Product_Name_and_Version">
|
||||
<title>Product Name and Version</title>
|
||||
<subtitle>Release Notes</subtitle>
|
||||
<issuenum>0.1</issuenum>
|
||||
<productnumber>0</productnumber>
|
||||
<abstract><para>This book is about... (Be brief; this para is used for the RPM spec
|
||||
file)</para>
|
||||
</abstract>
|
||||
<corpauthor><inlinemediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="Common_Content/images/redhat-logo.svg" />
|
||||
</imageobject>
|
||||
</inlinemediaobject>
|
||||
</corpauthor><copyright>
|
||||
<year>&YEAR;</year>
|
||||
<holder>&HOLDER;</holder>
|
||||
</copyright>
|
||||
<xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
<xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
</articleinfo>
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
<!ENTITY PRODUCT "Hibernate Standalone">
|
||||
<!ENTITY BOOKID "Release_Notes">
|
||||
<!ENTITY VERSION "3.2.4.x">
|
|
@ -0,0 +1,69 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
|
||||
<article id="HIB_Release_Notes">
|
||||
<xi:include href="Article_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||
|
||||
<section id="Overview">
|
||||
<title>
|
||||
Overview
|
||||
</title>
|
||||
<para>
|
||||
These release notes contain important information regarding Hibernate &VERSION;. This document covers installation and migration notes, new features and bug fixes.
|
||||
</para>
|
||||
|
||||
<section id="Background">
|
||||
<title>Background</title>
|
||||
<para>
|
||||
Hibernate is a powerful object/relational mapping tool for building Java applications. It significantly reduces repetitive persistence related programming tasks by mapping the object model's data representation to a relational data model. The mapping feature eliminates paradigm mismatch issues caused by data handling between objects and relational databases.
|
||||
</para>
|
||||
</section>
|
||||
</section>
|
||||
<section id="Important_Notes">
|
||||
<title>Installation And Migration Guide</title>
|
||||
<para>
|
||||
This section contains all information related to installing hibernate, testing the installation and running some examples.
|
||||
</para>
|
||||
<section id="Installation_Notes">
|
||||
<title>Installation Notes</title>
|
||||
<para>
|
||||
Any information that the user must keep in mind before or during installation has to be specified here.
|
||||
</para>
|
||||
</section>
|
||||
<section id="Migration_Guide">
|
||||
<title>Migration Guide</title>
|
||||
<para>
|
||||
Information regarding upgrades
|
||||
</para>
|
||||
</section>
|
||||
</section>
|
||||
<section id="Features_And_Bug_Fixes">
|
||||
<title>New features and bug fixes</title>
|
||||
<para>
|
||||
All new features and bug fixes mentioned in these release notes are applicable to VERSION;.
|
||||
</para>
|
||||
<section id="New_Features">
|
||||
<title>New Features</title>
|
||||
<para>
|
||||
Provide a summary of new features applicable to this release.
|
||||
</para>
|
||||
</section>
|
||||
<section id="Bug_Fixes">
|
||||
<title>Bug Fixes</title>
|
||||
<para>
|
||||
The following bugs have been addressed and resolved in this release.
|
||||
</para>
|
||||
</section>
|
||||
</section>
|
||||
<section id="Documentation">
|
||||
<title>Documentation</title>
|
||||
<para>
|
||||
List all the documentation links here and where to find them.
|
||||
</para>
|
||||
</section>
|
||||
<section id="Product_Support">
|
||||
<title>Product Support</title>
|
||||
<para>
|
||||
List all the links here.
|
||||
</para>
|
||||
</section>
|
||||
</article>
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version='1.0'?>
|
||||
<!DOCTYPE revhistory PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
]>
|
||||
|
||||
<revhistory>
|
||||
<revision>
|
||||
<revnumber>1.0</revnumber>
|
||||
<date></date>
|
||||
<author>
|
||||
<firstname></firstname>
|
||||
<surname></surname>
|
||||
<email></email>
|
||||
</author>
|
||||
<revdescription>
|
||||
<simplelist>
|
||||
<member></member>
|
||||
</simplelist>
|
||||
</revdescription>
|
||||
</revision>
|
||||
</revhistory>
|
Loading…
Reference in New Issue