Thu Mar 14 09:04:46 CET 2013  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ACE version 6.1.8 released.

Thu Mar  7 19:17:15 UTC 2013  Phil Mesnier  <mesnier_p@ociweb.com>

        * ace/OS_NS_Thread.cpp:

          QNX also only supports system scope for threads.

Fri Mar  1 11:21:33 UTC 2013  Martin Corino  <mcorino@remedy.nl>

        * bin/auto_run_tests.pl:
          Fix for problems with explicit test root and test folders
          that are also available in default roots.


Thu Feb 28 19:45:03 UTC 2013  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Compiler_Features_19_Test.cpp:
        * tests/run_test.lst:
        * tests/tests.mpc:
          Added C++11 test for template alias support

Wed Feb 27 13:54:27 UTC 2013  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Wild_Match_Test.cpp:
          Extended this test to get 100% coverage for ACE::wild_match, resolves
          Coverity 753117

Tue Feb 26 23:07:17 UTC 2013  Steve Huston  <shuston@riverace.com>

        * include/makeinclude/platform_g++_common.GNU: When turning on
          no-strict-aliasing, add the option to FLAGS_C_CC instead of
          CCFLAGS so that both C and C++ compilers get it.

Fri Feb 22 14:29:39 UTC 2013  Douglas C. Schmidt  <schmidt@dre.vanderbilt.edu>

        * ace/Message_Queue_Vx.inl (defined): Added a fix for RTP.  Thanks
          to Thomas dot Lockhart at jpl dot nasa dot gov for contributing this.

Mon Feb 25 08:09:24 UTC 2013  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/Sock_Connect.cpp:
          Don't use MAX_IF as constant, is a system defined constant on
          some operating systems

        * tests/OS_Test.cpp:
          Call compiler version methods, should fix some Coverity test
          coverage issues

Mon Feb 18 01:57:31 UTC 2013  Kevin Stanley  <stanleyk@ociweb.com>

        * ace/SSL/SSL_Context.cpp:

          Removed what appeared to be extraneous characters '3D'
          from cut and paste.

Sun Feb 17 03:37:42 UTC 2013  Douglas C. Schmidt  <schmidt@dre.vanderbilt.edu>

        * ace/SSL/SSL_Context.h (ACE_SSL_Context): Added a missing comma.
          Thanks to Johnny for reporting this.

Sat Feb 16 21:53:26 UTC 2013  Kevin Stanley  <stanleyk@ociweb.com>

        * ace/SSL/SSL_Context.h:

          Fixed missing ',' in enumerated type value.

Sat Feb 16 14:42:54 UTC 2013  Douglas C. Schmidt  <schmidt@dre.vanderbilt.edu>

        * examples/C++NPv2/AIO_Client_Logging_Daemon.cpp: Moved the definition of

          ACE_FACTORY_DEFINE (AIO_CLD, AIO_Client_Logging_Daemon)

          to the right place in the #ifdefs.  Thanks to Journeyer J. Joh
          <oosaprogrammer at gmail dot com> for reporting this.

Sat Feb 16 14:34:30 UTC 2013  Douglas C. Schmidt  <schmidt@dre.vanderbilt.edu>

        * ace/SSL/SSL_Context.cpp (ACE_SSL_Context::set_mode),
        * ace/SSL/SSL_Context.h (ACE_SSL_Context): Added support for TLS
          1.1 and 1.2.  Thanks to pkow88776 at onet dot pl for
          contributing this.

Wed Feb 13 14:29:09 UTC 2013  Adam Mitz  <mitza@ociweb.com>

        * include/makeinclude/platform_vxworks6.7.GNU:

          Removed workaround for RTP shared libraries.  With the current
          updates to VxWorks 6.7, the workaround is not only not needed,
          but it creates RTP executables that will not run on the target.

Fri Feb  8 19:03:33 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

        * ace/Message_Block.cpp:

          Fix Coverity Issue 972919 - Fixed possible dereference
          of null pointer

Fri Feb  8 13:26:17 UTC 2013  Kevin Stanley  <stanleyk@ociweb.com>

        * ace/CDR_Stream.h:

          Fix Coverity Issue 972947 - Non virtual destructor. Made
          TAO_InputCDR destructor virtual.

Wed Feb  6 01:55:37 UTC 2013  Kevin Stanley  <stanleyk@ociweb.com>

        * ace/Message_Block.cpp:

          Fixed fuzz error. Return 0 instead of NULL.

