summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2005-01-01 22:18:34 +0000
committerbala <balanatarajan@users.noreply.github.com>2005-01-01 22:18:34 +0000
commitae29a50e120723480707b64626bc49404f2e3118 (patch)
treebff2d2a5cf2a2258010a2a5242aacaee41df19f1 /NEWS
parentcde771b39b6e93e2dabf1c3cc0ce5e867d59928c (diff)
downloadATCD-ae29a50e120723480707b64626bc49404f2e3118.tar.gz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS93
1 files changed, 32 insertions, 61 deletions
diff --git a/NEWS b/NEWS
index 8862cd64f02..348a56fd1f3 100644
--- a/NEWS
+++ b/NEWS
@@ -6,49 +6,44 @@ PLANNED MAJOR CHANGES TARGETED FOR ACE-5.4.4
USER VISIBLE CHANGES BETWEEN ACE-5.4.2 and ACE-5.4.3
====================================================
-. Improved Cygwin 1.5.12 support, 90% of the tests now succeed, TAO
- has not been addressed.
-. Improved VxWorks 5.5.1 support. Everything now compiles, but no overview
- of the test results yet.
+. Improved Cygwin 1.5.12 support, 90% of the tests now succeed
-. Improved OpenVMS support, TAO has not been addressed yet.
+. Improved OpenVMS support.
. Added ability to use fltk with Cygwin/MinGW
-. Added ACE_INT64 that defines a native 64 bit type, added 'q' as usable
- specifier for usage with ACE_Log_Msg.
+. Added ACE_INT64 that defines a native 64 bit type.
-. Started with the port with the Digital Mars C++ compiler under windows and
- the Portland Group C++ compiler under Linux. Ports are not ready yet
+. Added 'q' as usable specifier for ACE_Log_Msg to print out int64 bit number.
. Added better support for Intel C++ compilers.
. Improved HPUX support.
-. Improved support for cross compilation in general.
-
-. Added a new directory for new protocols that are not directly
- components of ACE, but relate to ACE ("ACE_wrappers/protocols/ace").
-
-. Defined a new protocol, HTBP (Hypertext Tunneling, Bidirectional
+. Added a new directory ("ACE_wrappers/protocols/ace") for new protocols
+ that are not directly components of ACE, but are relate to ACE and
+ defined a new protocol, HTBP (Hypertext Tunneling, Bidirectional
Protocol) providing ACE_Acceptor/Connector/Stream semantics over a
- connection owned by an HTTP proxy. Test cases in ACE_wrappers/tests/HTBP
- provide examples of use.
+ connection owned by an HTTP proxy. Test cases in
+ ACE_wrappers/tests/HTBP provide examples of use.
-. Performace enhancement in TP_Reactor's handle_timer_events method (Bug 1971).
+. Performace enhancement in TP_Reactor's handle_timer_events method [Bug
+ 1971].
. Various changes to permit ACE to execute on HP NonStop platform (e.g
support for its pthreads version).
-. Updated HP NonStop configuration files (config-tandem-nsk...).
+. Updated HP NonStop configuration files (config-tandem-nsk).
-. The "ACE" pseudo-namespace is now a true C++ namespace.
- Transitional pseudo-namespaces that were only meant to be used
- internally by ACE, such as "ACE_Sock_Connect", no longer exist.
+. The "ACE" pseudo-namespace is now a true C++ namespace. Transitional
+ pseudo-namespaces that were only meant to be used internally by ACE,
+ such as "ACE_Sock_Connect", no longer exist.
-. ACE_CDR::Boolean type is now a true C++ "bool" on all platforms
- except MSVC++ 6.
+. ACE_CDR::Boolean type is now a true C++ "bool" on all platforms except
+ MSVC++ 6. We plan to deprecate MSVC++ 6 support sometime after the
+ x.5 release of ACE+TAO+CIAO, so we recommend you start migrating to a
+ later version of MSVC++.
. More GNU g++ 3.4.x fixes.
@@ -56,62 +51,38 @@ USER VISIBLE CHANGES BETWEEN ACE-5.4.2 and ACE-5.4.3
. Added mkstemp() emulation.
-. Fixed problem on Linux < 2.5.47 platforms where equality comparison
- of two logically equal sockaddr_in structure instances would
- incorrectly fail.
+. Fixed problem on Linux < 2.5.47 platforms where equality comparison of
+ two logically equal sockaddr_in structure instances would incorrectly
+ fail.
-. The use of wide characters has been improved on non-Windows
+. Support for wide characters has been improved on non-Windows
platforms.
-. Autoconf support should mostly work on most platforms. There are
- still some known glitches that will be addressed before ACE 5.5 is
- released. Please try the autoconf support and send problem reports
- to ace-bugs@cs.wustl.edu.
-
. A number of Windows CE problems have been fixed.
. ACE's loading of DLLs (for example, as a result of loading synamic
services) has been changed to use the native OS's facilities for
locating the DLL instead of searching LD_LIBRARY_PATH (or its
- equivalent) then loading the DLL using a full pathname. This
- restores enforcement of a platform's loading and security policy.
- To use the old DLL locating method, add
- ACE_MUST_HELP_DLOPEN_SEARCH_PATH to your config.h file before building ACE.
+ equivalent) then loading the DLL using a full pathname. This restores
+ enforcement of a platform's loading and security policy. To use the
+ old DLL locating method, add ACE_MUST_HELP_DLOPEN_SEARCH_PATH to your
+ config.h file before building ACE.
. A number of errors in the APG example programs have been corrected.
-. Autoconfigure using all MPC-generated files.
- Gave up on autogenerating automake files using MPC. The automake
- language is richer than that of MPC, so not everything we need can be
- done without large extensions to MPC. So we generated the files using
- MPC then tweaked and committed the .am files to CVS. Autoconfigure
- support should now work on most platforms, though some glitches still
- exist that should be addressed before ACE 5.5.
-
-. Select_Reactor and Priority_Reactor performance improved. (Bug 1890)
- Mon Aug 23 01:04:34 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+. Select_Reactor and Priority_Reactor performance improved. [Bug 1890]
. Wide-char functionality on POSIX (Linux, etc.)
- Tue Aug 24 14:07:22 2004 Steve Huston <shuston@riverace.com>
- (and subsequent follow-ups)
-. TSS memory leak fixes (Bug 1542)
- ACE - Initially Fri Aug 13 15:26:40 2004 Dale Wilson <wilson_d@ociweb.com>
- with many others following on.
- ** Finished: Mon Sep 13 15:31:23 2004 Dale Wilson <wilson_d@ociweb.com>
+. TSS memory leak fixes [Bug 1542]
. Ported to HPUX 11i v2 on Itanium
- Finished, Mon Aug 23 17:53:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-. Added new streaming protocol that tunnels through HTTP proxies, ace/HTBP.
- Mon Oct 25 21:27:03 2004 Phil Mesnier <mesnier_p@ociweb.com>
+. Added code to ACE for platform RedHat AS 3.0 on Opteron.
-. Added code to ace for platform RedHat AS 3.0 on Opteron.
- Wed Aug 25 14:58:51 2004 Rich Seibel <seibel_r@ociweb.com>
- Wed Aug 25 14:49:11 2004 Rich Seibel <seibel_r@ociweb.com>
+. Changed ACE::crc32() family of functions to NOT fold in the length of
+ the string/buffer/iovec into the CRC.
-. Changed ACE::crc32() family of functions to NOT fold in the length
- of the string/buffer/iovec into the CRC.
USER VISIBLE CHANGES BETWEEN ACE-5.4.1 and ACE-5.4.2
====================================================