- Actualización de créditos, EXE y archivo de versiones
This commit is contained in:
@@ -3,7 +3,7 @@ Lparameters toUpdateInfo
|
||||
Local lcNote
|
||||
With toUpdateInfo
|
||||
.VersionNumber = 'v1.19.42'
|
||||
.VersionDate = Date(2015,03,01)
|
||||
.VersionDate = Date(2015,03,26)
|
||||
.SourceFileUrl = 'http://vfpxrepository.com/dl/thorupdate/Projects/FoxBin2Prg/FoxBin2Prg.Zip'
|
||||
|
||||
.Link = 'http://vfpx.codeplex.com/wikipage?title=FoxBin2PRG'
|
||||
@@ -17,7 +17,7 @@ Demo video using FoxBin2Prg with PlasticSCM: http://youtu.be/sE4wQ50Itqg
|
||||
|
||||
Change History -------------------------------------------------------------
|
||||
|
||||
2015/03/01 v1.19.42
|
||||
2015/03/26 v1.19.42
|
||||
- Feature: Added VFP 9 SP1 runtime validation
|
||||
- Bug Fix: Broken SourceSafe compatibility because an error is thrown when querying for file support (Tuvia Vinitsky)
|
||||
- Bug Fix scx/vcx: Process only one TEXT/ENDTEXT nesting level because TEXT/ENDTEXT can't be nested (Lutz Scheffler)
|
||||
@@ -34,7 +34,7 @@ Change History -------------------------------------------------------------
|
||||
- Added DOS errOut output support and implemented in writeErrorLog when logging errors
|
||||
- Feature: Added full support for *? file masks for multi-processing files of the same extension
|
||||
- Feature: Added new parameter to allow alternative main CFG (Lutz Scheffler)
|
||||
- Feature: Added new get_Target() API method for obtaining information about processed files (Lutz Scheffler)
|
||||
- Feature: Added new get_Processed() API method for obtaining information about processed files (Lutz Scheffler)
|
||||
- Feature: Added new file processing output to DOS stdOut (Lutz Scheffler)
|
||||
- Bug Fix: Fixed processing cancelation with Esc key
|
||||
- Feature: Sort table/view fields alphabetically to facilitate diffing and merging, while maintaining a list with the original field order for correct DBC regeneration (Ryan Harris)
|
||||
@@ -42,6 +42,9 @@ Change History -------------------------------------------------------------
|
||||
- Bug Fix vw: Views now save/restore their Path and RecordCount properties
|
||||
- Feature: New default FoxBin2Prg App icon and background image, configurable with a new CFG "BackgroundImage" setting
|
||||
- Bug Fix mnx: Empty Pad name is not kept when regenerating a menu defined with and empty Pad name (Lutz Scheffler)
|
||||
- Feature: New property "l_ProcessFiles" that allow setting to .F. when using foxbin2prg as object to get Processing file info with get_Processed method without actual processing
|
||||
- Bug Fix frx/lbx: Trimmed some extra CR,LF,TAB from FR2/LB2 tag that where included in previous versions (Ryan Harris)
|
||||
- Bug Fix scx/vcx/dbc: Delete ERR files when processing with UseClassPerFile switch (Ryan Harris)
|
||||
|
||||
2015/01/18 v1.19.41
|
||||
- Bug Fix db2: Erroneous detection of Invalid Table when size is less than 328 bytes. Lower limit was changed to 65 bytes.
|
||||
|
||||
Reference in New Issue
Block a user