Tue Feb  5 21:04:17 UTC 2013  "Kevin Stanley"  <stanleyk@ociweb.com>

    Several new features and bug fixes captured in Bugzilla 4091, 4092, 4093,
    4094, 4095, and 4096. Also includes Bugzilla 3247. Specific details of the
    changes described below through the tag at the end bookmarked with:
    *****  OCI_Reliability_Enhancements Changes

    Tue Feb  5 17:01:48 UTC 2013  "Kevin Stanley"  <stanleyk@ociweb.com>

            * ace/Auto_Event.h:
            * bin/valgrind.supp:
            * protocols/ace/INet/inet.mpc:
            * protocols/examples/INet:
            * tests/CDR_Test.cpp:
            * protocols/ace/INet/FTP_Simple_exec.cpp:
            * protocols/ace/INet/HTTP_Simple_exec.cpp:

              Merged changes from trunk in preparation for merge. The
              above files had changes.

    Thu Jan 31 22:39:53 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

            * ace/Message_Block.cpp:

              Fixed problem with allocator in clone and duplicate

            * tests/Message_Block_Large_Copy_Test.cpp:

              Added reference count output

    Thu Jan 31 18:41:26 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

            * tests/Message_Block_Large_Copy_Test.cpp:

              Corrected test for scoreboard

    Thu Jan 31 14:38:03 UTC 2013  "Kevin Stanley"  <stanleyk@ociweb.com>

            * tests/Message_Block_Large_Copy_Test.cpp:

              Fixed another error in allocation missed the first time.

    Thu Jan 31 14:31:17 UTC 2013  Kevin Stanley  <stanleyk@ociweb.com>

            * tests/Message_Block_Large_Copy_Test.cpp:

              Fixed error in allocation of character array.

    Wed Jan 30 23:54:14 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

            * ace/Message_Block.cpp:

              Applied bug 3247 duplicate patch that replaced recursion with
              iteration to support the copying of large message blocks.

            * tests/Message_Block_Large_Copy_Test.cpp:
            * tests/run_test.lst:
            * tests/tests.mpc:

              Created test to cover the cloning and duplication of
              large Message_Blocks.

    Tue Jan 29 15:15:09 UTC 2013  "Kevin Stanley"  <stanleyk@ociweb.com>

            * include/makeinclude/platform_sunos5_g++.GNU:

              Merged trunk into branch.

    Mon Jan 28 16:13:07 UTC 2013  "Kevin Stanley"  <stanleyk@ociweb.com>

            * ace/config-macosx-lion.h:
            * ace/config-macosx-mountainlion.h:
            * ace/config-macosx-snowleopard.h:
            * examples/Shared_Memory/test_MM.cpp:
            * examples/Shared_Memory/test_SV.cpp:
            * include/makeinclude/platform_macosx_mountainlion.GNU:
            * ace/config-macosx-mountain-lion.h:
            * include/makeinclude/platform_macosx_mountain_lion.GNU:

              Merged trunk into branch. The above files were changed in the
              trunk.

    Wed Dec 19 17:52:25 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

            * ace/Mem_Map.inl:

              Fix a warning about signed/unsigned mix.

            * include/makeinclude/platform_clang_common.GNU:

              Increase the warning level used by the CLang++ compiler to show all warnings

    Mon Dec 17 14:39:07 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

            * ACEXML/common/FileCharStream.cpp:

              Fixed to not close the infile_ if it was passed to the
              FileCharStream.

    Fri Dec 14 17:31:22 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

            * ACEXML/common/FileCharStream.h:
            * ACEXML/common/FileCharStream.cpp:

              Added interface to accept an already open FILE stream.

    Mon Oct 15 18:26:57 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

            * OCI_RE_ChangeLog:
              Created change log for the OCI Reliability Enhancements branch

    *****  OCI_Reliability_Enhancements Changes

Mon Feb  4 08:58:35 UTC 2013  Johnny Willemsen  <jwillemsen@remedy.nl>

        * protocols/ace/INet/inet.mpc:
        * protocols/ace/INet/FTP_Simple_exec.cpp:
        * protocols/ace/INet/HTTP_Simple_exec.cpp:
        * protocols/examples/INet/FTP_Simple_exec.cpp:
        * protocols/examples/INet/HTTP_Simple_exec.cpp:
        * protocols/examples/INet/inet.mpc:
          Moved INet examples out of the ace/INet directory and into
          a new example directory

Sat Feb  2 19:08:18 UTC 2013  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/Auto_Event.h:
          Layout changes

Thu Jan 31 19:21:31 UTC 2013  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/CDR_Test.cpp:
          Test CDR_Size::write_boolean_array, according to Coverity
          this method was not tested

Wed Jan 30 11:58:00 UTC 2013  Simon Massey  <simon dot massey at prismtech dot com>

        * bin/valgrind.supp:
          Add a supression for a faulty system zlib.

Mon Jan 28 23:33:25 UTC 2013  Adam Mitz  <mitza@ociweb.com>

        * include/makeinclude/platform_sunos5_g++.GNU:

          Define _POSIX_PTHREAD_SEMANTICS is threads=1,
          making this config similar to SunCC.

Mon Jan 28 07:55:27 UTC 2013  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/config-macosx-mountainlion.h:
        * ace/config-macosx-mountain-lion.h:
        * include/makeinclude/platform_macosx_mountainlion.GNU:
        * include/makeinclude/platform_macosx_mountain_lion.GNU:
          Renamed mountain-lion to mountainlion to simplify packaging

Tue Jan 22 12:28:19 UTC 2013  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/CDR_Size.h:
          Doxygen changs

        * tests/FlReactor_Test.cpp:
          Unicode fixes

