Changes since last release from 08.08.2001
------------------------------------------

- Fixed a bug in code set negotiation(didn't set default TCS-W).

- Added support of the types wstring, wchar.

- Fixed a bug in MT demo(client application crash).

- Fixed a bug in threads pool (in Linux did not work timeout).

- Fixed a bug in TORBThread. The new thread has started immediately after creation.

- Fixed a bug where the return value of pthread_cond_wait and pthread_cond_timedwait was incorrectly 
  checked potentially causing a succesful return from TCondVar.wait() where an exception should have been thrown.

- Fixed a bug in the idl compiler(wrong constant declaration).

- Fixed a bug in the idl compiler(invalid multi inheritance interface).

- Fixed a marshaling bug for sequences of Any.

- Fixed a bug in the idl compiler("assign" and "begin" names of interface method are not supported).

- Fixed a bug in the idl compiler(marshaller for union).

- Fixed a bug in the idl compiler(attributes does not correct dispatched).

- Fixed a bug in the idl compiler(default value of octet is was incorrect).

Changes since last release from 11.07.2001
------------------------------------------

- Delphi 6 now supported.

- Fixed bug in the TBuffer.put(o: Octet) method.

- Fixed bugs in the SelectDispatcher(the socket operation select did't interrupt under Linux).

- Fixed leak resource in the SelectDispatcher(the socket did't close).

- Fixed bug in the threads pool(the thread cound not stored in pool under Linux).

- Fixed bug in the TORB(the mutex FInitsRefLock should have been recursive).

- Class TAuto_lock is removed.

- Added new minor codes for BAD_PARAM and COMM_FAILURE exceptions.

- Fixed bugs in the idl compiler.

Changes since last release from 13.06.2001
------------------------------------------

- Idl to pascal compiler now implemented for Kylix.

- Added new params "-notabs" to the idl to pascal compiler. Compiler generate implementation
  in servants and skeletons(see demo \demo\notabstract).
  
- Class ORBException now derived from Delphi class Exception.

- Fixed bug in tcp transport. Method peer() do not return result after socket close.

- Fixed bug in time service. The flag _daylight was corrupt.

Changes since last release from 12.05.2001
------------------------------------------

- Kylix now supported(ORB tested on Mandrake 7.2 and RedHat 6.2. By the current moment for usage
  with Kylix the examples intercept and library is prepared only. Instead MTDORB_UCUtils.dll library use
  MTDORB_UCUtils.so).

- Unit "types" rename to "orbtypes"(the unit types conflict with the unit Types in Delphi6 and Kylix).

- Fixed bugs in buffer(sometimes the system did not invoke the remote method).

- Fixed marshaling bugs for 8 and 16 byte types.

- Methods "CORBA::ORB::Shutdown" and "CORBA::ORB::Destroy" now implemented.

- Fixed some memory leaks.

Changes since last release from 05.03.2001
------------------------------------------

- Added service contexts support(see detail comment in \demo\intercept).

- GIOP version 1.1 now supported(i.e., the value of the option of "-ORBGIOPVersion",
  for example -ORBGIOPVersion 1.1, default GIOP version is 1.0).

- Code set conversion now supported(see example \demo\codesets, don't forget to put
  MTDORB_UCUtils.dll library in search path).

- Fixed marshaling bugs for sequences of chars.

- Fixed marshaling bugs for chars.

Changes since last release from 03.22.2001
------------------------------------------

- Fixed some memory leaks in the IIOPServer.

- Added connections limit property(i.e., the value of  the property of "mtorb.orb.connections_limit").

- Fixed bug in the TWorkerThread. Sometimes system crashes.

- Added thread pool timeout property(i.e., the value of  the property of "mtorb.orb.thread_pool_timeout").
  After timeout the thread id removed from the pool.
  
- Added the function get_current_msgid in the IORB. It returns the current message identificator in thread context.

- Fixed some memory leaks in the ORB.do_shutdown.

- Fixed bugs in oneway methods implementation.

- Fixed some memory leak in the thread function.

- Fixed bug in the "longlong" type marshalling when use "USELIB" directive.
