v00-01-00 - First releaseed version of d0omCORBA. v00-01-02 - Change idl interface for server to work with standard server. - Client tested on linux. v00-01-03 - Add run time checking of idl types. - Add tests using standard server from calibration_db_server. v00-01-09 - Add jtc library. v00-01-10 - Setup thread safe version of orbacus in ups table file. v00-01-11 - Remove setups from ups table file. v00-02-00 - Add "standard d0om server" d0omServer.py v00-02-02 - Get orb from corba_util. v00-02-03 - Various maintenance fixes for tests. Split tests into non-calibration data model, and calibration data model without object ids. v00-02-04 - Add documentary comments to d0omServer.py. - Modify arch_spec_corba.mk to use SRT2 binary building rule, including defining environment variable BINSTANDALONEOFILES. v00-02-06 - Update for compatibility with db_server_gen v2_3_2. - Add support for duplicate columns. v00-02-07 - Get rid of libd0omCORBA_t.a v00-03-01 - Convert to ctbuild. v00-03-04 - Allow multiple d0omCORBA streams and multiple servers. v00-03-05 - Switch from a single dictionary to multiple dictionaries (one per stream). - Turn off debugging output. v00-03-06 - Reduce memory usage. v00-03-07 - v00-03-10 - Speed up indirect pointer management. v00-03-12 - Add stream accessor to d0om_CORBA_Query. v00-03-15 - Updated for omniORB v00-03-21 - Stop using dynany. v00-03-22 - Get rid of d0_RList and d0_RVector from tests. v00-03-26 - Use corba_comman product. - Adapt for db_server_gen v4_0 (get DbListener.py from $PATH). v00-03-28 - Add get_table_names to class d0om_CORBA_Distionary. v00-03-29 - New server. v00-03-30 - New naming service. Fix STL iterator bug. v00-03-31 - Remove dictionary message. v00-03-32 - Add tests dealing with multiple streams. v00-03-34 - v00-03-37 - Various memory and speed optimizations. v00-03-38 - Prevent crashes in create due to bad server, naming service, etc. v00-03-39 - More memory optimization. v00-03-40 - Add allocator d0om_CORBA_Alloc & use it for d0om_CORBA_Any, d0om_CORBA_Indptr1, d0om_CORBA_Indptr2. v00-03-41 - Change idl module from SAM to d0omCORBA in BaseInterface.idl. v00-03-42 - Gcc fixes. v00-03-43 - Modify tests to make a dummy python module SAM__POA. v00-03-44 - Fix gcc warning. v00-03-45 - Add automatic reconnection to server in case of failure or timeout. v00-03-46 - Update for new reduced memory server and new version of dcoracle. v00-03-47 - Replace getlogin with getpwuid(geteiud()) v00-03-48 - Modify hostname lookup to attempt to get fully qualified hostname. v00-03-49 - Reslove corba names using several naming services. v00-03-50 - Fix memory leaks (from Scott S.). v00-03-51 - Don't save corba pointers to naming service objects. v00-03-52 - Wholesale deletion of tests by library managers. v00-03-53 - Constructor ordering. v00-03-54 - Fix memory leaks.