提交 599e15a8 编写于 作者: Y youngwolf

Supplement release notes.

上级 b3d2c6fd
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
PreprocessorDefinitions="WIN32;BOOST_ASIO_NO_DEPRECATED;ST_ASIO_RESTORE_OBJECT;ST_ASIO_SERVER_PORT=5051;ST_ASIO_START_OBJECT_ID=500;ST_ASIO_WANT_MSG_SEND_NOTIFY;ST_ASIO_INPUT_QUEUE=non_lock_queue;ST_ASIO_RECV_BUFFER_TYPE=std::vector&lt;boost::asio::mutable_buffer&gt;;ST_ASIO_SCATTERED_RECV_BUFFER;_DEBUG;_CONSOLE" PreprocessorDefinitions="WIN32;BOOST_ASIO_NO_DEPRECATED;ST_ASIO_RESTORE_OBJECT;ST_ASIO_SERVER_PORT=5051;ST_ASIO_START_OBJECT_ID=500;ST_ASIO_PASSIVE_RECV;ST_ASIO_AVOID_AUTO_STOP_SERVICE;ST_ASIO_WANT_MSG_SEND_NOTIFY;ST_ASIO_INPUT_QUEUE=non_lock_queue;ST_ASIO_RECV_BUFFER_TYPE=std::vector&lt;boost::asio::mutable_buffer&gt;;ST_ASIO_SCATTERED_RECV_BUFFER;_DEBUG;_CONSOLE"
MinimalRebuild="true" MinimalRebuild="true"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="3" RuntimeLibrary="3"
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
PreprocessorDefinitions="WIN32;BOOST_ASIO_NO_DEPRECATED;ST_ASIO_RESTORE_OBJECT;ST_ASIO_SERVER_PORT=5051;ST_ASIO_START_OBJECT_ID=500;ST_ASIO_WANT_MSG_SEND_NOTIFY;ST_ASIO_INPUT_QUEUE=non_lock_queue;ST_ASIO_RECV_BUFFER_TYPE=std::vector&lt;boost::asio::mutable_buffer&gt;;ST_ASIO_SCATTERED_RECV_BUFFER;_DEBUG;_CONSOLE" PreprocessorDefinitions="WIN32;BOOST_ASIO_NO_DEPRECATED;ST_ASIO_RESTORE_OBJECT;ST_ASIO_SERVER_PORT=5051;ST_ASIO_START_OBJECT_ID=500;ST_ASIO_PASSIVE_RECV;ST_ASIO_AVOID_AUTO_STOP_SERVICE;ST_ASIO_WANT_MSG_SEND_NOTIFY;ST_ASIO_INPUT_QUEUE=non_lock_queue;ST_ASIO_RECV_BUFFER_TYPE=std::vector&lt;boost::asio::mutable_buffer&gt;;ST_ASIO_SCATTERED_RECV_BUFFER;_DEBUG;_CONSOLE"
MinimalRebuild="true" MinimalRebuild="true"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="3" RuntimeLibrary="3"
...@@ -189,7 +189,7 @@ ...@@ -189,7 +189,7 @@
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
PreprocessorDefinitions="WIN32;BOOST_ASIO_NO_DEPRECATED;ST_ASIO_RESTORE_OBJECT;ST_ASIO_SERVER_PORT=5051;ST_ASIO_START_OBJECT_ID=500;ST_ASIO_WANT_MSG_SEND_NOTIFY;ST_ASIO_INPUT_QUEUE=non_lock_queue;ST_ASIO_RECV_BUFFER_TYPE=std::vector&lt;boost::asio::mutable_buffer&gt;;ST_ASIO_SCATTERED_RECV_BUFFER;NDEBUG;_CONSOLE" PreprocessorDefinitions="WIN32;BOOST_ASIO_NO_DEPRECATED;ST_ASIO_RESTORE_OBJECT;ST_ASIO_SERVER_PORT=5051;ST_ASIO_START_OBJECT_ID=500;ST_ASIO_PASSIVE_RECV;ST_ASIO_AVOID_AUTO_STOP_SERVICE;ST_ASIO_WANT_MSG_SEND_NOTIFY;ST_ASIO_INPUT_QUEUE=non_lock_queue;ST_ASIO_RECV_BUFFER_TYPE=std::vector&lt;boost::asio::mutable_buffer&gt;;ST_ASIO_SCATTERED_RECV_BUFFER;NDEBUG;_CONSOLE"
RuntimeLibrary="2" RuntimeLibrary="2"
EnableFunctionLevelLinking="true" EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0" UsePrecompiledHeader="0"
...@@ -264,7 +264,7 @@ ...@@ -264,7 +264,7 @@
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
PreprocessorDefinitions="WIN32;BOOST_ASIO_NO_DEPRECATED;ST_ASIO_RESTORE_OBJECT;ST_ASIO_SERVER_PORT=5051;ST_ASIO_START_OBJECT_ID=500;ST_ASIO_WANT_MSG_SEND_NOTIFY;ST_ASIO_INPUT_QUEUE=non_lock_queue;ST_ASIO_RECV_BUFFER_TYPE=std::vector&lt;boost::asio::mutable_buffer&gt;;ST_ASIO_SCATTERED_RECV_BUFFER;NDEBUG;_CONSOLE" PreprocessorDefinitions="WIN32;BOOST_ASIO_NO_DEPRECATED;ST_ASIO_RESTORE_OBJECT;ST_ASIO_SERVER_PORT=5051;ST_ASIO_START_OBJECT_ID=500;ST_ASIO_PASSIVE_RECV;ST_ASIO_AVOID_AUTO_STOP_SERVICE;ST_ASIO_WANT_MSG_SEND_NOTIFY;ST_ASIO_INPUT_QUEUE=non_lock_queue;ST_ASIO_RECV_BUFFER_TYPE=std::vector&lt;boost::asio::mutable_buffer&gt;;ST_ASIO_SCATTERED_RECV_BUFFER;NDEBUG;_CONSOLE"
RuntimeLibrary="2" RuntimeLibrary="2"
EnableFunctionLevelLinking="true" EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0" UsePrecompiledHeader="0"
......
...@@ -884,6 +884,8 @@ ...@@ -884,6 +884,8 @@
* socket::send_msg(). * socket::send_msg().
* Fix -- basic_buffer doesn't support fixed arrays (just in the constructor) in GCC and Clang. * Fix -- basic_buffer doesn't support fixed arrays (just in the constructor) in GCC and Clang.
* Fix ssl graceful shutdown monitoring. * Fix ssl graceful shutdown monitoring.
* Fix msvc++'s complaint -- ambiguous namespace proxy.
* Close connected UDP for normal UDP (to support receiving messages from multipile peers).
* *
* ENHANCEMENTS: * ENHANCEMENTS:
* heartbeat(ext) optimization. * heartbeat(ext) optimization.
...@@ -901,6 +903,7 @@ ...@@ -901,6 +903,7 @@
* *
* REFACTORING: * REFACTORING:
* Add some default implementations for i_matrix interface, which is useful for a dummy matrix. * Add some default implementations for i_matrix interface, which is useful for a dummy matrix.
* Refactoring of callback mechanism.
* *
* REPLACEMENTS: * REPLACEMENTS:
* *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册