From 9063355f0182be90b5d1a41be40ae0deae77428c Mon Sep 17 00:00:00 2001 From: fdbozzo Date: Fri, 22 Aug 2014 19:39:16 +0200 Subject: [PATCH] =?UTF-8?q?Changeset:=20417=20fdbozzo=20-=2022/08/2014=201?= =?UTF-8?q?9:29:27:=20-=20Actualizado=20el=20archivo=20de=20versi=C3=B3n?= =?UTF-8?q?=20e=20historial=20de=20cambios=20para=20Thor=20(VFPx)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FoxBin2PRGVersionFile.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/FoxBin2PRGVersionFile.txt b/FoxBin2PRGVersionFile.txt index 9667216..f0a2c18 100644 --- a/FoxBin2PRGVersionFile.txt +++ b/FoxBin2PRGVersionFile.txt @@ -2,8 +2,8 @@ Lparameters toUpdateInfo Local lcNote With toUpdateInfo - .VersionNumber = 'v1.19.30' - .VersionDate = Date(2014,08,07) + .VersionNumber = 'v1.19.31' + .VersionDate = Date(2014,08,22) .SourceFileUrl = 'http://vfpxrepository.com/dl/thorupdate/Projects/FoxBin2Prg/FoxBin2Prg.Zip' .Link = 'http://vfpx.codeplex.com/wikipage?title=FoxBin2PRG' @@ -17,6 +17,13 @@ Demo video using FoxBin2Prg with PlasticSCM: http://youtu.be/sE4wQ50Itqg Change History ------------------------------------------------------------- +2014/08/22 v1.19.31 +- Trash cleanup code on binary methods, normally added by tools like ReFox and others +- Added EXE version number when generating a debug LOG file +- Enhanced recognition of #IF..#ENDIF instructions when there are spaces between # symbol and the command name +- Added capitalization normalization for input files +- Added new c_Language property for querying actual compiled language (EN,ES,DE,etc) + 2014/08/07 v1.19.30 - Bug Fix vcx/scx: Bad EndText block detection when the previous line ends with "," or ";" (Jim Nelson) - Bug Fix vcx/scx: Some methods are not alphabetically sorted in some inheritance situations (Ryan Harris)