Changeset: 661 - Permitir definir el archivo de entrada con un path relativo (Lutz Scheffler)

This commit is contained in:
fdbozzo
2015-03-03 20:55:30 +01:00
parent 262f5bb591
commit f6e4d97128
2 changed files with 18 additions and 8 deletions

View File

@@ -21,7 +21,8 @@ Change History -------------------------------------------------------------
- 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)
- Make some error descriptions more informative and precise (Lutz Scheffler)
- Feature: Make some error descriptions more informative and precise (Lutz Scheffler)
- Feature: Allow specifying inputFile with relative path (Lutz Scheffler)
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.