From a550cf9ffd22682d71f3e4d5cfc1d831e4b0f1e6 Mon Sep 17 00:00:00 2001 From: mingkuang Date: Wed, 19 Dec 2018 21:28:31 +0800 Subject: [PATCH] =?UTF-8?q?4.0.0.25=E8=BD=AC=E6=AD=A3=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E4=B8=BA4.0.0.26?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReadMe.md | 23 +++++++++++++---------- ReadMe.osc.md | 5 ++++- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index c8bad2285..1fcb6b5aa 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -2,6 +2,9 @@ - [简体中文](ReadMe.osc.md) +![Logo](https://raw.githubusercontent.com/wiki/Chuyu-Team/VC-LTL/image/Logo.png)
+I would like to turn into a stone bridge, go through 500 years of wind, 500 years of Sun, rain for 500 years, but she walked off a bridge! + ## 1. About VC-LTL VC-LTL is an open source CRT library based on the MS VCRT that reduce program binary size and say goodbye to Microsoft runtime DLLs, such as msvcr120.dll, api-ms-win-crt-time-l1-1-0.dll and other dependencies. @@ -410,13 +413,13 @@ If VC-LTL is referenced correctly, it will be output at the time of generation: * Add Fea, add C++/CLI Support (Thanks to naturalj0). -### 4.0.0.25 Preview - 累计问题修复 (Dec 14, 2018 18:00) -* 解决Bug,修复Windows XP模式`_Atexit`函数依赖`EncodePointer`问题(感谢 亮亮)。 -* 解决Bug,修复微软原版details::Etw中错误的使用`EncodePointer`问题。 -* 解决Bug,修复`_initialize_onexit_table_downlevel`一处内存泄漏问题(感谢 g-qa-ck组)。 -* 解决Bug,修复Windows XP找不到函数`operator new(size_t,int,char const *,int)`、`operator new[](size_t,int,char const *,int)`入口点(感谢 希望)。 -* 新增Fea,添加`delete[](void *, std::nothrow_t const &)`(感谢 Too Simple)。 -* 解决Bug,修复Spectre + WinXP 32下缺失exsup4符号问题(感谢 Too Simple)。 -* 新增Fea,添加Windows 10 17763 UCRT支持(感谢 毛利)。 -* 新增Fea,添加VS 2017 14.16.27023工具集支持。 -* 新增Fea,为Windows XP添加`_IsExceptionObjectToBeDestroyed、_CreateFrameInfo、_FindAndUnlinkFrame`(感谢 夏思畅)。 \ No newline at end of file +### 4.0.0.26 - 累计问题修复 (Dec 19, 2018 18:00) +* Fix Bug, solved Windows XP mode `_Atexit` function depends on `EncodePointer` problem(感谢 亮亮)。 +* Fix MSBug, solved the wrong use of `EncodePointer` in Microsoft's original details::Etw. +* Fix Bug, solved a memory leak in `_initialize_onexit_table_downlevel` (Thanks to g-qa-ck). +* Fix Bug, solved Windows XP can't find function `operator new(size_t,int,char const *,int) and operator new[](size_t,int,char const *,int)` entry point (Thanks to 希望). +* Fix Bug, solved missing exsup4 symbol problem under Spectre with WinXP 32 (Thanks to Too Simple). +* Add Fea, add `delete[](void *, std::nothrow_t const &)` (Thanks to Too Simple). +* Add Fea, add UCRT 10.17763 (Thanks to 毛利). +* Add Fea, Add Vistual Studio 2017 15.9 Support. +* Add Fea, Add `_IsExceptionObjectToBeDestroyed, _CreateFrameInfo, _FindAndUnlinkFrame` to Windows XP (Thanks to 夏思畅). \ No newline at end of file diff --git a/ReadMe.osc.md b/ReadMe.osc.md index cd64891e0..afed1e322 100644 --- a/ReadMe.osc.md +++ b/ReadMe.osc.md @@ -2,6 +2,9 @@ - [English](ReadMe.md) +![Logo](https://raw.githubusercontent.com/wiki/Chuyu-Team/VC-LTL/image/Logo.png)
+我愿化成一座做石桥,经受五百年的风吹,五百年的日晒,五百年的雨打,只求她从桥上走过! + ## 1. 关于VC-LTL VC-LTL是一个基于微软VC修改的开源运行时,有效减少应用程序体积并摆脱微软运行时DLL,比如msvcr120.dll、api-ms-win-crt-time-l1-1-0.dll等依赖。 @@ -399,7 +402,7 @@ nmake /f Test.mak * 新增Fea,添加C++/CLI支持(感谢 naturalj0)。 -### 4.0.0.25 Preview - 累计问题修复(2018-12-14 18:00) +### 4.0.0.26 - 累计问题修复(2018-12-19 18:00) * 解决Bug,修复Windows XP模式`_Atexit`函数依赖`EncodePointer`问题(感谢 亮亮)。 * 解决Bug,修复微软原版details::Etw中错误的使用`EncodePointer`问题。 * 解决Bug,修复`_initialize_onexit_table_downlevel`一处内存泄漏问题(感谢 g-qa-ck组)。