Mon Jan 21 08:24:11 UTC 2013  Johnny Willemsen  <jwillemsen@remedy.nl>

        * html/Stats/index.shtml:
          Corrected link

Thu Jan 17 12:25:40 UTC 2013  Johnny Willemsen  <jwillemsen@remedy.nl>

        * debian/debian.control:
          Fixed depencency on libssl-dev, thanks to Michael Ganz
          <michael_ganz at t-online dot de> for reporting this

Thu Jan 17 12:23:42 UTC 2013  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/Sig_Handler.cpp:
          Layout changes

        * docs/bczar/bczar.html:
          Updated packages

        * html/Stats/index.shtml:
          Added another page

Fri Jan  4 21:52:14 UTC 2013  Adam Mitz  <mitza@ociweb.com>

        * include/makeinclude/platform_linux_clang.GNU:

          Added clang command-line option required to build TAO.

Fri Jan  4 12:11:12 UTC 2013  Johnny Willemsen  <jwillemsen@remedy.nl>

        * rpmbuild/ace-tao-init-suse/init.d/tao-cosconcurrency:
        * rpmbuild/ace-tao-init-suse/init.d/tao-cosevent:
        * rpmbuild/ace-tao-init-suse/init.d/tao-cosnaming:
        * rpmbuild/ace-tao-init-suse/init.d/tao-cosnotification:
        * rpmbuild/ace-tao-init-suse/init.d/tao-costrading:
        * rpmbuild/ace-tao-init-suse/init.d/tao-rtevent:
          Add $network to Required-Start line, thanks to John Fletcher
          <john dot fletcher at rd dot bbc dot co dot uk> for reporting
          this.

Thu Jan  3 22:53:44 UTC 2013  Steve Huston  <shuston@riverace.com>

        * ace/OS_NS_netdb.cpp (ACE_OS::getmacaddress): On Linux, search for
          an interface to get the MAC address for; don't assume eth0 is
          present and usable.

        * tests/Bug_3744_Regression_Test.cpp: Fix ACE_LOG_MSG output.

Wed Jan  2 19:19:58 UTC 2013  Thomas Girard  <thomas.g.girard@free.fr>

        * ace/Service_Config.h: ACE_DYNAMIC_VERSIONED_SERVICE_DIRECTIVE
          fix when ACE_VERSIONED_SO=2. Because of '.' in the version,
          addition of prefix ACE_DLL_PREDIX and suffix ACE_DLL_SUFFIX
          is skipped, preventing ACE_DYNAMIC_VERSIONED_SERVICE_DIRECTIVE
          from working when ACE+TAO is built with versioned_so=2.

Thu Dec 27 09:18:39 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * NEWS:
        * bin/diff-builds-and-group-fixed-tests-only.sh:
        * docs/Download.html:
        * docs/bczar/bczar.html:
        * etc/index.html:
          Updated in preparation of next release

Thu Dec 27 10:00:49 CET 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ACE version 6.1.7 released.

Fri Dec 21 09:22:41 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * protocols/tests/HTBP/Reactor_Tests/run_test.pl:
        * protocols/tests/HTBP/Send_Large_Msg/run_test.pl:
        * protocols/tests/HTBP/Send_Recv_Tests/run_test.pl:
        * protocols/tests/HTBP/ping/run_test.pl:
          Check return value of spawn, if it fails directly exit the
          test run

Wed Dec 19 14:46:24 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * include/makeinclude/platform_cegcc.GNU:
        * include/makeinclude/platform_g++_common.GNU:
        * include/makeinclude/platform_rtems.x_g++.GNU:
        * include/makeinclude/platform_vxworks6.2.GNU:
        * include/makeinclude/platform_vxworks6.3.GNU:
          Install tao_idl3_to_idl2 and tao_idl3_to_xmi into ACE_ROOT/bin
          to handle cross compilation in a flat layout more easily, this
          way we can use the same approach as tao_idl does

Mon Dec 17 20:53:22 UTC 2012  Adam Mitz  <mitza@ociweb.com>

        * ace/Message_Queue_Vx.inl:

          Updated for VxWorks 6.9 32-bit kernel mode.

Mon Dec 17 18:26:27 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/Acceptor.cpp:
          Fixed warning

Mon Dec 17 13:40:00 UTC 2012  Simon Massey  <simon dot massey at prismtech dot com>

        * ace/SOCK_Dgram.cpp: ACE_SOCK_Dgram::make_multicast_ifaddr ()
          Uncovered due to TAO UIPMC option -ORBListenOnAll 1 being
          enabled. The SOCK_Dgram_Mcast.cpp ACE_SOCK_Dgram_Mcast::subscribe_ifs()
          call iterates through the list of IP addresses for all interfaces
          NOT the list of Interface Names. This works only for windows and newer
          linuxes (where they are automatically converted into interface names).
          Older linuxes do not and expect the actual interface names (eg. "Eth0")
          to be given. This fix allows both forms to be given on older linuxes as well.
          (Test TAO/orbscvc/tests/Miop/McastHello updated to enable -ORBListenOnAll 1.)

