Update of /cvsroot/nhibernate/nhibernate
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23523
Modified Files:
readme.html releasenotes.txt
Log Message:
minor changes in prep for build.
Index: readme.html
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/readme.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** readme.html 23 Jul 2004 13:21:49 -0000 1.10
--- readme.html 10 Aug 2004 17:35:20 -0000 1.11
***************
*** 21,29 ****
<p>
We will ride the coat tails of Hibernate's excellent documentation for a while.
! The Hibernate documentation for the version we are porting can be found at
! <a href="http://nhibernate.sourceforge.net/h2.0.3-docs/reference/html/"> http://nhibernate.sourceforge.net/h2.0.3-docs/reference/html/ </a>.
! The first few docs will be describing the subtle differences
! between NHibernate and Hibernate - including the features found in Hibernate
! that have not been developed in NHibernate (yet).
</p>
<h2>Bug Reports</h2>
--- 21,29 ----
<p>
We will ride the coat tails of Hibernate's excellent documentation for a while.
! The Hibernate documentation for the version we are porting can be found at <a href="http://nhibernate.sourceforge.net/h2.0.3-docs/reference/html/">
! http://nhibernate.sourceforge.net/h2.0.3-docs/reference/html/ </a>. The
! first few docs will be describing the subtle differences between NHibernate and
! Hibernate - including the features found in Hibernate that have not been
! developed in NHibernate (yet).
</p>
<h2>Bug Reports</h2>
***************
*** 39,43 ****
</p>
<p>
! This product includes software developed by the Apache Software Foundation
(http://www.apache.org/).
</p>
--- 39,43 ----
</p>
<p>
! This product uses software developed by the Apache Software Foundation
(http://www.apache.org/).
</p>
***************
*** 57,59 ****
</body>
</html>
-
--- 57,58 ----
Index: releasenotes.txt
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/releasenotes.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** releasenotes.txt 9 Aug 2004 21:11:53 -0000 1.5
--- releasenotes.txt 10 Aug 2004 17:35:20 -0000 1.6
***************
*** 1,7 ****
PreAlpha Build 0.1.0.0
========================
- Many more Tests implemented.
- Added Examples into CVS and zip.
! - ConnectionProvider use settings passed to it by ConnectionProviderFactory instead of default settings.
- Hbm2Net moved from NHibernate folder to its own folder and NAnt Tasks for it contributed by Kevin Williams.
- Adding properties to Cfg instead of using app.config/web.config or hbm.cfg.xml now supported.
--- 1,8 ----
PreAlpha Build 0.1.0.0
========================
+ - NHibernate and HashCodeProvider are now strong named assemblies. The key used to sign the assemblies is not in CVS.
- Many more Tests implemented.
- Added Examples into CVS and zip.
! - ConnectionProvider uses settings passed to it by ConnectionProviderFactory instead of default settings.
- Hbm2Net moved from NHibernate folder to its own folder and NAnt Tasks for it contributed by Kevin Williams.
- Adding properties to Cfg instead of using app.config/web.config or hbm.cfg.xml now supported.
|