From 3c7653bf480a3c7d988fba4a62f2cfd3c88e759d Mon Sep 17 00:00:00 2001 From: Fernando Yurisich Date: Tue, 28 Jul 2020 00:01:51 -0300 Subject: [PATCH] Updated --- CHANGELOG.TXT | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 90 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index f089cab..6e21490 100644 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -1,9 +1,98 @@ /* QPM - QAC based Project Manager * Log of changes - * * See "How to format your ChangeLog entries" in howtosvn.txt file. */ +2020-06-21 20:41 UTC-0300 Fernando Yurisich + + RELEASE: TAG v05.05.0017 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> + +2020-06-21 23:15 UTC-0300 Fernando Yurisich + * QPM.exe + ! RTE "hb_xrealloc can't reallocate memory" caused by a MINIGUI bug. + #24 + ! The first column of the grids shows NIL at startup (caused by a + MINIGUI regresion bug). + * Updated to version 05_05_17. + #23 + +2020-07-27 20:18 UTC-0300 Fernando Yurisich + * HelpQPM\QPM_SHG.dbf + * HelpQPM\QPM_SHG.fpt + * Added info about the new version. + +2020-07-27 20:17 UTC-0300 Fernando Yurisich + * HelpQPM\SHG_Change.qpm + * QPM.iss + * QPM_AutoProject.qpm + * QPM_AutoProjectOnlyHelp.qpm + * QPM_US_Msg.qpm + * QPM_US_Redir.qpm + + QPM_US_Reimp.qpm + * QPM_US_Res.qpm + * QPM_US_Run.qpm + * QPM_US_Shell.qpm + * QPM_US_Slash.qpm + * QPM_Version.ch + * Updated to version 05_05_17. + +2020-07-27 19:39 UTC-0300 Fernando Yurisich + * us_make.exe + * Replaced by GNU Make 4.2 built by Equation Solution + . + #25 + +2020-07-27 19:00 UTC-0300 Fernando Yurisich + * QPM.prg + * No longer check for the presence of MiniGUI's main library + using a hardwired name. + #26 + * Borland's Make was substituted by GNU Make 4.2 built by + Equation Solution . This change + overcomes the former limit of 700 files per project. + * The timer's codeblocks no longer allow reentry until each + pass is completed. This facilitates garbage collection and + reduces memory usage when the amount of sources is huge. + * Some improvements to the build log. + +2020-07-27 18:39 UTC-0300 Fernando Yurisich + * QPM_AutoProject.qpm + * Updated. + +2020-07-27 18:33 UTC-0300 Fernando Yurisich + * QPM_Environment.prg + * QPM_Functions.prg + * QPM_GlobalSettings.prg + + Support for explicit identification of the MiniGUI main library. + +2020-07-27 18:27 UTC-0300 Fernando Yurisich + * QPM_US_Shell.qpm + * Updated. + +2020-07-27 18:26 UTC-0300 Fernando Yurisich + * us_shell.exe + * Updated. + +2020-07-27 18:25 UTC-0300 Fernando Yurisich + * us_shell.prg + ! A debug message is being shown in the build log. + #27 + +2020-07-27 18:23 UTC-0300 Fernando Yurisich + * QPM.rc + + VERSIONINFO support. + #28 + +2020-07-27 18:21 UTC-0300 Fernando Yurisich + * QPM.ch + * Use new QPM_Version.ch + + Declarations for new global vars. + +2020-07-27 18:18 UTC-0300 Fernando Yurisich + + QPM_Version.ch + +2020-07-27 18:15 UTC-0300 Fernando Yurisich + + Windows10.Manifest + 2020-06-21 01:45 UTC-0300 Fernando Yurisich - TODO.TXT ; All tasks were filed to QPM repository as issues.