Mon Dec 17 09:59:45 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/OS_NS_Thread.inl:
        * ace/OS_NS_sys_shm.cpp:
        * ace/OS_NS_sys_socket.cpp:
        * ace/OS_NS_sys_stat.cpp:
        * ace/OS_NS_sys_uio.cpp:
          Zapped empty lines

Mon Dec 17 09:31:49 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/Acceptor.cpp:
          Fixed one-shot acceptor, could call null ptr

        * ace/Throughput_Stats.cpp:
          Simplified code

        * protocols/tests/RMCast/Receiver.cpp:
          Fixed incorrect argument to memcpy

Fri Dec 14 19:36:20 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * docs/bczar/bczar.html:
          Added patch

Sun Dec  9 14:38:27 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/POSIX_Proactor.cpp:
        * ace/Parse_Node.cpp:
        * ace/SV_Message_Queue.inl:
        * ace/SV_Message_Queue.cpp:
          Fixed coverity errors

Fri Dec  7 20:14:27 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * include/makeinclude/platform_g++_common.GNU:
          Improved support for gcov=1

Fri Dec  7 13:06:07 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/Strategies_T.cpp:
          Check return value of enable (ACE_NONBLOCK), fixes Coverity
          reported errors

Thu Nov 29 15:08:26 UTC 2012  Steve Huston  <shuston@riverace.com>

        * ace/ACE.cpp (handle_timed_complete): Adapt to an occasionally seen
          scenario where only the POLLERR bit is set on a failed connect.
          This is for the poll() case, not select().

Thu Nov 29 10:31:05 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/CDR_Stream.cpp:
          Removed another occurance of arm handling here, gets handled
          at a lower layer already

Thu Nov 29 10:10:56 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/Service_Config.h:
          Fixed compile errors in xml builds

Thu Nov 29 08:49:39 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/CDR_Stream.cpp:
          Removed arm handling here, gets handled at a lower layer
          already

Wed Nov 28 09:34:00 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * debian/libace-dev.install:
          rle has no install files

Wed Nov 28 08:55:49 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * debian/ace.dsc:
        * debian/debian.changelog:
        * debian/debian.compat:
        * debian/debian.control:
        * debian/debian.rules:
        * debian/libace-6.1.6.install:
        * debian/libace-dev.install:
        * debian/libtao-dev.install:
          Added rle compressor and added files as currently work
          on OBS

Wed Nov 28 07:35:14 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * debian/debian.control:
        * debian/ace-netsvcs.doc-base:
        * debian/ace-netsvcs.docs:
        * debian/ace-netsvcs.install:
        * debian/ace-netsvcs.manpages:
        * debian/libnetsvcs-6.1.6.docs:
        * debian/libnetsvcs-6.1.6.install:
        * debian/libnetsvcs-dev.docs:
        * debian/libnetsvcs-dev.install:
        * debian/mwc_workspace.txt:
          Don't package netsvcs

Tue Nov 27 14:41:19 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * debian/ace-netsvcs.manpages:
        * debian/tao-idl.manpages:
        * debian/tao-log.manpages:
        * debian/tao-tls.manpages:
        * debian/tao-utils.manpages:
          No manpage for the moment

Tue Nov 27 14:10:46 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * debian/mpc-ace.manpages:
          No manpage for the moment

Tue Nov 27 12:43:06 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * debian/tao-log.docs:
          Debian package improvements

Tue Nov 27 11:53:18 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * debian/tao-trading.docs:
          Debian package improvements

Tue Nov 27 11:23:41 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * debian/tao-naming.docs:
        * debian/tao-notify.docs:
          Debian package improvements

Tue Nov 27 10:26:32 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * debian/tao-utils.docs:
          Don't install test

Mon Nov 26 12:37:04 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * debian/mwc_workspace.txt:
          Added netsvcs/servers

Sun Nov 25 20:08:55 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * include/makeinclude/rules.local.GNU:
          Fixex AIX errors

Sun Nov 25 20:05:25 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * debian/mwc_workspace.txt:
        * debian/TAO_ACE.mwc:
          Renamed to .txt, resolves problems on windows builds

Fri Nov 23 19:28:35 UTC 2012  Jeff Parsons <j.parsons@vanderbilt.edu>

        * THANKS:

          Added Sergey Onuchin <sonuchin at parallels dot com>.

Fri Nov 23 16:49:35 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * debian/tao-imr.docs:
        * debian/tao-log.docs:
        * debian/tao-notify.docs:
        * debian/tao-trading.docs:
          Updated README locations

Fri Nov 23 15:26:38 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * debian/tao-concurrency.docs:
        * debian/tao-cosconcurrency.docs:
        * debian/tao-cosevent.docs:
        * debian/tao-cosnotification.docs:
        * debian/tao-costime.docs:
        * debian/tao-costrading.docs:
        * debian/tao-event.docs:
        * debian/tao-ft.docs:
        * debian/tao-ifr.docs:
        * debian/tao-imr.docs:
        * debian/tao-load.docs:
        * debian/tao-log.docs:
        * debian/tao-naming.docs:
        * debian/tao-notify.docs:
        * debian/tao-time.docs:
        * debian/tao-tls.docs:
        * debian/tao-utils.docs:
          We are going to install the README files also

