From ce09f6e37bcb53400b338ef017a649884f7495cb Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 15 Mar 2021 09:03:25 +0100 Subject: ACE+TAO-7_0_1 --- TAO/ChangeLogs/TAO-3_0_1 | 455 +++++++++++++++++++++++++++++++++++++++++++++++ TAO/PROBLEM-REPORT-FORM | 4 +- TAO/VERSION.txt | 2 +- TAO/tao/Version.h | 6 +- 4 files changed, 461 insertions(+), 6 deletions(-) create mode 100644 TAO/ChangeLogs/TAO-3_0_1 (limited to 'TAO') diff --git a/TAO/ChangeLogs/TAO-3_0_1 b/TAO/ChangeLogs/TAO-3_0_1 new file mode 100644 index 00000000000..4a1662418c6 --- /dev/null +++ b/TAO/ChangeLogs/TAO-3_0_1 @@ -0,0 +1,455 @@ +commit 423f0956e917d5c906dec01a914fc8437e576f28 +Author: Johnny Willemsen +Date: Thu Mar 11 18:14:57 2021 +0100 + + Layout changes and make use of = delete + + * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current.h: + * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current_Impl.h: + * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Current_Impl.inl: + * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.inl: + * TAO/orbsvcs/orbsvcs/Security/Security_Current.h: + * TAO/tao/CodecFactory/CDR_Encaps_Codec.h: + * TAO/tao/CodecFactory/CodecFactory_impl.h: + * TAO/tao/IORInterceptor/IORInfo.h: + * TAO/tao/PI/ORBInitInfo.h: + * TAO/tao/PI/PICurrent.h: + * TAO/tao/PI/PICurrent_Impl.h: + * TAO/tao/TransportCurrent/Current_Impl.h: + * TAO/tao/TransportCurrent/IIOP_Current_Impl.h: + +commit 4537dce5d336466c58dc607fb511f78ee82580f2 +Author: Johnny Willemsen +Date: Thu Mar 11 18:14:43 2021 +0100 + + Fixed #1449 + + * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.h: + * TAO/tao/Profile_Transport_Resolver.h: + +commit 0f58dd1951e1b03fc0b860f7586c0eb5f6a94c32 +Author: Johnny Willemsen +Date: Thu Mar 11 18:04:14 2021 +0100 + + Upgrade to doxygen 1.9.1 + +commit 317dd62b7112b590efe99283ceb4b2e5e5649884 +Author: Johnny Willemsen +Date: Tue Mar 9 13:31:46 2021 +0100 + + Documentation, layout, C++11 changes + +commit 199259c5d2d5f4a6550382a683f5d54ac482fcd1 +Merge: a2239fcbf8a 0ef8b2250c1 +Author: Johnny Willemsen +Date: Mon Mar 8 20:59:06 2021 +0100 + + Merge pull request #1444 from jwillemsen/jwi-stdstring + + Use std string operation instead of ACE_OS + +commit 0ef8b2250c1dfad5ad5361de7e92a289ead06733 +Author: Johnny Willemsen +Date: Mon Mar 8 19:47:13 2021 +0100 + + Update DIOP_Endpoint.cpp + +commit 08b03d455da1340b9eda18f3b1878e9f9252fc10 +Author: Johnny Willemsen +Date: Mon Mar 8 18:35:41 2021 +0100 + + C++11 modernization + + * TAO/tao/Acceptor_Registry.cpp: + * TAO/tao/Acceptor_Registry.h: + * TAO/tao/Block_Flushing_Strategy.h: + * TAO/tao/Blocked_Connect_Strategy.h: + * TAO/tao/Collocated_Invocation.h: + * TAO/tao/Collocation_Resolver.h: + +commit 813d80ca6f4949f4c831433166c058f4c7bbb975 +Author: Johnny Willemsen +Date: Mon Mar 8 18:25:49 2021 +0100 + + Layout changes + + * ACE/ASNMP/tests/test_config.h: + * ACE/Kokyu/Kokyu_defs.inl: + * ACE/ace/ATM_Params.h: + * ACE/apps/JAWS2/HTTPU/http_headers.h: + * TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ch.cpp: + * TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_cs.cpp: + * TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp: + * TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp: + * TAO/orbsvcs/orbsvcs/Notify/Refcountable.cpp: + * TAO/tao/Codeset/Codeset_Manager_i.h: + * TAO/tao/Codeset/Codeset_Translator_Factory.h: + * TAO/tao/Codeset_Manager.h: + * TAO/tests/Portable_Interceptors/AdvSlotDblCpy/client.cpp: + * TAO/tests/Portable_Interceptors/AdvSlotDblCpy/server.cpp: + +commit d4826febefb4892bbcae55bd312f9ddfd3a62a4a +Author: Johnny Willemsen +Date: Mon Mar 8 18:22:29 2021 +0100 + + Layout changes + + * TAO/examples/Advanced/ch_18/icp.cpp: + * TAO/examples/Advanced/ch_18/server.h: + * TAO/examples/Advanced/ch_21/icp.cpp: + * TAO/examples/Advanced/ch_21/server.h: + * TAO/examples/Advanced/ch_8_and_10/icp.cpp: + * TAO/examples/Advanced/ch_8_and_10/server.h: + * TAO/orbsvcs/orbsvcs/IFRService/ComponentRepository_i.cpp: + * TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.cpp: + * TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp: + +commit 7a524d788b2d179f018db43a4dc21f3cc91893f2 +Author: Johnny Willemsen +Date: Mon Mar 8 18:21:38 2021 +0100 + + Add missing includes + + * TAO/tao/Adapter_Registry.cpp: + * TAO/tao/AnyTypeCode/Enum_TypeCode.cpp: + * TAO/tao/AnyTypeCode/Enum_TypeCode_Static.cpp: + * TAO/tao/AnyTypeCode/Objref_TypeCode_Static.cpp: + * TAO/tao/AnyTypeCode/Sequence_TypeCode_Static.cpp: + * TAO/tao/AnyTypeCode/String_TypeCode_Static.cpp: + * TAO/tao/AnyTypeCode/Struct_TypeCode_Static.cpp: + * TAO/tao/AnyTypeCode/TypeCode_CDR_Extraction.cpp: + * TAO/tao/AnyTypeCode/TypeCode_Case_Base_T.cpp: + * TAO/tao/AnyTypeCode/Union_TypeCode_Static.cpp: + * TAO/tao/AnyTypeCode/Value_TypeCode.cpp: + * TAO/tao/AnyTypeCode/Value_TypeCode_Static.cpp: + * TAO/tao/DynamicAny/DynCommon.cpp: + * TAO/tao/IIOP_Acceptor.cpp: + * TAO/tao/IORManipulation/IORManip_IIOP_Filter.cpp: + * TAO/tao/ImR_Client/ImR_Client.cpp: + * TAO/tao/Object_KeyC.cpp: + * TAO/tao/PortableServer/Var_Size_SArgument_T.cpp: + * TAO/tao/PortableServer/Vector_SArgument_T.cpp: + * TAO/tao/RTCORBA/RT_ProtocolPropertiesA.cpp: + * TAO/tao/Strategies/DIOP_Acceptor.cpp: + * TAO/tao/Strategies/DIOP_Profile.cpp: + * TAO/tao/Strategies/SHMIOP_Profile.cpp: + * TAO/tao/Strategies/UIOP_Profile.cpp: + * TAO/tao/Var_Size_Argument_T.cpp: + * TAO/tao/Vector_Argument_T.cpp: + * TAO/tao/WrongTransactionC.cpp: + * TAO/tao/WrongTransactionC.h: + +commit 39b15c5803d499e74f4ae17e6d45fc957e04ffdc +Author: Johnny Willemsen +Date: Mon Mar 8 17:06:14 2021 +0100 + + Fixed typo in enum + + * TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/UUID.h: + * TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/UUID.inl: + +commit 961468ea128b786930d63678f598b1871569f4f4 +Author: Johnny Willemsen +Date: Mon Mar 8 16:54:58 2021 +0100 + + Use std::strchr + + * TAO/tao/Strategies/DIOP_Profile.cpp: + * TAO/tao/Strategies/SCIOP_Profile.cpp: + +commit 791509c62741a0a1cd7ea2155c3a5f51517594d0 +Author: Johnny Willemsen +Date: Mon Mar 8 16:53:16 2021 +0100 + + Use std string operations instead of ACE_OS + + * TAO/tao/Acceptor_Registry.cpp: + * TAO/tao/Adapter_Registry.cpp: + * TAO/tao/AnyTypeCode/Any.cpp: + * TAO/tao/AnyTypeCode/Enum_TypeCode.cpp: + * TAO/tao/AnyTypeCode/Enum_TypeCode_Static.cpp: + * TAO/tao/AnyTypeCode/Struct_TypeCode.cpp: + * TAO/tao/AnyTypeCode/Struct_TypeCode_Static.cpp: + * TAO/tao/AnyTypeCode/TypeCode.cpp: + * TAO/tao/AnyTypeCode/TypeCode_CDR_Extraction.cpp: + * TAO/tao/AnyTypeCode/TypeCode_Case_Base_T.cpp: + * TAO/tao/AnyTypeCode/Value_TypeCode.cpp: + * TAO/tao/AnyTypeCode/Value_TypeCode_Static.cpp: + * TAO/tao/CDR.inl: + * TAO/tao/CORBALOC_Parser.cpp: + * TAO/tao/CORBA_String.inl: + * TAO/tao/DynamicAny/DynCommon.cpp: + * TAO/tao/DynamicInterface/Request.cpp: + * TAO/tao/GIOP_Message_Generator_Parser_10.cpp: + * TAO/tao/HTTP_Handler.cpp: + * TAO/tao/IIOP_Acceptor.cpp: + * TAO/tao/IIOP_Connector.cpp: + * TAO/tao/IIOP_Endpoint.cpp: + * TAO/tao/IIOP_Profile.cpp: + * TAO/tao/IORManipulation/IORManip_IIOP_Filter.cpp: + * TAO/tao/ImR_Client/ImR_Client.cpp: + * TAO/tao/MCAST_Parser.cpp: + * TAO/tao/ORB.cpp: + * TAO/tao/ORB_Core.cpp: + * TAO/tao/Object_KeyC.cpp: + * TAO/tao/Object_Ref_Table.cpp: + * TAO/tao/PI/Interceptor_List_T.cpp: + * TAO/tao/PI/ORBInitInfo.cpp: + * TAO/tao/PortableServer/BD_String_SArgument_T.cpp: + * TAO/tao/PortableServer/PortableServer_Functions.cpp: + * TAO/tao/Strategies/COIOP_Connector.cpp: + * TAO/tao/Strategies/COIOP_Profile.cpp: + * TAO/tao/Strategies/DIOP_Acceptor.cpp: + * TAO/tao/Strategies/DIOP_Connector.cpp: + * TAO/tao/Strategies/DIOP_Endpoint.cpp: + * TAO/tao/Strategies/DIOP_Profile.cpp: + * TAO/tao/Strategies/SCIOP_Acceptor.cpp: + * TAO/tao/Strategies/SCIOP_Connector.cpp: + * TAO/tao/Strategies/SCIOP_Endpoint.cpp: + * TAO/tao/Strategies/SCIOP_Profile.cpp: + * TAO/tao/Strategies/SHMIOP_Connector.cpp: + * TAO/tao/Strategies/SHMIOP_Endpoint.cpp: + * TAO/tao/Strategies/SHMIOP_Profile.cpp: + * TAO/tao/Strategies/UIOP_Connector.cpp: + * TAO/tao/Strategies/UIOP_Profile.cpp: + * TAO/tao/String_Alloc.cpp: + * TAO/tao/TAO_Server_Request.cpp: + * TAO/tao/TAO_Server_Request.inl: + * TAO/tao/Transport_Connector.cpp: + +commit 3e0269aaa89f9bcc3c39ecd3c1df3eb3fd9ddbbf +Author: Johnny Willemsen +Date: Mon Mar 8 14:36:21 2021 +0100 + + Simplify these files using C++11 + + * TAO/tao/CDR.inl: + * TAO/tao/GIOP_Message_State.h: + * TAO/tao/GIOP_Message_State.inl: + * TAO/tao/GIOP_Message_Version.h: + * TAO/tao/GIOP_Message_Version.inl: + +commit fd6649bb4aead8313bd1e7f818de34b6bb0c6ca1 +Author: Johnny Willemsen +Date: Thu Feb 25 14:56:38 2021 +0100 + + Modernize using default/delete/override + + * TAO/tao/CORBALOC_Parser.cpp: + * TAO/tao/CORBALOC_Parser.h: + * TAO/tao/CORBALOC_Parser.inl: + * TAO/tao/CORBANAME_Parser.cpp: + * TAO/tao/CORBANAME_Parser.h: + * TAO/tao/DLL_Parser.cpp: + * TAO/tao/DLL_Parser.h: + * TAO/tao/Default_Stub_Factory.cpp: + * TAO/tao/Default_Stub_Factory.h: + * TAO/tao/Dynamic_Adapter.h: + * TAO/tao/Endpoint.cpp: + * TAO/tao/Endpoint.h: + * TAO/tao/Endpoint.inl: + * TAO/tao/Endpoint_Selector_Factory.h: + * TAO/tao/Environment.cpp: + * TAO/tao/Environment.h: + * TAO/tao/Exception.cpp: + * TAO/tao/Exception.h: + * TAO/tao/FILE_Parser.cpp: + * TAO/tao/FILE_Parser.h: + * TAO/tao/Fault_Tolerance_Service.h: + * TAO/tao/Fault_Tolerance_Service.inl: + * TAO/tao/Flushing_Strategy.h: + * TAO/tao/HTTP_Parser.cpp: + * TAO/tao/HTTP_Parser.h: + * TAO/tao/IOR_Parser.h: + +commit ab938af466a77a9992d95da9fc832ff50444255f +Author: Johnny Willemsen +Date: Thu Feb 25 11:45:47 2021 +0100 + + Use delete, cleanup + + * TAO/tao/Acceptor_Registry.h: + * TAO/tao/Adapter_Registry.h: + * TAO/tao/AnyTypeCode/Fixed_TypeCode.cpp: + * TAO/tao/AnyTypeCode/Objref_TypeCode.h: + * TAO/tao/AnyTypeCode/Recursive_Type_TypeCode.h: + * TAO/tao/AnyTypeCode/Sequence_TypeCode.cpp: + * TAO/tao/AnyTypeCode/Sequence_TypeCode_Static.cpp: + * TAO/tao/AnyTypeCode/Struct_TypeCode_Static.h: + * TAO/tao/AnyTypeCode/TypeCode.inl: + * TAO/tao/AnyTypeCode/TypeCode_Case_Base_T.h: + * TAO/tao/CORBANAME_Parser.h: + * TAO/tao/Cleanup_Func_Registry.h: + * TAO/tao/Compression/Compressor_Factory.h: + * TAO/tao/Compression/zlib/ZlibCompressor_Factory.h: + * TAO/tao/Condition.cpp: + * TAO/tao/Condition.h: + * TAO/tao/Connect_Strategy.cpp: + * TAO/tao/Connect_Strategy.h: + * TAO/tao/Connection_Handler.h: + * TAO/tao/Connector_Registry.h: + * TAO/tao/Connector_Registry.inl: + * TAO/tao/DynamicInterface/DII_Reply_Handler.h: + * TAO/tao/DynamicInterface/Request.h: + * TAO/tao/IIOP_Connector.cpp: + * TAO/tao/LocalObject.h: + * TAO/tao/Messaging/AMH_Response_Handler.h: + * TAO/tao/Object.h: + * TAO/tao/ObjectKey_Table.h: + * TAO/tao/RTScheduling/Distributable_Thread.cpp: + * TAO/tao/RTScheduling/Distributable_Thread.h: + * TAO/tao/Transport.h: + * TAO/tao/TransportCurrent/Current_ORBInitializer_Base.h: + * TAO/tao/Transport_Selection_Guard.h: + * TAO/tao/XtResource/XtResource_Factory.cpp: + * TAO/tao/default_resource.h: + +commit 23b2fc3441d82e141e33428fafe094269eb1d392 +Author: Johnny Willemsen +Date: Thu Feb 25 11:14:12 2021 +0100 + + Use nullptr and cleanup + + * TAO/tao/AnyTypeCode/NVList.inl: + * TAO/tao/AnyTypeCode/TypeCode.inl: + * TAO/tao/CORBA_methods.h: + * TAO/tao/DynamicInterface/AMH_DSI_Response_Handler.cpp: + * TAO/tao/DynamicInterface/AMH_DSI_Response_Handler.h: + * TAO/tao/DynamicInterface/Context.cpp: + * TAO/tao/DynamicInterface/Context.h: + * TAO/tao/DynamicInterface/Context.inl: + * TAO/tao/DynamicInterface/DII_Reply_Handler.cpp: + * TAO/tao/DynamicInterface/DII_Reply_Handler.h: + * TAO/tao/DynamicInterface/Dynamic_Adapter_Impl.cpp: + * TAO/tao/DynamicInterface/ExceptionList.cpp: + * TAO/tao/DynamicInterface/ExceptionList.h: + * TAO/tao/DynamicInterface/ExceptionList.inl: + * TAO/tao/DynamicInterface/Request.cpp: + * TAO/tao/DynamicInterface/Request.h: + * TAO/tao/DynamicInterface/Request.inl: + * TAO/tao/DynamicInterface/Server_Request.cpp: + * TAO/tao/DynamicInterface/Server_Request.h: + * TAO/tao/DynamicInterface/Server_Request.inl: + * TAO/tao/Environment.inl: + * TAO/tao/IORTable/IOR_Table_Impl.h: + * TAO/tao/IORTable/Locate_ResponseHandler.cpp: + * TAO/tao/IORTable/Locate_ResponseHandler.h: + * TAO/tao/LocalObject.inl: + * TAO/tao/ORB.inl: + * TAO/tao/Object.inl: + * TAO/tao/PI/ORBInitInfo.h: + * TAO/tao/Principal.h: + * TAO/tao/Principal.inl: + * TAO/tao/RTCORBA/Priority_Mapping_Manager.h: + * TAO/tao/RTCORBA/RT_ProtocolPropertiesC.h: + * TAO/tao/RTScheduling/RTScheduler_Manager.h: + * TAO/tao/Valuetype/AbstractBase.inl: + +commit 3ee40a3fef0cdd8a2ce86531a2e78cb218608023 +Author: Johnny Willemsen +Date: Thu Feb 25 11:00:40 2021 +0100 + + Cleanup for vc6, use nullptr, remove redundant void, layout changes + + * ACE/bin/pippen.pl: + * TAO/orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc: + * TAO/tao/AnyTypeCode/Alias_TypeCode.cpp: + * TAO/tao/AnyTypeCode/Any.cpp: + * TAO/tao/AnyTypeCode/Any.inl: + * TAO/tao/AnyTypeCode/AnyTypeCode_Adapter_Impl.cpp: + * TAO/tao/AnyTypeCode/AnyTypeCode_Adapter_Impl.h: + * TAO/tao/AnyTypeCode/Any_Array_Impl_T.cpp: + * TAO/tao/AnyTypeCode/Any_Array_Impl_T.h: + * TAO/tao/AnyTypeCode/Any_Basic_Impl_T.cpp: + * TAO/tao/AnyTypeCode/Any_Dual_Impl_T.cpp: + * TAO/tao/AnyTypeCode/Any_Impl_T.cpp: + * TAO/tao/AnyTypeCode/Any_Special_Impl_T.cpp: + * TAO/tao/AnyTypeCode/Enum_TypeCode.cpp: + * TAO/tao/AnyTypeCode/Fixed_TypeCode.cpp: + * TAO/tao/AnyTypeCode/NVList.inl: + * TAO/tao/AnyTypeCode/Sequence_TypeCode.cpp: + * TAO/tao/AnyTypeCode/Sequence_TypeCode_Static.cpp: + * TAO/tao/AnyTypeCode/Sequence_TypeCode_Static.h: + * TAO/tao/AnyTypeCode/SystemExceptionA.cpp: + * TAO/tao/AnyTypeCode/True_RefCount_Policy.inl: + * TAO/tao/AnyTypeCode/TypeCode_Base_Attributes.inl: + * TAO/tao/AnyTypeCode/TypeCode_Case_Base_T.inl: + * TAO/tao/AnyTypeCode/Union_TypeCode.cpp: + * TAO/tao/AnyTypeCode/Union_TypeCode_Static.cpp: + * TAO/tao/AnyTypeCode/Value_TypeCode.cpp: + * TAO/tao/AnyTypeCode/Value_TypeCode_Static.cpp: + * TAO/tao/AnyTypeCode/WrongTransactionA.cpp: + * TAO/tao/AnyTypeCode/append.cpp: + * TAO/tao/Array_VarOut_T.cpp: + * TAO/tao/Array_VarOut_T.inl: + * TAO/tao/BD_String_Argument_T.cpp: + * TAO/tao/DynamicInterface/AMH_DSI_Response_Handler.cpp: + * TAO/tao/DynamicInterface/Unknown_User_Exception.cpp: + * TAO/tao/EndpointPolicy/EndpointPolicy_ORBInitializer.cpp: + * TAO/tao/IFR_Client/IFR_Base.pidl: + * TAO/tao/PI/ORBInitInfo.cpp: + * TAO/tao/PortableServer/Active_Object_Map.cpp: + * TAO/tao/PortableServer/BD_String_SArgument_T.cpp: + * TAO/tao/PortableServer/Collocated_Object_Proxy_Broker.cpp: + * TAO/tao/PortableServer/IdUniquenessStrategyFactoryImpl.cpp: + * TAO/tao/PortableServer/IdUniquenessStrategyUnique.cpp: + * TAO/tao/PortableServer/IdUniquenessStrategyUniqueFactoryImpl.cpp: + * TAO/tao/PortableServer/ImplicitActivationStrategyFactoryImpl.cpp: + * TAO/tao/PortableServer/POA.pidl: + * TAO/tao/PortableServer/POAManagerFactory.pidl: + * TAO/tao/PortableServer/POA_Cached_Policies.cpp: + * TAO/tao/PortableServer/Regular_POA.cpp: + * TAO/tao/PortableServer/RequestProcessingStrategyDefaultServant.cpp: + * TAO/tao/PortableServer/RequestProcessingStrategyServantActivator.cpp: + * TAO/tao/PortableServer/ServantRetentionStrategyNonRetainFactoryImpl.cpp: + * TAO/tao/PortableServer/ServantRetentionStrategyRetainFactoryImpl.cpp: + * TAO/tao/PortableServer/ThreadStrategyFactoryImpl.cpp: + * TAO/tao/PortableServer/Var_Array_SArgument_T.cpp: + * TAO/tao/Profile.cpp: + * TAO/tao/RTCORBA/Network_Priority_Mapping_Manager.cpp: + * TAO/tao/RTCORBA/Network_Priority_Mapping_Manager.h: + * TAO/tao/RTCORBA/Thread_Pool.cpp: + * TAO/tao/RTPortableServer/RT_POA.h: + * TAO/tao/RTPortableServer/RT_Servant_Dispatcher.h: + * TAO/tao/RTScheduling/Current.cpp: + * TAO/tao/RTScheduling/Current.h: + * TAO/tao/RTScheduling/RTScheduler_Manager.cpp: + * TAO/tao/Remote_Object_Proxy_Broker.cpp: + * TAO/tao/Strategies/DIOP_Connection_Handler.cpp: + * TAO/tao/SystemException.cpp: + * TAO/tao/TAO_Server_Request.cpp: + * TAO/tao/Transport.cpp: + * TAO/tao/Transport_Cache_Manager_T.cpp: + * TAO/tao/Transport_Cache_Manager_T.inl: + * TAO/tao/TypeCodeFactory/TypeCodeFactory.pidl: + * TAO/tao/Utils/Server_Main.cpp: + * TAO/tao/Valuetype/ValueBase.cpp: + * TAO/tao/Valuetype/Valuetype_Adapter_Factory_Impl.cpp: + * TAO/tao/VarOut_T.cpp: + * TAO/tao/VarOut_T.inl: + * TAO/tao/Vector_Argument_T.cpp: + * TAO/tao/Vector_Argument_T.h: + * TAO/tao/Vector_Argument_T.inl: + * TAO/tao/ZIOP/ZIOP.cpp: + +commit 269010b97abce5020a0c4a8ce4e65414b5bd1721 +Author: Johnny Willemsen +Date: Wed Feb 3 15:02:20 2021 +0100 + + Removed empty lines + + * TAO/tao/Synch_Invocation.h: + +commit dc7f187d65b4cbc34e8db61813e2c28e892a5f3b +Author: Johnny Willemsen +Date: Mon Jan 25 10:19:04 2021 +0100 + + Make ACE 7.0.0 and TAO 3.0.0 public available + + * ACE/NEWS: + * ACE/bin/copy-local-script.sh: + * 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 d7f8f00a219..fd84d6026cc 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: 3.0.0 - ACE VERSION: 7.0.0 + TAO VERSION: 3.0.1 + ACE VERSION: 7.0.1 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 b670139b04b..f09ab4ecdaa 100644 --- a/TAO/VERSION.txt +++ b/TAO/VERSION.txt @@ -1,4 +1,4 @@ -This is TAO version 3.0.0, released Mon Jan 25 09:55:22 CET 2021 +This is TAO version 3.0.1, released Mon Mar 15 09:03:24 CET 2021 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 308b0999e16..7b2b50ad5b6 100644 --- a/TAO/tao/Version.h +++ b/TAO/tao/Version.h @@ -4,7 +4,7 @@ #define TAO_MAJOR_VERSION 3 #define TAO_MINOR_VERSION 0 -#define TAO_MICRO_VERSION 0 -#define TAO_VERSION "3.0.0" -#define TAO_VERSION_CODE 196608 +#define TAO_MICRO_VERSION 1 +#define TAO_VERSION "3.0.1" +#define TAO_VERSION_CODE 196609 #define TAO_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c)) -- cgit v1.2.1