Merge pull request #1917 from jwillemsen/jwi-redefinedfallthrough
[ACE_TAO.git] / TAO / docs / HISTORY
blob1aca43401f8e3ecb15878540ffc626f6bec9494a
1 Mmmmmmmm DD, 1995 -- RELEASE 1.3:
2 ---------------------------------
3 Release 1.3 includes bugfixes, and support for the COM binary interface
4 model, both on UNIX and on MS-Windows platforms.  The source tree has
5 been considerably restructured, with the goal of enabling addition of
6 other components at both the binary and source levels.
9 September 1, 1995 -- RELEASE 1.2:
10 ---------------------------------
11 Release 1.2 includes fixes for problems noted in the recent multivendor
12 interoperability testing at Object World, and as reported by other users on
13 the Internet.  The most notable of these is that in some cases, when using
14 multiple connections to IIOP servers and clients, the connection management
15 code previously would get confused about which connection was which.  (One
16 consequence of fixing this is that an old test has been removed.)  Also,
17 there was no simple way to use Solaris 2.4 threads; see the Makefile for
18 details.  A few other minor features were added to facilitate use of this
19 code for more than just protocol testing.
22 June 28, 1995 -- RELEASE 1.1:
23 -----------------------------
24 Release 1.1 includes support for several new platforms.  Particular thanks
25 go to the team at APM, which contributed the bulk of the new "autoconf"
26 support (substantially enhancing portability), support for DEC Alpha and
27 HP 9000 platforms, runtime initialization of the size and alignment table
28 used to drive the typecode interpreter, and more; see README.apm for details.
30 Release 1.1 includes POSIX.1c threading support; on platforms which provide
31 POSIX.1c threads, applications will be able to take advantage of them.
33 Union and indirection support has been added to the TypeCode interpreter,
34 and more typecode utility APIs have been implemented.  Various bugfixes and
35 cleanup have also been provided.  Unfinished stubs for the COS Naming service
36 are included; these rely on C++ exception support.
39 March 21, 1995 -- RELEASE 1.0:
40 ------------------------------
41 The original release ran on a set of UNIX platforms (including Solaris,
42 SunOS, Linux, and NEXTSTEP) as well as with 16-bit and 32-bit MS-Windows.