Fri Nov 23 14:21:18 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * debian/tao-cosnaming.docs:
          Updated path

Fri Nov 23 12:58:40 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * debian/libtao-doc.docs:
          Install fix

Fri Nov 23 12:33:16 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * include/makeinclude/rules.lib.GNU:
          Fix for AIX

Fri Nov 23 12:28:20 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/Service_Config.h:
          msvc fix

Fri Nov 23 12:19:09 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * debian/libace-dev.docs:
        * debian/libace-doc.docs:
        * debian/libnetsvcs-6.1.6.docs:
        * debian/libnetsvcs-6.1.6.install:
        * debian/libtao-2.1.6.docs:
        * debian/libtao-dev.docs:
        * debian/libnetsvcs-6.1.2.docs:
        * debian/libnetsvcs-6.1.2.install:
          Doc install fixes

Fri Nov 23 09:51:01 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * debian/README.source:
          Removed comment of patch that got integrated

        * debian/libtao-2.1.6.install:
        * debian/libtao-dev.install:
          Added missing libraries

Fri Nov 23 09:39:17 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * debian/TAO_ACE.mwc:
        * debian/libace-6.1.6.docs:
        * debian/libace-dev.docs:
        * debian/libace-dev.install:
        * debian/libace-doc.docs:
        * debian/libtao-2.1.6.docs:
        * debian/libtao-dev.docs:
        * debian/libtao-doc.docs:
          More install fixes

Fri Nov 23 08:07:23 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/ETCL/ETCL_Constraint.inl:
          Fixed coverity error by initializing pointer value

        * ace/Message_Queue.h:
        * ace/Timer_Queue_Iterator.h:
          Doxygen improvements

        * ace/Timer_Queue_Iterator.cpp:
          Initialize all members in default constructor

Thu Nov 22 13:31:20 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * debian/tao-log.install:
          Fixed executable name

Thu Nov 22 12:56:20 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * debian/ACE-DPKG.mwc:
        * debian/TAO-DPKG.mwc:
          Removed these files.

Thu Nov 22 12:55:05 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * debian/default.features:
        * debian/libtao-2.1.6.install:
        * debian/libtao-dev.install:
        * debian/platform_macros.GNU:
          Remove lzo1 compressor

Thu Nov 22 12:38:34 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/Service_Config.h:
          Added new ACE_DYNAMIC_VERSIONED_SERVICE_DIRECTIVE which accepts
          an explicit version to be loaded. Needed for debian for example

        * debian/patches/series:
        * debian/patches/15-fix-lzo-flags.diff:
        * debian/patches/34-bts386713.diff:
          Cleanup

        * debian/platform_macros.GNU:
          Set versioned_so=2

        * include/makeinclude/platform_g++_common.GNU:
          When versioned_so=2 add ACE_VERSIONED_SO=2 as
          define

Thu Nov 22 09:20:46 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * include/makeinclude/platform_g++_common.GNU:
        * include/makeinclude/rules.lib.GNU:
        * include/makeinclude/rules.local.GNU:
        * include/makeinclude/wrapper_macros.GNU:
          Added support for versioned_so=2, that will create
          for example libACE-6.1.6.so instead of libACE.so.6.1.6

        * debian/patches/20-versioned_libs.diff:
          Removed this file.

Wed Nov 21 10:18:22 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * debian/libace-xml-utils-6.1.6.install:
        * debian/libace-xml-utils-dev.install:
          New files

        * debian/platform_macros.GNU.in:
          Removed this file.

Tue Nov 20 23:55:57 UTC 2012  Steve Huston  <shuston@riverace.com>

        * ace/config-hpux-11.00.h:
        * ace/OS_NS_netdb.inl: Although HP-UX 11 doesn't have the _r
          netdb calls, the regular ones are reentrant for multiple threads.
          Therefore, do not use the mutex-acquiring wrapper for HP-UX 11.

Tue Nov 20 19:10:38 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/XML_Utils/ACE_XML_Utils.pc.in:
        * ace/XML_Utils/XML.mpc:
          Added missing pc.in file for ACE_XML_Utils

Tue Nov 13 18:17:24 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/run_test.lst:
          Bug_4055_Regression_Test needs threads

Tue Nov 13 13:29:28 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/Condition_Attributes.h:
        * ace/Condition_Attributes.inl:
        * ace/Condition_Attributes.cpp:
          Now also needed in single threaded builds

Mon Nov 12 19:26:41 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/Malloc.cpp:
        * ace/Naming_Context.h:
        * ace/Naming_Context.cpp:
        * ace/Read_Buffer.cpp:
        * ace/Recursive_Thread_Mutex.cpp:
        * ace/SV_Semaphore_Simple.cpp:
          Coverity fixes

