From 42a3cbecbdd625af9c34d5bce7df7549fb7b6050 Mon Sep 17 00:00:00 2001 From: fdbozzo Date: Fri, 19 Sep 2014 20:58:36 +0200 Subject: [PATCH] =?UTF-8?q?Changeset:=20440=20fdbozzo=20-=2019/09/2014=202?= =?UTF-8?q?0:44:54:=20-=20Actualizado=20archivo=20de=20cambios=20de=20vers?= =?UTF-8?q?i=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FoxBin2PRGVersionFile.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/FoxBin2PRGVersionFile.txt b/FoxBin2PRGVersionFile.txt index a9ba00d..547193f 100644 --- a/FoxBin2PRGVersionFile.txt +++ b/FoxBin2PRGVersionFile.txt @@ -2,8 +2,8 @@ Lparameters toUpdateInfo Local lcNote With toUpdateInfo - .VersionNumber = 'v1.19.33' - .VersionDate = Date(2014,08,29) + .VersionNumber = 'v1.19.34' + .VersionDate = Date(2014,09,19) .SourceFileUrl = 'http://vfpxrepository.com/dl/thorupdate/Projects/FoxBin2Prg/FoxBin2Prg.Zip' .Link = 'http://vfpx.codeplex.com/wikipage?title=FoxBin2PRG' @@ -17,6 +17,9 @@ Demo video using FoxBin2Prg with PlasticSCM: http://youtu.be/sE4wQ50Itqg Change History ------------------------------------------------------------- +2014/09/19 v1.19.34 +- Bug Fix: If run from VFP Command Window and there is a file in use, an error is thrown because can't capitalize source file (Jim Nelson) + 2014/08/29 v1.19.33 - Bug Fix mnx: Menu doesn't generate well when there is a Bar of #BAR type without a name (Peter Hipp) - Bug Fix mnx: If a menu option have an associated Procedure with 1 line of code, the Procedure is converted to Command (Peter Hipp)