|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:10
|
Update of /cvsroot/openorb/PersistentStateService/src/etc
In directory usw-pr-cvs1:/tmp/cvs-serv23165/PersistentStateService/src/etc
Modified Files:
CHANGELOG
Log Message:
Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo.
Added the class ReleaseInfo where it was not available yet.
Index: CHANGELOG
===================================================================
RCS file: /cvsroot/openorb/PersistentStateService/src/etc/CHANGELOG,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- CHANGELOG 2002/01/09 12:42:25 1.1.1.1
+++ CHANGELOG 2002/01/10 19:26:05 1.2
@@ -1,12 +1,16 @@
-OpenORB Persistent State Service
------------------------------------
+OpenORB PersistentStateService
+------------------------------
+Version 1.2.1 - January, 11 2002 - PersistentStateService_1_2_1
+
+- none
+
Version 1.2.0 - August, 7 2001 - PersistentStateService_1_2_0
- Fixed a bug in the marshaller/unmarshaller code generator
for inherited forwarded storage type
-
-- Added two methods in the reflection interface of a
+
+- Added two methods in the reflection interface of a
storage type.
Version 1.1.0 - May, 7 2001 - PersistentStateService_1_1_0
@@ -14,58 +18,57 @@
- Bug fixed, registered PSS in pre_init rather than post_init,
avoiding problem with INS where the nameservice would be accessed
via the default initial reference before orb.run had been called.
-. modified class : org.openorb.pss.Initializer
+ modified class : org.openorb.pss.Initializer
- Big fixed for the typedef of basic data types with the PsdlCompiler.
-. modified class : org.openorb.pss.compiler.generate.psdlToJava
-
+ modified class : org.openorb.pss.compiler.generate.psdlToJava
+
- Bug fixed for the catalog inheritance. It was not possible to
inherit from a typedef identifier that corresponded to a
catalog.
-. modified: org.openorb.pss.compiler.parser.PsdlGrammar
+ modified: org.openorb.pss.compiler.parser.PsdlGrammar
- PSDL Compiler bug fix concerning the Javadoc management. It's now
possible to use Javadoc comments for 'catalog' and 'provides'
operations.
-. modified: org.openorb.pss.compiler.parser.PsdlGrammar
+ modified: org.openorb.pss.compiler.parser.PsdlGrammar
org.openorb.pss.compiler.generator.PsdlToJava
- Generated classes changed to support a new comparison method for
arrays of byte. This change fix an unexcepted bug within the finder
methods. ( Bug reported and fixed by Stephen McConnell ).
-. modified: org.openorb.pss.connector.file.FileWrapper
+ modified: org.openorb.pss.connector.file.FileWrapper
org.openorb.pss.connector.database.DatabaseWrapper
org.openorb.pss.connector.memory.MemoryWrapper
org.openorb.pss.util.measure
- PSDL Compiler updated to support typedef type for inheritance (
abstract/concret storagehome/storagetype )
-. modified: org.openorb.pss.compiler.parser.PsdlGrammar
+ modified: org.openorb.pss.compiler.parser.PsdlGrammar
- PSDL Compiler updated to take into account the prefix packages
creation
-. modified: org.openorb.pss.compiler.parser.PsdlGrammar
+ modified: org.openorb.pss.compiler.parser.PsdlGrammar
- Mapping of embedded builder for typedef abstract storagetype bug has
been fixed
-. modified: org.openorb.pss.compiler.generator.PsdlToJava
+ modified: org.openorb.pss.compiler.generator.PsdlToJava
- Typedef of storagetype / storagehome ( concrete & abstract ) bugs
have been fixed
-. modified: org.openorb.pss.compiler.parser.PsdlGrammar
+ modified: org.openorb.pss.compiler.parser.PsdlGrammar
- Enhance the PsdlCompiler to support JavaDoc comments
-. modified: org.openorb.pss.compiler.parser.PsdlGrammar,
+ modified: org.openorb.pss.compiler.parser.PsdlGrammar,
org.openorb.pss.compiler.generator.PsdlToJava
- Fix a bug concerning the forward declaration of abstract storage home
-. modified: org.openorb.pss.compiler.parser.PsdlGrammar,
+ modified: org.openorb.pss.compiler.parser.PsdlGrammar,
org.openorb.pss.compiler.reflect.psdlAbstractStorageHome
- Changed the PsdlCompiler to support the new IdlFromIR constructor (
from OpenORB distribution 1.0.2 )
-
Version 1.0.1 - March, 9 2001 - PersistentStateService_1_0_1
- A helper tool forgeneration has been updated to take into account
@@ -73,7 +76,7 @@
- All the mapping connectors have been modified to support a
enumeration data type for a key.
-. modified: org.openorb.pss.connector.database.DatabaseWrapper,
+ modified: org.openorb.pss.connector.database.DatabaseWrapper,
org.openorb.pss.connector.file.FileWrapper,
org.openorb.pss.connector.memory.MemoryWrapper
@@ -81,26 +84,25 @@
sql data type to store binary objects. An additional property must
be set to specify the sql data type to use
(PSS.database.sql_type). By default, the 'binary' datatype is used.
-. modified: org.openorb.pss.connector.database.DatabaseSession
+ modified: org.openorb.pss.connector.database.DatabaseSession
- All the mapping generators have been modified to initialize
inherited embedded storage object
-. modified: org.openorb.pss.connector.database.DatabaseWrapper,
+ modified: org.openorb.pss.connector.database.DatabaseWrapper,
org.openorb.pss.connector.file.FileWrapper,
org.openorb.pss.connector.memory.MemoryWrapper
-. bug fixed by Stephen McConnell ( mcc...@os... )
-
+ bug fixed by Stephen McConnell ( mcc...@os... )
+
- MultipleInput method fixed for the database connector.
- Multiple fields for a key description is now working with the
database connector
-. modified: org.openorb.pss.connector.database.DatabaseSession
+ modified: org.openorb.pss.connector.database.DatabaseSession
- The PSDL Compiler returns a status error when the compiler stops
after a failure
-. modified: org.openorb.pss.compiler.PSDLCompiler
-
+ modified: org.openorb.pss.compiler.PSDLCompiler
Version 1.0.0 - February, 1 2001 - PersistentStateService_1_0_0
|