Mon Nov 12 17:21:25 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/OS_NS_Thread.inl:
          Fixed win32 compile errors

Mon Nov 12 13:34:35 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/Sig_Adapter.cpp:
          Fixed coverity errors

        * ace/Signal.h:
          Doxygen change

Mon Nov 12 12:19:18 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/OS_NS_Thread.inl:
          Fixed missing ACE_INLINE

Mon Nov 12 10:45:51 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/OS_NS_Thread.h:
        * ace/OS_NS_Thread.inl:
          Added constructor for ACE_event_t to initialize pointers
          explicitly to 0, fixes coverity #743165

        * tests/Bug_4055_Regression_Test.cpp:
          Check return value of clock_settime, fixes coverity #743164

Mon Nov 12 10:06:57 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * NEWS:
        * bin/diff-builds-and-group-fixed-tests-only.sh:
        * docs/Download.html:
        * docs/bczar/bczar.html:
        * etc/index.html:
          Updated for next release

Mon Nov 12 09:34:14 CET 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ACE version 6.1.6 released.

Sun Nov 11 14:26:17 UTC 2012  Martin Corino  <mcorino@remedy.nl>

        * tests/Monotonic_Manual_Event_Test.cpp:
        * tests/Monotonic_Message_Queue_Test.cpp:
        * tests/Monotonic_Task_Test.cpp:
          Further narrowing of preprocessor test to prevent running
          test on unsupported platforms.

Sat Nov 10 11:35:57 UTC 2012  Martin Corino  <mcorino@remedy.nl>

        * tests/Monotonic_Manual_Event_Test.cpp:
        * tests/Monotonic_Message_Queue_Test.cpp:
        * tests/Monotonic_Task_Test.cpp:
          Further narrowing of preprocessor test to prevent running
          test on unsupported platforms.
          Small logging changes.

Fri Nov  9 10:29:37 UTC 2012  Martin Corino  <mcorino@remedy.nl>

        * tests/Monotonic_Manual_Event_Test.cpp:
        * tests/Monotonic_Message_Queue_Test.cpp:
        * tests/Monotonic_Task_Test.cpp:
          Narrowing down the selection test for supported platforms.

Fri Nov  9 08:28:23 UTC 2012  Martin Corino  <mcorino@remedy.nl>

        * ace/OS_NS_Thread.inl:
          Fixed compile error resulting from previous change.

Wed Nov  7 19:16:47 UTC 2012  Martin Corino  <mcorino@remedy.nl>

        * ace/OS_NS_Thread.inl:
          Fix for unused arg warnings.

Wed Nov  7 13:51:14 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/SSL/SSL_Context.h:
        * ace/SSL/SSL_Context.cpp:
        * protocols/ace/INet/HTTP_Simple_exec.cpp:
          Resolve compile problems with OpenSSL on recent debian/ubuntu
          versions which don't ship SSLv2 anymore

        * debian/patches/series:
        * debian/patches/35_disable_sslv2.diff:
          Patch is not needed anymore

Sat Oct 20 14:13:07 UTC 2012  Douglas C. Schmidt  <schmidt@dre.vanderbilt.edu>

        * ace/Timer_Hash_T.h: Added a forward declaration of
          ACE_Event_Handler to ensure ACE compiles properly on certain
          platforms.  Thanks to Peng Xu <pengxu7 at gmail dot com> for
          reporting this.

Tue Nov  6 18:59:48 UTC 2012  Martin Corino  <mcorino@remedy.nl>

        * ace/ace_for_tao.mpc:
          Reflect fact that Event classes are now templates.
          Added new Event base class.

Tue Nov  6 14:44:38 UTC 2012  Steve Huston  <shuston@riverace.com>

        * ace/OS_NS_Thread.cpp (ACE_TSS_Cleanup::thread_detach_key): If
          given a key which was never set, ignore it. Only throw an assertion
          if the key's table slot is used but does not match the key asked
          to free. The never-set case happens if a ACE_TSS object fails
          when setting its value; the later cleanup would cause an assert.

Tue Nov  6 13:34:20 UTC 2012  Martin Corino  <mcorino@remedy.nl>

        * NEWS:
          Updated for new time policy support for ACE Events.

Tue Nov  6 11:46:45 UTC 2012  Martin Corino  <mcorino@remedy.nl>

        * bin/fuzz.pl:
          Fixed missing 'next;' in check_for_ACE_Thread_Mutex()
          fuzzer.

Tue Nov  6 11:42:26 UTC 2012  Martin Corino  <mcorino@remedy.nl>

        * tests/Monotonic_Manual_Event_Test.cpp:
          Fixed file comment.

