summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE/ChangeLogs/ACE-6_5_9689
-rw-r--r--ACE/PROBLEM-REPORT-FORM2
-rw-r--r--ACE/VERSION.txt2
-rw-r--r--ACE/ace/Version.h8
-rw-r--r--ACE/debian/control62
-rw-r--r--ACE/rpmbuild/ace-tao.spec4
-rw-r--r--TAO/ChangeLogs/TAO-2_5_9260
-rw-r--r--TAO/PROBLEM-REPORT-FORM4
-rw-r--r--TAO/VERSION.txt2
-rw-r--r--TAO/tao/Version.h8
10 files changed, 995 insertions, 46 deletions
diff --git a/ACE/ChangeLogs/ACE-6_5_9 b/ACE/ChangeLogs/ACE-6_5_9
new file mode 100644
index 00000000000..a67602acea8
--- /dev/null
+++ b/ACE/ChangeLogs/ACE-6_5_9
@@ -0,0 +1,689 @@
+commit ab9ecbe2287908ca2d403dd6bdde8511295b7784
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed Apr 29 09:37:33 2020 +0200
+
+ List changes
+
+ * ACE/NEWS:
+
+commit 6542591505d81e79e2d3abd9bd4f497f1adafb9a
+Merge: 6bab61a7d0a 57e38a7b4a4
+Author: Son Dinh <dinhs@objectcomputing.com>
+Date: Tue Apr 28 09:39:00 2020 -0500
+
+ Merge branch 'master' of https://github.com/DOCGroup/ACE_TAO into basic_types_macos
+
+commit 57e38a7b4a4fa927a4947ffb790373b67dd09c2a
+Merge: ad17ff63aff 31492dcfc3c
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Apr 28 15:52:38 2020 +0200
+
+ Merge pull request #1088 from DOCGroup/mitza-oci-clang-common
+
+ platform_clang_common.GNU: redirect stderr for version checks
+
+commit ad17ff63affd12aa82869308875e2630972132c9
+Merge: 2e234782449 57bc0064bdf
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Apr 28 15:51:51 2020 +0200
+
+ Merge pull request #1093 from jwillemsen/jwi-ace-cpp20
+
+ When __cplusplus is equal or bigger as 202002L we define ACE_HAS_CPP20
+
+commit 2e234782449d31eff4a88aaaf90ff7085558d99a
+Merge: aedcae37cbf f38497c7057
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Apr 28 15:51:24 2020 +0200
+
+ Merge pull request #1090 from jwillemsen/jwi-cdrbaselonglong-cleanup
+
+ Map ACE_CDR LongLong to ACE_INT64, all platforms for which we needed …
+
+commit 57bc0064bdf8458b5a4b3dda8ff899fbcfb919c4
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Apr 28 14:06:56 2020 +0200
+
+ Compare cplusplus >= to make it easier to determine what is done, no need to check for g++/clang specific releases
+
+ * ACE/ace/config-g++-common.h:
+
+commit c16e81913032c5584794bae9c075541a2fffbb48
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Apr 28 13:57:42 2020 +0200
+
+ When __cplusplus is bigger as 201703L we ste ACE_HAS_CPP20
+
+ * ACE/ace/config-g++-common.h:
+
+commit 4987d578ff1fd00b729ade914bb096ac1e33f62c
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Apr 28 10:18:58 2020 +0200
+
+ Fixed typo
+
+ * ACE/ace/CDR_Base.h:
+
+commit f38497c70571c75675ef35ba8b48af5b5ba81d1c
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Apr 28 09:45:17 2020 +0200
+
+ Mention that ACE_HAS_*_T take preference
+
+ * ACE/ace/README:
+
+commit b2b745cda8c72ba4b323aa4831cfe7c0c493e400
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Sun Apr 26 10:12:58 2020 +0200
+
+ Make use of cstdint types when they are available
+
+ * ACE/ace/Basic_Types.h:
+
+commit c4f4af8bff18366ed85cdb080ea801e2999d9f7c
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Sat Apr 25 10:52:11 2020 +0200
+
+ Cleanup some last leftovers from old and deprecated tandem support
+
+ * ACE/ace/ACE_export.h:
+ * ACE/ace/Basic_Types.h:
+ * ACE/ace/config-macros.h:
+ * ACE/ace/os_include/sys/os_types.h:
+ * TAO/orbsvcs/orbsvcs/Shutdown_Utilities.cpp:
+
+commit 17a3a7e2eaf969480c4c26d30b74c95ce90d842e
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Sat Apr 25 10:50:22 2020 +0200
+
+ Map ACE_CDR LongLong to ACE_INT64, all platforms for which we needed an emulation have been deprecated in the past.
+
+ * ACE/ace/CDR_Base.cpp:
+ * ACE/ace/CDR_Base.h:
+ * ACE/ace/CDR_Size.h:
+ * ACE/ace/README:
+ * ACE/ace/config-kfreebsd.h:
+ * ACE/ace/config-qnx.h:
+ * TAO/TAO_IDL/be/be_visitor_any_extracted_type_decl.cpp:
+ * TAO/TAO_IDL/be/be_visitor_argument/vardecl_ss.cpp:
+ * TAO/TAO_IDL/be/be_visitor_attr_init.cpp:
+ * TAO/TAO_IDL/be/be_visitor_null_return_value.cpp:
+ * TAO/TAO_IDL/fe/idl.yy.cpp:
+ * TAO/orbsvcs/orbsvcs/Time/TAO_UTO.cpp:
+ * TAO/tao/AnyTypeCode/Any_Basic_Impl.cpp:
+ * TAO/tao/TypeCodeFactory/TypeCodeFactory_i.cpp:
+
+commit 31492dcfc3c8a7effcb605175ceb99e8ba74a8b4
+Author: Adam Mitz <mitza@objectcomputing.com>
+Date: Fri Apr 24 10:26:34 2020 -0500
+
+ platform_clang_common.GNU: redirect stderr for version checks
+
+ This part was changed in PR #1022 caused a lot of extra output using clang on macOS.
+ This commit redirects stderr from make's $(shell).
+
+commit d0893fa9be9c5082fce02e396df1d31523e3d87a
+Merge: b08f0537851 0fef7507641
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Apr 24 14:19:09 2020 +0200
+
+ Merge pull request #1087 from jwillemsen/jwi-windows-arm
+
+ Don't define _AMD64_ when we are cross compiling for ARM
+
+commit 0fef75076417267265e701ea2442ae30de3573db
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Apr 24 12:23:14 2020 +0200
+
+ Don't define _AMD64_ when we are cross compiling for ARM
+
+ * ACE/ace/config-win32-common.h:
+
+commit 1e13908ba3493cbf71b16a5497394ee7e4e62dcc
+Author: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+Date: Thu Apr 23 18:01:15 2020 +0100
+
+ modify make_release.py to update debian/control only
+
+ Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+
+commit 50769cdc322a7bfbd610faadc6919dc3e69b9758
+Author: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+Date: Wed Apr 22 20:40:16 2020 +0100
+
+ modify debian/rules to read version and rename files accordingly
+
+ Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+
+commit 8b6a7935302fedbfce29af2c8d1104a56287f559
+Author: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+Date: Fri Apr 17 12:45:18 2020 +0100
+
+ Rename the debian files to a generalized name
+
+ Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+
+commit aa415ef763d6df60e33831c9f1d628457b25d107
+Author: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+Date: Thu Apr 23 14:43:05 2020 +0100
+
+ Update copyright year
+
+ Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+
+commit 9609100ac7f226ea056b60abcbc262015275eb5b
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Thu Apr 23 13:16:40 2020 +0200
+
+ Layout changes
+
+ * ACE/ace/Malloc_Base.h:
+ * ACE/ace/SString.h:
+ * TAO/orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.cpp:
+ * TAO/orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.h:
+
+commit aaf3877d5e0a2e3ad32579b7486c42c6c8506df0
+Author: Son Dinh <dinhs@objectcomputing.com>
+Date: Wed Apr 22 16:02:49 2020 -0500
+
+ Add other C++11 types
+
+commit 1fe5ba46a105bd724581a0b399d1c087161831c2
+Merge: 5690875ec8a 685825a3ad4
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed Apr 22 17:37:00 2020 +0200
+
+ Merge pull request #1084 from egleston/master
+
+ Additions related to rpmbuild
+
+commit 0b555fda14d907a17a5f52ff509c2d7e14ad9bcf
+Author: Brian Egleston <github@kamash.com>
+Date: Wed Apr 22 08:44:45 2020 -0600
+
+ Update ace-tao.spec
+
+commit 9154b57c1621b7fe8925a11859d8821b263cbdb0
+Author: Brian Egleston <github@kamash.com>
+Date: Tue Apr 21 15:45:14 2020 -0600
+
+ Update ace-tao.spec
+
+ Install and add tao_ifr_service to catalog
+
+commit e42218837fea18d740b8d7d6659ef990fab27897
+Author: Brian Egleston <github@kamash.com>
+Date: Tue Apr 21 15:42:43 2020 -0600
+
+ Remove build dependency on sendmail
+
+commit 340c506c5a2204289384102a0658c6e194c3194d
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Apr 21 19:50:00 2020 +0200
+
+ Doxygen changes
+
+ * ACE/ace/WFMO_Reactor.h:
+
+commit a10857b29949cc2dd3b19936762b6c42bc076b7c
+Merge: c4abde15b61 9724ca583c8
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Apr 21 19:47:50 2020 +0200
+
+ Merge branch 'master' of https://github.com/DOCGroup/ACE_TAO
+
+commit c4abde15b611512b15a76cc9a48648ae0111a41f
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Apr 21 19:47:24 2020 +0200
+
+ Doxygen changes
+
+ * ACE/ace/WFMO_Reactor.h:
+
+commit 9724ca583c8523f6095b1319ab4449f0cc110fc9
+Merge: 74c7286648e 37bb69d7db0
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Apr 21 19:46:54 2020 +0200
+
+ Merge pull request #1075 from likema/remove-unimplemented-func
+
+ Remove unimplemented ACE_WFMO_Reactor_Handler_Repository::bind declare.
+
+commit 74c7286648e164ff597b601a2a6eefd6f9b54b44
+Merge: c9a9c59cc45 9a020fae9c5
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Apr 20 08:36:17 2020 +0200
+
+ Merge pull request #1080 from jwillemsen/master
+
+ Removed ACE_Allocator::delete_allocator_, it is not used at all
+
+commit ac3abf49acfe2fad2da6dfc11e4a13a268c3ff32
+Author: Son Dinh <dinhs@objectcomputing.com>
+Date: Sun Apr 19 21:54:22 2020 -0500
+
+ Add hash functors conditionally and related overloaded operators
+
+commit 9a020fae9c55b322a4e1048a2531ce6e0bbe401a
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Sat Apr 18 16:25:03 2020 +0200
+
+ Removed ACE_Allocator::delete_allocator_, it is not used at all and according to the old comments it shouldn't be used.
+
+ * ACE/ace/Malloc.cpp:
+ * ACE/ace/Malloc_Allocator.cpp:
+ * ACE/ace/Malloc_Base.h:
+
+commit 601491ce979d21147c9e8449825084e252c17579
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Sat Apr 18 16:17:14 2020 +0200
+
+ Changed ACE_Allocator::delete_allocator_ to be a bool
+
+ * ACE/ace/Malloc.cpp:
+ * ACE/ace/Malloc_Allocator.cpp:
+ * ACE/ace/Malloc_Base.h:
+
+commit 1193c157cd2019d9736aab979fdc0989a28c8ee2
+Author: Son Dinh <dinhs@objectcomputing.com>
+Date: Fri Apr 17 16:00:09 2020 -0500
+
+ map ULongLong to unsigned long to resolve TAO_OutStream overloaded operator error
+
+commit f0eeddf26c5a9571d9ebac269bbe5ca9b473740b
+Author: Adam Mitz <mitza@objectcomputing.com>
+Date: Fri Apr 17 09:11:57 2020 -0500
+
+ Windows API usage updates from #1069
+
+commit e8b8245004ddf3874ab2079c4feddf70fe7a5be8
+Merge: 0031eb38fb7 509b105b343
+Author: Adam Mitz <mitza@objectcomputing.com>
+Date: Thu Apr 16 16:21:28 2020 -0500
+
+ Merge pull request #1069 from jrw972/ipv6-recvinfo-macos
+
+ IPv6 and RECVINFO on macOS; Windows if_nametoindex
+
+commit f206fe4e74e77bd09dee33e7c80e794883b49308
+Author: Son Dinh <dinhs@objectcomputing.com>
+Date: Thu Apr 16 13:00:52 2020 -0500
+
+ added hash for long long and unsigned long long
+
+commit 509b105b343eeffe57504562e4cdd96c23414cf8
+Author: Adam Mitz <mitza@objectcomputing.com>
+Date: Thu Apr 16 09:05:10 2020 -0500
+
+ Update for FACE Safety configuration on Linux
+
+commit 85e95c04396e011b71eb7efe509e68f4be65e4dc
+Author: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
+Date: Wed Apr 15 23:07:58 2020 +0100
+
+ Update Vcs link to salsa
+
+ Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
+
+commit 4384e141fb48ce4cd9dfa837420036cd8a78fc21
+Author: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+Date: Wed Apr 15 20:18:52 2020 +0100
+
+ Update maintainer to valid team email
+
+ Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+
+commit 2d1d074a5c2e6fc4f6a7670b551d6cc0e75c1440
+Author: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+Date: Wed Apr 15 20:02:29 2020 +0100
+
+ remove lintian override for debhelper
+
+ Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+
+commit e157641f3c72af6e2c34d86b2fb31302832bf320
+Author: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+Date: Wed Apr 15 18:38:35 2020 +0100
+
+ Update doc-base location
+
+ Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+
+commit 12691da3e9248d1bfd56164ed5a982d61f9de497
+Author: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+Date: Wed Apr 15 16:40:34 2020 +0100
+
+ no need to use LD_LIBRARY_PATH, dpkg-shlibdeps will take care
+
+ Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+
+commit 5ed55fd6a3a2d8a60b7c1d75bc3864e532ed58cf
+Author: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+Date: Wed Apr 15 15:30:48 2020 +0100
+
+ install shared library in multiarch location
+
+ Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+
+commit 8039e5058d85b8f62b506fb3eec5ffe0201a99b7
+Author: Adam Mitz <mitza@objectcomputing.com>
+Date: Wed Apr 15 17:02:09 2020 -0500
+
+ Continued changes from peer review
+
+commit b817dea988a108910cca55c2dff335ffb36b79b0
+Author: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+Date: Wed Apr 15 13:35:58 2020 +0100
+
+ Add -g for debug symbols and stop modifying flags directly
+
+ Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+
+commit 25492973a651b952094897aa3488a8f96442cc3d
+Author: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+Date: Wed Apr 15 13:19:58 2020 +0100
+
+ Remove --list-missing, dh_missing will be used by debhelper
+
+ Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+
+commit 597ac0878bed3b50abb075e4164813c1a4dcf3d8
+Author: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+Date: Wed Apr 15 13:00:23 2020 +0100
+
+ Use debhelper-compat and update compat level to 12
+
+ Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+
+commit 9d534df24ad691429c607777549be31b45c5ec4b
+Author: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+Date: Wed Apr 15 12:59:35 2020 +0100
+
+ Update Standards-Version to 4.5.0
+
+ Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+
+commit 94c1ac1426059c78a6173e2c6c907bf1f232138f
+Author: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+Date: Wed Apr 15 11:55:06 2020 +0100
+
+ Remove symbols lintian override
+
+ Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+
+commit 0121bf7af483a5b92a0d34842757999f2daba4cf
+Author: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
+Date: Wed Apr 15 22:40:55 2020 +0100
+
+ Remove patches which has been applied upstream
+
+ Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
+
+commit 6bba4e6ab236c0357b76ed8f7e5e7792b608de22
+Author: Adam Mitz <mitza@objectcomputing.com>
+Date: Wed Apr 15 16:41:46 2020 -0500
+
+ Support if_nametoindex on Windows - responded to review comments.
+
+commit 0bfda90753c38250d4e52513d099087f28d155a9
+Merge: 2d7ae202186 54554146263
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Apr 14 10:20:11 2020 +0200
+
+ Merge pull request #1076 from jwillemsen/master
+
+ Make use of https download.dre link
+
+commit 54554146263fa81226ba54061170036fc329b595
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Apr 14 09:11:16 2020 +0200
+
+ Use https links
+
+ * ACE/docs/Download.html:
+
+commit a1b647e4348ddff1242655c05f9b7d214bc11643
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Apr 14 08:22:09 2020 +0200
+
+ Make use of https download.dre
+
+ * ACE/Kokyu/docs/Kokyu.html:
+ * ACE/README:
+ * ACE/ace/DLL_Manager.h:
+ * ACE/ace/FIFO_Send.h:
+ * ACE/ace/Managed_Object.h:
+ * ACE/ace/config-win32-common.h:
+ * ACE/debian/README.source:
+ * ACE/docs/Download.html:
+ * TAO/TAO-INSTALL.html:
+ * TAO/docs/Security/Download.html:
+ * TAO/docs/tutorials/Quoter/index.html:
+
+commit 336b5d7ddb8a0d306e62e80b31f7838a4e359b36
+Author: Justin R. Wilson <wilsonj@objectcomputing.com>
+Date: Mon Apr 13 12:03:14 2020 -0500
+
+ Check but don't define _WIN32_WINNT
+
+commit 37bb69d7db0a49d61676d68df8c2136c6b20b348
+Author: Like Ma <likemartinma@gmail.com>
+Date: Sun Apr 12 03:00:40 2020 +0800
+
+ Remove unimplemented ACE_WFMO_Reactor_Handler_Repository::bind declare.
+
+commit abf9f445c4d0c9189ca5cc6c2495f8953ca3f3a6
+Author: Like Ma <likemartinma@gmail.com>
+Date: Sat Apr 11 18:14:36 2020 +0800
+
+ Fix Dev_Poll_Reactor comment.
+
+commit ae87fba1b2b23893e3273bd4f70e3ae93b9d105b
+Author: Justin R. Wilson <wilsonj@objectcomputing.com>
+Date: Thu Apr 9 14:11:46 2020 -0500
+
+ Fix scoping issue
+
+commit ceb4c6b8853ecf9d94e82c744faaaf19fbe5da4c
+Author: Justin R. Wilson <wilsonj@objectcomputing.com>
+Date: Thu Apr 9 13:18:13 2020 -0500
+
+ Handle Windows
+
+commit 71a255781a2dd7349037bda4686120b13c531f12
+Author: Justin R. Wilson <wilsonj@objectcomputing.com>
+Date: Wed Apr 8 11:20:57 2020 -0500
+
+ From review
+
+commit e16a8b3a407037e4c8aeb1ee36fd7654d74434d4
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed Apr 8 14:38:30 2020 +0200
+
+ use https link
+
+ * ACE/debian/control:
+
+commit 1ac8bb0998f40b2c3bf9265a2c979971f0d921ef
+Author: Justin R. Wilson <wilsonj@objectcomputing.com>
+Date: Tue Apr 7 13:23:28 2020 -0500
+
+ IPV6 and RECVINFO on MacOS
+
+commit 2d2a72910bfe8bb47da969ebf1188bddfea8d1c4
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Mar 31 17:18:30 2020 +0200
+
+ Layout and doxygen changes
+
+ * ACE/ace/Filecache.h:
+ * ACE/ace/Framework_Component.h:
+ * ACE/ace/Future.h:
+ * ACE/ace/Handle_Gobbler.h:
+ * ACE/ace/MEM_IO.h:
+
+commit 05a9d1d62c79904ec6184963d09d542415377e22
+Merge: 8e31d326bb7 c8bd212bddc
+Author: Justin Wilson <wilsonj@objectcomputing.com>
+Date: Fri Mar 27 10:53:37 2020 -0500
+
+ Merge pull request #1061 from jrw972/site-local-addr
+
+ Add is_sitelocal predicate to INET_Addr
+
+commit 8e31d326bb7543206982bcc53b6d8a0c7a103aa5
+Merge: c2bb0005cf6 78a473da451
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed Mar 25 15:52:08 2020 +0100
+
+ Merge pull request #1062 from jwillemsen/jwi-clang10
+
+ Add clang10 configuration
+
+commit 78a473da451683f676b20ead9a5a135b63d1b7a9
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed Mar 25 12:10:54 2020 +0100
+
+ Update workaround for clang10
+
+ * ACE/tests/Compiler_Features_32_Test.cpp:
+
+commit c8bd212bddc177f4d740961171f4ff3a275d34c4
+Author: Justin R. Wilson <wilsonj@objectcomputing.com>
+Date: Tue Mar 24 13:54:23 2020 -0500
+
+ Add is_sitelocal predicate to INET_Addr
+
+commit 86f85665e7ba12262722613dc55900fba3880c8f
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Mar 24 08:34:25 2020 +0100
+
+ Remove redundant new line
+
+commit c2bb0005cf63ab06f9e991418fdee5b22a3c8db8
+Merge: 6a3c9dec68c afb9f6bac90
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Mar 17 18:44:03 2020 +0100
+
+ Merge pull request #1058 from jwillemsen/jwi-dlopenerrorlogging
+
+ Log all dlopen errors into the error stack coming from ACE_OS::dlopen
+
+commit afb9f6bac9051b77180178d541b9ae1555717e1f
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Mar 17 08:58:24 2020 +0100
+
+ Guard logging block with a check whether we have debug logging enabled or not
+
+ * ACE/ace/DLL_Manager.cpp:
+
+commit 0fbb87631ca509aa1bc0c69688efaec94c5ad8a1
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Mar 17 08:56:32 2020 +0100
+
+ Put back error logging on failure
+
+ * ACE/ace/DLL_Manager.cpp:
+
+commit 3adffd0604f5b41d3864d8804ebd740fb5efb230
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Mar 16 16:51:05 2020 +0100
+
+ Moved the error logging to the open_i call where the error is detected, this simplifies the calling code a lot.
+
+ We don't check for ENOENT anymore as error, an unresolved symbol causes also ENOENT and we want to get that error back to the caller. As side effect any loading of the implied dll names (different prefix/extensions) also trigger an error log but at the moment one succeeds the caller shouldn't check the error stack
+
+ * ACE/ace/DLL.cpp:
+ * ACE/ace/DLL_Manager.cpp:
+ * ACE/ace/DLL_Manager.h:
+
+commit f569652bf8f860eb33195c6cc9968c5ff3ac87e8
+Merge: d87ae65d2cf ca7a968b62d
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Mar 13 18:34:52 2020 +0100
+
+ Merge pull request #1056 from jwillemsen/jwi-logcatconst
+
+ Const enhancements
+
+commit ca7a968b62d081e3f392cfee5c415924276d95bf
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Mar 13 16:48:23 2020 +0100
+
+ Const enhancements
+
+ * ACE/ace/Log_Category.h:
+ * ACE/ace/Log_Category.inl:
+
+commit 66e3a86dd4f094a23a29401e8012b0d423aa6b94
+Author: Like Ma <likemartinma@gmail.com>
+Date: Thu Mar 12 11:54:45 2020 +0800
+
+ Fix build warnings.
+
+ Value stored to 'n' is never read
+
+commit 2191325ddf5d639abc7268bc2436e7be37270033
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Mar 2 15:39:56 2020 +0100
+
+ Documentation and layout changes
+
+ * ACE/ace/Msg_WFMO_Reactor.h:
+ * ACE/ace/QtReactor/QtReactor.cpp:
+ * ACE/ace/Sig_Handler.cpp:
+
+commit 146ff59c1108278f52d0664ebd4dcdd64df132d2
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Mar 2 14:59:16 2020 +0100
+
+ Documentation changes
+
+ * ACE/ace/Dev_Poll_Reactor.h:
+ * ACE/ace/MMAP_Memory_Pool.h:
+ * ACE/ace/Sig_Handler.cpp:
+ * ACE/ace/Sig_Handler.h:
+
+commit 7dac17d8fc89cad5d5561f395f21e21027bd9994
+Merge: 6eb551083bc 21f2ca12640
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Thu Feb 27 13:56:00 2020 +0100
+
+ Merge branch 'master' of https://github.com/DOCGroup/ACE_TAO
+
+commit 77e933bf6819c7e55b4c172d03cba9d63337b0ac
+Author: Brian Egleston <github@kamash.com>
+Date: Fri Feb 21 11:51:59 2020 -0700
+
+ Update ace-tao.spec
+
+ pre-define inline so it is available during skip_make processing
+
+commit 0f9a4b69d7c383968da3b4a1151356d4b74bb97a
+Author: Mouse <mouse07410@users.noreply.github.com>
+Date: Wed Feb 19 16:06:45 2020 -0500
+
+ Update Compiler_Features_32_Test.cpp
+
+ Make it work with Apple Xcode-11.3.1 Clang compiler
+
+commit 6eb551083bc1f7d6527f6a810c9438ee3ef04551
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Feb 10 10:06:46 2020 +0100
+
+ Update for next release
+
+ * ACE/bin/copy-local-script.sh:
+
+commit 97364bb7c541e2709321272443949cd22d0f9686
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Feb 10 09:44:35 2020 +0100
+
+ Make ACE/TAO 6.5.8/2.5.8 public and prepare for next release
+
+ * ACE/NEWS:
+ * ACE/bin/diff-builds-and-group-fixed-tests-only.sh:
+ * ACE/docs/Download.html:
+ * ACE/docs/bczar/bczar.html:
+ * ACE/etc/index.html:
+ * TAO/NEWS:
diff --git a/ACE/PROBLEM-REPORT-FORM b/ACE/PROBLEM-REPORT-FORM
index 91fe85ad2f5..fdcf20763af 100644
--- a/ACE/PROBLEM-REPORT-FORM
+++ b/ACE/PROBLEM-REPORT-FORM
@@ -40,7 +40,7 @@
To: ace-bugs@list.isis.vanderbilt.edu
Subject: [area]: [synopsis]
- ACE VERSION: 6.5.8
+ ACE VERSION: 6.5.9
HOST MACHINE and OPERATING SYSTEM:
If on Windows based OS's, which version of WINSOCK do you
diff --git a/ACE/VERSION.txt b/ACE/VERSION.txt
index abe0fcef491..49b343637f3 100644
--- a/ACE/VERSION.txt
+++ b/ACE/VERSION.txt
@@ -1,4 +1,4 @@
-This is ACE version 6.5.8, released Mon Feb 10 09:28:37 CET 2020
+This is ACE version 6.5.9, released Fri May 01 09:57:51 CEST 2020
If you have any problems with or questions about ACE, please send
e-mail to the ACE mailing list (ace-bugs@list.isis.vanderbilt.edu),
diff --git a/ACE/ace/Version.h b/ACE/ace/Version.h
index 42cc249bfd6..289c71e5b64 100644
--- a/ACE/ace/Version.h
+++ b/ACE/ace/Version.h
@@ -4,9 +4,9 @@
#define ACE_MAJOR_VERSION 6
#define ACE_MINOR_VERSION 5
-#define ACE_MICRO_VERSION 8
-#define ACE_BETA_VERSION 8
-#define ACE_VERSION "6.5.8"
-#define ACE_VERSION_CODE 394504
+#define ACE_MICRO_VERSION 9
+#define ACE_BETA_VERSION 9
+#define ACE_VERSION "6.5.9"
+#define ACE_VERSION_CODE 394505
#define ACE_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))
diff --git a/ACE/debian/control b/ACE/debian/control
index 6a3370f491d..2a7347d9b84 100644
--- a/ACE/debian/control
+++ b/ACE/debian/control
@@ -27,7 +27,7 @@ Description: makefile, project, and workspace creator
* mpc-ace: generates project files for a single target
* mwc-ace: generates workspace files for a set of projects
-Package: libace-6.5.8
+Package: libace-6.5.9
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -45,7 +45,7 @@ Description: C++ network programming framework
Package: libace-dev
Architecture: any
Section: libdevel
-Depends: libace-6.5.8 (= ${binary:Version}), ${misc:Depends}
+Depends: libace-6.5.9 (= ${binary:Version}), ${misc:Depends}
Suggests: libace-doc, pkg-config
Replaces: mpc-ace (<< 5.6.3-4)
Description: C++ network programming framework - development files
@@ -62,7 +62,7 @@ Description: C++ network programming framework - documentation
This package contains the ACE overview documentation, tutorials,
examples, and information regarding upstream development.
-Package: libace-ssl-6.5.8
+Package: libace-ssl-6.5.9
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -73,12 +73,12 @@ Description: ACE secure socket layer library
Package: libace-ssl-dev
Architecture: any
Section: libdevel
-Depends: libace-ssl-6.5.8 (= ${binary:Version}), libace-dev (= ${binary:Version}), libssl-dev, ${misc:Depends}
+Depends: libace-ssl-6.5.9 (= ${binary:Version}), libace-dev (= ${binary:Version}), libssl-dev, ${misc:Depends}
Description: ACE secure socket layer library - development files
This package contains the header files and static library for the ACE
SSL library.
-Package: libace-rmcast-6.5.8
+Package: libace-rmcast-6.5.9
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -92,12 +92,12 @@ Description: ACE reliable multicast library
Package: libace-rmcast-dev
Architecture: any
Section: libdevel
-Depends: libace-rmcast-6.5.8 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
+Depends: libace-rmcast-6.5.9 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
Description: ACE reliable multicast library - development files
This package contains the header files and static library for the ACE
reliable multicast library.
-Package: libace-tmcast-6.5.8
+Package: libace-tmcast-6.5.9
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -111,12 +111,12 @@ Description: ACE transactional multicast library
Package: libace-tmcast-dev
Architecture: any
Section: libdevel
-Depends: libace-tmcast-6.5.8 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
+Depends: libace-tmcast-6.5.9 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
Description: ACE transactional multicast library - development files
This package contains the header files and static library for the ACE
transactional multicast library.
-Package: libace-htbp-6.5.8
+Package: libace-htbp-6.5.9
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -130,12 +130,12 @@ Description: ACE protocol over HTTP tunneling library
Package: libace-htbp-dev
Architecture: any
Section: libdevel
-Depends: libace-htbp-6.5.8 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
+Depends: libace-htbp-6.5.9 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
Description: ACE protocol over HTTP tunneling library - development files
This package contains the header files and static library for the ACE
HTBP library.
-Package: libace-inet-6.5.8
+Package: libace-inet-6.5.9
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -146,15 +146,15 @@ Description: ACE Inet protocol library
Package: libace-inet-dev
Architecture: any
Section: libdevel
-Depends: libace-inet-6.5.8 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
+Depends: libace-inet-6.5.9 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
Description: ACE Inet protocol library - development files
This package contains the header files and static library for the ACE
Inet protocol library.
-Package: libace-inet-ssl-6.5.8
+Package: libace-inet-ssl-6.5.9
Architecture: any
Section: libs
-Depends: libace-inet-6.5.8, libace-ssl-6.5.8, ${shlibs:Depends}, ${misc:Depends}
+Depends: libace-inet-6.5.9, libace-ssl-6.5.9, ${shlibs:Depends}, ${misc:Depends}
Description: ACE SSL-enabled Inet protocol library
This package provides an ACE addon library for clients (and possibly
servers at some point) using Inet protocols which support SSL, such as
@@ -163,7 +163,7 @@ Description: ACE SSL-enabled Inet protocol library
Package: libace-inet-ssl-dev
Architecture: any
Section: libdevel
-Depends: libace-inet-ssl-6.5.8 (= ${binary:Version}), libace-inet-dev (= ${binary:Version}), libace-ssl-dev (= ${binary:Version}), ${misc:Depends}
+Depends: libace-inet-ssl-6.5.9 (= ${binary:Version}), libace-inet-dev (= ${binary:Version}), libace-ssl-dev (= ${binary:Version}), ${misc:Depends}
Description: ACE SSL-enabled Inet protocol library - development files
This package contains the header files and static library for the ACE
SSL-enabled Inet protocol library.
@@ -180,7 +180,7 @@ Description: ACE perfect hash function generator
basically the same options and functionality. ace_gperf simply takes
advantage of some of the features provided by the ACE library.
-Package: libacexml-6.5.8
+Package: libacexml-6.5.9
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -196,12 +196,12 @@ Package: libacexml-dev
Architecture: any
Section: libdevel
Replaces: libace-dev (<< 5.7.7-4)
-Depends: libacexml-6.5.8 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
+Depends: libacexml-6.5.9 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
Description: ACE SAX based XML parsing library - development files
This package contains the header files and static library for the ACE
XML parsing library.
-Package: libace-xml-utils-6.5.8
+Package: libace-xml-utils-6.5.9
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -215,12 +215,12 @@ Package: libace-xml-utils-dev
Architecture: any
Section: libdevel
Replaces: libace-dev (<< 5.7.7-4)
-Depends: libace-xml-utils-6.5.8 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}, libxerces-c-dev
+Depends: libace-xml-utils-6.5.9 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}, libxerces-c-dev
Description: ACE XML utility classes and methods - development files
This package contains the header files and static library for the ACE XML
Utils library
-Package: libkokyu-6.5.8
+Package: libkokyu-6.5.9
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -234,12 +234,12 @@ Description: ACE scheduling and dispatching library
Package: libkokyu-dev
Architecture: any
Section: libdevel
-Depends: libkokyu-6.5.8 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
+Depends: libkokyu-6.5.9 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
Description: ACE scheduling and dispatching library - development files
This package contains the header files and static library for the ACE
scheduling and dispatching library.
-Package: libace-xtreactor-6.5.8
+Package: libace-xtreactor-6.5.9
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -257,12 +257,12 @@ Description: ACE-GUI reactor integration for Xt
Package: libace-xtreactor-dev
Architecture: any
Section: libdevel
-Depends: libace-xtreactor-6.5.8 (= ${binary:Version}), libace-dev (= ${binary:Version}), libxt-dev (>= 4.3.0), ${misc:Depends}
+Depends: libace-xtreactor-6.5.9 (= ${binary:Version}), libace-dev (= ${binary:Version}), libxt-dev (>= 4.3.0), ${misc:Depends}
Description: ACE-GUI reactor integration for Xt - development files
This package contains header files and static library for the ACE-Xt
reactor integration.
-Package: libace-tkreactor-6.5.8
+Package: libace-tkreactor-6.5.9
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -281,12 +281,12 @@ Description: ACE-GUI reactor integration for Tk
Package: libace-tkreactor-dev
Architecture: any
Section: libdevel
-Depends: libace-tkreactor-6.5.8 (= ${binary:Version}), libace-dev (= ${binary:Version}), tk-dev (>= 8.5), ${misc:Depends}
+Depends: libace-tkreactor-6.5.9 (= ${binary:Version}), libace-dev (= ${binary:Version}), tk-dev (>= 8.5), ${misc:Depends}
Description: ACE-GUI reactor integration for Tk - development files
This package contains header files and static library for the ACE-Tk
reactor integration.
-Package: libace-flreactor-6.5.8
+Package: libace-flreactor-6.5.9
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -304,12 +304,12 @@ Description: ACE-GUI reactor integration for FLTK
Package: libace-flreactor-dev
Architecture: any
Section: libdevel
-Depends: libace-flreactor-6.5.8 (= ${binary:Version}), libace-dev (= ${binary:Version}), libfltk1.1-dev (>= 1.1.4), ${misc:Depends}
+Depends: libace-flreactor-6.5.9 (= ${binary:Version}), libace-dev (= ${binary:Version}), libfltk1.1-dev (>= 1.1.4), ${misc:Depends}
Description: ACE-GUI reactor integration for FLTK - development files
This package contains header files and static library for the ACE-FLTK
reactor integration.
-Package: libace-foxreactor-6.5.8
+Package: libace-foxreactor-6.5.9
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -326,7 +326,7 @@ Description: ACE-GUI reactor integration for FOX
Package: libace-foxreactor-dev
Architecture: any
Section: libdevel
-Depends: libace-foxreactor-6.5.8 (= ${binary:Version}), libace-dev (= ${binary:Version}), libfox-1.6-dev, ${misc:Depends}
+Depends: libace-foxreactor-6.5.9 (= ${binary:Version}), libace-dev (= ${binary:Version}), libfox-1.6-dev, ${misc:Depends}
Description: ACE-GUI reactor integration for FOX - development files
This package contains header files and static library for the ACE-FOX
reactor integration.
@@ -343,7 +343,7 @@ Description: ACE network service implementations
files to link the various ACE network services together, either
statically or dynamically, and form complete server programs.
-Package: libnetsvcs-6.5.8
+Package: libnetsvcs-6.5.9
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -357,7 +357,7 @@ Description: ACE network service implementations - libraries
Package: libnetsvcs-dev
Architecture: any
Section: libdevel
-Depends: libnetsvcs-6.5.8 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
+Depends: libnetsvcs-6.5.9 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
Description: ACE network service implementations - development files
ACE network services provide reusable components for common
distributed system tasks such as logging, naming, locking, and time
diff --git a/ACE/rpmbuild/ace-tao.spec b/ACE/rpmbuild/ace-tao.spec
index 21690c803f4..c745532a186 100644
--- a/ACE/rpmbuild/ace-tao.spec
+++ b/ACE/rpmbuild/ace-tao.spec
@@ -1,6 +1,6 @@
# Set the version number here.
-%define ACEVER 6.5.8
-%define TAOVER 2.5.8
+%define ACEVER 6.5.9
+%define TAOVER 2.5.9
# Conditional build
# Default values are
diff --git a/TAO/ChangeLogs/TAO-2_5_9 b/TAO/ChangeLogs/TAO-2_5_9
new file mode 100644
index 00000000000..496daaa2dc2
--- /dev/null
+++ b/TAO/ChangeLogs/TAO-2_5_9
@@ -0,0 +1,260 @@
+commit cce840e88439eb21e24df18a2668856bbccc1e21
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed Apr 29 16:33:29 2020 +0200
+
+ Removed left over ACE_CDR_LONGLONG_INITIALIZER, related to #1090
+
+ * TAO/TAO_IDL/fe/idl.ll:
+ * TAO/TAO_IDL/fe/idl.yy.cpp:
+
+commit 7dfaded78138a3ad8a3f3bdf5bef3c611ffeca23
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Apr 28 19:10:42 2020 +0200
+
+ Layout and doxygen changes
+
+ * TAO/tao/Special_Basic_Argument_T.h:
+ * TAO/tao/Storable_Base.h:
+ * TAO/tao/Storable_Factory.h:
+ * TAO/tao/Storable_File_Guard.h:
+ * TAO/tao/Storable_FlatFileStream.h:
+ * TAO/tao/String_Manager_T.h:
+
+commit d9e956d4b7270bc34e9ad1e74ab4126fc970bfa1
+Author: Son Dinh <dinhs@objectcomputing.com>
+Date: Tue Apr 28 14:33:46 2020 -0500
+
+ Cleanup
+
+commit d0f75bede9608ba56a332f80b5a0d5a90e3e3ad5
+Author: Son Dinh <dinhs@objectcomputing.com>
+Date: Tue Apr 28 14:17:48 2020 -0500
+
+ Remove additional overloaded operators and change caller code instead
+
+commit 6542591505d81e79e2d3abd9bd4f497f1adafb9a
+Merge: 6bab61a7d0a 57e38a7b4a4
+Author: Son Dinh <dinhs@objectcomputing.com>
+Date: Tue Apr 28 09:39:00 2020 -0500
+
+ Merge branch 'master' of https://github.com/DOCGroup/ACE_TAO into basic_types_macos
+
+commit ad17ff63affd12aa82869308875e2630972132c9
+Merge: 2e234782449 57bc0064bdf
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Apr 28 15:51:51 2020 +0200
+
+ Merge pull request #1093 from jwillemsen/jwi-ace-cpp20
+
+ When __cplusplus is equal or bigger as 202002L we define ACE_HAS_CPP20
+
+commit 2e234782449d31eff4a88aaaf90ff7085558d99a
+Merge: aedcae37cbf f38497c7057
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Apr 28 15:51:24 2020 +0200
+
+ Merge pull request #1090 from jwillemsen/jwi-cdrbaselonglong-cleanup
+
+ Map ACE_CDR LongLong to ACE_INT64, all platforms for which we needed …
+
+commit 2031410e265b9711c180bd9221d1188aaec945b6
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Apr 28 09:45:50 2020 +0200
+
+ Fixed docu typos
+
+ * TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Mcast_Transport.h:
+
+commit 6bab61a7d0a8a953285d3dc2862c68a3f89976e5
+Author: Son Dinh <dinhs@objectcomputing.com>
+Date: Sun Apr 26 15:04:21 2020 -0500
+
+ Update printing format
+
+commit c4f4af8bff18366ed85cdb080ea801e2999d9f7c
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Sat Apr 25 10:52:11 2020 +0200
+
+ Cleanup some last leftovers from old and deprecated tandem support
+
+ * ACE/ace/ACE_export.h:
+ * ACE/ace/Basic_Types.h:
+ * ACE/ace/config-macros.h:
+ * ACE/ace/os_include/sys/os_types.h:
+ * TAO/orbsvcs/orbsvcs/Shutdown_Utilities.cpp:
+
+commit 17a3a7e2eaf969480c4c26d30b74c95ce90d842e
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Sat Apr 25 10:50:22 2020 +0200
+
+ Map ACE_CDR LongLong to ACE_INT64, all platforms for which we needed an emulation have been deprecated in the past.
+
+ * ACE/ace/CDR_Base.cpp:
+ * ACE/ace/CDR_Base.h:
+ * ACE/ace/CDR_Size.h:
+ * ACE/ace/README:
+ * ACE/ace/config-kfreebsd.h:
+ * ACE/ace/config-qnx.h:
+ * TAO/TAO_IDL/be/be_visitor_any_extracted_type_decl.cpp:
+ * TAO/TAO_IDL/be/be_visitor_argument/vardecl_ss.cpp:
+ * TAO/TAO_IDL/be/be_visitor_attr_init.cpp:
+ * TAO/TAO_IDL/be/be_visitor_null_return_value.cpp:
+ * TAO/TAO_IDL/fe/idl.yy.cpp:
+ * TAO/orbsvcs/orbsvcs/Time/TAO_UTO.cpp:
+ * TAO/tao/AnyTypeCode/Any_Basic_Impl.cpp:
+ * TAO/tao/TypeCodeFactory/TypeCodeFactory_i.cpp:
+
+commit 64dd9fd7ab12f72daaf3bfc60af618718c800fdc
+Author: Son Dinh <dinhs@objectcomputing.com>
+Date: Fri Apr 24 10:02:12 2020 -0500
+
+ Fix printing format
+
+commit 9609100ac7f226ea056b60abcbc262015275eb5b
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Thu Apr 23 13:16:40 2020 +0200
+
+ Layout changes
+
+ * ACE/ace/Malloc_Base.h:
+ * ACE/ace/SString.h:
+ * TAO/orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.cpp:
+ * TAO/orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.h:
+
+commit 4769f4a6dfd4110aab6cea30a978a5ed2e3f1da5
+Author: Son Dinh <dinhs@objectcomputing.com>
+Date: Wed Apr 22 16:29:22 2020 -0500
+
+ Use size_t instead of unsigned long
+
+commit aaf3877d5e0a2e3ad32579b7486c42c6c8506df0
+Author: Son Dinh <dinhs@objectcomputing.com>
+Date: Wed Apr 22 16:02:49 2020 -0500
+
+ Add other C++11 types
+
+commit 551fedf2a88deb604a3ec1184c6f40c98782cdd6
+Author: Son Dinh <dinhs@objectcomputing.com>
+Date: Tue Apr 21 14:15:23 2020 -0500
+
+ move headers out of namespace
+
+commit 28eb828a89f225b5aced9ec600d357107b6df16a
+Author: Son Dinh <dinhs@objectcomputing.com>
+Date: Mon Apr 20 22:56:17 2020 -0500
+
+ Add overloaded operators definitions
+
+commit 9c1c550ec6757373a5bcc160694f21ab5fcffdd6
+Author: Son Dinh <dinhs@objectcomputing.com>
+Date: Mon Apr 20 18:36:15 2020 -0500
+
+ Add a forward declaration of read_integer
+
+commit ba25cff827d7325287547956308022aa0c1d225f
+Author: Son Dinh <dinhs@objectcomputing.com>
+Date: Mon Apr 20 16:39:08 2020 -0500
+
+ Removed trailing whitespaces
+
+commit 166bccb7f2a9e09f8e7bca36338daa894c6394fa
+Author: Son Dinh <dinhs@objectcomputing.com>
+Date: Mon Apr 20 16:34:26 2020 -0500
+
+ Avoid redefining overloaded operators for unsigned long
+
+commit ede89c300ab0009ecb57c6ddf88a2176a97782cb
+Author: Son Dinh <dinhs@objectcomputing.com>
+Date: Sun Apr 19 23:00:55 2020 -0500
+
+ Conditionally add overloaded operators
+
+commit ac3abf49acfe2fad2da6dfc11e4a13a268c3ff32
+Author: Son Dinh <dinhs@objectcomputing.com>
+Date: Sun Apr 19 21:54:22 2020 -0500
+
+ Add hash functors conditionally and related overloaded operators
+
+commit a1b647e4348ddff1242655c05f9b7d214bc11643
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Tue Apr 14 08:22:09 2020 +0200
+
+ Make use of https download.dre
+
+ * ACE/Kokyu/docs/Kokyu.html:
+ * ACE/README:
+ * ACE/ace/DLL_Manager.h:
+ * ACE/ace/FIFO_Send.h:
+ * ACE/ace/Managed_Object.h:
+ * ACE/ace/config-win32-common.h:
+ * ACE/debian/README.source:
+ * ACE/docs/Download.html:
+ * TAO/TAO-INSTALL.html:
+ * TAO/docs/Security/Download.html:
+ * TAO/docs/tutorials/Quoter/index.html:
+
+commit 7bb0ad4a56ff69945c7c106f0bda43dde8e75670
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Wed Apr 8 09:07:22 2020 +0200
+
+ Minor layout/const/doxygen changes
+
+ * TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Acceptor.h:
+ * TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connection_Handler.cpp:
+ * TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Transport.h:
+ * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Accept_Strategy.h:
+ * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Acceptor.h:
+ * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_ClientCredentials.h:
+ * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.h:
+ * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.h:
+ * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h:
+ * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_CredentialsAcquirer.cpp:
+ * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_CredentialsAcquirer.h:
+ * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_CredentialsAcquirerFactory.h:
+ * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current.h:
+ * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current_Impl.h:
+ * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.h:
+ * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Invocation_Interceptor.h:
+ * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_ORBInitializer.h:
+ * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_OwnCredentials.h:
+ * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Profile.h:
+ * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_TargetCredentials.h:
+ * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.h:
+ * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Util.h:
+ * TAO/orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.h:
+ * TAO/orbsvcs/orbsvcs/Time/TAO_Time_Service_Server.h:
+ * TAO/orbsvcs/orbsvcs/Time/Timer_Helper.h:
+ * TAO/orbsvcs/orbsvcs/Trader/Constraint_Interpreter.h:
+ * TAO/orbsvcs/orbsvcs/Trader/Constraint_Nodes.h:
+ * TAO/orbsvcs/orbsvcs/Trader/Interpreter.h:
+ * TAO/orbsvcs/orbsvcs/Trader/Trader_Interfaces.h:
+
+commit 08e08d58760277f539806bb2f7624359562d5915
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Fri Mar 13 11:53:27 2020 +0100
+
+ Generate get_type_name as part of the DDS traits, could be used for logging purposes
+
+ * TAO/TAO_IDL/be/be_visitor_connector/connector_dds_exh.cpp:
+
+commit bc79ed1fc15c999c1c39a8de684311b81ec1f359
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Thu Mar 12 17:17:55 2020 +0100
+
+ Fixed some typos in comments and removed some empty lines
+
+ * TAO/tao/ORB.cpp:
+ * TAO/tao/ORB.h:
+
+commit 97364bb7c541e2709321272443949cd22d0f9686
+Author: Johnny Willemsen <jwillemsen@remedy.nl>
+Date: Mon Feb 10 09:44:35 2020 +0100
+
+ Make ACE/TAO 6.5.8/2.5.8 public and prepare for next release
+
+ * ACE/NEWS:
+ * ACE/bin/diff-builds-and-group-fixed-tests-only.sh:
+ * ACE/docs/Download.html:
+ * ACE/docs/bczar/bczar.html:
+ * ACE/etc/index.html:
+ * TAO/NEWS:
diff --git a/TAO/PROBLEM-REPORT-FORM b/TAO/PROBLEM-REPORT-FORM
index fdcbead859c..9dd10200a8b 100644
--- a/TAO/PROBLEM-REPORT-FORM
+++ b/TAO/PROBLEM-REPORT-FORM
@@ -40,8 +40,8 @@
To: tao-bugs@list.isis.vanderbilt.edu
Subject: [area]: [synopsis]
- TAO VERSION: 2.5.8
- ACE VERSION: 6.5.8
+ TAO VERSION: 2.5.9
+ ACE VERSION: 6.5.9
HOST MACHINE and OPERATING SYSTEM:
If on Windows based OS's, which version of WINSOCK do you
diff --git a/TAO/VERSION.txt b/TAO/VERSION.txt
index 50959b39a35..e5c30591118 100644
--- a/TAO/VERSION.txt
+++ b/TAO/VERSION.txt
@@ -1,4 +1,4 @@
-This is TAO version 2.5.8, released Mon Feb 10 09:28:37 CET 2020
+This is TAO version 2.5.9, released Fri May 01 09:57:51 CEST 2020
If you have any problems with or questions about TAO, please send
e-mail to the TAO mailing list (tao-bugs@list.isis.vanderbilt.edu),
diff --git a/TAO/tao/Version.h b/TAO/tao/Version.h
index 6d5a6f629c5..acc29c703af 100644
--- a/TAO/tao/Version.h
+++ b/TAO/tao/Version.h
@@ -4,9 +4,9 @@
#define TAO_MAJOR_VERSION 2
#define TAO_MINOR_VERSION 5
-#define TAO_MICRO_VERSION 8
-#define TAO_BETA_VERSION 8
-#define TAO_VERSION "2.5.8"
-#define TAO_VERSION_CODE 132360
+#define TAO_MICRO_VERSION 9
+#define TAO_BETA_VERSION 9
+#define TAO_VERSION "2.5.9"
+#define TAO_VERSION_CODE 132361
#define TAO_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))