You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by fr...@apache.org on 2010/03/30 23:32:50 UTC

svn commit: r929305 - /incubator/empire-db/trunk/CHANGELOG.txt

Author: francisdb
Date: Tue Mar 30 21:32:50 2010
New Revision: 929305

URL: http://svn.apache.org/viewvc?rev=929305&view=rev
Log:
add EMPIREDB-35 osgi stuff to changelog

Modified:
    incubator/empire-db/trunk/CHANGELOG.txt

Modified: incubator/empire-db/trunk/CHANGELOG.txt
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/CHANGELOG.txt?rev=929305&r1=929304&r2=929305&view=diff
==============================================================================
--- incubator/empire-db/trunk/CHANGELOG.txt (original)
+++ incubator/empire-db/trunk/CHANGELOG.txt Tue Mar 30 21:32:50 2010
@@ -15,6 +15,7 @@ Major new features:
 - Code-Generator allows generation of Data Model code files for existing databases 
 - Maven plugin for DB-Code-Generator  
 - New example to demonstrate interoperability between Empire-db and Spring 
+- Provided jars are now OSGi compatible
 
 Issues resolved:
 EMPIREDB-73 - [C/N]:  Spring interoperability example provided by Eike Kettner     
@@ -27,7 +28,8 @@ EMPIREDB-63 - [C/I]:  Provide overloads 
 EMPIREDB-59 - [C/B]:  HSQL double has hard-coded illegal precision (FLOAT(80)) for HSQL 1.8     
 EMPIREDB-57 - [C/B]:  HSQLDB driver fails to retrieve next sequence value for lower case sequence name     
 EMPIREDB-56 - [C/B]:  getValue Function on DBReader does not fail on errors.     
-EMPIREDB-52 - [C/N]:  CodeGenerator module for generating database definition code files from existing databases       
+EMPIREDB-52 - [C/N]:  CodeGenerator module for generating database definition code files from existing databases
+EMPIREDB-35 - [C/I]:  Make sure our jars are OSGi compatible        
 
 --------------
 Release 2.0.5:
@@ -47,7 +49,7 @@ EMPIREDB-42 - [C/I]: Extend DBReader to 
 EMPIREDB-41 - [C/I]: Deal with databases differences regarding SQL reverse function
 EMPIREDB-40 - [C/B]: Postgresql cast problem 
 EMPIREDB-37 - [C/N]: PostgreSQL "BLOB" type not exist but is possible to create a "bytea" column 
-EMPIREDB-36 - [E/N]: New WebServices integration example using Apache CXF 
+EMPIREDB-36 - [E/N]: New WebServices integration example using Apache CXF
 EMPIREDB-34 - [C/I]: Add support for stmt.executeUpdate with Statement.RETURN_GENERATED_KEYS instead of getPostInsertAutoIncValue() 
 EMPIREDB-33 - [S/B]: BeanRecordProxy isFieldReadOnly wrong for new records 
 EMPIREDB-32 - [C/N]: Unit tests