Tue Nov  6 10:55:47 UTC 2012  Martin Corino  <mcorino@remedy.nl>

        * ace/OS_NS_Thread.h:
        * ace/OS_NS_Thread.inl:
        * ace/OS_NS_Thread.cpp:
          Extended OS wrappers for event and sema with
          variants excepting condition attributes.

        * ace/Event_Base.h:
        * ace/Event_Base.inl:
        * ace/Event_Base.cpp:
          Added non-template base class for events.

        * ace/Auto_Event.h:
        * ace/Auto_Event.inl:
        * ace/Auto_Event.cpp:
        * ace/Event.h:
        * ace/Event.inl:
        * ace/Event.cpp:
        * ace/Manual_Event.h:
        * ace/Manual_Event.inl:
        * ace/Manual_Event.cpp:
          Refactored into TIME_POLICY based templates.
          Added inlined derived classes of default
          template instantiations to satisfy old code.

        * ace/ace.mpc:
          Reflect fact that Event classes are now templates.
          Added new Event base class.

        * docs/ACE-monotonic-timer.html:
          Added documentation concerning Event changes.

        * tests/Manual_Event_Test.cpp:
          Removed dead code.

        * tests/Monotonic_Manual_Event_Test.cpp:
        * tests/run_test.lst:
        * tests/tests.mpc:
          Added new regression test for time policy
          support of events.

Tue Oct 30 07:48:18 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * rpmbuild/ace-tao.spec:
          Fixes for OpenSuSE 12.2

Sat Oct 27 18:59:36 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/TSS_T.inl:
          Use the word error in the ACE_ERROR messages in this file

Tue Oct 23 20:09:07 UTC 2012  Abdullah Sowayan  <sowayan@gmail.com>

        * ace/config-macosx-mountain-lion.h:
        * include/makeinclude/platform_macosx_mountain_lion.GNU:

          Adding Mountain Lion support

Fri Oct 12 10:50:28 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * NEWS:
        * bin/diff-builds-and-group-fixed-tests-only.sh:
        * docs/Download.html:
        * docs/bczar/bczar.html:
        * etc/index.html:
          Updated for x.1.5

Fri Oct 12 11:20:25 CEST 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ACE version 6.1.5 released.

Wed Oct 10 22:45:23 UTC 2012  Steve Huston  <shuston@riverace.com>

        * ace/Reactor.h: Corrected the comments concerning removal of
          signal handler registrations - they DO call handle_close() now.

        * tests/Network_Adapters_Test.{cpp, h}: Corrected the call to remove
          signal handlers and added a check in Stop_Handler::handle_close()
          to ignore calls as a result of removing a signal handler.

Wed Oct 10 18:47:12 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * docs/bczar/bczar.html:
          Package updates

Mon Oct  8 13:27:58 UTC 2012  Steve Huston  <shuston@riverace.com>

        * ace/Sig_Handler.{cpp, inl}: Reverted change from:
          Fri Oct  5 23:09:40 UTC 2012  Steve Huston  <shuston@riverace.com>
          to initialize signal_handlers_ array. It's static so can't be
          changed all the time. Thanks to Johnny Willemsen for finding this.

Fri Oct  5 23:09:40 UTC 2012  Steve Huston  <shuston@riverace.com>

        * ace/Sig_Handler.{cpp, inl}: Initialize signal_handlers_ array.

        * ace/WFMO_Reactor.cpp: Shut things down in close() and make all the
          info changes to avoid referencing unregistered handlers later, when
          they may be invalid. The lifetime can't be controlled via close() as
          it can via remove_handler() so be sure no references bleed out.

        * tests/Bug_2368_Regression_Test.cpp: Clean up text literals.

Thu Oct  4 10:24:52 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * include/makeinclude/platform_linux_icc.GNU:
          Added support for c++11 as feature

Wed Oct  3 09:59:08 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * include/makeinclude/platform_linux_icc.GNU:
          Added support for coverage which enabled code coverage with
          Intel C++

Thu Sep 27 06:30:22 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/config-g++-common.h:
          Introduced a new ACE_HAS_CPP11 which is set with GCC 4.7 at
          the moment the C++11 features are enabled

        * tests/Compiler_Features_15_Test.cpp:
        * tests/Compiler_Features_16_Test.cpp:
        * tests/Compiler_Features_17_Test.cpp:
        * tests/Compiler_Features_18_Test.cpp:
        * tests/run_test.lst:
        * tests/tests.mpc:
          Added some new compiler tests to validate the compiler C++11
          support

Mon Sep 24 12:56:50 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * bin/valgrind.supp:
          Extended this file to work on OpenSuSE 12.2

Fri Sep 21 08:06:31 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * include/makeinclude/platform_linux_icc.GNU:
          Use -Wno-deprecated with C++11 due to the heavy usage of auto_ptr

Thu Sep 20 07:09:41 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Network_Adapters_Test.cpp:
          Removed arg_unused macros.

Sat Sep 15 01:11:15 UTC 2012  Steve Huston  <shuston@riverace.com>

        * ace/Atomic_Op.h:
        * ace/Atomic_Op.inl: PPC doesn't have the requisite support for
          the long long specializations below.

Thu Sep 13 16:46:03 UTC 2012  Steve Huston  <shuston@riverace.com>

        * ace/Atomic_Op.h:
        * ace/Atomic_Op.inl: Added specializations for "long long" and
          "unsigned long long" for GCC to get the better performance
          for 64-bit integers.

Tue Sep 11 18:59:35 UTC 2012  Steve Huston  <shuston@riverace.com>

        * ace/TSS_T.cpp (ACE_TSS_Guard::init_key): Fix compile error.

Mon Sep 10 13:57:27 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/DLL.h:
        * ace/DLL.cpp:
        * ace/DLL_Manager.h:
        * ace/DLL_Manager.cpp:
          Use bool for become_owner

Mon Sep 10 00:16:29 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * bin/diff-builds-and-group-fixed-tests-only.sh:
        * bin/mail_test_stats.sh:
          Make sure we compare with the latest micro

Fri Sep  7 20:00:51 UTC 2012  Steve Huston  <shuston@riverace.com>

        * ace/SSL/SSL_SOCK_Stream.inl (recv_i): Remove the incorrect comment
          form the syscall case about falling through to the default. That's
          not right. Thanks to Simon Massey for pointing this out.

Fri Sep  7 19:43:12 UTC 2012  Steve Huston  <shuston@riverace.com>

        * ace/Sig_Handler.cpp (remove_handler_i): Check if the event handler
          pointer is 0 before calling through it. Thanks to Adam Mitz
          for catching this one.

Thu Sep  6 18:51:47 UTC 2012  Steve Huston  <shuston@riverace.com>

        * ace/Sig_Handler.h:
        * ace/Sig_Handler.cpp: Call back to ACE_Event_Handler::handle_close()
          when a signal handler is removed by any means. The callback was
          previously made only when dispatched handle_signal() returned -1.
          This adds the callback when the signal handler is unregistered
          either explicitly or by a containing reactor closing. Resolves
          Bugzilla #2368.

        * ace/Process_Manager.h:
        * ace/Process_Manager.cpp: Added a handle_close() method to be notified
          when a reactor with which SIGCHLD is registered closes, so no
          attempt is later made to remove the SIGCHLD registration.

        * NEWS: Describe the above enhancement.

        * tests/Bug_2368_Regression_Test.cpp: Register the two handlers for
          different signals so they're both tracked and removed properly.

        * tests/run_test.lst: Enable Bug_2368_Regression_Test.

Thu Sep  6 15:06:15 UTC 2012  Steve Huston  <shuston@riverace.com>

        * ace/Log_Msg.cpp (close): Don't try to lock/unlock the
          ACE_LOG_MSG_INSTANCE lock if it's already been freed.

Wed Sep  5 20:09:09 UTC 2012  Steve Huston  <shuston@riverace.com>

        * ace/SSL/SSL_SOCK_Stream.inl (recv_i): Added back in logic to wait
          for data available to receive when called with a timeout. Thanks
          to Ossama Othman for helping to sort this out. For reference, the
          issues involved here are well-explained in "SSL and TLS" by
          Eric Rescorla, section 8.9.

        * ace/SSL/SSL_SOCK_Stream.cpp (recv_n): Removed the hack-y retry on
          EWOULDBLOCK - the proper handling of timeouts is now in its proper
          place in recv_i() - see above.

Thu Aug 30 19:25:33 UTC 2012  Jeff Parsons <j.parsons@vanderbilt.edu>

        * THANKS:

          Added Andrs Senac Gonzlez <andres at senac dot es>

Thu Aug 30 06:26:46 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/config-macosx-leopard.h:
          Added missing defines to get ACE to compile on MacOSX, thanks to
          Thomas Lockhart <Thomas dot Lockhart at jpl dot nasa dot gov>
          for reporting this

Wed Aug 29 09:41:28 UTC 2012  johnny  <jwillemsen@remedy.nl>

        * Kokyu/Dispatch_Deferrer.h:
        * Kokyu/Dispatch_Deferrer.inl:
        * Kokyu/Dispatch_Deferrer.cpp:
          These files have been removed. They appear to be completly unreferenced by any
          other files in the whole ACE/TAO/CIAO/DAnCE distribution and are not even currently
          built within the Kokyu library itself. They appear to be incomplete relics of the
          original 2003 development of this library, and include references to an incomplete
          class Dispatch_Deferrer_Attributes which has no declaration or definition anywhere
          in the current distribution. These files would not compile even if they where listed
          in the kokyu MPC file.

Wed Aug 29 07:31:28 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ChangeLog:
        * ChangeLogs/ChangeLog-2012a:
        * NEWS:
        * bin/diff-builds-and-group-fixed-tests-only.sh:
        * docs/Download.html:
        * docs/bczar/bczar.html:
        * etc/index.html:
          Prepared for the next release

Wed Aug 29 08:16:04 CEST 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ACE version 6.1.4 released.

Local Variables:
mode: change-log
add-log-time-format: (lambda () (progn (setq tz (getenv "TZ")) (set-time-zone-rule "UTC") (setq time (format-time-string "%a %b %e %H:%M:%S %Z %Y" (current-time))) (set-time-zone-rule tz) time))
indent-tabs-mode: nil
End:
